index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
pvscsi: Use high memory for rings
Dana Rubin
2016-08-05
1
-4
/
+4
*
pvscsi: Fix incorrect arguments order in call to memalign_low
Dana Rubin
2016-08-05
1
-1
/
+1
*
version: Update header files now that version.c is not auto generated
Kevin O'Connor
2016-08-05
1
-4
/
+3
*
blockcmd: CMD_SCSI op is only used in 32bit mode
Kevin O'Connor
2016-08-04
1
-1
/
+6
*
smp: restore MSRs on S3 resume
Paolo Bonzini
2016-07-07
3
-14
/
+38
*
fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROL
Haozhong Zhang
2016-07-01
2
-11
/
+21
*
virtio: pci cfg access
Gerd Hoffmann
2016-06-20
2
-25
/
+178
*
virtio: uninline _vp_{read,write}
Gerd Hoffmann
2016-06-20
2
-78
/
+81
*
splash: Skip the RGB555 mode
Zheng Bao
2016-06-02
1
-1
/
+2
*
fw/pci: Add support for mapping Intel IGD via QEMU
Alex Williamson
2016-06-01
1
-0
/
+48
*
tcgbios: Remove unused const variable
Kevin O'Connor
2016-05-16
1
-1
/
+0
*
usb-xhci: Remove unused const variables
Kevin O'Connor
2016-05-16
1
-14
/
+0
*
scsi: Launch a thread when scanning for drives in the scsi drivers
Kevin O'Connor
2016-04-06
5
-29
/
+25
*
virtio: Use threads when scanning for virtio devices
Kevin O'Connor
2016-04-06
2
-4
/
+8
*
shadow: Batch PCI config writes
Kevin O'Connor
2016-04-06
1
-17
/
+38
*
optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYED
Kevin O'Connor
2016-04-06
4
-63
/
+23
*
disk: Avoid stack_hop() path if already on the extra stack
Kevin O'Connor
2016-03-31
2
-11
/
+11
*
block: Move send_disk_op() from block.c to disk.c
Kevin O'Connor
2016-03-31
3
-34
/
+33
*
mpt-scsi: Declare 'int i' outside of for loop for older compilers
Kevin O'Connor
2016-03-30
1
-1
/
+2
*
Support for booting from LSI Logic LSI53C1030, SAS1068, SAS1068e
Don Slutz
2016-03-29
5
-0
/
+328
*
sdcard: skip detection of PCI sdhci controllers if etc/sdcard used
Matt DeVillier
2016-03-21
1
-0
/
+5
*
fw/pci: add Q35 S3 support
Marcel Apfelbaum
2016-03-07
1
-17
/
+56
*
ahci: set transfer mode according to the capabilities of connected drive
Gerd Hoffmann
2016-02-29
2
-0
/
+62
*
tpm: Write logs in TPM 2 format
Kevin O'Connor
2016-02-29
2
-13
/
+109
*
tpm: Unify tpm_fill_hash()/tpm_log_extend_event() and use in BIOS interface
Kevin O'Connor
2016-02-19
1
-41
/
+36
*
tpm: Filter TPM commands in passthrough API
Stefan Berger
2016-02-05
2
-1
/
+20
*
tpm: Implement TPM 2's tpm_set_failure part
Stefan Berger
2016-02-05
2
-1
/
+46
*
tpm: Implement tpm20_menu
Stefan Berger
2016-02-05
2
-1
/
+133
*
tpm: Implement tpm20_extend
Stefan Berger
2016-02-05
2
-2
/
+49
*
tpm: Implement tpm20_prepboot
Stefan Berger
2016-02-05
2
-2
/
+153
*
tpm: Implement tpm20_set_timeouts
Stefan Berger
2016-02-05
2
-0
/
+37
*
tpm: Implement tpm20_startup and tpm20_s3_resume
Stefan Berger
2016-02-05
2
-6
/
+105
*
tpm: Prepare code for TPM 2 functions
Stefan Berger
2016-02-05
1
-112
/
+185
*
tpm: Factor out tpm_extend
Stefan Berger
2016-02-05
1
-4
/
+14
*
tpm: Extend TPM TIS with TPM 2 support.
Stefan Berger
2016-02-05
3
-8
/
+51
*
block: Move drive setup to new function block_setup()
Kevin O'Connor
2016-02-04
3
-21
/
+19
*
scsi: Always use MAXDESCSIZE when building drive description
Kevin O'Connor
2016-02-03
4
-4
/
+5
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
31
-313
/
+341
*
pci: Move code in pci.c that is specific to pciinit.c to pciinit.c
Kevin O'Connor
2016-02-03
5
-42
/
+39
*
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
2016-02-03
16
-113
/
+74
*
pci: Consistently set pci->have_drivers for devices with internal drivers
Kevin O'Connor
2016-02-02
2
-1
/
+3
*
virtio: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
2
-30
/
+38
*
xhci: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-13
/
+14
*
uhci: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-7
/
+9
*
ohci: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-9
/
+8
*
ehci: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-6
/
+6
*
sdcard: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-8
/
+6
*
pvscsi: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-9
/
+8
*
megasas: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-10
/
+8
*
lsi-scsi: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-7
/
+6
[next]