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