| Commit message (Expand) | Author | Age | Files | Lines |
* | target/ppc: Split out ppc_jumbo_xlate | Richard Henderson | 2021-07-09 | 1 | -83/+96 |
* | target/ppc: Split out ppc_hash32_xlate | Richard Henderson | 2021-07-09 | 1 | -111/+113 |
* | target/ppc: Split out ppc_hash64_xlate | Richard Henderson | 2021-07-09 | 1 | -66/+59 |
* | target/ppc: Use bool success for ppc_radix64_xlate | Richard Henderson | 2021-07-09 | 1 | -15/+15 |
* | target/ppc: Push real-mode handling into ppc_radix64_xlate | Richard Henderson | 2021-07-09 | 1 | -43/+34 |
* | target/ppc: Use MMUAccessType with *_handle_mmu_fault | Richard Henderson | 2021-07-09 | 6 | -21/+11 |
* | target/ppc: Remove PowerPCCPUClass.handle_mmu_fault | Richard Henderson | 2021-07-09 | 3 | -50/+20 |
* | spapr: tune rtas-size | Alexey Kardashevskiy | 2021-07-09 | 2 | -3/+7 |
* | target/ppc: Drop PowerPCCPUClass::interrupts_big_endian() | Greg Kurz | 2021-07-09 | 2 | -18/+0 |
* | target/ppc: Introduce ppc_interrupts_little_endian() | Greg Kurz | 2021-07-09 | 3 | -7/+19 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re... | Peter Maydell | 2021-07-08 | 7 | -215/+235 |
|\ |
|
| * | linux-user/syscall: Remove hardcoded tabs (code style) | Philippe Mathieu-Daudé | 2021-07-07 | 1 | -94/+94 |
| * | linux-user/alpha: Remove hardcoded tabs (code style) | Philippe Mathieu-Daudé | 2021-07-07 | 1 | -99/+97 |
| * | linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN | Philippe Mathieu-Daudé | 2021-07-07 | 2 | -0/+4 |
| * | linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN | Philippe Mathieu-Daudé | 2021-07-07 | 1 | -0/+2 |
| * | linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN | Philippe Mathieu-Daudé | 2021-07-07 | 1 | -0/+2 |
| * | linux-user: Fix style problems in linuxload.c | Richard Henderson | 2021-07-07 | 1 | -22/+20 |
| * | linux-user: fill ppid field in /proc/self/stat | Andreas Schwab | 2021-07-07 | 1 | -0/+3 |
| * | linux-user/elfload: Implement ELF_HWCAP for RISC-V | Kito Cheng | 2021-07-07 | 1 | -0/+13 |
* | | tests/tcg: generalise the disabling of the signals test | Alex Bennée | 2021-07-08 | 3 | -6/+6 |
|/ |
|
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2021-07-06 | 34 | -1579/+1170 |
|\ |
|
| * | config-host.mak: remove unused compiler-related lines | Paolo Bonzini | 2021-07-06 | 2 | -11/+0 |
| * | Set icon for QEMU binary on Mac OS | John Arbuckle | 2021-07-06 | 2 | -6/+19 |
| * | qemu-option: remove now-dead code | Paolo Bonzini | 2021-07-06 | 3 | -79/+10 |
| * | machine: add smp compound property | Paolo Bonzini | 2021-07-06 | 4 | -69/+95 |
| * | vl: switch -M parsing to keyval | Paolo Bonzini | 2021-07-06 | 1 | -163/+140 |
| * | keyval: introduce keyval_parse_into | Paolo Bonzini | 2021-07-06 | 2 | -8/+37 |
| * | keyval: introduce keyval_merge | Paolo Bonzini | 2021-07-06 | 3 | -0/+139 |
| * | qom: export more functions for use with non-UserCreatable objects | Paolo Bonzini | 2021-07-06 | 2 | -16/+65 |
| * | configure: convert compiler tests to meson, part 6 | Paolo Bonzini | 2021-07-06 | 2 | -75/+11 |
| * | configure: convert compiler tests to meson, part 5 | Paolo Bonzini | 2021-07-06 | 2 | -101/+26 |
| * | configure: convert compiler tests to meson, part 4 | Paolo Bonzini | 2021-07-06 | 2 | -142/+34 |
| * | configure: convert compiler tests to meson, part 3 | Paolo Bonzini | 2021-07-06 | 2 | -87/+10 |
| * | configure: convert compiler tests to meson, part 2 | Paolo Bonzini | 2021-07-06 | 2 | -49/+5 |
| * | configure: convert compiler tests to meson, part 1 | Paolo Bonzini | 2021-07-06 | 3 | -366/+43 |
| * | configure: convert HAVE_BROKEN_SIZE_MAX to meson | Paolo Bonzini | 2021-07-06 | 2 | -17/+9 |
| * | configure, meson: move CONFIG_IVSHMEM to meson | Paolo Bonzini | 2021-07-06 | 3 | -11/+4 |
| * | meson: store dependency('threads') in a variable | Paolo Bonzini | 2021-07-06 | 2 | -2/+2 |
| * | meson: sort existing compiler tests | Paolo Bonzini | 2021-07-06 | 1 | -3/+6 |
| * | configure, meson: convert libxml2 detection to meson | Paolo Bonzini | 2021-07-06 | 3 | -29/+10 |
| * | configure, meson: convert liburing detection to meson | Paolo Bonzini | 2021-07-06 | 3 | -28/+11 |
| * | configure, meson: convert libpmem detection to meson | Paolo Bonzini | 2021-07-06 | 3 | -24/+10 |
| * | configure, meson: convert libdaxctl detection to meson | Paolo Bonzini | 2021-07-06 | 3 | -27/+11 |
| * | configure, meson: convert virgl detection to meson | Paolo Bonzini | 2021-07-06 | 4 | -38/+15 |
| * | configure, meson: convert vte detection to meson | Paolo Bonzini | 2021-07-06 | 3 | -31/+16 |
| * | configure: drop vte-2.90 check | Paolo Bonzini | 2021-07-06 | 1 | -10/+4 |
| * | target/i386: Move X86XSaveArea into TCG | David Edmondson | 2021-07-06 | 3 | -57/+58 |
| * | target/i386: Populate x86_ext_save_areas offsets using cpuid where possible | David Edmondson | 2021-07-06 | 7 | -13/+94 |
| * | target/i386: Observe XSAVE state area offsets | David Edmondson | 2021-07-06 | 1 | -62/+200 |
| * | target/i386: Make x86_ext_save_areas visible outside cpu.c | David Edmondson | 2021-07-06 | 2 | -6/+10 |