]> git.proxmox.com Git - qemu.git/commit
Add c++ keywords to QAPI helper script
authorTomoki Sekiyama <tomoki.sekiyama@hds.com>
Wed, 7 Aug 2013 15:39:43 +0000 (11:39 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 9 Sep 2013 19:17:56 +0000 (14:17 -0500)
commit6f88009ee505e1e9fbf6b74b2e2fb3e24cd3411b
tree8e51edda1de07c57f2239f35f1d85f962f1340ae
parent83f73fce4cf18cf36e99f0e78e8e87dfb6b12a71
Add c++ keywords to QAPI helper script

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.sekiyama@hds.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hmp.c
hw/pci/pci.c
scripts/qapi.py