qemu-e2k/include
Daniel P. Berrange 2e4450ff43 qom: Make enum string tables const-correct
The enum string table parameters in various QOM/QAPI methods
are declared 'const char *strings[]'. This results in const
warnings if passed a variable that was declared as

   static const char * const strings[] = { .... };

Add the extra const annotation to the parameters, since
neither the string elements, nor the array itself should
ever be modified.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
2015-06-19 18:42:18 +02:00
..
block Block layer core and image format patches 2015-06-15 10:43:06 +01:00
disas
exec softmmu: provide tlb_vaddr_to_host function for user mode 2015-06-17 12:40:51 +02:00
fpu
hw qom: Make enum string tables const-correct 2015-06-19 18:42:18 +02:00
libdecnumber
migration Add a protective section footer 2015-06-12 06:54:01 +02:00
monitor audio: remove LOG_TO_MONITOR along with default_mon 2015-06-15 12:42:48 +02:00
net vhost: 64 bit features 2015-06-10 18:15:04 +02:00
qapi qom: Make enum string tables const-correct 2015-06-19 18:42:18 +02:00
qemu qom: Add object_new_with_props() / object_new_withpropv() helpers 2015-06-19 18:42:18 +02:00
qom qom: Make enum string tables const-correct 2015-06-19 18:42:18 +02:00
standard-headers virtio: update headers, add virtio-gpu (2d) 2015-06-10 11:02:00 +02:00
sysemu virtio-gpu: pci support bits and virtio-vga. 2015-06-16 10:35:43 +01:00
ui QemuOpts: Convert qemu_opts_foreach() to Error 2015-06-09 07:37:37 +02:00
config.h
elf.h linux/elf.h update 2015-05-27 17:52:03 +02:00
glib-compat.h glib: remove stale compat functions 2015-05-22 15:58:06 -04:00
qemu-common.h machine: add default_ram_size to machine class 2015-06-03 23:56:55 +02:00
qemu-io.h
qjson.h
trace-tcg.h
trace.h