OSDN Git Service

hw/pci-host/ppce500: Fix typo in vmstate definition
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 29 May 2014 11:05:34 +0000 (12:05 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:41 +0000 (13:24 +0200)
commitf2e2bc9ca06a1c2c6b300c19d4b938c7273a2f76
tree050a325ebea12e589b6c639fa4021695a0b5fffc
parent4b1daa72d3b68b050bb9013edd0888972a0e22dd
hw/pci-host/ppce500: Fix typo in vmstate definition

Fix a typo in the ppce500_pci vmstate definition which meant that
we were migrating the struct pci_inbound using the vmstate for
pci_outbound. Fortunately the two structures have exactly the same
format at the moment (four uint32_ts) so this was harmless, and
we can correcting the typo without a migration compatibility
break because the vmstate name doesn't go out on the wire.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/pci-host/ppce500.c