summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* s390x/tcg: MVCLU: Fault-safe handlingDavid Hildenbrand2019-09-231-3/+5
* s390x/tcg: MVC: Fault-safe handling on destructive overlapsDavid Hildenbrand2019-09-231-2/+3
* s390x/tcg: MVCS/MVCP: Use access_memmove()David Hildenbrand2019-09-231-14/+12Star
* s390x/tcg: Fault-safe memmoveDavid Hildenbrand2019-09-231-99/+139
* s390x/tcg: Fault-safe memsetDavid Hildenbrand2019-09-231-20/+103
* s390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLYDavid Hildenbrand2019-09-232-0/+8
* s390x/tcg: MVST: Fix storing back the addresses to registersDavid Hildenbrand2019-09-234-19/+19
* s390x/tcg: MVST: Check for specification exceptionsDavid Hildenbrand2019-09-231-0/+3
* s390x/tcg: MVCS/MVCP: Properly wrap the lengthDavid Hildenbrand2019-09-231-0/+6
* s390x/tcg: MVCOS: Lengths are 32 bit in 24/31-bit modeDavid Hildenbrand2019-09-231-3/+11
* s390x/tcg: MVCS/MVCP: Check for special operation exceptionsDavid Hildenbrand2019-09-231-0/+12
* s390x/tcg: MVCLU/MVCLE: Process max 4k bytes at a timeDavid Hildenbrand2019-09-231-23/+31
* s390x/tcg: MVPG: Properly wrap the addressesDavid Hildenbrand2019-09-231-2/+9
* s390x/tcg: MVPG: Check for specification exceptionsDavid Hildenbrand2019-09-231-0/+7
* s390x/tcg: MVC: Use is_destructive_overlap()David Hildenbrand2019-09-231-1/+1
* s390x/tcg: MVC: Increment the length onceDavid Hildenbrand2019-09-231-8/+12
* s390x/tcg: MVCL: Process max 4k bytes at a timeDavid Hildenbrand2019-09-231-6/+38
* s390x/tcg: MVCL: Detect destructive overlapsDavid Hildenbrand2019-09-231-1/+18
* s390x/tcg: MVCL: Zero out unused bits of addressDavid Hildenbrand2019-09-231-2/+21
* s390x/tcg: Reset exception_index to -1 instead of 0David Hildenbrand2019-09-231-3/+3
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-09-201-4/+4
|\
| * target/m68k/fpu_helper.c: rename the access argumentsKONRAD Frederic2019-09-191-4/+4
* | gdbstub: riscv: fix the fflags registersKONRAD Frederic2019-09-171-2/+4
* | target/riscv: Use TB_FLAGS_MSTATUS_FS for floating pointAlistair Francis2019-09-171-1/+1
* | target/riscv: Fix mstatus dirty maskAlistair Francis2019-09-171-1/+1
* | target/riscv: Use both register name and ABI nameAtish Patra2019-09-171-8/+11
* | riscv: hmp: Add a command to show virtual memory mappingsBin Meng2019-09-172-0/+233
* | riscv: rv32: Root page table address can be larger than 32-bitBin Meng2019-09-171-5/+5
* | target/riscv: Update the Hypervisor CSRs to v0.4Alistair Francis2019-09-171-17/+18
* | target/riscv: Create function to test if FP is enabledAlistair Francis2019-09-173-10/+26
* | target/riscv/pmp: Convert qemu_log_mask(LOG_TRACE) to trace eventsPhilippe Mathieu-Daudé2019-09-172-21/+16Star
* | target/riscv/pmp: Restrict priviledged PMP to system-mode emulationPhilippe Mathieu-Daudé2019-09-172-5/+2Star
|/
* target/sparc: Switch to do_transaction_failed() hookPeter Maydell2019-09-173-8/+18
* target/sparc: Remove unused ldl_phys from dump_mmu()Peter Maydell2019-09-171-3/+1Star
* target/sparc: Handle bus errors in mmu_probe()Peter Maydell2019-09-171-4/+25
* target/sparc: Correctly handle bus errors in page table walksPeter Maydell2019-09-171-4/+20
* target/sparc: Check for transaction failures in MXCC stream ASI accessesPeter Maydell2019-09-171-20/+37
* target/sparc: Check for transaction failures in MMU passthrough ASIsPeter Maydell2019-09-171-16/+33
* target/sparc: Factor out the body of sparc_cpu_unassigned_access()Peter Maydell2019-09-171-95/+106
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-09-171-1/+3
|\
| * hw/i386/pc: Extract e820 memory layout codePhilippe Mathieu-Daudé2019-09-161-0/+1
| * i386/kvm: support guest access CORE cstateWanpeng Li2019-09-161-1/+2
* | Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190915' into stagingPeter Maydell2019-09-161-5/+10
|\ \ | |/ |/|
| * target/hppa: prevent trashing of temporary in do_depw_sar()Sven Schnelle2019-09-141-4/+6
| * target/hppa: prevent trashing of temporary in trans_mtctl()Sven Schnelle2019-09-141-1/+4
* | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-sep-12-2019' ...Peter Maydell2019-09-134-22/+15Star
|\ \ | |/ |/|
| * target/mips: gdbstub: Revert commit 8e0b373Libo Zhou2019-09-121-2/+1Star
| * target/mips: Switch to do_transaction_failed() hookPeter Maydell2019-09-123-20/+14Star
* | target/xtensa: linux-user: add call0 ABI supportMax Filippov2019-09-112-4/+23
|/
* target/arm: Inline gen_bx_im into callersRichard Henderson2019-09-051-19/+7Star