aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-03-05Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-03-04-2...Peter Maydell11-174/+492
2020-03-05hw/arm/virt: vTPM supportEric Auger3-0/+41
2020-03-05tpm: Add the SysBus TPM TIS deviceEric Auger3-0/+165
2020-03-05tpm: Separate TPM_TIS and TPM_TIS_ISA configsEric Auger3-3/+9
2020-03-05tpm: Separate tpm_tis common functions from isa codeEric Auger4-201/+271
2020-03-05tpm: Use TPMState as a common structEric Auger1-55/+91
2020-03-05tpm: rename TPM_TIS into TPM_TIS_ISAEric Auger2-5/+5
2020-03-05hw/arm/cubieboard: report error when using unsupported -bios argumentNiek Linnenbank1-0/+7
2020-03-05hw/arm/cubieboard: restrict allowed RAM size to 512MiB and 1GiBNiek Linnenbank1-0/+8
2020-03-05hw/arm/cubieboard: restrict allowed CPU type to ARM Cortex-A8Niek Linnenbank1-1/+9
2020-03-05hw/arm/cubieboard: use ARM Cortex-A8 as the default CPU in machine definitionNiek Linnenbank1-2/+2
2020-03-05hw/timer/cadence_ttc: move timer_new from init() into realize() to avoid meml...Pan Nengyuan1-5/+11
2020-03-05hw/arm/strongarm: move timer_new from init() into realize() to avoid memleaksPan Nengyuan1-6/+12
2020-03-05hw/arm/spitz: move timer_new from init() into realize() to avoid memleaksPan Nengyuan1-1/+7
2020-03-05hw/arm/pxa2xx: move timer_new from init() into realize() to avoid memleaksPan Nengyuan1-6/+11
2020-03-05hw/arm/musicpal: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé1-10/+0
2020-03-05hw/arm/z2: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé1-7/+1
2020-03-05hw/arm/omap_sx1: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé1-9/+2
2020-03-05hw/arm/mainstone: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé1-7/+1
2020-03-05hw/arm/gumstix: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé1-14/+2
2020-03-05hw/arm/smmu-common: Simplify smmu_find_smmu_pcibus() logicPhilippe Mathieu-Daudé1-10/+11
2020-03-05hw/arm/smmu-common: a fix to smmu_find_smmu_pcibusEric Auger1-0/+1
2020-03-05hw/arm: versal: Generate xlnx-versal-virt zdma FDT nodesEdgar E. Iglesias1-0/+28
2020-03-05hw/arm: versal: Add support for the LPD ADMAsEdgar E. Iglesias1-0/+24
2020-03-03Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell6-80/+200
2020-03-03Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf3' i...Peter Maydell5-7/+15
2020-03-03hw: net: cadence_gem: Fix build errors in DB_PRINT()Bin Meng1-5/+6
2020-03-03NetRxPkt: fix hash calculation of IPV6 TCPYuri Benditovich2-2/+2
2020-03-03NetRxPkt: Introduce support for additional hash typesYuri Benditovich3-1/+51
2020-03-03e1000e: Avoid hw_error if legacy mode usedYuri Benditovich1-5/+8
2020-03-03dp8393x: Don't stop reception upon RBE interrupt assertionFinn Thain1-13/+22
2020-03-03dp8393x: Don't reset Silicon Revision registerFinn Thain1-1/+1
2020-03-03dp8393x: Always update RRA pointers and sequence numbersFinn Thain1-5/+7
2020-03-03dp8393x: Clear descriptor in_use field to release packetFinn Thain1-0/+10
2020-03-03dp8393x: Pad frames to word or long word boundaryFinn Thain1-11/+28
2020-03-03dp8393x: Use long-word-aligned RRA pointers in 32-bit modeFinn Thain1-2/+6
2020-03-03dp8393x: Don't clobber packet checksumFinn Thain1-0/+1
2020-03-03dp8393x: Implement packet size limit and RBAE interruptFinn Thain1-0/+9
2020-03-03dp8393x: Clear RRRA command register bit only when appropriateFinn Thain1-4/+3
2020-03-03dp8393x: Update LLFA and CRDA registers from rx descriptorFinn Thain1-4/+7
2020-03-03dp8393x: Have dp8393x_receive() return the packet sizeFinn Thain1-4/+5
2020-03-03dp8393x: Clean up endianness hacksFinn Thain1-11/+6
2020-03-03dp8393x: Always use 32-bit accessesFinn Thain1-18/+29
2020-03-02Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200302-pull-request' ...Peter Maydell2-3/+3
2020-03-02dp8393x: Mask EOL bit from descriptor addressesFinn Thain1-6/+11
2020-03-02qxl: map rom r/oGerd Hoffmann1-1/+1
2020-03-02Arithmetic error in EDID generation fixedAnton V. Boyarshinov1-2/+2
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé19-23/+23
2020-02-28hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé5-5/+0
2020-02-28hw/intc/arm_gic_kvm: Don't assume kernel can provide a GICv2Peter Maydell1-0/+9