aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-04blockcmd: CMD_SCSI op is only used in 32bit modeKevin O'Connor1-1/+6
2016-07-21vgabios: Simplify scroll logicKevin O'Connor3-69/+64
2016-07-13docs: Note release date of 1.9.3Kevin O'Connor1-0/+5
2016-07-07smp: restore MSRs on S3 resumePaolo Bonzini3-14/+38
2016-07-04vgabios: Simplify set_cursor_pos()Kevin O'Connor1-18/+10
2016-07-04vgabios: Don't check for special case of page==0xff on external callsKevin O'Connor2-11/+5
2016-07-04vgabios: Remove special case of dh==0xff in handle_1013()Kevin O'Connor1-7/+1
2016-07-01fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROLHaozhong Zhang2-11/+21
2016-06-20virtio: pci cfg accessGerd Hoffmann2-25/+178
2016-06-20virtio: uninline _vp_{read,write}Gerd Hoffmann2-78/+81
2016-06-02splash: Skip the RGB555 modeZheng Bao1-1/+2