aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-09ppc/pegasos2: Implement some RTAS functions with VOFBALATON Zoltan2-1/+138
2021-07-09ppc/pegasos2: Fix use of && instead of &David Gibson1-1/+1
2021-07-09ppc/pegasos2: Use Virtual Open Firmware as firmware replacementBALATON Zoltan2-2/+601
2021-07-09target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bitsNicholas Piggin2-0/+5
2021-07-09target/ppc: Allow virtual hypervisor on CPU without HVBALATON Zoltan1-1/+1
2021-07-09ppc/pegasos2: Introduce Pegasos2MachineState structureBALATON Zoltan1-13/+37
2021-07-09target/ppc: mtmsrd is an illegal instruction on BookENicholas Piggin1-0/+5
2021-07-09spapr: Implement Open Firmware client interfaceAlexey Kardashevskiy22-13/+1801
2021-07-09docs/system: ppc: Update ppce500 documentation with eTSEC supportBin Meng1-1/+9
2021-07-09roms/u-boot: Bump ppce500 u-boot to v2021.07 to add eTSEC supportBin Meng2-0/+0
2021-07-09target/ppc: change ppc_hash32_xlate to use mmu_idxBruno Larsen (billionai)3-23/+21
2021-07-09target/ppc: introduce mmu-books.hBruno Larsen (billionai)2-13/+31
2021-07-09target/ppc: changed ppc_hash64_xlate to use mmu_idxBruno Larsen (billionai)3-24/+23
2021-07-09target/ppc: fix address translation bug for radix mmusBruno Larsen (billionai)4-20/+40
2021-07-09target/ppc: Fix compilation with DEBUG_BATS debug optionFabiano Rosas2-1/+6
2021-07-09target/ppc: Fix compilation with FLUSH_ALL_TLBS debug optionFabiano Rosas1-8/+0
2021-07-09target/ppc: Fix compilation with DUMP_PAGE_TABLES debug optionFabiano Rosas1-1/+1
2021-07-09target/ppc: Restrict ppc_cpu_tlb_fill to TCGRichard Henderson1-0/+2
2021-07-09target/ppc: Introduce ppc_xlateRichard Henderson9-200/+55
2021-07-09target/ppc: Split out ppc_jumbo_xlateRichard Henderson1-83/+96
2021-07-09target/ppc: Split out ppc_hash32_xlateRichard Henderson1-111/+113
2021-07-09target/ppc: Split out ppc_hash64_xlateRichard Henderson1-66/+59
2021-07-09target/ppc: Use bool success for ppc_radix64_xlateRichard Henderson1-15/+15
2021-07-09target/ppc: Push real-mode handling into ppc_radix64_xlateRichard Henderson1-43/+34
2021-07-09target/ppc: Use MMUAccessType with *_handle_mmu_faultRichard Henderson6-21/+11
2021-07-09target/ppc: Remove PowerPCCPUClass.handle_mmu_faultRichard Henderson3-50/+20
2021-07-09spapr: tune rtas-sizeAlexey Kardashevskiy2-3/+7
2021-07-09target/ppc: Drop PowerPCCPUClass::interrupts_big_endian()Greg Kurz2-18/+0
2021-07-09target/ppc: Introduce ppc_interrupts_little_endian()Greg Kurz3-7/+19
2021-07-08Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell7-215/+235
2021-07-08tests/tcg: generalise the disabling of the signals testAlex Bennée3-6/+6
2021-07-07linux-user/syscall: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé1-94/+94
2021-07-07linux-user/alpha: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé1-99/+97
2021-07-07linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé2-0/+4
2021-07-07linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé1-0/+2
2021-07-07linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé1-0/+2
2021-07-07linux-user: Fix style problems in linuxload.cRichard Henderson1-22/+20
2021-07-07linux-user: fill ppid field in /proc/self/statAndreas Schwab1-0/+3
2021-07-07linux-user/elfload: Implement ELF_HWCAP for RISC-VKito Cheng1-0/+13
2021-07-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell34-1579/+1170
2021-07-06config-host.mak: remove unused compiler-related linesPaolo Bonzini2-11/+0
2021-07-06Set icon for QEMU binary on Mac OSJohn Arbuckle2-6/+19
2021-07-06qemu-option: remove now-dead codePaolo Bonzini3-79/+10
2021-07-06machine: add smp compound propertyPaolo Bonzini4-69/+95
2021-07-06vl: switch -M parsing to keyvalPaolo Bonzini1-163/+140
2021-07-06keyval: introduce keyval_parse_intoPaolo Bonzini2-8/+37
2021-07-06keyval: introduce keyval_mergePaolo Bonzini3-0/+139
2021-07-06qom: export more functions for use with non-UserCreatable objectsPaolo Bonzini2-16/+65
2021-07-06configure: convert compiler tests to meson, part 6Paolo Bonzini2-75/+11
2021-07-06configure: convert compiler tests to meson, part 5Paolo Bonzini2-101/+26