aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-051-4/+3
* blockcmd: CMD_SCSI op is only used in 32bit modeKevin O'Connor2016-08-041-1/+6
* smp: restore MSRs on S3 resumePaolo Bonzini2016-07-073-14/+38
* 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
* 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-295-0/+328
* sdcard: skip detection of PCI sdhci controllers if etc/sdcard usedMatt DeVillier2016-03-211-0/+5
* 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
* 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
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-0331-313/+341
* pci: Move code in pci.c that is specific to pciinit.c to pciinit.cKevin O'Connor2016-02-035-42/+39
* pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor2016-02-0316-113/+74
* pci: Consistently set pci->have_drivers for devices with internal driversKevin O'Connor2016-02-022-1/+3
* virtio: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-022-30/+38
* xhci: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-13/+14
* uhci: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-7/+9
* ohci: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-9/+8
* ehci: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-6/+6
* sdcard: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-8/+6
* pvscsi: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-9/+8
* megasas: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-10/+8
* lsi-scsi: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-7/+6