]> git.proxmox.com Git - qemu.git/commit
target-i386: Pass X86CPU to cpu_x86_set_a20()
authorAndreas Färber <afaerber@suse.de>
Fri, 18 Jan 2013 14:19:06 +0000 (15:19 +0100)
committerAndreas Färber <afaerber@suse.de>
Fri, 1 Feb 2013 00:35:43 +0000 (01:35 +0100)
commitcc36a7a2c7e281d7d715ac73d31bbccc0d2d2670
tree85f8d8c8a7789f7e5ab82ebee6db7fb9bdc976b3
parenteeb266ded886185d1d3b0d8bc089ec72df1a2bfd
target-i386: Pass X86CPU to cpu_x86_set_a20()

Prepares for cpu_interrupt() changing argument to CPUState.

While touching it, rename to x86_cpu_...() now that it takes an X86CPU.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
hw/pc.c
target-i386/cpu.h
target-i386/helper.c