qemu/include/qom
Andreas Färber b170fce3dd cpu: Register VMStateDescription through CPUState
In comparison to DeviceClass::vmsd, CPU VMState is split in two,
"cpu_common" and "cpu", and uses cpu_index as instance_id instead of -1.
Therefore add a CPU-specific CPUClass::vmsd field.

Unlike the legacy CPUArchState registration, rather register CPUState.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
2013-03-12 10:35:54 +01:00
..
cpu.h cpu: Register VMStateDescription through CPUState 2013-03-12 10:35:54 +01:00
object.h qom: remove object_delete 2013-02-01 15:53:11 -06:00
qom-qobject.h qom: move include files to include/qom/ 2012-12-19 08:31:32 +01:00