Fold vcpu_info into CPUState
commit66b04e7c01aae7773d978a19c4c195276ecc8feb
authorJes Sorensen <jes@sgi.com>
Fri, 14 Nov 2008 15:51:04 +0000 (14 16:51 +0100)
committerAvi Kivity <avi@redhat.com>
Tue, 18 Nov 2008 14:12:58 +0000 (18 16:12 +0200)
treee65a19a56c65cb4986547ca94c00967b460d81b0
parent618409ad5c5577c8f63e19127ec33612fd660baf
Fold vcpu_info into CPUState

Move contents of struct vcpu_info directly into CPU_COMMON. Rename
struct qemu_kvm_work_item to qemu_work_item as it really isn't KVM
specific.

This eliminates the ugly static sized array of struct vcpu_info.

Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
cpu-defs.h
hw/acpi.c
hw/device-assignment.c
qemu-common.h
qemu-kvm.c
qemu-kvm.h