]> git.proxmox.com Git - qemu.git/commit
cpu: Turn cpu_paging_enabled() into a CPUState hook
authorAndreas Färber <afaerber@suse.de>
Tue, 28 May 2013 11:28:38 +0000 (13:28 +0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 11 Jun 2013 15:50:09 +0000 (17:50 +0200)
commit444d55907871f88276a654fc7fdc8c7db95f4b59
tree10dde797d560c58dbd9a70405c0b38891fef5fc1
parentc51a944b7505ba827adc897d5452d2b54dbf86bb
cpu: Turn cpu_paging_enabled() into a CPUState hook

Relocate assignment of x86 get_arch_id to have all hooks in one place.

Reviewed-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
include/qom/cpu.h
include/sysemu/memory_mapping.h
memory_mapping-stub.c
memory_mapping.c
qom/cpu.c
target-i386/arch_memory_mapping.c
target-i386/cpu.c