]> Git Repo - qemu.git/commit - hw/pci/pcie_aer.c
vmstate: move VMSTATE_PCIE_AER_ERRS to hw/hw.h
authorDmitry Eremin-Solenikov <[email protected]>
Sun, 20 Feb 2011 13:50:35 +0000 (16:50 +0300)
committerAndrzej Zaborowski <[email protected]>
Thu, 3 Mar 2011 13:54:50 +0000 (14:54 +0100)
commit47188700a45166b49f1579f3efeab72ae2045f7a
tree419f14609e4c67dbe2ce13d431905e2110535e14
parentee2479d3e8fbf6d79813eb7744725ae0e14eaf58
vmstate: move VMSTATE_PCIE_AER_ERRS to hw/hw.h

VMSTATE_PCIE_AER_ERRS is indeed useful for other emulation drivers.
Move it to hw/hw.h under the name of VMSTATE_STRUCT_VARRAY_POINTER_UINT16.
Also add VMSTATE_STRUCT_VARRAY_POINTER_INT32 which is more or less
the same as _UINT16 macro, except the fact it uses int32_t internally.

Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Andrzej Zaborowski <[email protected]>
hw/hw.h
hw/pcie_aer.c
This page took 0.029206 seconds and 4 git commands to generate.