Avi Kivity <avi@xxxxxxxxxx> writes: > 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). Pulled. Thanks. I took a look at the difference, appears to be some deprecated options and CPU hotplug. What's the plan there? Is CPU hotplug functional in qemu-kvm? Regards, Anthony Liguori > > ---------------------------------------------------------------- > 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 -- 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