On Tue, May 21, 2013 at 11:33:41AM -0400, Tomoki Sekiyama wrote: > Add C++ keywords to avoid errors in compiling with c++ compiler. > This also renames class member of PciDeviceInfo to q_class. > > Signed-off-by: Tomoki Sekiyama <tomoki.sekiy...@hds.com> > --- > hmp.c | 2 +- > hw/pci/pci.c | 2 +- > scripts/qapi.py | 9 ++++++++- > 3 files changed, 10 insertions(+), 3 deletions(-)
Please also extend scripts/checkpatch.pl. Otherwise it is very likely that C++ keywords will be introduced again in the future. Most people will not build the VSS code and therefore checkpatch.pl needs to ensure that patches with C++ keywords will not be accepted. Stefan