Merge branch 'stable-0.10' of git://git.sv.gnu.org/qemu into stable-0.10
commitc4ad53bc914cdd100e923f3b9abca1bf7ff351a1
authorAvi Kivity <avi@redhat.com>
Thu, 21 May 2009 08:50:16 +0000 (21 11:50 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 21 May 2009 08:55:47 +0000 (21 11:55 +0300)
treeb24d6db34c64ddda3aba51a6ccb9be7f29aafb67
parent23f3424d11530432c502c105c895cd12f26f4b7a
parent9e3a7df77c6c456ff58ab9931cb86e3d5983404d
Merge branch 'stable-0.10' of git://git.sv.gnu.org/qemu into stable-0.10

* 'stable-0.10' of git://git.sv.gnu.org/qemu: (24 commits)
  Update for 0.10.5 release
  kvm: work around supported cpuid ioctl() brokenness
  Remove noisy printf when KVM masks CPU features
  kvm: Trim cpu features not supported by kvm
  Fix x86 feature modifications for features that set multiple bits
  Make x86 cpuid feature names available in file scope
  kvm: Add support for querying supported cpu features
  Introduce kvm_check_extension to check if KVM extensions are supported
  kvm: add error message for when SMP is requested
  Remove initrd warning message
  initialize struct sigevent before timer_create
  Fix NULL alarm_timer pointer at exit
  keep initrd in below 4g area.
  migrate.c: migrate_fd_put_buffer: Do not busyloop: stop writing if EWOULDBLOCK
  remove gcc 3.x requirement from documentation
  ETRAX: Correct passing of kernel command line.
  ETRAX: Correct setting of ethernet station address.
  CRIS: Fix bmi.
  Fix DMA API when handling an immediate error from block layer (Avi Kivity)
  Fix vectored aio bounce handling immediate errors (Avi Kivity)
  ...
block.c
hw/pc.c
kvm.h
kvm/libkvm/libkvm-x86.c
kvm/libkvm/libkvm.h
qemu-doc.texi
qemu-kvm-x86.c
qemu-kvm.h
target-i386/helper.c
target-i386/kvm.c
vl.c