diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2014-08-04 11:17:24 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2014-08-04 11:17:24 +0100 |
commit | 7b13ff3f156b98c3183dfa30edfd6473e8660374 (patch) | |
tree | b5ff0ee807688f810025a540129de130c61f2d81 /hw/i386/xen/xen_apic.c | |
parent | c79805802ba0463713c253307d99ebef56436b8c (diff) | |
parent | b33a5bbfbaab6c1ce653a8e3665a18ca67de1456 (diff) | |
download | hqemu-7b13ff3f156b98c3183dfa30edfd6473e8660374.zip hqemu-7b13ff3f156b98c3183dfa30edfd6473e8660374.tar.gz |
Merge remote-tracking branch 'remotes/sstabellini/xen-20140801' into staging
* remotes/sstabellini/xen-20140801:
qemu: support xen hvm direct kernel boot
tap-bsd: implement a FreeBSD only version of tap_open
xen: fix usage of ENODATA
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/i386/xen/xen_apic.c')
-rw-r--r-- | hw/i386/xen/xen_apic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/i386/xen/xen_apic.c b/hw/i386/xen/xen_apic.c index 63bb7f7..f5acd6a 100644 --- a/hw/i386/xen/xen_apic.c +++ b/hw/i386/xen/xen_apic.c @@ -40,6 +40,7 @@ static void xen_apic_realize(DeviceState *dev, Error **errp) { APICCommonState *s = APIC_COMMON(dev); + s->vapic_control = 0; memory_region_init_io(&s->io_memory, OBJECT(s), &xen_apic_io_ops, s, "xen-apic-msi", APIC_SPACE_SIZE); |