diff options
author | Igor Mammedov <imammedo@redhat.com> | 2013-04-25 16:05:29 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2013-05-01 13:04:19 +0200 |
commit | baaeda08ff34ad17150b50a6f52d0faec9f3db36 (patch) | |
tree | e46a7de630196200667e9983967f2a14c5527529 /target-i386 | |
parent | 8d6d4980c9421f3b9d1800dbc320da6a0bf754bd (diff) | |
download | qemu-baaeda08ff34ad17150b50a6f52d0faec9f3db36.zip |
target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
Put APIC_SPACE_SIZE in a public header so that it can be
reused elsewhere later.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index a1614e8e50..ab151d5414 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -1270,5 +1270,6 @@ uint32_t x86_cpu_apic_id_from_index(unsigned int cpu_index); void enable_compat_apic_id_mode(void); #define APIC_DEFAULT_ADDRESS 0xfee00000 +#define APIC_SPACE_SIZE 0x100000 #endif /* CPU_I386_H */ |