summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Don't compile ppc_tlb_invalid_all without TCGLucas Mateus Castro (alqotel)2021-07-092-0/+6
* ppc/pegasos2: Implement some RTAS functions with VOFBALATON Zoltan2021-07-092-1/+138
* ppc/pegasos2: Fix use of && instead of &David Gibson2021-07-091-1/+1
* ppc/pegasos2: Use Virtual Open Firmware as firmware replacementBALATON Zoltan2021-07-092-2/+601
* target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bitsNicholas Piggin2021-07-092-0/+5
* target/ppc: Allow virtual hypervisor on CPU without HVBALATON Zoltan2021-07-091-1/+1
* ppc/pegasos2: Introduce Pegasos2MachineState structureBALATON Zoltan2021-07-091-13/+37
* target/ppc: mtmsrd is an illegal instruction on BookENicholas Piggin2021-07-091-0/+5
* spapr: Implement Open Firmware client interfaceAlexey Kardashevskiy2021-07-0922-13/+1801
* docs/system: ppc: Update ppce500 documentation with eTSEC supportBin Meng2021-07-091-1/+9
* roms/u-boot: Bump ppce500 u-boot to v2021.07 to add eTSEC supportBin Meng2021-07-092-0/+0
* target/ppc: change ppc_hash32_xlate to use mmu_idxBruno Larsen (billionai)2021-07-093-23/+21Star
* target/ppc: introduce mmu-books.hBruno Larsen (billionai)2021-07-092-13/+31
* target/ppc: changed ppc_hash64_xlate to use mmu_idxBruno Larsen (billionai)2021-07-093-24/+23Star
* target/ppc: fix address translation bug for radix mmusBruno Larsen (billionai)2021-07-094-20/+40
* target/ppc: Fix compilation with DEBUG_BATS debug optionFabiano Rosas2021-07-092-1/+6
* target/ppc: Fix compilation with FLUSH_ALL_TLBS debug optionFabiano Rosas2021-07-091-8/+0Star
* target/ppc: Fix compilation with DUMP_PAGE_TABLES debug optionFabiano Rosas2021-07-091-1/+1
* target/ppc: Restrict ppc_cpu_tlb_fill to TCGRichard Henderson2021-07-091-0/+2
* target/ppc: Introduce ppc_xlateRichard Henderson2021-07-099-200/+55Star
* target/ppc: Split out ppc_jumbo_xlateRichard Henderson2021-07-091-83/+96
* target/ppc: Split out ppc_hash32_xlateRichard Henderson2021-07-091-111/+113
* target/ppc: Split out ppc_hash64_xlateRichard Henderson2021-07-091-66/+59Star
* target/ppc: Use bool success for ppc_radix64_xlateRichard Henderson2021-07-091-15/+15
* target/ppc: Push real-mode handling into ppc_radix64_xlateRichard Henderson2021-07-091-43/+34Star
* target/ppc: Use MMUAccessType with *_handle_mmu_faultRichard Henderson2021-07-096-21/+11Star
* target/ppc: Remove PowerPCCPUClass.handle_mmu_faultRichard Henderson2021-07-093-50/+20Star
* spapr: tune rtas-sizeAlexey Kardashevskiy2021-07-092-3/+7
* target/ppc: Drop PowerPCCPUClass::interrupts_big_endian()Greg Kurz2021-07-092-18/+0Star
* target/ppc: Introduce ppc_interrupts_little_endian()Greg Kurz2021-07-093-7/+19
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell2021-07-087-215/+235
|\
| * linux-user/syscall: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé2021-07-071-94/+94
| * linux-user/alpha: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé2021-07-071-99/+97Star
| * linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé2021-07-072-0/+4
| * linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé2021-07-071-0/+2
| * linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé2021-07-071-0/+2
| * linux-user: Fix style problems in linuxload.cRichard Henderson2021-07-071-22/+20Star
| * linux-user: fill ppid field in /proc/self/statAndreas Schwab2021-07-071-0/+3
| * linux-user/elfload: Implement ELF_HWCAP for RISC-VKito Cheng2021-07-071-0/+13
* | tests/tcg: generalise the disabling of the signals testAlex Bennée2021-07-083-6/+6
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-0634-1579/+1170Star
|\
| * config-host.mak: remove unused compiler-related linesPaolo Bonzini2021-07-062-11/+0Star
| * Set icon for QEMU binary on Mac OSJohn Arbuckle2021-07-062-6/+19
| * qemu-option: remove now-dead codePaolo Bonzini2021-07-063-79/+10Star
| * machine: add smp compound propertyPaolo Bonzini2021-07-064-69/+95
| * vl: switch -M parsing to keyvalPaolo Bonzini2021-07-061-163/+140Star
| * keyval: introduce keyval_parse_intoPaolo Bonzini2021-07-062-8/+37
| * keyval: introduce keyval_mergePaolo Bonzini2021-07-063-0/+139
| * qom: export more functions for use with non-UserCreatable objectsPaolo Bonzini2021-07-062-16/+65
| * configure: convert compiler tests to meson, part 6Paolo Bonzini2021-07-062-75/+11Star