Sheng Yang wrote:
Prepared for kvm_arch_assigned_device_msi_dispatch().

        __u32 host_irq;
        __u32 guest_irq;
        __u32 flags;
+       __u32 guest_msi_data;
+       __u32 guest_msi_addr;
        union {
-               __u32 reserved[12];
+               __u32 reserved[10];
        };
 };

_guest_msi_* should be in the union, so they don't consume space for non-msi payloads.


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