commit | 2f8b9ee14eb439008e0c5131116ea6baa40dba50 | [log] [tgz] |
---|---|---|
author | nathan binkert <nate@binkert.org> | Fri Mar 27 21:53:05 2009 -0700 |
committer | Avi Kivity <avi@redhat.com> | Wed Jun 10 11:48:39 2009 +0300 |
tree | 7c269a25ba379aef925c8cc462232c116f297a37 | |
parent | ede2ccc51742059d356d419260460cbbf3e36273 [diff] |
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 <nate@binkert.org> Signed-off-by: Avi Kivity <avi@redhat.com>