aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-12tcgbios: Fix use of unitialized variablerel-1.10.31.10-stableKevin O'Connor1-2/+1
2017-08-24boot: Increase description size in boot menuKevin O'Connor1-1/+1
2017-03-14resume: Don't attempt to use generic reboot mechanisms on QEMUKevin O'Connor5-5/+18
2017-02-24QEMU fw_cfg: Write fw_cfg back on S3 resumerel-1.10.2Ben Warren3-0/+43
2017-02-24QEMU fw_cfg: Add functions for accessing files by keyBen Warren2-11/+32
2017-02-24QEMU fw_cfg: Add command to write back address of fileBen Warren2-3/+65
2017-02-24romfile-loader: Switch to using named structsBen Warren2-37/+37
2017-02-24QEMU DMA: Add DMA write capabilityBen Warren2-0/+52
2017-02-24ps2port: Disable keyboard/mouse prior to resetting ps2 controllerKevin O'Connor1-1/+12
2017-02-24vgasrc: Increase debug levelPaul Menzel1-1/+1
2017-02-24ahci: Set upper 32-bit registers to zeroLadi Prosek1-0/+5
2016-11-21drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUSrel-1.10.1Igor Mammedov3-33/+7
2016-10-26docs: Note v1.10.0 releaserel-1.10.0Kevin O'Connor1-0/+11
2016-10-26build: Add -fno-pie to the gcc flags when availableKevin O'Connor1-0/+1
2016-10-25support booting with more than 255 CPUsIgor Mammedov2-4/+21
2016-10-25add helpers to read etc/boot-cpus at resume timeIgor Mammedov3-5/+47
2016-10-25smp: consolidate CPU APIC ID detection and accountingKevin O'Connor1-10/+15
2016-10-25paravirt: disable legacy bios tables in case of more than 255 CPUsIgor Mammedov1-2/+4
2016-10-21build: Be sure to also include out/*.d in MakefileKevin O'Connor1-1/+1
2016-10-18docs: fix various typos and inconsistencyPiotr Król2-7/+7
2016-09-16virtio: fix virtio-pciGerd Hoffmann1-2/+2
2016-09-15kbd: Move extended and release events out of special key detection switchKevin O'Connor1-40/+25
2016-09-12post: Map int 0x05 to entry pointKevin O'Connor1-0/+1
2016-09-12kbd: Generate interrupt events for SysReq, PrtScr, and BreakKevin O'Connor2-5/+52
2016-09-12usb-hid: Generate Ctrl+Break and Alt+SysReq keysKevin O'Connor1-20/+30
2016-09-12kbd: Ignore fake shift keysKevin O'Connor1-0/+6
2016-09-12kbd: Move checking for special keys in __process_keys() into switchKevin O'Connor1-65/+71
2016-09-12kbd: Extract out shift flag setting into new functionKevin O'Connor1-62/+43
2016-09-12kbd: Merge bda->kbd_flag0 and bda->kbd_flag1Kevin O'Connor2-59/+54
2016-09-12kbd: Suppress keys without mappingsKevin O'Connor1-3/+2
2016-09-12kbd: Implement extended keycode mappings for keypad-enter and keypad-/Kevin O'Connor1-0/+15
2016-09-12kbd: Implement 101-key keyboard keycode mappingKevin O'Connor1-28/+40
2016-08-26pic: The default hardware interrupt handlers should not take a parameterKevin O'Connor1-2/+2
2016-08-14ps2: Remove stale check for timeout warning on resetKevin O'Connor1-3/+1
2016-08-11tpm: Append to TPM2 log the hashes used for PCR extensionKevin O'Connor2-93/+103
2016-08-10tpm: Extend tpm20_extend to support extending to multiple PCR banksStefan Berger2-23/+171
2016-08-10tpm: Refactor tpml_digest_values_sha1 structureStefan Berger2-11/+15
2016-08-10tpm: Restructure tpm20_extend to use buffer and take hash as parameterStefan Berger2-10/+13
2016-08-10tpm: Retrieve the PCR Bank configurationStefan Berger2-0/+88
2016-08-10checkstack: Handle conditional checks at start of functionsKevin O'Connor1-0/+5
2016-08-05pvscsi: Use high memory for ringsDana Rubin1-4/+4
2016-08-05pvscsi: Fix incorrect arguments order in call to memalign_lowDana Rubin1-1/+1
2016-08-05version: Update header files now that version.c is not auto generatedKevin O'Connor3-5/+6
2016-08-05vgautil: Move definitions from cbvga.h and clext.h to vgautil.hKevin O'Connor7-46/+30
2016-08-05vgautil: Move generic definitions from stdvga.h to vgautil.hKevin O'Connor6-33/+37
2016-08-05vgautil: Add new header file with misc function and variable definitionsKevin O'Connor13-37/+57
2016-08-05vgainit: Move video param setup to stdvga_build_video_param()Kevin O'Connor4-14/+14
2016-08-04vgafb: Move header definitions from vgabios.h to new file vgafb.hKevin O'Connor6-37/+47
2016-08-04swcursor: Concentrate swcursor logic in swcursor.cKevin O'Connor5-20/+39
2016-08-04swcursor: Move swcursor code from vgafb.c to new file swcursor.cKevin O'Connor4-58/+68