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
/
paravirt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qemu: log reservations in fw_cfg e820 table
Gerd Hoffmann
2023-08-24
1
-1
/
+1
*
detect physical address space size
Gerd Hoffmann
2023-08-24
1
-0
/
+57
*
better kvm detection
Gerd Hoffmann
2023-08-24
1
-9
/
+21
*
acpi: find and register virtio-mmio devices
Gerd Hoffmann
2020-05-15
1
-0
/
+2
*
acpi: add dsdt parser
Gerd Hoffmann
2020-05-15
1
-2
/
+3
*
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
*
kvm: add support for reading tsc frequency from kvmclock
Gerd Hoffmann
2020-03-16
1
-0
/
+44
*
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
*
qemu: avoid debug prints if debugcon is not enabled
Stefano Garzarella
2018-12-10
1
-0
/
+3
*
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
*
config: Add function to check if fw_cfg exists
Petr Berky
2017-03-29
1
-1
/
+11
*
QEMU fw_cfg: Add functions for accessing files by key
Ben Warren
2017-02-21
1
-11
/
+30
*
QEMU DMA: Add DMA write capability
Ben Warren
2017-02-21
1
-0
/
+49
*
drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS
Igor Mammedov
2016-11-21
1
-31
/
+6
*
add helpers to read etc/boot-cpus at resume time
Igor Mammedov
2016-10-25
1
-0
/
+38
*
paravirt: disable legacy bios tables in case of more than 255 CPUs
Igor Mammedov
2016-10-25
1
-2
/
+4
*
fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROL
Haozhong Zhang
2016-07-01
1
-1
/
+11
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-1
/
+2
*
Add QEMU fw_cfg DMA interface
Marc MarĂ
2015-10-21
1
-8
/
+71
*
e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
Kevin O'Connor
2015-10-15
1
-7
/
+7
*
Allow using full io region on q35.
Gerd Hoffmann
2014-05-20
1
-0
/
+5
*
acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.
Kevin O'Connor
2014-04-07
1
-0
/
+22
*
run qemu_cfg_e820 only for CONFIG_QEMU=y
Gerd Hoffmann
2013-12-12
1
-0
/
+3
*
Add support for etc/e820 fw_cfg file
Gerd Hoffmann
2013-11-06
1
-0
/
+41
*
Add qemu_cfg_e820 function.
Gerd Hoffmann
2013-11-06
1
-25
/
+32
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-1
/
+0
*
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
2013-09-28
1
-8
/
+8
*
Add generic qemu detection
Gerd Hoffmann
2013-09-19
1
-5
/
+41
*
Move fw/acpi.h to std/acpi.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move fw/mptable.h to std/mptable.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move fw/smbios.h to std/smbios.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-9
/
+10
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-0
/
+333