Merge branch 'queues/qemu-merge' of git://git.kiszka.org/qemu-kvm into next
commit18b012756fd041556764dfa2bb1f307b6923fb71
authorAvi Kivity <avi@redhat.com>
Wed, 6 Jun 2012 12:19:50 +0000 (6 15:19 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 6 Jun 2012 12:19:50 +0000 (6 15:19 +0300)
tree24e41b8c5da58a96fa1466206e594da52120361e
parent15ecf28f39e2b6fba359ed094770c8fa4ad8dc60
parent5d2912fc1a6d5f8b2796fda65589ebc3b32c2052
Merge branch 'queues/qemu-merge' of git://git.kiszka.org/qemu-kvm into next

* 'queues/qemu-merge' of git://git.kiszka.org/qemu-kvm: (32 commits)
  qemu-kvm: Remove unused kvm stubs
  qemu-kvm: Drop unused kvm_msi_message_* services
  qemu-kvm: Drop redundant MSI-X hooks
  qemu-kvm: Drop redundant MSI hooks
  target-microblaze: lwx/swx: first implementation
  Revert "rtl8139: do the network/host communication only in normal operating mode"
  Update version to open the 1.2 development branch
  ahci: SATA FIS is 20 bytes, not 0x20
  virtio-blk: Fix geometry sector calculation
  block: prevent snapshot mode $TMPDIR symlink attack
  sheepdog: fix return value of do_load_save_vm_state
  virtio: Fix compiler warning for non Linux hosts
  virtio/vhost: Add support for KVM in-kernel MSI injection
  msix: Add msix_nr_vectors_allocated
  kvm: Enable use of kvm_irqchip_in_kernel in hwlib code
  kvm: Introduce kvm_irqchip_add/remove_irqfd
  msix: Invoke msix_handle_mask_update on msix_mask_all
  msix: Factor out msix_get_message
  kvm: Make kvm_irqchip_commit_routes an internal service
  kvm: Publicize kvm_irqchip_release_virq
  ...

Signed-off-by: Avi Kivity <avi@redhat.com>