summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/cubieboard: use ARM Cortex-A8 as the default CPU in machine definitionNiek Linnenbank2020-03-051-2/+2
* tests/tcg/aarch64: Add newline in pauth-1 printfRichard Henderson2020-03-051-1/+1
* target/arm: Honor the HCR_EL2.TTLB bitRichard Henderson2020-03-051-30/+55
* target/arm: Honor the HCR_EL2.TPU bitRichard Henderson2020-03-051-20/+31
* target/arm: Honor the HCR_EL2.TPCP bitRichard Henderson2020-03-051-8/+31
* target/arm: Honor the HCR_EL2.TACR bitRichard Henderson2020-03-051-4/+14
* target/arm: Honor the HCR_EL2.TSW bitRichard Henderson2020-03-051-6/+16
* target/arm: Honor the HCR_EL2.{TVM,TRVM} bitsRichard Henderson2020-03-051-27/+55
* target/arm: Improve masking in arm_hcr_el2_effRichard Henderson2020-03-051-4/+27
* target/arm: Remove EL2 and EL3 setup from user-onlyRichard Henderson2020-03-051-6/+0Star
* target/arm: Disable has_el2 and has_el3 for user-onlyRichard Henderson2020-03-051-2/+4
* target/arm: Add HCR_EL2 bit definitions from ARMv8.6Richard Henderson2020-03-051-0/+7
* target/arm: Improve masking of HCR/HCR2 RES0 bitsRichard Henderson2020-03-051-13/+25
* 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
* target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell2020-03-053-0/+7
* 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-052-0/+30
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-040320-1' int...Peter Maydell2020-03-057-77/+91
|\
| * travis.yml: install python3 numpy and opencv librariesAlex Bennée2020-03-041-1/+4
| * tests/acceptance: bump avocado requirements to 76.0Alex Bennée2020-03-041-1/+1
| * configure: detect and report genisoimageAlex Bennée2020-03-042-3/+24
| * travis: enable tools build on OS XLaurent Vivier2020-03-041-0/+1
| * tests/vm: Added gen_cloud_init_iso() to basevm.pyRobert Foley2020-03-043-68/+42Star
| * tests/vm: give wait_ssh() option to wait for rootRobert Foley2020-03-041-2/+5
| * tests/vm: increased max timeout for vm boot.Robert Foley2020-03-041-0/+7
| * tests/vm: Debug mode shows ssh output.Robert Foley2020-03-041-1/+6
| * tests/vm: use $(PYTHON) consistentlyRobert Foley2020-03-041-1/+1
|/
* Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2020...Peter Maydell2020-03-033-69/+89
|\
| * virtiofsd: Fix xattr operationsMisono Tomohiro2020-03-033-47/+77
| * virtiofsd: passthrough_ll: cleanup getxattr/listxattrMisono Tomohiro2020-03-031-32/+22Star
|/
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2020-03-0313-157/+591
|\
| * l2tpv3: fix RFC number typo in qemu-options.hxStefan Hajnoczi2020-03-031-2/+2
| * colo: Update Documentation for continuous replicationLukas Straub2020-03-032-68/+184
| * net/filter.c: Add Options to insert filters anywhere in the filter listLukas Straub2020-03-033-6/+119
| * tests/test-replication.c: Add test for for secondary node continuing replicationLukas Straub2020-03-031-0/+52
| * block/replication.c: Ignore requests after failoverLukas Straub2020-03-031-1/+34
| * 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