]> git.proxmox.com Git - mirror_qemu.git/commit - gdbstub.c
cpu: Move host_tid field to CPUState
authorAndreas Färber <afaerber@suse.de>
Mon, 17 Dec 2012 06:12:13 +0000 (07:12 +0100)
committerAndreas Färber <afaerber@suse.de>
Sat, 16 Feb 2013 13:50:59 +0000 (14:50 +0100)
commit0d34282fdde1d8f337d2a9e10f5ac793b12ef2e7
treee4a26af7c6a412c3f9c3fefde289add21fd7c5ad
parent6ae064fc671f1c475b1371c067fa3100ec6daf80
cpu: Move host_tid field to CPUState

Change gdbstub's cpu_index() argument to CPUState now that CPUArchState
is no longer used.

Signed-off-by: Andreas Färber <afaerber@suse.de>
dump.c
gdbstub.c
include/exec/cpu-defs.h
include/exec/gdbstub.h
include/qom/cpu.h
linux-user/syscall.c