summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | translate-all: fix uninitialized tb->orig_tbClement Deschamps2019-10-281-0/+1
| * | | | | cputlb: Fix tlb_vaddr_to_hostRichard Henderson2019-10-281-1/+1
| * | | | | exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARYRichard Henderson2019-10-282-2/+7
| * | | | | exec: Promote TARGET_PAGE_MASK to target_longRichard Henderson2019-10-281-1/+1
| * | | | | exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCGRichard Henderson2019-10-281-0/+4
| * | | | | exec: Use const alias for TARGET_PAGE_BITS_VARYRichard Henderson2019-10-282-12/+68
| * | | | | configure: Detect compiler support for __attribute__((alias))Richard Henderson2019-10-281-0/+19
| * | | | | exec: Split out variable page size support to exec-vary.cRichard Henderson2019-10-284-35/+64
| * | | | | cpu: use ROUND_UP() to define xxx_PAGE_ALIGNWei Yang2019-10-281-4/+3Star
| * | | | | cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée2019-10-284-13/+38
| * | | | | tci: Add implementation for INDEX_op_ld16u_i64Stefan Weil2019-10-281-0/+15
| |/ / / /
* | | | | Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.2-sf2' i...Peter Maydell2019-10-2818-64/+334
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | target/riscv: PMP violation due to wrong size parameterDayeol Lee2019-10-281-1/+12
| * | | | riscv/boot: Fix possible memory leakAlistair Francis2019-10-281-7/+4Star
| * | | | target/riscv: Make the priv register writable by GDBJonathan Behrens2019-10-281-0/+9
| * | | | target/riscv: Expose "priv" register for GDB for readsJonathan Behrens2019-10-284-2/+47
| * | | | target/riscv: Tell gdbstub the correct number of CSRsJonathan Behrens2019-10-281-2/+2
| * | | | riscv/virt: Jump to pflash if specifiedAlistair Francis2019-10-281-1/+10
| * | | | riscv/virt: Add the PFlash CFI01 deviceAlistair Francis2019-10-283-0/+90
| * | | | riscv/virt: Manually define the machineAlistair Francis2019-10-282-7/+30
| * | | | riscv/sifive_u: Add the start-in-flash propertyAlistair Francis2019-10-282-1/+31
| * | | | riscv/sifive_u: Manually define the machineAlistair Francis2019-10-282-14/+37
| * | | | riscv/sifive_u: Add QSPI memory regionAlistair Francis2019-10-282-0/+9
| * | | | riscv/sifive_u: Add L2-LIM cache memoryAlistair Francis2019-10-282-0/+17
| * | | | linux-user/riscv: Propagate fault addressGiuseppe Musacchio2019-10-282-2/+6
| * | | | riscv: sifive_u: Add ethernet0 to the aliases nodeBin Meng2019-10-281-1/+4
| * | | | riscv: hw: Drop "clock-frequency" property of cpu nodesBin Meng2019-10-286-15/+0Star
| * | | | RISC-V: Implement cpu_do_transaction_failedPalmer Dabbelt2019-10-283-7/+13
| * | | | RISC-V: Handle bus errors in the page table walkerPalmer Dabbelt2019-10-281-3/+9
| * | | | riscv: Skip checking CSR privilege level in debugger modeBin Meng2019-10-281-1/+4
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell2019-10-2884-486/+2232
|\ \ \ \ | |/ / / |/| | |
| * | | qemu-iotests: restrict 264 to qcow2 onlyVladimir Sementsov-Ogievskiy2019-10-281-0/+2
| * | | Revert "qemu-img: Check post-truncation size"Max Reitz2019-10-281-35/+4Star
| * | | block: Pass truncate exact=true where reasonableMax Reitz2019-10-285-7/+31
| * | | block: Let format drivers pass @exactMax Reitz2019-10-283-3/+16
| * | | block: Evaluate @exact in protocol driversMax Reitz2019-10-282-2/+13
| * | | block: Add @exact parameter to bdrv_co_truncate()Max Reitz2019-10-2831-68/+102
| * | | block: Do not truncate file node when formattingMax Reitz2019-10-283-16/+0Star
| * | | block/cor: Drop cor_co_truncate()Max Reitz2019-10-281-8/+0Star
| * | | block: Handle filter truncation like native impl.Max Reitz2019-10-281-7/+6Star
| * | | iotests: Test qcow2's snapshot table handlingMax Reitz2019-10-283-0/+870
| * | | iotests: Add peek_file* functionsMax Reitz2019-10-281-0/+20
| * | | qcow2: Fix v3 snapshot table entry compliancyMax Reitz2019-10-281-0/+18
| * | | qcow2: Repair snapshot table with too many entriesMax Reitz2019-10-281-0/+14
| * | | qcow2: Fix overly long snapshot tablesMax Reitz2019-10-281-10/+78
| * | | qcow2: Keep track of the snapshot table lengthMax Reitz2019-10-281-1/+13
| * | | qcow2: Fix broken snapshot table entriesMax Reitz2019-10-281-11/+56
| * | | qcow2: Add qcow2_check_fix_snapshot_table()Max Reitz2019-10-283-1/+36
| * | | qcow2: Separate qcow2_check_read_snapshot_table()Max Reitz2019-10-283-18/+120
| * | | qcow2: Write v3-compliant snapshot list on upgradeMax Reitz2019-10-281-2/+30