qemu-0.10.0 released

New versions of QEMU

qemu-0.10.0 released

Postby pablo on Thu Mar 05, 2009 8:45 am

It can be downloaded from Savannah at:

http://savannah.nongnu.org/download/qem ... 0.0.tar.gz

The changes are too numerous to list here, but some highlights include:

o TCG support
- No longer requires GCC 3.x
o Kernel Virtual Machine acceleration support
o BSD userspace emulation
o Bluetooth emulation and host passthrough support
o GDB XML register description support
o Intel e1000 emulation
o HPET emulation
o VirtIO paravirtual device support
o Marvell 88w8618 / MusicPal emulation
o Nokia N-series tablet emulation / OMAP2 processor emulation
o PCI hotplug support
o Live migration and new save/restore formats
o Curses display support
o qemu-nbd utility to mount supported block formats
o Altivec support in PPC emulation and new firmware (OpenBIOS)
o Multiple VNC clients are now supported
o TLS encryption is now supported in VNC
o Many, many, bug fixes and new features
pablo
pablo
Site Admin
 
Posts: 261
Joined: Wed Oct 04, 2006 12:36 pm
Location: Finland

Re: qemu-0.10.0 released

Postby bnsmb on Thu Mar 05, 2009 9:47 pm

Hi,

Which kvm version is necessary for kvm support?

I'm using qemu in Ubuntu Hardy Heron on a 64 Bit Intel machine:

Code: Select all
xtrnaw7@t61p:/usr/src$ uname -a
Linux t61p 2.6.24-23-generic #1 SMP Mon Jan 26 01:04:16 UTC 2009 x86_64 GNU/Linux


with this kvm packages

Code: Select all
xtrnaw7@t61p:/usr/src$ dpkg -l | grep kvm
ii  kvm                                        1:62+dfsg-0ubuntu8                    Full virtualization on x86 hardware
ii  kvm-source                                 1:62+dfsg-0ubuntu8                    Source for the KVM driver


and I get this output from the configure script

Code: Select all
root@t61p:/data/develop/source/qemu-0.10.0# ./configure  --kerneldir=/usr/src/linux-headers-2.6.24-23
Install prefix    /usr/local
BIOS directory    /usr/local/share/qemu
binary directory  /usr/local/bin
Manual directory  /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /data/develop/source/qemu-0.10.0
C compiler        gcc
Host C compiler   gcc
ARCH_CFLAGS       -m64
make              make
install           install
host CPU          x86_64
host big endian   no
target list       i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu i386-linux-user x86_64-linux-user alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user m68k-linux-user mips-linux-user mipsel-linux-user ppc-linux-user ppc64-linux-user ppc64abi32-linux-user sh4-linux-user sh4eb-linux-user sparc-linux-user sparc64-linux-user sparc32plus-linux-user
gprof enabled     no
sparse enabled    no
profiler          no
static build      no
-Werror enabled   no
SDL support       yes
SDL static link   yes
curses support    yes
mingw32 support   no
Audio drivers     oss
Extra audio cards ac97 es1370 sb16
Mixer emulation   no
VNC TLS support   no
kqemu support     yes
brlapi support    no
Documentation     yes
NPTL support      yes
vde support       no
AIO support       yes
Install blobs     yes
KVM support       no - (expected ':', ',', ';', '}' or '__attribute__' before '*' token, #error Missing KVM capability KVM_CAP_DESTROY_MEMORY_REGION_WORKS)
fdt support       no
root@t61p:/data/develop/source/qemu-0.10.0#


regards

Bernd

pablo wrote:It can be downloaded from Savannah at:

http://savannah.nongnu.org/download/qem ... 0.0.tar.gz

The changes are too numerous to list here, but some highlights include:

o TCG support
- No longer requires GCC 3.x
o Kernel Virtual Machine acceleration support
o BSD userspace emulation
o Bluetooth emulation and host passthrough support
o GDB XML register description support
o Intel e1000 emulation
o HPET emulation
o VirtIO paravirtual device support
o Marvell 88w8618 / MusicPal emulation
o Nokia N-series tablet emulation / OMAP2 processor emulation
o PCI hotplug support
o Live migration and new save/restore formats
o Curses display support
o qemu-nbd utility to mount supported block formats
o Altivec support in PPC emulation and new firmware (OpenBIOS)
o Multiple VNC clients are now supported
o TLS encryption is now supported in VNC
o Many, many, bug fixes and new features
bnsmb
 
Posts: 19
Joined: Mon Jan 02, 2006 12:58 pm

Re: qemu-0.10.0 released

Postby bttr on Fri Mar 06, 2009 12:33 am

I've uploaded preliminary Win32 binaries for the "i386" and "x86_64" targets to my home page: http://www.bttr-software.de/forum/board_entry.php?id=6136. Be aware that I didn't link in any libusb-win32 code.
bttr
 
Posts: 0
Joined: Sun Jan 20, 2008 9:16 pm

Re: qemu-0.10.0 released

Postby post-factum on Fri Mar 06, 2009 5:34 pm

and what about new kqemu? where is it?
post-factum
 
Posts: 0
Joined: Fri Dec 21, 2007 8:47 pm

Re: qemu-0.10.0 released

Postby treitmayr on Sat Mar 07, 2009 12:58 pm

bnsmb wrote:Hi,
Which kvm version is necessary for kvm support?


The define KVM_CAP_DESTROY_MEMORY_REGION_WORKS was introduced with KVM-83 and went into the mainline Linux tree with 2.6.29-rc1, AFAIK. Not sure how this translates to Ubuntu packages, but I am pretty sure Qemu won't be happy with your 2.6.24-23 kernel headers (+source) if you want to compile it with KVM support.
-Thomas
treitmayr
 
Posts: 0
Joined: Sat Mar 07, 2009 12:34 pm

Re: qemu-0.10.0 released

Postby bttr on Sat Mar 07, 2009 7:42 pm

Latest KQEMU is kqemu-1.4.0pre1.tar.gz.
bttr
 
Posts: 0
Joined: Sun Jan 20, 2008 9:16 pm

Re: qemu-0.10.0 released

Postby post-factum on Sat Mar 07, 2009 8:58 pm

kqemu-1.4.0pre1.tar.gz was released several months before. I hope that developers has made some changes in it.
post-factum
 
Posts: 0
Joined: Fri Dec 21, 2007 8:47 pm

Re: qemu-0.10.0 released

Postby mukul on Fri May 22, 2009 8:58 am

How to update from v0.9.1 to v0.10.0 without losing any Guest OS, on Debian Lenny (5.0) running kernel 2.6.26
mukul
 
Posts: 0
Joined: Fri May 22, 2009 8:46 am

Re: qemu-0.10.0 released

Postby markcasias on Mon May 03, 2010 7:50 am

Any new updates for qemu? What is there latest version currently?

Thank you....

__________
Lasik
markcasias
 
Posts: 0
Joined: Mon May 03, 2010 7:43 am


Return to New versions

Who is online

Users browsing this forum: No registered users and 1 guest

cron