qemu-e2k/include/sysemu
Alexander Graf 9c06a1f79f KVM: Split QEMUMachine typedef into separate header
Older gcc versions (such as the one in SLES11) get confused when you declare
a typedef on the same struct twice.

To work around that limitation, let's extract the QEMUMachine typedef into a
separate header file that is guarded by preprocessor duplicate include checks.

This fixes the following type of compile errors for me:

  In file included from vl.c:125:
  include/hw/xen/xen.h:39: error: redefinition of typedef "QEMUMachine"
  include/sysemu/kvm.h:155: error: previous declaration of "QEMUMachine" was here

Signed-off-by: Alexander Graf <agraf@suse.de>
2014-03-05 03:06:24 +01:00
..
arch_init.h smbios: Convert to QemuOpts 2013-09-28 23:49:06 +03:00
balloon.h
blockdev.h qmp_change_blockdev() remove unused has_format 2013-12-16 10:12:20 +01:00
bt.h
char.h char: add qemu_chr_fe_event() 2013-12-16 10:12:20 +01:00
cpus.h
device_tree.h device_tree: qemu_fdt_setprop: Rename val_array arg 2013-12-20 01:58:12 +01:00
dma.h
dump.h dump: add API to write dump pages 2014-02-28 11:52:03 -05:00
kvm.h KVM: Split QEMUMachine typedef into separate header 2014-03-05 03:06:24 +01:00
memory_mapping.h dump: rebase from host-private RAMBlock offsets to guest-physical addresses 2013-08-08 11:01:46 -04:00
os-posix.h
os-win32.h
qemumachine.h KVM: Split QEMUMachine typedef into separate header 2014-03-05 03:06:24 +01:00
qtest.h KVM: Split QEMUMachine typedef into separate header 2014-03-05 03:06:24 +01:00
rng-random.h
rng.h virtio_rng: replace custom backend API with UserCreatable.complete() callback 2014-01-28 12:47:11 -05:00
seccomp.h
sysemu.h sun4m: Add Sun CG3 framebuffer initialisation function 2014-02-27 10:01:41 +00:00
tpm_backend_int.h
tpm_backend.h
tpm.h
watchdog.h
xen-mapcache.h