aboutsummaryrefslogtreecommitdiffstats
path: root/src/fw
Commit message (Expand)AuthorAgeFilesLines
* acpi: find and register virtio-mmio devicesGerd Hoffmann2020-05-151-0/+2
* acpi: add dsdt parserGerd Hoffmann2020-05-153-2/+672
* acpi: add xsdt supportGerd Hoffmann2020-05-151-10/+30
* qemu: check rtc presence before reading cpu count from cmosGerd Hoffmann2020-05-151-3/+10
* qemu: rework e820 detectionGerd Hoffmann2020-05-151-51/+82
* qemu: factor out qemu_cfg_detect()Gerd Hoffmann2020-05-151-4/+14
* pci: add mmconfig supportGerd Hoffmann2020-03-271-0/+1
* kvm: add support for reading tsc frequency from kvmclockGerd Hoffmann2020-03-162-0/+56
* kvm: add support for reading tsc frequency via cpuid.Gerd Hoffmann2020-03-161-0/+5
* kvm: detect unconditionallyGerd Hoffmann2020-03-161-7/+1
* csm: Fix boot priority translationDavid Woodhouse2019-06-281-3/+20
* csm: Sanitise alignment constraint in Legacy16GetTableAddressDavid Woodhouse2019-06-181-2/+12
* pciinit: Use %pP shorthand for printing device ids in intel_igd_setup()Kevin O'Connor2019-05-231-12/+9
* smbios: Add missing zero byte to Type 0Sam Eiderman2019-05-071-0/+4
* qemu: avoid debug prints if debugcon is not enabledStefano Garzarella2018-12-102-0/+6
* shadow: Rework bios copy code to prevent gcc array-bounds warningKevin O'Connor2018-11-101-5/+6
* 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