summaryrefslogtreecommitdiff
path: root/hw/apic_common.c
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-10-10 12:18:02 +0200
committerAndreas Färber <afaerber@suse.de>2012-10-30 22:38:37 +0100
commit449994eb58a4175a2e7656175b18c65ead6c09ca (patch)
treeb54e34b26b4b4d5e2f39caab225a8ca3d8224be1 /hw/apic_common.c
parentbdeec802170d5dc9f0f8a01235c3488dca3ff83b (diff)
downloadqemu-449994eb58a4175a2e7656175b18c65ead6c09ca.tar.gz
target-i386: Inline APIC cpu_env property setting
This prepares for changing the variable type from void*. Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Diffstat (limited to 'hw/apic_common.c')
-rw-r--r--hw/apic_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/apic_common.c b/hw/apic_common.c
index d68116d490..b13f23c991 100644
--- a/hw/apic_common.c
+++ b/hw/apic_common.c
@@ -368,7 +368,6 @@ static const VMStateDescription vmstate_apic_common = {
static Property apic_properties_common[] = {
DEFINE_PROP_UINT8("id", APICCommonState, id, -1),
- DEFINE_PROP_PTR("cpu_env", APICCommonState, cpu_env),
DEFINE_PROP_BIT("vapic", APICCommonState, vapic_control, VAPIC_ENABLE_BIT,
true),
DEFINE_PROP_END_OF_LIST(),