aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/hvmloader/mp_tables.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* hvmloader: Formatting cleanups.Keir Fraser2011-07-251-3/+5
* hvmloader: add missing emacs local variables.Ian Campbell2011-06-081-0/+10
* hvmloader: allow create_mp_tables() to allocate the tableIan Campbell2011-06-011-1/+16
* hvmloader: return MPFPS from create_mp_tables()Ian Campbell2011-06-011-9/+10
* tools: hvmloader: Refactor MP table setup into struct bios_configIan Campbell2011-04-121-47/+1
* hvmloader: mp table fixKeir Fraser2009-12-301-1/+1
* x86 hvm: Allow delivery of legacy 8259 interrupts to VCPUs != 0.Keir Fraser2009-07-011-19/+21
* hvmloader: Simplify access to hvm_info_table.Keir Fraser2009-01-081-2/+2
* tools: Declare functions static where they should be, and provideKeir Fraser2008-07-151-11/+8
* solaris: Fix Solaris tools build.Keir Fraser2007-11-021-15/+1
* This patch adds a 32bit gateway to the Bochs BIOS. The 32 bit code iskaf24@localhost.localdomain2007-01-261-10/+1
* [HVM] Change VCPU->LAPIC_ID mapping so that VCPU0 has ID0.kaf24@localhost.localdomain2006-12-311-1/+1
* [HVM] Route ISA IRQ 0 to IOAPIC GSI 2, just like 99% of native systems.kaf24@localhost.localdomain2006-12-261-1/+1
* [HVMLOADER][ACPI] Move SSDT initialisation to acpi/ dir.kfraser@localhost.localdomain2006-11-281-1/+0
* [HVM] Move IOAPIC ID back to 0x00. Shift LAPIC IDs to 0x01 upwards.kfraser@localhost.localdomain2006-11-271-1/+1
* [HVM] Move PCI and PCI-ISA bridge setup to hvmloader.kfraser@localhost.localdomain2006-11-221-6/+3
* [HVM] Set VIOAPIC ID to a value that does not conflict with LAPIC IDs.kfraser@localhost.localdomain2006-11-221-24/+12
* [HVM] Reworked interrupt distribution logic.kfraser@localhost.localdomain2006-11-211-241/+221
* [HVMLOADER] HVM loader initialises hypercall shim and useskfraser@localhost.localdomain2006-08-041-1/+2
* [HVM][Firmware] Make the creation of MP tables more dynamickaf24@firebug.cl.cam.ac.uk2006-06-281-0/+426