Merge branch 'master' of git://git.sv.gnu.org/qemu
commit1407fe807a5d5bbbdaafd4a48cb406a9d78aa18a
authorAvi Kivity <avi@redhat.com>
Wed, 17 Jun 2009 06:39:04 +0000 (17 09:39 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 17 Jun 2009 06:39:04 +0000 (17 09:39 +0300)
tree21d4c06538a193bf0503aea7cb0e5eb0ec932165
parenta5b526135da17b56a7be85fd51a76a1d5a917617
parentcfde4bd93100c58c0bfaed76deefb144caac488f
Merge branch 'master' of git://git.sv.gnu.org/qemu

* 'master' of git://git.sv.gnu.org/qemu: (58 commits)
  exec.c: remove unnecessary #if NB_MMU_MODES
  Fix vga_screen_dump_blank() PPM generation
  Prevent CD-ROM media eject while device is locked
  set migration max downtime
  add non-arbitrary migration stop condition
  kvm: Fix IRQ injection into full queue
  Call qemu_bh_delete at bdrv_aio_bh_cb.
  Remove dead code
  QEMU KVM: i386: Fix the cpu reset state
  allow CPUID vendor override
  Fix help message for new configure option --enable-debug.
  provide cpu_index to env mapping
  pci: add define for communication class devices
  vnc: improve numpad support for qemu console.
  virtio blk: fix warning.
  lsi53c895a: Implement write access to DMA Byte Counter
  lsi53c895a: Implement read and write access to DMA Next Address
  lsi53c895a: Implement Scratch Byte Register
  Rename pci_register_io_region() to pci_register_bar()
  Rearrange io_mem_init()
  ...

Conflicts:
configure

Signed-off-by: Avi Kivity <avi@redhat.com>
17 files changed:
Makefile
Makefile.target
block/raw-posix.c
configure
cpu-all.h
exec.c
hw/apic.c
hw/cirrus_vga.c
hw/device-assignment.c
hw/ioapic.c
hw/pci-hotplug.c
hw/pci.c
hw/pci.h
hw/vga.c
qemu-monitor.hx
target-i386/helper.c
vl.c