summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-03-267-11/+36
|\
| * scsi: turn "is this a SCSI device?" into a conditional hintPaolo Bonzini2018-03-262-6/+8
| * hw/audio: Fix crashes when devices are used on ISA bus without DMAThomas Huth2018-03-263-4/+20
| * fdc: Exit if ISA controller does not support DMAAlexey Kardashevskiy2018-03-261-1/+4
| * hw/net/can: Fix segfaults when using the devices without busThomas Huth2018-03-261-0/+4
* | virtio_net: flush uncompleted TX on resetGreg Kurz2018-03-261-0/+11
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180323'...Peter Maydell2018-03-256-9/+18
|\
| * mach-virt: Set VM's SMBIOS system version to mc->nameWei Huang2018-03-231-1/+7
| * i.MX: Support serial RS-232 break properlyTrent Piepho2018-03-231-1/+4
| * hw/arm/bcm2836: Use the Cortex-A7 instead of Cortex-A15Peter Maydell2018-03-232-2/+2
| * hw/intc/arm_gicv3: Fix secure-GIC NS ICC_PMR and ICC_RPR accessesPeter Maydell2018-03-231-3/+3
| * sdhci: fix incorrect use of Error *Paolo Bonzini2018-03-231-2/+2
* | hw/rdma: Fix 32-bit compilationYuval Shaia2018-03-238-38/+40
* | hw/rdma: Use correct print format in CHK_ATTR macroYuval Shaia2018-03-231-2/+2
* | hw/rdma: Change host_virt to void *Yuval Shaia2018-03-234-11/+11
* | hw/rdma: fix clang compilation errorsMarcel Apfelbaum2018-03-232-4/+5
* | rdma: fix up include directivesMichael S. Tsirkin2018-03-2312-39/+39
* | hw/rdma: Add support for Query QP verb to pvrdma deviceYuval Shaia2018-03-231-1/+23
* | hw/rdma: Add Query QP operationYuval Shaia2018-03-234-0/+35
|/
* s390x/pci: forbid multifunction pci deviceYi Min Zhao2018-03-231-0/+10
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-03-221-0/+8
|\
| * multiboot: Check validity of mh_header_addrKevin Wolf2018-03-211-0/+4
| * multiboot: Reject kernels exceeding the address spaceKevin Wolf2018-03-211-0/+4
* | tpm: CRB: query backend for TPM established flagStefan Berger2018-03-211-0/+6
* | tpm: CRB: reset locAssigned upon relinquishing localityStefan Berger2018-03-211-0/+2
* | tpm: CRB: set registers to 0 by defaultStefan Berger2018-03-211-0/+2
* | tpm: CRB: Set tpmRegValidSts flag to '1' in device resetStefan Berger2018-03-211-2/+2
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-03-2011-259/+855
|\
| * vhost: Huge page align and mergeDr. David Alan Gilbert2018-03-202-11/+58
| * vhost+postcopy: Wire up POSTCOPY_END notifyDr. David Alan Gilbert2018-03-202-0/+36
| * vhost-user: Add VHOST_USER_POSTCOPY_END messageDr. David Alan Gilbert2018-03-201-0/+1
| * vhost+postcopy: Add vhost wakerDr. David Alan Gilbert2018-03-202-0/+33
| * vhost+postcopy: Resolve client addressDr. David Alan Gilbert2018-03-202-1/+33
| * vhost+postcopy: Stash RAMBlock and offsetDr. David Alan Gilbert2018-03-202-0/+35
| * vhost+postcopy: Send address back to qemuDr. David Alan Gilbert2018-03-202-2/+66
| * postcopy+vhost-user: Split set_mem_table for postcopyDr. David Alan Gilbert2018-03-201-2/+75
| * vhost+postcopy: Transmit 'listen' to slaveDr. David Alan Gilbert2018-03-202-0/+37
| * vhost+postcopy: Register shared ufd with postcopyDr. David Alan Gilbert2018-03-201-1/+19
| * vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' messageDr. David Alan Gilbert2018-03-201-0/+48
| * postcopy: Add vhost-user flag for postcopy and check itDr. David Alan Gilbert2018-03-201-1/+40
| * hw/acpi-build: build SRAT memory affinity structures for DIMM devicesHaozhong Zhang2018-03-201-4/+52
| * qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoListHaozhong Zhang2018-03-201-1/+9
| * pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang2018-03-202-41/+45
| * hw/pci: remove obsolete PCIDevice->init()Philippe Mathieu-Daudé2018-03-201-14/+0Star
| * virt_arm: acpi: reuse common build_fadt()Igor Mammedov2018-03-132-23/+33
| * acpi: move build_fadt() from i386 specific to generic ACPI sourceIgor Mammedov2018-03-133-105/+108
| * pc: acpi: use build_append_foo() API to construct FADTIgor Mammedov2018-03-131-62/+84
| * pc: acpi: isolate FADT specific data into AcpiFadtData structureIgor Mammedov2018-03-131-88/+102
| * acpi: move ACPI_PORT_SMI_CMD define to header it belongs toIgor Mammedov2018-03-132-3/+0Star
| * acpi: add build_append_gas() helper for Generic Address StructureIgor Mammedov2018-03-131-0/+16