index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fw
Commit message (
Expand
)
Author
Age
Files
Lines
*
biostables: copy_fseg_table() function
Eduardo Habkost
2021-12-18
1
-24
/
+16
*
dsdt: add support for pnp ids as strings
Gerd Hoffmann
2020-10-13
1
-8
/
+13
*
smbios: avoid integer overflow when adding SMBIOS type 0 table
Daniel P. Berrangé
2020-09-08
1
-4
/
+10
*
acpi: find and register virtio-mmio devices
Gerd Hoffmann
2020-05-15
1
-0
/
+2
*
acpi: add dsdt parser
Gerd Hoffmann
2020-05-15
3
-2
/
+672
*
acpi: add xsdt support
Gerd Hoffmann
2020-05-15
1
-10
/
+30
*
qemu: check rtc presence before reading cpu count from cmos
Gerd Hoffmann
2020-05-15
1
-3
/
+10
*
qemu: rework e820 detection
Gerd Hoffmann
2020-05-15
1
-51
/
+82
*
qemu: factor out qemu_cfg_detect()
Gerd Hoffmann
2020-05-15
1
-4
/
+14
*
pci: add mmconfig support
Gerd Hoffmann
2020-03-27
1
-0
/
+1
*
kvm: add support for reading tsc frequency from kvmclock
Gerd Hoffmann
2020-03-16
2
-0
/
+56
*
kvm: add support for reading tsc frequency via cpuid.
Gerd Hoffmann
2020-03-16
1
-0
/
+5
*
kvm: detect unconditionally
Gerd Hoffmann
2020-03-16
1
-7
/
+1
*
csm: Fix boot priority translation
David Woodhouse
2019-06-28
1
-3
/
+20
*
csm: Sanitise alignment constraint in Legacy16GetTableAddress
David Woodhouse
2019-06-18
1
-2
/
+12
*
pciinit: Use %pP shorthand for printing device ids in intel_igd_setup()
Kevin O'Connor
2019-05-23
1
-12
/
+9
*
smbios: Add missing zero byte to Type 0
Sam Eiderman
2019-05-07
1
-0
/
+4
*
qemu: avoid debug prints if debugcon is not enabled
Stefano Garzarella
2018-12-10
2
-0
/
+6
*
shadow: Rework bios copy code to prevent gcc array-bounds warning
Kevin O'Connor
2018-11-10
1
-5
/
+6
*
pci: recognize RH PCI legacy bridge resource reservation capability
Jing Liu
2018-09-05
1
-21
/
+29
*
pci: clean up the debug message for pci capability found
Jing Liu
2018-09-05
1
-1
/
+3
*
pci: fix the return value for truncated capability
Jing Liu
2018-09-05
1
-0
/
+1
*
ssdt: Fix building of legacy acpi tables on current iasl compiler
Kevin O'Connor
2018-07-15
2
-2
/
+2
*
shadow: Don't invoke a shutdown on reboot unless in a reboot loop
Kevin O'Connor
2018-02-22
1
-11
/
+16
*
pci: fix 'io hints' capability for RedHat PCI bridges
Marcel Apfelbaum
2018-01-16
1
-9
/
+5
*
paravirt: Only enable sercon in NOGRAPHIC mode if no other console specified
Kevin O'Connor
2017-11-10
1
-6
/
+7
*
paravirt: serial console configuration.
Gerd Hoffmann
2017-09-22
1
-0
/
+8
*
pci: enable RedHat PCI bridges to reserve additional resources on PCI init
Aleksandr Bezzubikov
2017-09-14
1
-4
/
+102
*
pci: add QEMU-specific PCI capability structure
Aleksandr Bezzubikov
2017-09-14
1
-0
/
+52
*
pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...
Aleksandr Bezzubikov
2017-09-14
1
-2
/
+2
*
stacks: Don't update the A20 settings if they haven't changed
Kevin O'Connor
2017-05-16
1
-2
/
+4
*
smm: Backup and restore A20 on an SMI based mode switch
Kevin O'Connor
2017-05-16
1
-1
/
+8
*
src: Minor - remove tab characters that slipped into SeaBIOS C code
Kevin O'Connor
2017-05-02
1
-1
/
+1
*
coreboot: Adapt to upstream CBMEM console changes
Julius Werner
2017-04-25
1
-6
/
+15
*
config: Add function to check if fw_cfg exists
Petr Berky
2017-03-29
2
-1
/
+12
*
resume: Don't attempt to use generic reboot mechanisms on QEMU
Kevin O'Connor
2017-03-13
1
-1
/
+13
*
QEMU fw_cfg: Write fw_cfg back on S3 resume
Ben Warren
2017-02-21
2
-0
/
+39
*
QEMU fw_cfg: Add functions for accessing files by key
Ben Warren
2017-02-21
2
-11
/
+32
*
QEMU fw_cfg: Add command to write back address of file
Ben Warren
2017-02-21
2
-3
/
+65
*
romfile-loader: Switch to using named structs
Ben Warren
2017-02-21
2
-37
/
+37
*
QEMU DMA: Add DMA write capability
Ben Warren
2017-02-21
2
-0
/
+52
*
acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()
Kevin O'Connor
2016-11-27
1
-9
/
+9
*
drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS
Igor Mammedov
2016-11-21
3
-33
/
+7
*
support booting with more than 255 CPUs
Igor Mammedov
2016-10-25
1
-4
/
+20
*
add helpers to read etc/boot-cpus at resume time
Igor Mammedov
2016-10-25
3
-5
/
+47
*
smp: consolidate CPU APIC ID detection and accounting
Kevin O'Connor
2016-10-25
1
-10
/
+15
*
paravirt: disable legacy bios tables in case of more than 255 CPUs
Igor Mammedov
2016-10-25
1
-2
/
+4
*
smp: restore MSRs on S3 resume
Paolo Bonzini
2016-07-07
1
-14
/
+36
*
fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROL
Haozhong Zhang
2016-07-01
2
-11
/
+21
*
fw/pci: Add support for mapping Intel IGD via QEMU
Alex Williamson
2016-06-01
1
-0
/
+48
[next]