/qemu/hw/openrisc/ |
H A D | cputimer.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/hw/xtensa/ |
H A D | pic_cpu.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/hw/ppc/ |
H A D | ppce500_spin.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
H A D | spapr_rtas.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
H A D | ppc.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
H A D | spapr_hcall.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
H A D | e500.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
H A D | spapr.c | a4e044c30e0044947fd0d69b1888d916f96bba6b Thu Mar 14 17:59:29 UTC 2013 David Gibson <david@gibson.dropbear.id.au> pseries: Fix breakage in CPU QOM conversion
Commit 259186a7d2f7184efc96ae99bc5658e6159f53ad "cpu: Move halted and interrupt_request fields to CPUState" broke the pseries machine. That's because it uses CPU() instead of ENV_GET_CPU() to convert from the global first_cpu pointer (still a CPUArchState) to a CPUState. This patch fixes the breakage.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Alexander Graf <agraf@suse.de> 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/hw/xenpv/ |
H A D | xen_machine_pv.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/hw/sparc/ |
H A D | leon3.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
H A D | sun4m.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/hw/core/ |
H A D | cpu-common.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/include/exec/ |
H A D | cpu-defs.h | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/hw/arm/ |
H A D | omap1.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/include/hw/core/ |
H A D | cpu.h | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/system/ |
H A D | cpus.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/hw/sparc64/ |
H A D | sun4u.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/accel/tcg/ |
H A D | translate-all.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
H A D | cpu-exec.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/accel/kvm/ |
H A D | kvm-all.c | 259186a7d2f7184efc96ae99bc5658e6159f53ad Thu Jan 17 17:51:17 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Move halted and interrupt_request fields to CPUState
Both fields are used in VMState, thus need to be moved together. Explicitly zero them on reset since they were located before breakpoints.
Pass PowerPCCPU to kvmppc_handle_halt().
Signed-off-by: Andreas Färber <afaerber@suse.de>
|