]> git.proxmox.com Git - pve-qemu.git/blame - debian/patches/pve/0026-PVE-Config-Revert-target-i386-disable-LINT0-after-re.patch
bump version to 4.1.1-4
[pve-qemu.git] / debian / patches / pve / 0026-PVE-Config-Revert-target-i386-disable-LINT0-after-re.patch
CommitLineData
3dcc8d3b 1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
90a6d957
WB
2From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3Date: Mon, 4 Jul 2016 15:02:26 +0200
53e83913 4Subject: [PATCH] PVE: [Config] Revert "target-i386: disable LINT0 after reset"
90a6d957
WB
5
6This reverts commit b8eb5512fd8a115f164edbbe897cdf8884920ccb.
b855dce7
TL
7
8Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
90a6d957
WB
9---
10 hw/intc/apic_common.c | 9 +++++++++
11 1 file changed, 9 insertions(+)
12
13diff --git a/hw/intc/apic_common.c b/hw/intc/apic_common.c
be901f66 14index e764a2bb03..f66ea72d78 100644
90a6d957
WB
15--- a/hw/intc/apic_common.c
16+++ b/hw/intc/apic_common.c
be901f66 17@@ -258,6 +258,15 @@ static void apic_reset_common(DeviceState *dev)
90a6d957
WB
18 info->vapic_base_update(s);
19
20 apic_init_reset(dev);
21+
22+ if (bsp) {
23+ /*
24+ * LINT0 delivery mode on CPU #0 is set to ExtInt at initialization
25+ * time typically by BIOS, so PIC interrupt can be delivered to the
26+ * processor when local APIC is enabled.
27+ */
28+ s->lvt[APIC_LVT_LINT0] = 0x700;
29+ }
30 }
31
32 /* This function is only used for old state version 1 and 2 */