I can confirm this issue and it also happens with the next (most recent as of today) Windows 10 19h1 insider build number 18353.
Interestingly, only the x64 version is affected. The 32 bit insider preview seems to work fine with the hv_flags you've provided. For anyone trying to reproduce this issue: The easiest way to create an insider iso image is using the scripts from https://uupdump.ml/ which uses the open source aria2 download utility and a conversion script to build the iso from original Microsoft files. E.g. in order to create the Windows 10 x64 19h1 insider build 18353 iso: # install dependencies for the conversion script sudo apt-get install aria2 cabextract wimtools chntpw genisoimage # download the zip with the download links and conversion scripts for the desired windows edition (get the url from https://uupdump.ml/) wget 'https://uupdump.ml/get.php?id=d3a6af86-214e-4421-a38b-bd4ede09d74e&pack=en-us&edition=0&autodl=2' -O download_and_convert.zip # unpack, inspect, download and convert unzip download_and_convert.zip chmod +x aria2_download_linux.sh ./aria2_download_linux.sh # now you have the 18353.1_MULTI_X64_EN-US.ISO -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1819649 Title: Win10 Preview Build 18351 - no input Status in QEMU: New Bug description: The issue exists in both 2.12.1 and current master (built 8.3.2019). Neither keyboard nor mouse input seems to work and there's no cursor available (VNC, SPICE, SDL tested). If all the 'hv_*' flags are removed input works again. In the attachments you can find a simple script to reproduce it (requires the ISO path to be changed). To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1819649/+subscriptions