aboutsummaryrefslogtreecommitdiffstats
path: root/src/fw
Commit message (Expand)AuthorAgeFilesLines
* pci: recognize RH PCI legacy bridge resource reservation capabilityJing Liu2018-09-051-21/+29
* pci: clean up the debug message for pci capability foundJing Liu2018-09-051-1/+3
* pci: fix the return value for truncated capabilityJing Liu2018-09-051-0/+1
* ssdt: Fix building of legacy acpi tables on current iasl compilerKevin O'Connor2018-07-152-2/+2
* shadow: Don't invoke a shutdown on reboot unless in a reboot loopKevin O'Connor2018-02-221-11/+16
* pci: fix 'io hints' capability for RedHat PCI bridgesMarcel Apfelbaum2018-01-161-9/+5
* paravirt: Only enable sercon in NOGRAPHIC mode if no other console specifiedKevin O'Connor2017-11-101-6/+7
* paravirt: serial console configuration.Gerd Hoffmann2017-09-221-0/+8
* pci: enable RedHat PCI bridges to reserve additional resources on PCI initAleksandr Bezzubikov2017-09-141-4/+102
* pci: add QEMU-specific PCI capability structureAleksandr Bezzubikov2017-09-141-0/+52
* pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...Aleksandr Bezzubikov2017-09-141-2/+2
* stacks: Don't update the A20 settings if they haven't changedKevin O'Connor2017-05-161-2/+4
* smm: Backup and restore A20 on an SMI based mode switchKevin O'Connor2017-05-161-1/+8
* src: Minor - remove tab characters that slipped into SeaBIOS C codeKevin O'Connor2017-05-021-1/+1
* coreboot: Adapt to upstream CBMEM console changesJulius Werner2017-04-251-6/+15
* config: Add function to check if fw_cfg existsPetr Berky2017-03-292-1/+12
* resume: Don't attempt to use generic reboot mechanisms on QEMUKevin O'Connor2017-03-131-1/+13
* QEMU fw_cfg: Write fw_cfg back on S3 resumeBen Warren2017-02-212-0/+39
* QEMU fw_cfg: Add functions for accessing files by keyBen Warren2017-02-212-11/+32
* QEMU fw_cfg: Add command to write back address of fileBen Warren2017-02-212-3/+65
* romfile-loader: Switch to using named structsBen Warren2017-02-212-37/+37
* QEMU DMA: Add DMA write capabilityBen Warren2017-02-212-0/+52
* acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()Kevin O'Connor2016-11-271-9/+9
* drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUSIgor Mammedov2016-11-213-33/+7
* support booting with more than 255 CPUsIgor Mammedov2016-10-251-4/+20
* add helpers to read etc/boot-cpus at resume timeIgor Mammedov2016-10-253-5/+47
* smp: consolidate CPU APIC ID detection and accountingKevin O'Connor2016-10-251-10/+15
* paravirt: disable legacy bios tables in case of more than 255 CPUsIgor Mammedov2016-10-251-2/+4
* smp: restore MSRs on S3 resumePaolo Bonzini2016-07-071-14/+36
* fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROLHaozhong Zhang2016-07-012-11/+21
* fw/pci: Add support for mapping Intel IGD via QEMUAlex Williamson2016-06-011-0/+48
* shadow: Batch PCI config writesKevin O'Connor2016-04-061-17/+38
* optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYEDKevin O'Connor2016-04-061-14/+1
* fw/pci: add Q35 S3 supportMarcel Apfelbaum2016-03-071-17/+56
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-037-6/+11
* pci: Move code in pci.c that is specific to pciinit.c to pciinit.cKevin O'Connor2016-02-032-1/+37
* pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor2016-02-031-16/+9
* Fix comment typoCao jin2016-02-012-3/+3
* biostables: Support SMBIOS 2.6+ UUID formatCole Robinson2016-01-151-11/+36
* post: Always set HaveRunPost prior to setting any other global variableKevin O'Connor2016-01-123-0/+4
* resume: Make KVM soft reboot loop detection more flexibleKevin O'Connor2016-01-121-2/+13
* coreboot: Check for unaligned cbfs headerKevin O'Connor2016-01-121-0/+4
* fw/pci: do not automatically allocate IO region for PCIe bridgesMarcel Apfelbaum2015-12-201-4/+5
* acpi: Don't build SSDT files on every build; store them in gitKevin O'Connor2015-11-195-4/+719
* biostables: Minor - fix incorrect indentationKevin O'Connor2015-10-241-1/+1
* coreboot: Minor - avoid K&R style function declarationKevin O'Connor2015-10-241-1/+1
* Add QEMU fw_cfg DMA interfaceMarc MarĂ­2015-10-212-12/+93
* malloc: Rename csm_malloc_preinit() to malloc_csm_preinit()Kevin O'Connor2015-10-151-2/+2
* memmap: Introduce SYMBOL() macro to access linker script symbolsKevin O'Connor2015-10-153-13/+11
* e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor2015-10-155-25/+26