summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
* | | hw/alpha/alpha_sys: Remove unused "hw/ide.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0Star
* | | hw/usb/dev-storage: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0Star
* | | hw/timer: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé2020-03-092-2/+0Star
* | | hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé2020-03-092-2/+0Star
* | | hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .dataPhilippe Mathieu-Daudé2020-03-092-4/+4
* | | hw/net/e1000: Add readops/writeops typedefsPhilippe Mathieu-Daudé2020-03-092-4/+8
* | | hw/audio/fmopl: Fix a typo twicePhilippe Mathieu-Daudé2020-03-091-2/+2
* | | dp8393x: Mask EOL bit from descriptor addresses, take 2Finn Thain2020-03-091-2/+2
* | | hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logicPhilippe Mathieu-Daudé2020-03-081-15/+17
* | | vhost-vsock: fix error message outputNick Erdmann2020-03-081-1/+1
* | | vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORMJason Wang2020-03-081-1/+11
* | | pcie_root_port: Add hotplug disabling optionJulia Suvorova2020-03-084-6/+10
|/ /
* | qapi: Flatten object-addKevin Wolf2020-03-061-1/+10
* | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-03-04-2...Peter Maydell2020-03-0511-174/+492
|\ \
| * | hw/arm/virt: vTPM supportEric Auger2020-03-053-0/+41
| * | tpm: Add the SysBus TPM TIS deviceEric Auger2020-03-053-0/+165
| * | tpm: Separate TPM_TIS and TPM_TIS_ISA configsEric Auger2020-03-053-3/+9
| * | tpm: Separate tpm_tis common functions from isa codeEric Auger2020-03-054-201/+271
| * | tpm: Use TPMState as a common structEric Auger2020-03-051-55/+91
| * | tpm: rename TPM_TIS into TPM_TIS_ISAEric Auger2020-03-052-5/+5
| |/
* | hw/arm/cubieboard: report error when using unsupported -bios argumentNiek Linnenbank2020-03-051-0/+7
* | hw/arm/cubieboard: restrict allowed RAM size to 512MiB and 1GiBNiek Linnenbank2020-03-051-0/+8
* | hw/arm/cubieboard: restrict allowed CPU type to ARM Cortex-A8Niek Linnenbank2020-03-051-1/+9
* | hw/arm/cubieboard: use ARM Cortex-A8 as the default CPU in machine definitionNiek Linnenbank2020-03-051-2/+2
* | hw/timer/cadence_ttc: move timer_new from init() into realize() to avoid meml...Pan Nengyuan2020-03-051-5/+11
* | hw/arm/strongarm: move timer_new from init() into realize() to avoid memleaksPan Nengyuan2020-03-051-6/+12
* | hw/arm/spitz: move timer_new from init() into realize() to avoid memleaksPan Nengyuan2020-03-051-1/+7
* | hw/arm/pxa2xx: move timer_new from init() into realize() to avoid memleaksPan Nengyuan2020-03-051-6/+11
* | hw/arm/musicpal: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé2020-03-051-10/+0Star
* | hw/arm/z2: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé2020-03-051-7/+1Star
* | hw/arm/omap_sx1: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé2020-03-051-9/+2Star
* | hw/arm/mainstone: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé2020-03-051-7/+1Star
* | hw/arm/gumstix: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé2020-03-051-14/+2Star
* | hw/arm/smmu-common: Simplify smmu_find_smmu_pcibus() logicPhilippe Mathieu-Daudé2020-03-051-10/+11
* | hw/arm/smmu-common: a fix to smmu_find_smmu_pcibusEric Auger2020-03-051-0/+1
* | hw/arm: versal: Generate xlnx-versal-virt zdma FDT nodesEdgar E. Iglesias2020-03-051-0/+28
* | hw/arm: versal: Add support for the LPD ADMAsEdgar E. Iglesias2020-03-051-0/+24
|/
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2020-03-036-80/+200
|\
| * hw: net: cadence_gem: Fix build errors in DB_PRINT()Bin Meng2020-03-031-5/+6
| * NetRxPkt: fix hash calculation of IPV6 TCPYuri Benditovich2020-03-032-2/+2
| * NetRxPkt: Introduce support for additional hash typesYuri Benditovich2020-03-033-1/+51
| * e1000e: Avoid hw_error if legacy mode usedYuri Benditovich2020-03-031-5/+8
| * dp8393x: Don't stop reception upon RBE interrupt assertionFinn Thain2020-03-031-13/+22
| * dp8393x: Don't reset Silicon Revision registerFinn Thain2020-03-031-1/+1
| * dp8393x: Always update RRA pointers and sequence numbersFinn Thain2020-03-031-5/+7
| * dp8393x: Clear descriptor in_use field to release packetFinn Thain2020-03-031-0/+10
| * dp8393x: Pad frames to word or long word boundaryFinn Thain2020-03-031-11/+28
| * dp8393x: Use long-word-aligned RRA pointers in 32-bit modeFinn Thain2020-03-031-2/+6
| * dp8393x: Don't clobber packet checksumFinn Thain2020-03-031-0/+1
| * dp8393x: Implement packet size limit and RBAE interruptFinn Thain2020-03-031-0/+9