mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
hw: move CPU state serialization to migration/cpu.h
Remove usage of NEED_CPU_H from hw/hw.h. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
cbd62f8616
commit
1e00b8d57a
12 changed files with 58 additions and 50 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "qemu/timer.h"
|
||||
|
||||
#include "cpu.h"
|
||||
#include "migration/cpu.h"
|
||||
|
||||
#ifdef TARGET_SPARC64
|
||||
static const VMStateDescription vmstate_cpu_timer = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue