summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/davidhildenbrand/tags/s390x-tcg-2019-09...Peter Maydell2019-09-235-225/+544
|\
| * s390x/tcg: MVO: Fault-safe handlingDavid Hildenbrand2019-09-231-12/+15
| * s390x/tcg: MVST: Fault-safe handlingDavid Hildenbrand2019-09-231-7/+17
| * s390x/tcg: MVZ: Fault-safe handlingDavid Hildenbrand2019-09-231-4/+13
| * s390x/tcg: MVN: Fault-safe handlingDavid Hildenbrand2019-09-231-4/+13
| * s390x/tcg: MVCIN: Fault-safe handlingDavid Hildenbrand2019-09-231-3/+12
| * s390x/tcg: NC: Fault-safe handlingDavid Hildenbrand2019-09-231-4/+13
| * s390x/tcg: XC: Fault-safe handlingDavid Hildenbrand2019-09-231-6/+12
| * s390x/tcg: OC: Fault-safe handlingDavid Hildenbrand2019-09-231-4/+13
| * 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
* | s390x/cpumodel: Add the z15 name to the description of gen15aChristian Borntraeger2019-09-231-1/+1
* | s390x/kvm: Officially require at least kernel 3.15Thomas Huth2019-09-231-0/+7
|/
* 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