aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-05tests/tcg/aarch64: Add newline in pauth-1 printfRichard Henderson1-1/+1
2020-03-05target/arm: Honor the HCR_EL2.TTLB bitRichard Henderson1-30/+55
2020-03-05target/arm: Honor the HCR_EL2.TPU bitRichard Henderson1-20/+31
2020-03-05target/arm: Honor the HCR_EL2.TPCP bitRichard Henderson1-8/+31
2020-03-05target/arm: Honor the HCR_EL2.TACR bitRichard Henderson1-4/+14
2020-03-05target/arm: Honor the HCR_EL2.TSW bitRichard Henderson1-6/+16
2020-03-05target/arm: Honor the HCR_EL2.{TVM,TRVM} bitsRichard Henderson1-27/+55
2020-03-05target/arm: Improve masking in arm_hcr_el2_effRichard Henderson1-4/+27
2020-03-05target/arm: Remove EL2 and EL3 setup from user-onlyRichard Henderson1-6/+0
2020-03-05target/arm: Disable has_el2 and has_el3 for user-onlyRichard Henderson1-2/+4
2020-03-05target/arm: Add HCR_EL2 bit definitions from ARMv8.6Richard Henderson1-0/+7
2020-03-05target/arm: Improve masking of HCR/HCR2 RES0 bitsRichard Henderson1-13/+25
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-05target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell3-0/+7
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. Iglesias2-0/+30
2020-03-05Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-040320-1' int...Peter Maydell7-77/+91
2020-03-04travis.yml: install python3 numpy and opencv librariesAlex Bennée1-1/+4
2020-03-04tests/acceptance: bump avocado requirements to 76.0Alex Bennée1-1/+1
2020-03-04configure: detect and report genisoimageAlex Bennée2-3/+24
2020-03-04travis: enable tools build on OS XLaurent Vivier1-0/+1
2020-03-04tests/vm: Added gen_cloud_init_iso() to basevm.pyRobert Foley3-68/+42
2020-03-04tests/vm: give wait_ssh() option to wait for rootRobert Foley1-2/+5
2020-03-04tests/vm: increased max timeout for vm boot.Robert Foley1-0/+7
2020-03-04tests/vm: Debug mode shows ssh output.Robert Foley1-1/+6
2020-03-04tests/vm: use $(PYTHON) consistentlyRobert Foley1-1/+1
2020-03-03Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2020...Peter Maydell3-69/+89
2020-03-03virtiofsd: Fix xattr operationsMisono Tomohiro3-47/+77
2020-03-03virtiofsd: passthrough_ll: cleanup getxattr/listxattrMisono Tomohiro1-32/+22
2020-03-03Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell13-157/+591
2020-03-03Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf3' i...Peter Maydell16-141/+1240
2020-03-03l2tpv3: fix RFC number typo in qemu-options.hxStefan Hajnoczi1-2/+2
2020-03-03colo: Update Documentation for continuous replicationLukas Straub2-68/+184
2020-03-03net/filter.c: Add Options to insert filters anywhere in the filter listLukas Straub3-6/+119
2020-03-03tests/test-replication.c: Add test for for secondary node continuing replicationLukas Straub1-0/+52
2020-03-03block/replication.c: Ignore requests after failoverLukas Straub1-1/+34
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