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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
blockcmd: generic SCSI luns enumeration
Roman Kagan
2017-05-02
2
-0
/
+98
*
blockcmd: accept only disks and CD-ROMs
Roman Kagan
2017-05-02
1
-0
/
+3
*
boot: Increase description size in boot menu
Kevin O'Connor
2017-04-25
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
5
-5
/
+18
*
nvme: fix copy-paste mistake in comment
Daniel Verkamp
2017-03-02
1
-1
/
+1
*
nvme: fix extraction of status code bits
Daniel Verkamp
2017-03-02
1
-1
/
+1
*
nvme: fix reversed loop condition in cmd_readwrite
Daniel Verkamp
2017-03-02
1
-1
/
+1
*
nvme: extend command timeout to 5 seconds
Daniel Verkamp
2017-03-02
1
-1
/
+1
*
nvme: support NVMe 1.0 controllers
Daniel Verkamp
2017-03-02
1
-33
/
+6
*
docs: Note release dates for 1.10.1 and 1.10.2
Kevin O'Connor
2017-03-02
1
-0
/
+11
*
QEMU fw_cfg: Write fw_cfg back on S3 resume
Ben Warren
2017-02-21
3
-0
/
+43
*
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
*
block: add NVMe boot support
Julian Stecklina
2017-02-20
8
-1
/
+884
*
ps2port: Disable keyboard/mouse prior to resetting ps2 controller
Kevin O'Connor
2017-02-11
1
-1
/
+12
*
vgasrc: Increase debug level
Paul Menzel
2017-01-29
1
-1
/
+1
*
ahci: Set upper 32-bit registers to zero
Ladi Prosek
2017-01-17
1
-0
/
+5
*
serialio: Support for mmap serial ports
Ricardo Ribalda Delgado
2016-12-30
2
-10
/
+47
*
tpm: Log TPM 2 digest structure in little endian format
Stefan Berger
2016-11-27
1
-7
/
+18
*
tpm: Rework tpm_build_and_send_cmd() into tpm_simple_cmd()
Kevin O'Connor
2016-11-27
2
-109
/
+53
*
tpm: Don't call tpm_build_and_send_cmd() from tpm20_stirrandom()
Kevin O'Connor
2016-11-27
2
-5
/
+12
*
acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()
Kevin O'Connor
2016-11-27
4
-49
/
+11
*
tpm: Move code around in tcgbios.c to keep like code together
Kevin O'Connor
2016-11-27
1
-207
/
+210
*
tpm: Don't call tpm_set_failure() from tpm12_get_capability()
Kevin O'Connor
2016-11-27
1
-5
/
+1
*
tpm: Add comment banners to tcg.c separating major parts of spec
Kevin O'Connor
2016-11-27
1
-101
/
+91
*
drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS
Igor Mammedov
2016-11-21
3
-33
/
+7
*
usb: Make usb_time_sigatt variable static
Kevin O'Connor
2016-10-26
1
-1
/
+1
*
docs: Note v1.10.0 release
Kevin O'Connor
2016-10-26
1
-0
/
+11
*
build: Add -fno-pie to the gcc flags when available
Kevin O'Connor
2016-10-26
1
-0
/
+1
*
support booting with more than 255 CPUs
Igor Mammedov
2016-10-25
2
-4
/
+21
*
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
*
build: Be sure to also include out/*.d in Makefile
Kevin O'Connor
2016-10-21
1
-1
/
+1
*
docs: fix various typos and inconsistency
Piotr Król
2016-10-18
2
-7
/
+7
*
virtio: fix virtio-pci
Gerd Hoffmann
2016-09-16
1
-2
/
+2
*
kbd: Move extended and release events out of special key detection switch
Kevin O'Connor
2016-09-15
1
-40
/
+25
*
post: Map int 0x05 to entry point
Kevin O'Connor
2016-09-12
1
-0
/
+1
*
kbd: Generate interrupt events for SysReq, PrtScr, and Break
Kevin O'Connor
2016-09-12
2
-5
/
+52
*
usb-hid: Generate Ctrl+Break and Alt+SysReq keys
Kevin O'Connor
2016-09-12
1
-20
/
+30
*
kbd: Ignore fake shift keys
Kevin O'Connor
2016-09-12
1
-0
/
+6
*
kbd: Move checking for special keys in __process_keys() into switch
Kevin O'Connor
2016-09-12
1
-65
/
+71
*
kbd: Extract out shift flag setting into new function
Kevin O'Connor
2016-09-12
1
-62
/
+43
*
kbd: Merge bda->kbd_flag0 and bda->kbd_flag1
Kevin O'Connor
2016-09-12
2
-59
/
+54
*
kbd: Suppress keys without mappings
Kevin O'Connor
2016-09-12
1
-3
/
+2
*
kbd: Implement extended keycode mappings for keypad-enter and keypad-/
Kevin O'Connor
2016-09-12
1
-0
/
+15
[prev]
[next]