Sheng Yang wrote:
Prepared for kvm_arch_assigned_device_msi_dispatch().

@@ -507,10 +507,17 @@ struct kvm_assigned_irq {
        __u32 guest_irq;
        __u32 flags;
        union {
+               struct {
+                       __u32 addr_lo;
+                       __u32 addr_hi;

__u64 addr;

?

+                       __u32 data;


@@ -307,8 +308,11 @@ struct kvm_assigned_dev_kernel {
        int host_devfn;
        int host_irq;
        int guest_irq;
+       struct msi_msg guest_msi;
 #define KVM_ASSIGNED_DEV_GUEST_INTX    (1 << 0)
+#define KVM_ASSIGNED_DEV_GUEST_MSI     (1 << 1)
 #define KVM_ASSIGNED_DEV_HOST_INTX     (1 << 8)
+#define KVM_ASSIGNED_DEV_HOST_MSI      (1 << 9)

Okay, I see the reason for non sequential assignment.

--
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

Reply via email to