aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/hvmloader/hvmloader.c
Commit message (Expand)AuthorAgeFilesLines
* hvmloader: Move acpi_enabled out of hvm_info_table into xenstorePaul Durrant2011-11-181-1/+4
* hvmloader: Move init_vm86_tss() back into common code.Keir Fraser2011-08-091-2/+20
* hvmloader: Enable SCI in QEMU has it disabled.Keir Fraser2011-07-281-0/+22
* hvmloader: Allow default response to be specified to xenstore_read().Keir Fraser2011-07-251-3/+1
* hvmloader: Formatting cleanups.Keir Fraser2011-07-251-11/+14
* hvmloader: Replace bios_relocate hook with bios_load hookKeir Fraser2011-07-251-6/+7
* hvmloader: add code to generate a $PIR table.Ian Campbell2011-06-011-3/+6
* hvmloader: refactor BIOS info setupIan Campbell2011-06-011-5/+7
* hvmloader: Add a simple "scratch allocator"Ian Campbell2011-06-011-0/+5
* hvmloader: make SMBIOS initialisation more general.Ian Campbell2011-06-011-9/+3
* hvmloader: make ACPI initialisation hook more general.Ian Campbell2011-06-011-1/+1
* hvmloader: call SMP setup from common code again.Ian Campbell2011-06-011-2/+1
* hvmloader: setup APICs in a common function again.Ian Campbell2011-06-011-2/+17
* hvmloader: setup PCI bus in a common function again.Ian Campbell2011-06-011-7/+1
* hvmloader: allow per-BIOS decision on loading option ROMSIan Campbell2011-06-011-31/+34
* tools: support SeaBIOS. Use by default when upstream qemu is configured.Ian Campbell2011-04-201-0/+5
* tools: hvmloader: attempt to SHUTDOWN_crash on BUGKeir Fraser2011-04-181-0/+3
* tools: hvmloader: select BIOS through xenstore.Ian Campbell2011-04-121-1/+21
* tools: hvmloader: Refactor MP table setup into struct bios_configIan Campbell2011-04-121-2/+3
* tools: hvmloader: Refactor ACPI table setup into struct bios_configIan Campbell2011-04-121-3/+4
* tools: hvmloader: Refactor VM86 and E820 setup into struct bios_configIan Campbell2011-04-121-21/+4
* tools: hvmloader: refactor highbios and bios_info setup into struct bios_configIan Campbell2011-04-121-14/+7
* tools: hvmloader: Refactor APIC, PCI and SMP setup into struct bios_configIan Campbell2011-04-121-232/+7
* tools: hvmloader: add bios_config data structureIan Campbell2011-04-121-19/+33
* tools: hvmloader: rename roms.h to roms.incIan Campbell2011-04-121-1/+2
* tools: hvmloader: remove rombios_sz, just use sizeof(rombios)Ian Campbell2011-04-121-9/+5
* tools: hvmloader: pass option ROM end address around as a parameter.Ian Campbell2011-04-121-6/+13
* tools: hvmloader: pass SMBIOS location as a runtime parameter.Ian Campbell2011-04-121-1/+3
* tools: hvmloader: pass ACPI_PHYSICAL_ADDRESS as a runtime parameter.Ian Campbell2011-04-121-1/+1
* tools: hvmloader: split e820 support into its own code module.Ian Campbell2011-04-121-122/+2
* hvmloader: Fix 22383:cba667fb80cf iterating over defns 0..255Keir Fraser2010-11-101-4/+2
* hvmloader: fix off-by-one-bit error when initialising PCI devicesKeir Fraser2010-11-101-3/+3
* hvmloader: Fix acpi static tables for new ACPI ioports location.Keir Fraser2010-11-091-1/+1
* firmware, qemu: Change ACPI IO values to match QEMU BIOSAnthony Perard2010-11-091-0/+11
* hvmloader: Fix e820 printing routine -- addresses are 64-bitKeir Fraser2010-11-091-5/+9
* hvmloader: Add a xenbus frontend so it can read values from xenstoreKeir Fraser2010-07-091-0/+3
* rombios: move the stack to 0x9e000 and protect it with an e820 entryKeir Fraser2010-07-081-3/+54
* hvmloader: fix vgatype detecting issueKeir Fraser2010-02-221-1/+2
* hvmloader: Only mark LTP1 present in ACPI DSDT if parport really is there.Keir Fraser2009-12-241-0/+1
* HVM vcpu add/remove: setup dsdt infrastructure by mk_dsdt.c for vcpu add/removeKeir Fraser2009-12-141-0/+2
* x86 hvm: Guests should scan CPUID range 40000000-4000ff00 for Xen leaves.Keir Fraser2009-09-161-1/+1
* x86 passthru:: graphics passthroughKeir Fraser2009-09-011-2/+9
* hvmloader: Add new test for MSR_SHADOW_GS_BASE validity after SWAPGS instruct...Keir Fraser2009-07-161-5/+15
* x86 hvm: Allow delivery of legacy 8259 interrupts to VCPUs != 0.Keir Fraser2009-07-011-4/+8
* hvmloader: Scan for gpxe-capable NICs until one is found.Keir Fraser2009-06-031-3/+4
* hvmloader: ROMBIOS must POST in big real mode, since it supports PMM,Keir Fraser2009-03-311-2/+2
* Disable xen platform PCI device when xen_platform_pci=0 is specifiedKeir Fraser2009-03-181-20/+0
* rombios: Indirect through 32-bit jump table from within the 32-bit bios.Keir Fraser2009-01-231-14/+20
* hvmloader: remove videoram allocation; move reserve base to 0xfc000000.Keir Fraser2009-01-131-10/+6
* hvmloader: Dynamically size the PCI hole.Keir Fraser2009-01-091-7/+35