From: nathan binkert Date: Sat, 28 Mar 2009 04:53:05 +0000 (-0700) Subject: KVM: Make kvm header C++ friendly X-Git-Tag: v2.6.31-rc1~393^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f8b9ee14eb439008e0c5131116ea6baa40dba50;p=pandora-kernel.git KVM: Make kvm header C++ friendly Two things needed fixing: 1) g++ does not allow a named structure type within an anonymous union and 2) Avoid name clash between two padding fields within the same struct by giving them different names as is done elsewhere in the header. Signed-off-by: Nathan Binkert Signed-off-by: Avi Kivity --- Reading git-diff-tree failed