[Qemu-devel] [Bug 1721187] Re: install Centos7 or fedora27 on qemu on windows8.1

2018-02-16 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1721187 Title: install

[Qemu-devel] [Bug 1721187] Re: install Centos7 or fedora27 on qemu on windows8.1

2017-12-18 Thread Thomas Huth
So I assume the mouse is working now? I think we then can close this ticket. Concerning the speed: QEMU is emulating the CPU by default, so this is of course slower than running everything natively. You've got to use an accelerator to get more speed - for Windows, you can use HAXM:

[Qemu-devel] [Bug 1721187] Re: install Centos7 or fedora27 on qemu on windows8.1

2017-10-04 Thread laurent
I use qemu-w64-setup-20170830.exe on Windows8-64bits I tried the following command, but it is very, very slow : qemu-img create centos7_hd.img 80G qemu-system-x86_64 -k fr -cpu core2duo -m 1024 -usb -device usb-mouse -hda centos7_hd.img --drive

[Qemu-devel] [Bug 1721187] Re: install Centos7 or fedora27 on qemu on windows8.1

2017-10-04 Thread Thomas Huth
Which version of QEMU are you using? Did you compile QEMU on your own or are you using a pre-build binary? Anyway, to be able to use USB devices, you've got to specify the "-usb" parameter when starting QEMU. -- You received this bug notification because you are a member of qemu- devel-ml,