mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-30 05:21:55 -06:00
cpu: Move kvm_state field into CPUState
Adapt some functions to take CPUState / {PowerPC,S390}CPU argument. Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
a34a92b9ec
commit
a60f24b56b
8 changed files with 57 additions and 47 deletions
|
@ -135,7 +135,6 @@ typedef struct icount_decr_u16 {
|
|||
#endif
|
||||
|
||||
struct kvm_run;
|
||||
struct KVMState;
|
||||
struct qemu_work_item;
|
||||
|
||||
typedef struct CPUBreakpoint {
|
||||
|
@ -205,7 +204,6 @@ typedef struct CPUWatchpoint {
|
|||
void *opaque; \
|
||||
\
|
||||
const char *cpu_model_str; \
|
||||
struct KVMState *kvm_state; \
|
||||
struct kvm_run *kvm_run;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue