Merge branch 'master' of git://git.sv.gnu.org/qemu into master
commit1b571cb79d51523af3c74b990de28eb892106f16
authorAvi Kivity <avi@redhat.com>
Sat, 9 May 2009 09:18:03 +0000 (9 12:18 +0300)
committerAvi Kivity <avi@redhat.com>
Sat, 9 May 2009 09:24:23 +0000 (9 12:24 +0300)
treedca628067cc57ac79995c0f8af7ad169bf1bdecb
parent9966018d6637b2ab60b477da444b287a6b460aad
parent39b6efc8067de56d9955d015e4a7472877a3fe89
Merge branch 'master' of git://git.sv.gnu.org/qemu into master

* 'master' of git://git.sv.gnu.org/qemu: (23 commits)
  Fix in file qemu-sockets.c
  vga: Replace VGA_COMMON with a structure
  Improve block range checks
  Remove noisy printf when KVM masks CPU features
  fix asynchronous ioctls
  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
  e1000: Do not reinit pci config space to 0
  AIO deletion race fix
  reset state for load_linux
  register reset handler for option_roms
  Fix cluster freeing in qcow2
  Enable power button even generation.
  Drop CONFIG_GDBSTUB
  Remove superfluous #includes.
  Use target_phys_addr_t, not target_ulong.
  Replace cpu_abort with hw_error
  ...

Conflicts:
hw/cirrus_vga.c
pc-bios/bios.bin

Signed-off-by: Avi Kivity <avi@redhat.com>
15 files changed:
Makefile
Makefile.target
configure
hw/cirrus_vga.c
hw/pc.c
hw/vga_int.h
kvm.h
kvm/libkvm/libkvm-x86.c
kvm/libkvm/libkvm.h
monitor.c
qemu-kvm.c
qemu-kvm.h
target-i386/helper.c
target-i386/kvm.c
vl.c