Home
last modified time | relevance | path

Searched hist:"20 bcf73f" (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/
H A Dptimer.h20bcf73f Wed Jan 01 15:56:57 CST 2014 Peter Maydell <peter.maydell@linaro.org> 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>
/openbmc/qemu/hw/arm/
H A Dpxa2xx.c20bcf73f Wed Jan 01 15:56:57 CST 2014 Peter Maydell <peter.maydell@linaro.org> 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>
/openbmc/qemu/include/migration/
H A Dvmstate.h20bcf73f Wed Jan 01 15:56:57 CST 2014 Peter Maydell <peter.maydell@linaro.org> 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>