aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-05target/arm: Honor the HCR_EL2.TSW bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.{TVM,TRVM} bitsRichard Henderson
2020-03-05target/arm: Improve masking in arm_hcr_el2_effRichard Henderson
2020-03-05target/arm: Remove EL2 and EL3 setup from user-onlyRichard Henderson
2020-03-05target/arm: Disable has_el2 and has_el3 for user-onlyRichard Henderson
2020-03-05target/arm: Add HCR_EL2 bit definitions from ARMv8.6Richard Henderson
2020-03-05target/arm: Improve masking of HCR/HCR2 RES0 bitsRichard Henderson
2020-03-05hw/timer/cadence_ttc: move timer_new from init() into realize() to avoid meml...Pan Nengyuan
2020-03-05hw/arm/strongarm: move timer_new from init() into realize() to avoid memleaksPan Nengyuan
2020-03-05hw/arm/spitz: move timer_new from init() into realize() to avoid memleaksPan Nengyuan
2020-03-05hw/arm/pxa2xx: move timer_new from init() into realize() to avoid memleaksPan Nengyuan
2020-03-05hw/arm/musicpal: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé
2020-03-05hw/arm/z2: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé
2020-03-05hw/arm/omap_sx1: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé
2020-03-05hw/arm/mainstone: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé
2020-03-05hw/arm/gumstix: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé
2020-03-05hw/arm/smmu-common: Simplify smmu_find_smmu_pcibus() logicPhilippe Mathieu-Daudé
2020-03-05hw/arm/smmu-common: a fix to smmu_find_smmu_pcibusEric Auger
2020-03-05target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell
2020-03-05hw/arm: versal: Generate xlnx-versal-virt zdma FDT nodesEdgar E. Iglesias
2020-03-05hw/arm: versal: Add support for the LPD ADMAsEdgar E. Iglesias
2020-03-05Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-040320-1' int...Peter Maydell
2020-03-04travis.yml: install python3 numpy and opencv librariesAlex Bennée
2020-03-04tests/acceptance: bump avocado requirements to 76.0Alex Bennée
2020-03-04configure: detect and report genisoimageAlex Bennée
2020-03-04travis: enable tools build on OS XLaurent Vivier
2020-03-04tests/vm: Added gen_cloud_init_iso() to basevm.pyRobert Foley
2020-03-04tests/vm: give wait_ssh() option to wait for rootRobert Foley
2020-03-04tests/vm: increased max timeout for vm boot.Robert Foley
2020-03-04tests/vm: Debug mode shows ssh output.Robert Foley
2020-03-04tests/vm: use $(PYTHON) consistentlyRobert Foley
2020-03-03Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2020...Peter Maydell
2020-03-03virtiofsd: Fix xattr operationsMisono Tomohiro
2020-03-03virtiofsd: passthrough_ll: cleanup getxattr/listxattrMisono Tomohiro
2020-03-03Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2020-03-03Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf3' i...Peter Maydell
2020-03-03l2tpv3: fix RFC number typo in qemu-options.hxStefan Hajnoczi
2020-03-03colo: Update Documentation for continuous replicationLukas Straub
2020-03-03net/filter.c: Add Options to insert filters anywhere in the filter listLukas Straub
2020-03-03tests/test-replication.c: Add test for for secondary node continuing replicationLukas Straub
2020-03-03block/replication.c: Ignore requests after failoverLukas Straub
2020-03-03hw: net: cadence_gem: Fix build errors in DB_PRINT()Bin Meng
2020-03-03NetRxPkt: fix hash calculation of IPV6 TCPYuri Benditovich
2020-03-03NetRxPkt: Introduce support for additional hash typesYuri Benditovich
2020-03-03e1000e: Avoid hw_error if legacy mode usedYuri Benditovich
2020-03-03dp8393x: Don't stop reception upon RBE interrupt assertionFinn Thain
2020-03-03dp8393x: Don't reset Silicon Revision registerFinn Thain
2020-03-03dp8393x: Always update RRA pointers and sequence numbersFinn Thain
2020-03-03dp8393x: Clear descriptor in_use field to release packetFinn Thain
2020-03-03dp8393x: Pad frames to word or long word boundaryFinn Thain