]> Git Repo - qemu.git/commitdiff
APIC support
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 3 Jan 2005 23:30:09 +0000 (23:30 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 3 Jan 2005 23:30:09 +0000 (23:30 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1186 c046a42c-6fe2-441c-8c8c-71466251a162

hw/pc.c

diff --git a/hw/pc.c b/hw/pc.c
index 64b6180a3d0f6c46da95bde22aa041ee15785c25..7b6c8946fa2d9ab6994c864c99fac39650b272b7 100644 (file)
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -527,6 +527,8 @@ void pc_init(int ram_size, int vga_ram_size, int boot_device,
     register_ioport_read(0x92, 1, 1, ioport92_read, NULL);
     register_ioport_write(0x92, 1, 1, ioport92_write, NULL);
 
+    if (pci_enabled)
+        apic_init(cpu_single_env);
     pic_init();
     pit = pit_init(0x40, 0);
 
This page took 0.025532 seconds and 4 git commands to generate.