aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fw/pci: Add support for mapping Intel IGD via QEMUAlex Williamson2016-06-011-0/+48
* tcgbios: Remove unused const variableKevin O'Connor2016-05-161-1/+0
* usb-xhci: Remove unused const variablesKevin O'Connor2016-05-161-14/+0
* docs: Note release date of 1.9.2Kevin O'Connor2016-04-221-0/+5
* scsi: Launch a thread when scanning for drives in the scsi driversKevin O'Connor2016-04-065-29/+25
* virtio: Use threads when scanning for virtio devicesKevin O'Connor2016-04-062-4/+8
* shadow: Batch PCI config writesKevin O'Connor2016-04-061-17/+38
* optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYEDKevin O'Connor2016-04-064-63/+23
* disk: Avoid stack_hop() path if already on the extra stackKevin O'Connor2016-03-312-11/+11
* block: Move send_disk_op() from block.c to disk.cKevin O'Connor2016-03-313-34/+33
* mpt-scsi: Declare 'int i' outside of for loop for older compilersKevin O'Connor2016-03-301-1/+2
* Support for booting from LSI Logic LSI53C1030, SAS1068, SAS1068eDon Slutz2016-03-296-1/+329
* sdcard: skip detection of PCI sdhci controllers if etc/sdcard usedMatt DeVillier2016-03-212-1/+6
* fw/pci: add Q35 S3 supportMarcel Apfelbaum2016-03-071-17/+56
* ahci: set transfer mode according to the capabilities of connected driveGerd Hoffmann2016-02-292-0/+62
* tpm: Write logs in TPM 2 formatKevin O'Connor2016-02-292-13/+109
* build: fix .text section address alignmentKevin O'Connor2016-02-191-4/+10
* docs: Note release date of 1.9.1Kevin O'Connor2016-02-191-0/+5
* tpm: Unify tpm_fill_hash()/tpm_log_extend_event() and use in BIOS interfaceKevin O'Connor2016-02-191-41/+36
* tpm: Filter TPM commands in passthrough APIStefan Berger2016-02-052-1/+20
* tpm: Implement TPM 2's tpm_set_failure partStefan Berger2016-02-052-1/+46
* tpm: Implement tpm20_menuStefan Berger2016-02-052-1/+133
* tpm: Implement tpm20_extendStefan Berger2016-02-052-2/+49
* tpm: Implement tpm20_prepbootStefan Berger2016-02-052-2/+153
* tpm: Implement tpm20_set_timeoutsStefan Berger2016-02-052-0/+37
* tpm: Implement tpm20_startup and tpm20_s3_resumeStefan Berger2016-02-052-6/+105
* tpm: Prepare code for TPM 2 functionsStefan Berger2016-02-051-112/+185
* tpm: Factor out tpm_extendStefan Berger2016-02-051-4/+14
* tpm: Extend TPM TIS with TPM 2 support.Stefan Berger2016-02-053-8/+51
* block: Move drive setup to new function block_setup()Kevin O'Connor2016-02-043-21/+19
* scsi: Always use MAXDESCSIZE when building drive descriptionKevin O'Connor2016-02-034-4/+5