aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2019-09-23Merge remote-tracking branch 'remotes/davidhildenbrand/tags/s390x-tcg-2019-09...Peter Maydell
2019-09-23s390x/tcg: MVO: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVST: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVZ: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVN: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVCIN: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: NC: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: XC: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: OC: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVCLU: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVC: Fault-safe handling on destructive overlapsDavid Hildenbrand
2019-09-23s390x/tcg: MVCS/MVCP: Use access_memmove()David Hildenbrand
2019-09-23s390x/tcg: Fault-safe memmoveDavid Hildenbrand
2019-09-23s390x/tcg: Fault-safe memsetDavid Hildenbrand
2019-09-23s390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLYDavid Hildenbrand
2019-09-23s390x/tcg: MVST: Fix storing back the addresses to registersDavid Hildenbrand
2019-09-23s390x/tcg: MVST: Check for specification exceptionsDavid Hildenbrand
2019-09-23s390x/tcg: MVCS/MVCP: Properly wrap the lengthDavid Hildenbrand
2019-09-23s390x/tcg: MVCOS: Lengths are 32 bit in 24/31-bit modeDavid Hildenbrand
2019-09-23s390x/tcg: MVCS/MVCP: Check for special operation exceptionsDavid Hildenbrand
2019-09-23s390x/tcg: MVCLU/MVCLE: Process max 4k bytes at a timeDavid Hildenbrand
2019-09-23s390x/tcg: MVPG: Properly wrap the addressesDavid Hildenbrand
2019-09-23s390x/tcg: MVPG: Check for specification exceptionsDavid Hildenbrand
2019-09-23s390x/tcg: MVC: Use is_destructive_overlap()David Hildenbrand
2019-09-23s390x/tcg: MVC: Increment the length onceDavid Hildenbrand
2019-09-23s390x/tcg: MVCL: Process max 4k bytes at a timeDavid Hildenbrand
2019-09-23s390x/tcg: MVCL: Detect destructive overlapsDavid Hildenbrand
2019-09-23s390x/tcg: MVCL: Zero out unused bits of addressDavid Hildenbrand
2019-09-23s390x/tcg: Reset exception_index to -1 instead of 0David Hildenbrand
2019-09-23s390x/cpumodel: Add the z15 name to the description of gen15aChristian Borntraeger
2019-09-23s390x/kvm: Officially require at least kernel 3.15Thomas Huth
2019-09-20Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-09-19target/m68k/fpu_helper.c: rename the access argumentsKONRAD Frederic
2019-09-17gdbstub: riscv: fix the fflags registersKONRAD Frederic
2019-09-17target/riscv: Use TB_FLAGS_MSTATUS_FS for floating pointAlistair Francis
2019-09-17target/riscv: Fix mstatus dirty maskAlistair Francis
2019-09-17target/riscv: Use both register name and ABI nameAtish Patra
2019-09-17riscv: hmp: Add a command to show virtual memory mappingsBin Meng
2019-09-17riscv: rv32: Root page table address can be larger than 32-bitBin Meng
2019-09-17target/riscv: Update the Hypervisor CSRs to v0.4Alistair Francis
2019-09-17target/riscv: Create function to test if FP is enabledAlistair Francis
2019-09-17target/riscv/pmp: Convert qemu_log_mask(LOG_TRACE) to trace eventsPhilippe Mathieu-Daudé
2019-09-17target/riscv/pmp: Restrict priviledged PMP to system-mode emulationPhilippe Mathieu-Daudé
2019-09-17target/sparc: Switch to do_transaction_failed() hookPeter Maydell
2019-09-17target/sparc: Remove unused ldl_phys from dump_mmu()Peter Maydell
2019-09-17target/sparc: Handle bus errors in mmu_probe()Peter Maydell
2019-09-17target/sparc: Correctly handle bus errors in page table walksPeter Maydell
2019-09-17target/sparc: Check for transaction failures in MXCC stream ASI accessesPeter Maydell
2019-09-17target/sparc: Check for transaction failures in MMU passthrough ASIsPeter Maydell
2019-09-17target/sparc: Factor out the body of sparc_cpu_unassigned_access()Peter Maydell