Han, Weidong wrote:
This patch changes to use new APIs for KVM VT-d, and add device deassignment for hotplug.index 44fd7fa..558bc32 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h @@ -425,6 +425,8 @@ struct kvm_trace_rec { struct kvm_assigned_pci_dev) #define KVM_ASSIGN_IRQ _IOR(KVMIO, 0x70, \ struct kvm_assigned_irq) +#define KVM_DEASSIGN_PCI_DEVICE _IOR(KVMIO, 0x71, \ + struct kvm_assigned_pci_dev)
Need to advertise using KVM_CAP_DEVICE_DEASSIGNMENT. -- 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
