diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2013-07-29 16:47:51 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-07-29 19:33:32 -0500 |
commit | f5338ee30d91693f5805208e58df80f0551c3896 (patch) | |
tree | 7b428718928eec43f2207da27db0b4634d76cc58 /include | |
parent | 6a4992d0bdeb38a57314d731d9846063b2057e6c (diff) | |
download | qemu-f5338ee30d91693f5805208e58df80f0551c3896.tar.gz qemu-f5338ee30d91693f5805208e58df80f0551c3896.tar.bz2 qemu-f5338ee30d91693f5805208e58df80f0551c3896.zip |
pc: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/ioapic.h
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Message-id: 1375109277-25561-2-git-send-email-imammedo@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/i386/ioapic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/i386/ioapic.h b/include/hw/i386/ioapic.h index 86e63dac74..6245388c5d 100644 --- a/include/hw/i386/ioapic.h +++ b/include/hw/i386/ioapic.h @@ -21,6 +21,7 @@ #define HW_IOAPIC_H #define IOAPIC_NUM_PINS 24 +#define IO_APIC_DEFAULT_ADDRESS 0xfec00000 void ioapic_eoi_broadcast(int vector); |