qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL] KVM updates


From: Avi Kivity
Subject: [Qemu-devel] [PULL] KVM updates
Date: Mon, 10 Sep 2012 18:25:43 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120828 Thunderbird/15.0

Please pull from:

  git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master

to merge some kvm updates, most notably a port of qemu-kvm's pre-vfio device
assignment.  With this there are no significant changes left between qemu and
qemu-kvm (though some work remains).

----------------------------------------------------------------
Christian Borntraeger (1):
      qemu: Use valgrind annotations to mark kvm guest memory as defined

Jan Kiszka (5):
      kvm: Clean up irqfd API
      kvm: Introduce kvm_irqchip_update_msi_route
      kvm: Introduce kvm_has_intx_set_mask
      kvm: i386: Add services required for PCI device assignment
      kvm: i386: Add classic PCI device assignment

 configure              |    3 +-
 hw/kvm/Makefile.objs   |    2 +-
 hw/kvm/pci-assign.c    | 1915 ++++++++++++++++++++++++++++++++++++++++++++++++
 hw/qdev-monitor.c      |    1 +
 hw/virtio-pci.c        |    4 +-
 kvm-all.c              |   75 +-
 kvm-stub.c             |   14 +-
 kvm.h                  |    8 +-
 target-i386/kvm.c      |  141 ++++
 target-i386/kvm_i386.h |   22 +
 10 files changed, 2151 insertions(+), 34 deletions(-)
 create mode 100644 hw/kvm/pci-assign.c

-- 
error compiling committee.c: too many arguments to function



reply via email to

[Prev in Thread] Current Thread [Next in Thread]