diff options
author | Peter Maydell | 2014-08-04 12:17:24 +0200 |
---|---|---|
committer | Peter Maydell | 2014-08-04 12:17:24 +0200 |
commit | 7b13ff3f156b98c3183dfa30edfd6473e8660374 (patch) | |
tree | b5ff0ee807688f810025a540129de130c61f2d81 /hw/i386/xen/xen_apic.c | |
parent | Open 2.2 development tree (diff) | |
parent | qemu: support xen hvm direct kernel boot (diff) | |
download | qemu-7b13ff3f156b98c3183dfa30edfd6473e8660374.tar.gz qemu-7b13ff3f156b98c3183dfa30edfd6473e8660374.tar.xz qemu-7b13ff3f156b98c3183dfa30edfd6473e8660374.zip |
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 63bb7f77c6..f5acd6a096 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); |