Sheng Yang wrote:
struct gsi {
   u32 n : 24;
   u32 type : 8; // 0 -> classic gsi, 1 -> msi
};

I just don't understand why we need 24 bits for n? GSI can be that wide?

I don't think so, but who knows what we'll need for type == 2?

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