qemu-e2k/include/migration
Peter Maydell 20bcf73fa8 vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-type
The VMSTATE_STRUCT_POINTER macros are a bit odd in that they
must be passed an argument "FooType *" rather than just taking
the FooType. They're only used in one place, so it's easy to
tidy this up. This also lets us use the macro to replace the
hand-rolled VMSTATE_PTIMER.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Juan Quintela <quintela@redhat.com>
2014-02-04 15:51:45 +01:00
..
block.h
migration.h migration: Move QEMU_VM_* defines to migration/migration.h 2014-01-13 12:39:48 +01:00
page_cache.h page_cache: dup memory on insert 2013-03-11 13:32:03 +01:00
qemu-file.h qemu-file: Make a few functions non-static 2014-01-13 12:39:48 +01:00
vmstate.h vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-type 2014-02-04 15:51:45 +01:00