]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Move CPUX86State::cpuid_apic_id to X86CPU::apic_id
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 19 Dec 2014 01:20:10 +0000 (23:20 -0200)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 9 Mar 2015 19:30:03 +0000 (16:30 -0300)
commit7e72a45c99fccfe5586d7c4e2f7441f28e24e450
treec082b899a23226d90af06b4301b76cc82c7b593c
parent0f4b210e504d7db42b96882e94481f444e420fe3
target-i386: Move CPUX86State::cpuid_apic_id to X86CPU::apic_id

The field doesn't need to be inside CPUX86State, and it is not specific
for the CPUID instruction, so move and rename it.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/cpu-qom.h
target-i386/cpu.c
target-i386/cpu.h
target-i386/kvm.c