Merge commit 'c69ea0dff27ccc6663f8ecb4a70f762f4559672c' into upstream-merge
commit030e7ee312548f465d9906488ea482cecba7e2d0
authorAvi Kivity <avi@redhat.com>
Wed, 26 May 2010 11:42:02 +0000 (26 14:42 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 26 May 2010 11:42:02 +0000 (26 14:42 +0300)
treef14ea4bf7d23a1f114edf66b7d2c93c68de3834f
parenta31a8cccff65708bb24b72be4fcd75daeda6e138
parentc69ea0dff27ccc6663f8ecb4a70f762f4559672c
Merge commit 'c69ea0dff27ccc6663f8ecb4a70f762f4559672c' into upstream-merge

* commit 'c69ea0dff27ccc6663f8ecb4a70f762f4559672c': (27 commits)
  Compile acpi_piix4, apm and pm_smbus only once
  block: Remove special case for vvfat
  Fix docs for block stats monitor command
  use qemu_free() instead of free()
  block/vdi: Fix image opening and creation for odd disk sizes
  dmg: use qemu block API
  dmg: use pread
  dmg: fix reading of uncompressed chunks
  block/vpc: Fix conversion from size to disk geometry
  parallels: use qemu block API
  parallels: use pread
  block/vdi: Allow disk images of size 0
  block: Fix bdrv_commit
  block: Fix protocol detection for Windows devices
  block: Avoid unchecked casts for AIOCBs
  bochs: use qemu block API
  bochs: use pread
  ide: Fix ide_dma_cancel
  cloop: use qemu block API
  cloop: use pread
  ...

Conflicts:
Makefile.objs
Makefile.target

acpi and acpi_piix4 moved back to Makefile.target due to cpu hotplug.

Signed-off-by: Avi Kivity <avi@redhat.com>
Makefile.objs
Makefile.target
hw/pci.c