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
...
*
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
*
kbd: Implement 101-key keyboard keycode mapping
Kevin O'Connor
2016-09-12
1
-28
/
+40
*
pic: The default hardware interrupt handlers should not take a parameter
Kevin O'Connor
2016-08-26
1
-2
/
+2
*
ps2: Remove stale check for timeout warning on reset
Kevin O'Connor
2016-08-14
1
-3
/
+1
*
tpm: Append to TPM2 log the hashes used for PCR extension
Kevin O'Connor
2016-08-11
2
-93
/
+103
*
tpm: Extend tpm20_extend to support extending to multiple PCR banks
Stefan Berger
2016-08-10
2
-23
/
+171
*
tpm: Refactor tpml_digest_values_sha1 structure
Stefan Berger
2016-08-10
2
-11
/
+15
*
tpm: Restructure tpm20_extend to use buffer and take hash as parameter
Stefan Berger
2016-08-10
2
-10
/
+13
*
tpm: Retrieve the PCR Bank configuration
Stefan Berger
2016-08-10
2
-0
/
+88
*
checkstack: Handle conditional checks at start of functions
Kevin O'Connor
2016-08-10
1
-0
/
+5
*
pvscsi: Use high memory for rings
Dana Rubin
2016-08-05
1
-4
/
+4
*
pvscsi: Fix incorrect arguments order in call to memalign_low
Dana Rubin
2016-08-05
1
-1
/
+1
*
version: Update header files now that version.c is not auto generated
Kevin O'Connor
2016-08-05
3
-5
/
+6
*
vgautil: Move definitions from cbvga.h and clext.h to vgautil.h
Kevin O'Connor
2016-08-05
7
-46
/
+30
*
vgautil: Move generic definitions from stdvga.h to vgautil.h
Kevin O'Connor
2016-08-05
6
-33
/
+37
*
vgautil: Add new header file with misc function and variable definitions
Kevin O'Connor
2016-08-05
13
-37
/
+57
*
vgainit: Move video param setup to stdvga_build_video_param()
Kevin O'Connor
2016-08-05
4
-14
/
+14
*
vgafb: Move header definitions from vgabios.h to new file vgafb.h
Kevin O'Connor
2016-08-04
6
-37
/
+47
*
swcursor: Concentrate swcursor logic in swcursor.c
Kevin O'Connor
2016-08-04
5
-20
/
+39
*
swcursor: Move swcursor code from vgafb.c to new file swcursor.c
Kevin O'Connor
2016-08-04
4
-58
/
+68
*
blockcmd: CMD_SCSI op is only used in 32bit mode
Kevin O'Connor
2016-08-04
1
-1
/
+6
*
vgabios: Simplify scroll logic
Kevin O'Connor
2016-07-21
3
-69
/
+64
*
docs: Note release date of 1.9.3
Kevin O'Connor
2016-07-13
1
-0
/
+5
*
smp: restore MSRs on S3 resume
Paolo Bonzini
2016-07-07
3
-14
/
+38
*
vgabios: Simplify set_cursor_pos()
Kevin O'Connor
2016-07-04
1
-18
/
+10
*
vgabios: Don't check for special case of page==0xff on external calls
Kevin O'Connor
2016-07-04
2
-11
/
+5
*
vgabios: Remove special case of dh==0xff in handle_1013()
Kevin O'Connor
2016-07-04
1
-7
/
+1
*
fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROL
Haozhong Zhang
2016-07-01
2
-11
/
+21
*
virtio: pci cfg access
Gerd Hoffmann
2016-06-20
2
-25
/
+178
*
virtio: uninline _vp_{read,write}
Gerd Hoffmann
2016-06-20
2
-78
/
+81
*
splash: Skip the RGB555 mode
Zheng Bao
2016-06-02
1
-1
/
+2
*
fw/pci: Add support for mapping Intel IGD via QEMU
Alex Williamson
2016-06-01
1
-0
/
+48
*
tcgbios: Remove unused const variable
Kevin O'Connor
2016-05-16
1
-1
/
+0
*
usb-xhci: Remove unused const variables
Kevin O'Connor
2016-05-16
1
-14
/
+0
*
docs: Note release date of 1.9.2
Kevin O'Connor
2016-04-22
1
-0
/
+5
*
scsi: Launch a thread when scanning for drives in the scsi drivers
Kevin O'Connor
2016-04-06
5
-29
/
+25
*
virtio: Use threads when scanning for virtio devices
Kevin O'Connor
2016-04-06
2
-4
/
+8
[prev]
[next]