Age | Commit message (Expand) | Author | Files | Lines |
2020-07-27 | linux-user: Ensure mmap_min_addr is non-zero | Richard Henderson | 1 | -2/+14 |
2020-05-15 | exec/cpu-all: Use bool for have_guest_base | Richard Henderson | 1 | -2/+2 |
2020-05-15 | linux-user: completely re-write init_guest_space | Alex Bennée | 1 | -22/+1 |
2020-05-06 | gdbstub/linux-user: support debugging over a unix socket | Alex Bennée | 1 | -6/+6 |
2020-02-19 | linux-user: remove gemu_log from the linux-user tree | Josh Kunz | 1 | -9/+0 |
2020-02-19 | linux-user: Use `qemu_log' for strace | Josh Kunz | 1 | -7/+23 |
2020-01-15 | tcg: Search includes from the project root source directory | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-12-19 | linux-user: log page table changes under -d page | Alex Bennée | 1 | -1/+1 |
2019-10-28 | linux-user: support -plugin option | Lluís Vilanova | 1 | -0/+18 |
2019-09-11 | linux-user: drop redundant handling of environment variables | Max Filippov | 1 | -7/+0 |
2019-09-11 | target/xtensa: linux-user: add call0 ABI support | Max Filippov | 1 | -0/+11 |
2019-09-11 | linux-user: Pass CPUState to MAX_RESERVED_VA | Richard Henderson | 1 | -18/+25 |
2019-09-11 | linux-user: fail and report on bad dfilter specs | Alex Bennée | 1 | -1/+1 |
2019-09-10 | linux-user: remove useless variable | Laurent Vivier | 1 | -6/+4 |
2019-08-16 | Include qemu/queue.h slightly less | Markus Armbruster | 1 | -0/+1 |
2019-07-26 | linux-user: Make sigaltstack stacks per-thread | Peter Maydell | 1 | -0/+5 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-06-11 | qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h | Markus Armbruster | 1 | -0/+2 |
2019-06-10 | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson | 1 | -1/+1 |
2019-05-22 | linux-user: Remove srand call | Richard Henderson | 1 | -11/+0 |
2019-05-22 | linux-user: Call qcrypto_init if not using -seed | Richard Henderson | 1 | -9/+19 |
2019-05-22 | linux-user: Initialize pseudo-random seeds for all guest cpus | Richard Henderson | 1 | -11/+19 |
2019-04-25 | cpu: Rename parse_cpu_model() to parse_cpu_option() | Eduardo Habkost | 1 | -1/+1 |
2019-04-18 | target: Simplify how the TARGET_cpu_list() print | Markus Armbruster | 1 | -1/+1 |
2019-04-17 | log: Make glib logging go through QEMU | Christophe Fergeau | 1 | -0/+2 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -2/+2 |
2018-08-23 | qom: convert the CPU list to RCU | Emilio G. Cota | 1 | -1/+1 |
2018-07-15 | linux-user: fix mmap_find_vma_reserved() | Laurent Vivier | 1 | -7/+12 |
2018-07-02 | linux-user: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -2/+3 |
2018-06-15 | tcg: remove tb_lock | Emilio G. Cota | 1 | -3/+0 |
2018-05-25 | linux-user: update comments to point to tcg_exec_init() | Igor Mammedov | 1 | -3/+2 |
2018-04-30 | linux-user: move xtensa cpu loop to xtensa directory | Laurent Vivier | 1 | -250/+0 |
2018-04-30 | linux-user: move hppa cpu loop to hppa directory | Laurent Vivier | 1 | -193/+1 |
2018-04-30 | linux-user: move riscv cpu loop to riscv directory | Laurent Vivier | 1 | -100/+1 |
2018-04-30 | linux-user: move tilegx cpu loop to tilegx directory | Laurent Vivier | 1 | -267/+0 |
2018-04-30 | linux-user: move s390x cpu loop to s390x directory | Laurent Vivier | 1 | -146/+0 |
2018-04-30 | linux-user: move alpha cpu loop to alpha directory | Laurent Vivier | 1 | -204/+0 |
2018-04-30 | linux-user: move m68k cpu loop to m68k directory | Laurent Vivier | 1 | -149/+1 |
2018-04-30 | linux-user: move microblaze cpu loop to microblaze directory | Laurent Vivier | 1 | -155/+0 |
2018-04-30 | linux-user: move cris cpu loop to cris directory | Laurent Vivier | 1 | -90/+0 |
2018-04-30 | linux-user: move sh4 cpu loop to sh4 directory | Laurent Vivier | 1 | -90/+0 |
2018-04-30 | linux-user: move openrisc cpu loop to openrisc directory | Laurent Vivier | 1 | -96/+0 |
2018-04-30 | linux-user: move nios2 cpu loop to nios2 directory | Laurent Vivier | 1 | -133/+0 |
2018-04-30 | linux-user: move mips/mips64 cpu loop to mips directory | Laurent Vivier | 1 | -725/+0 |
2018-04-30 | linux-user: move ppc/ppc64 cpu loop to ppc directory | Laurent Vivier | 1 | -559/+1 |
2018-04-30 | linux-user: move sparc/sparc64 cpu loop to sparc directory | Laurent Vivier | 1 | -287/+1 |
2018-04-30 | linux-user: move arm cpu loop to arm directory | Laurent Vivier | 1 | -431/+2 |
2018-04-30 | linux-user: move aarch64 cpu loop to aarch64 directory | Laurent Vivier | 1 | -107/+2 |
2018-04-30 | linux-user: move i386/x86_64 cpu loop to i386 directory | Laurent Vivier | 1 | -347/+1 |