On 2012-09-10 17:25, Avi Kivity wrote: > 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 uq/master used to contain two patches from Peter regarding the kernel headers and my coalesced MMIO decoupling series - dropped intentionally? Jan > > 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 > -- Siemens AG, Corporate Technology, CT RTC ITP SDP-DE Corporate Competence Center Embedded Linux -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html