QEMU 1.0 released
11–20 of 20 posts
Re: QEMU 1.0 released
#12Yet another Bellard production (originally, anyway). Let's list a few things he has done: - QEMU: code from which has been used in Xen and KVM amongst others ( http://en.wikipedia.org/wiki/QEMU#Integration_in_other_virtu... ) - FFMpeg, which almost every free video tool uses in some form - The fastest known formula for calculating Pi - The x86 Javascript emulator That doesn't include things like his self-compiling C…
Re: QEMU 1.0 released
#13Time to betray some serious virtualization ignorance; when do people use QEMU outside a datacenter (presumably for mapping multiple virtual machines to one physical machine)? How often does one need to run binaries compiled for another machine architecture? And setting aside banal scenarios like running Word on Windows inside Linux, when is a guest OS useful?
There are many examples of embedded development environments like this.
Re: QEMU 1.0 released
#14Since the page seems to be down/loading slowly for me, here's the changelog: General - i386-softmmu is no longer named qemu but instead referred to as qemu-system-i386 for better consistency with other targets. A new tool is likely to be introduced that uses the qemu name so distributions are advised to not undo this change. - QEMU now uses a separate thread for VCPU execution. This merges the biggest difference betw…
http://webcache.googleusercontent.com/search?q=cache:http%3A...
Re: QEMU 1.0 released
#15Time to betray some serious virtualization ignorance; when do people use QEMU outside a datacenter (presumably for mapping multiple virtual machines to one physical machine)? How often does one need to run binaries compiled for another machine architecture? And setting aside banal scenarios like running Word on Windows inside Linux, when is a guest OS useful?
Re: QEMU 1.0 released
#16Yet another Bellard production (originally, anyway). Let's list a few things he has done: - QEMU: code from which has been used in Xen and KVM amongst others ( http://en.wikipedia.org/wiki/QEMU#Integration_in_other_virtu... ) - FFMpeg, which almost every free video tool uses in some form - The fastest known formula for calculating Pi - The x86 Javascript emulator That doesn't include things like his self-compiling C…
Re: QEMU 1.0 released
#17Time to betray some serious virtualization ignorance; when do people use QEMU outside a datacenter (presumably for mapping multiple virtual machines to one physical machine)? How often does one need to run binaries compiled for another machine architecture? And setting aside banal scenarios like running Word on Windows inside Linux, when is a guest OS useful?
Or you have a disk image and need to copy files from that, and for some reason you can't mount it (Windows or virtualized linux without loopback block devices)
qemu does wonders to disk images.
Re: QEMU 1.0 released
#18Its a python application I wrote to backup guests using libvirt api.
Opensource and public domain.
Re: QEMU 1.0 released
#19Re: QEMU 1.0 released
#20Time to betray some serious virtualization ignorance; when do people use QEMU outside a datacenter (presumably for mapping multiple virtual machines to one physical machine)? How often does one need to run binaries compiled for another machine architecture? And setting aside banal scenarios like running Word on Windows inside Linux, when is a guest OS useful?