Re: [Qemu-devel] What's needed to pass pciid cpu flag to guest?

2018-01-08 Thread Manu
> Am 08.01.2018 um 19:58 schrieb Stefan Priebe - Profihost AG > : > > Hello, > > for meltdown mitigation and performance it's important to have the pcid > flag passed down to the guest (f.e. > https://groups.google.com/forum/m/#!topic/mechanical-sympathy/L9mHTbeQLNU). > > My host shows the fl

Re: [Qemu-devel] Compiling Qemu x86_64 for windows 64 bit

2013-09-26 Thread Manu
Hello, I had the same error. I tried this binary http://lassauge.free.fr/qemu/release/Qemu-1.6.0-windows.zip You have to copy everything in Bios to ../ so one directory up. Then it should work. Kind regards, Manuel Am 26.09.2013 um 06:43 schrieb Vikas Desai : > Thanks for the quick response.S

Re: [Qemu-devel] Changing cdroms while qemu is running

2005-11-09 Thread Manu
Dave Feustel wrote: > I have read all the qemu documentation that I have, but I still don't > understand how to change the cdrom being read by qemu (running > in graphics mode). I need to be able to do this to install a multi-cd > version of Linux (Scientific Linux - has 4 cdroms). Can someone

[Qemu-devel] [patch] transparent CDROM eject/change for Linux hosts

2005-09-23 Thread Manu
Hi, Please found attached a patch to allow easier transparent eject/change of CDROM when the source of the emulated drive is a physical drive. It still needs improvement (). diff -ruN qemu-0.7.1/Makefile qemu-0.7.1-cdrom/Makefile --- qemu-0.7.1/Makefile 2005-07-24 20:52:08.0 +0200 +++ qe