On Tue, Feb 05, 2013 at 08:45:01AM +0200, Gleb Natapov wrote: > > >> + /* Posted interrupt descriptor */ > > >> + struct pi_desc *pi; > > >> + > > > You haven't answered on my previous review why are you trying save 46 > > > bytes here. > > Sorry. I cannot get your point. It's just a pointer and only takes 8 bytes. > And embedded structure will take 64 bytes, so by allocating it dynamically > you are trying to save 46 bytes for !pir case per vcpu. Just embed > pi_desc here. > My calculator is broken. It is 56 bytes of course. Still small enough to embed. -- Gleb. -- 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