All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1916775] [NEW] Guest freezes until there is a keyboard input on Windows version
@ 2021-02-24 16:20 Abdurrahim
  2021-04-23 19:33 ` [Bug 1916775] " Ivan Vulovic
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Abdurrahim @ 2021-02-24 16:20 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

I am using Qemu for Windows and when I try to run this for Windows
guests then the guests are freezing and waiting for keyboard input and
it continues to function after I press a key. I am using Windows10 Home
and below is the command I use to run the guest. I have suspected if
this is caused by random entropy but even with mouse moving it gives
same random locks and it continues to work as soon as I press a key so
maybe its not about entropy at all,

startwinguest.bat:
qemu-system-x86_64 ^
 -name "win" ^
 -machine type=q35,accel=whpx ^
 -cpu EPYC,hv_relaxed,hv_time,topoext   ^
 -nodefaults ^
 -usb ^
 -rtc base=localtime,driftfix=slew ^
 -smp 6,sockets=1,cores=3,threads=2 ^
 -m 8192 -mem-prealloc ^
 -soundhw hda ^
 -usbdevice tablet ^
 -netdev user,id=mynet0,hostfwd=tcp::3390-:3389 -device virtio-net,netdev=mynet0 ^
 -vga std ^
 -display gtk ^
 -boot d ^
 -device virtio-scsi-pci,id=scsi0 ^
 -drive "file=%~dp0win10.qcow2,if=none,format=qcow2,discard=unmap,aio=threads,cache=writethrough,id=someid" ^
 -device scsi-hd,drive=someid,bus=scsi0.0 ^
 -drive "file=D:\Setups\OS\Windows\en_windows_server_2019_updated_dec_2020_x64_dvd_36e0f791.iso,media=cdrom,index=1" ^
 -drive "file=%~dp0virtio-win-0.1.185.iso,media=cdrom,index=2"

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: whpx windows

** Description changed:

- Windows guests are freezing and waiting for keyboard input and it
- continues to function after I press a key. I am using Windows10 Home and
- below is the command I use to run the guest. I have suspected if this is
- caused by random entropy but even with mouse moving it gives same random
- locks and it continues to work as soon as I press a key so maybe its not
- about entropy at all,
+ I am using Qemu for Windows and when I try to run this for Windows
+ guests then the guests are freezing and waiting for keyboard input and
+ it continues to function after I press a key. I am using Windows10 Home
+ and below is the command I use to run the guest. I have suspected if
+ this is caused by random entropy but even with mouse moving it gives
+ same random locks and it continues to work as soon as I press a key so
+ maybe its not about entropy at all,
  
  startwinguest.bat:
  qemu-system-x86_64 ^
-  -name "win" ^
-  -machine type=q35,accel=whpx ^
-  -cpu EPYC,hv_relaxed,hv_time,topoext   ^
-  -nodefaults ^
-  -usb ^
-  -rtc base=localtime,driftfix=slew ^
-  -smp 6,sockets=1,cores=3,threads=2 ^
-  -m 8192 -mem-prealloc ^
-  -soundhw hda ^
-  -usbdevice tablet ^
-  -netdev user,id=mynet0,hostfwd=tcp::3390-:3389 -device virtio-net,netdev=mynet0 ^
-  -vga std ^
-  -display gtk ^
-  -boot d ^
-  -device virtio-scsi-pci,id=scsi0 ^
-  -drive "file=%~dp0win10.qcow2,if=none,format=qcow2,discard=unmap,aio=threads,cache=writethrough,id=someid" ^
-  -device scsi-hd,drive=someid,bus=scsi0.0 ^
-  -drive "file=D:\Setups\OS\Windows\en_windows_server_2019_updated_dec_2020_x64_dvd_36e0f791.iso,media=cdrom,index=1" ^
-  -drive "file=%~dp0virtio-win-0.1.185.iso,media=cdrom,index=2"
+  -name "win" ^
+  -machine type=q35,accel=whpx ^
+  -cpu EPYC,hv_relaxed,hv_time,topoext   ^
+  -nodefaults ^
+  -usb ^
+  -rtc base=localtime,driftfix=slew ^
+  -smp 6,sockets=1,cores=3,threads=2 ^
+  -m 8192 -mem-prealloc ^
+  -soundhw hda ^
+  -usbdevice tablet ^
+  -netdev user,id=mynet0,hostfwd=tcp::3390-:3389 -device virtio-net,netdev=mynet0 ^
+  -vga std ^
+  -display gtk ^
+  -boot d ^
+  -device virtio-scsi-pci,id=scsi0 ^
+  -drive "file=%~dp0win10.qcow2,if=none,format=qcow2,discard=unmap,aio=threads,cache=writethrough,id=someid" ^
+  -device scsi-hd,drive=someid,bus=scsi0.0 ^
+  -drive "file=D:\Setups\OS\Windows\en_windows_server_2019_updated_dec_2020_x64_dvd_36e0f791.iso,media=cdrom,index=1" ^
+  -drive "file=%~dp0virtio-win-0.1.185.iso,media=cdrom,index=2"

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1916775

Title:
  Guest freezes until there is a keyboard input on Windows version

Status in QEMU:
  New

Bug description:
  I am using Qemu for Windows and when I try to run this for Windows
  guests then the guests are freezing and waiting for keyboard input and
  it continues to function after I press a key. I am using Windows10
  Home and below is the command I use to run the guest. I have suspected
  if this is caused by random entropy but even with mouse moving it
  gives same random locks and it continues to work as soon as I press a
  key so maybe its not about entropy at all,

  startwinguest.bat:
  qemu-system-x86_64 ^
   -name "win" ^
   -machine type=q35,accel=whpx ^
   -cpu EPYC,hv_relaxed,hv_time,topoext   ^
   -nodefaults ^
   -usb ^
   -rtc base=localtime,driftfix=slew ^
   -smp 6,sockets=1,cores=3,threads=2 ^
   -m 8192 -mem-prealloc ^
   -soundhw hda ^
   -usbdevice tablet ^
   -netdev user,id=mynet0,hostfwd=tcp::3390-:3389 -device virtio-net,netdev=mynet0 ^
   -vga std ^
   -display gtk ^
   -boot d ^
   -device virtio-scsi-pci,id=scsi0 ^
   -drive "file=%~dp0win10.qcow2,if=none,format=qcow2,discard=unmap,aio=threads,cache=writethrough,id=someid" ^
   -device scsi-hd,drive=someid,bus=scsi0.0 ^
   -drive "file=D:\Setups\OS\Windows\en_windows_server_2019_updated_dec_2020_x64_dvd_36e0f791.iso,media=cdrom,index=1" ^
   -drive "file=%~dp0virtio-win-0.1.185.iso,media=cdrom,index=2"

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1916775/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-14 11:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24 16:20 [Bug 1916775] [NEW] Guest freezes until there is a keyboard input on Windows version Abdurrahim
2021-04-23 19:33 ` [Bug 1916775] " Ivan Vulovic
2021-04-23 19:47 ` Ivan Vulovic
2021-05-13 12:00 ` Thomas Huth
2021-05-14 11:40 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.