Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • V virtio-gpu-wddm-dod
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • spice
  • win32
  • virtio-gpu-wddm-dod
  • Issues
  • #4
Closed
Open
Issue created Dec 05, 2020 by RedGreenBlue09@RedGreenBlue09

Mouse grab problem with Windows 10 host + Windows 10 guess

QEMU keep kicking me out of the window until I disable guest's mouse driver or the VirtIO-VGA driver.

Host:

  • OS: Windows 10 version 10.0.19042.662
  • VT-x and VT-d enabled ; Hyper-V disabled.
  • Quick Specs:
    • Intel Core i7 7700HQ (4 cores, 8 threads).
    • NVIDIA GeForce GTX 1050 Ti (Main, connected to screen).
    • Intel UHD Graphics 630 (Just kept it turned on for fun).
    • 16 GB RAM.
    • Screen: 3840x2160 ; 200% UI scale.

Guest OS: Windows 10 version 10.0.19041.1

Command line:

..\QEMU\qemu-system-x86_64 ^ -M q35 ^ -cpu Penryn,vendor=GenuineIntel,vmware-cpuid-freq=on,+ssse3,+sse4.1,+sse4.2 ^ -smp 6,cores=1,threads=6,sockets=1 ^ -m 4096M ^ -accel tcg,thread=multi ^ -pflash OVMF_CODE.fd ^ -pflash OVMF_VARS.fd ^ -device virtio-vga,max_hostmem=268435456 ^ -device usb-ehci ^ -device usb-kbd ^ -device usb-mouse ^ -drive if=none,id=dvd,format=raw,media=cdrom,file=VirtIO-VGA.iso,cache=unsafe,aio=threads,readonly ^ -drive if=none,id=hdd,format=vhdx,file=Disk.vhdx,cache=writeback,aio=threads ^ -device ich9-ahci,id=ahci ^ -device ide-hd,drive=hdd,bus=ahci.0 ^ -device ide-cd,drive=dvd,bus=ahci.1 ^ -netdev tap,id=net0,ifname=TAP ^ -device e1000e,netdev=net0

Preview:

Bandicam-2020-12-05-22-43-00-359-1

Edited Dec 06, 2020 by RedGreenBlue09
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking