summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* blockcmd: CMD_SCSI op is only used in 32bit modeKevin O'Connor2016-08-041-1/+6
* vgabios: Simplify scroll logicKevin O'Connor2016-07-213-69/+64
* docs: Note release date of 1.9.3Kevin O'Connor2016-07-131-0/+5
* smp: restore MSRs on S3 resumePaolo Bonzini2016-07-073-14/+38
* vgabios: Simplify set_cursor_pos()Kevin O'Connor2016-07-041-18/+10
* vgabios: Don't check for special case of page==0xff on external callsKevin O'Connor2016-07-042-11/+5
* vgabios: Remove special case of dh==0xff in handle_1013()Kevin O'Connor2016-07-041-7/+1
* fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROLHaozhong Zhang2016-07-012-11/+21
* virtio: pci cfg accessGerd Hoffmann2016-06-202-25/+178
* virtio: uninline _vp_{read,write}Gerd Hoffmann2016-06-202-78/+81
* splash: Skip the RGB555 modeZheng Bao2016-06-021-1/+2