summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * qapi: Brush off some (py)lintMarkus Armbruster2020-03-056-18/+15Star
| * qapi: Use super() now we have Python 3Markus Armbruster2020-03-059-44/+43Star
| * qapi: Drop conditionals for Python 2Markus Armbruster2020-03-054-20/+4Star
| * qapi: Inheriting from object is pointless with Python 3, dropMarkus Armbruster2020-03-054-12/+12
* | 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
| * 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
| * dp8393x: Clear RRRA command register bit only when appropriateFinn Thain2020-03-031-4/+3Star
| * dp8393x: Update LLFA and CRDA registers from rx descriptorFinn Thain2020-03-031-4/+7
| * dp8393x: Have dp8393x_receive() return the packet sizeFinn Thain2020-03-031-4/+5
| * dp8393x: Clean up endianness hacksFinn Thain2020-03-031-11/+6Star
| * dp8393x: Always use 32-bit accessesFinn Thain2020-03-031-18/+29
| * dp8393x: Mask EOL bit from descriptor addressesFinn Thain2020-03-021-6/+11
* | Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf3' i...Peter Maydell2020-03-0316-141/+1240
|\ \
| * | hw/riscv: Provide rdtime callback for TCG in CLINT emulationAnup Patel2020-02-276-8/+16
| * | target/riscv: Emulate TIME CSRs for privileged modeAnup Patel2020-02-273-4/+92
| * | riscv: virt: Allow PCI address 0Bin Meng2020-02-271-0/+1
| * | target/riscv: Allow enabling the Hypervisor extensionAlistair Francis2020-02-272-0/+6
| * | target/riscv: Add the MSTATUS_MPV_ISSET helper macroAlistair Francis2020-02-274-4/+15
| * | target/riscv: Add support for the 32-bit MSTATUSH CSRAlistair Francis2020-02-276-0/+62
| * | target/riscv: Set htval and mtval2 on execptionsAlistair Francis2020-02-271-0/+10
| * | target/riscv: Raise the new execptions when 2nd stage translation failsAlistair Francis2020-02-271-6/+18