Age | Commit message (Expand) | Author | Files | Lines |
2021-06-11 | accel/tcg: Merge tcg_exec_init into tcg_init_machine | Richard Henderson | 1 | -1/+1 |
2021-06-11 | tcg: Re-order tcg_region_init vs tcg_prologue_init | Richard Henderson | 1 | -1/+0 |
2021-05-20 | Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210511' int... | Peter Maydell | 1 | -201/+89 |
2021-05-11 | bsd-user: use qemu_strtoul in preference to strtol | Warner Losh | 1 | -4/+8 |
2021-05-11 | bsd-user: style tweak: use {} consistently in for / if / else statements | Warner Losh | 1 | -23/+43 |
2021-05-11 | bsd-user: style tweak: move extern to header file | Warner Losh | 1 | -1/+0 |
2021-05-11 | bsd-user: style tweak: Use preferred block comments | Warner Losh | 1 | -10/+18 |
2021-05-11 | bsd-user: style tweak: Remove #if 0'd code | Warner Losh | 1 | -143/+0 |
2021-05-11 | bsd-user: style tweak: use C not C++ comments | Warner Losh | 1 | -8/+8 |
2021-05-11 | bsd-user: whitespace changes | Warner Losh | 1 | -20/+20 |
2021-05-10 | accel: move call to accel_init_interfaces | Claudio Fontana | 1 | -1/+1 |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-02-16 | exec: Use cpu_untagged_addr in g2h; split out g2h_untagged | Richard Henderson | 1 | -2/+2 |
2021-02-16 | exec: Use uintptr_t for guest_base | Richard Henderson | 1 | -2/+2 |
2021-02-05 | accel: replace struct CpusAccel with AccelOpsClass | Claudio Fontana | 1 | -1/+2 |
2021-02-05 | accel: extend AccelState and AccelClass to user-mode | Claudio Fontana | 1 | -1/+5 |
2021-01-07 | tcg: Add --accel tcg,split-wx property | Richard Henderson | 1 | -1/+1 |
2020-12-18 | bsd-user: Silence warnings about missing fallthrough statement | Thomas Huth | 1 | -0/+1 |
2020-11-11 | trace: remove argument from trace_init_file | Paolo Bonzini | 1 | -4/+2 |
2020-06-29 | linux-user/sparc64: Fix the handling of window spill trap | Giuseppe Musacchio | 1 | -1/+5 |
2020-05-15 | exec/cpu-all: Use bool for have_guest_base | Richard Henderson | 1 | -2/+2 |
2020-05-06 | gdbstub/linux-user: support debugging over a unix socket | Alex Bennée | 1 | -4/+4 |
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-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 | target/sparc: Use env_cpu, env_archcpu | Richard Henderson | 1 | -1/+1 |
2019-06-10 | target/i386: Use env_cpu, env_archcpu | Richard Henderson | 1 | -2/+1 |
2019-04-25 | cpu: Rename parse_cpu_model() to parse_cpu_option() | Eduardo Habkost | 1 | -1/+1 |
2019-04-18 | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster | 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 |
2018-07-02 | bsd-user: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -2/+3 |
2018-05-25 | linux-user: update comments to point to tcg_exec_init() | Igor Mammedov | 1 | -3/+4 |
2018-03-19 | Use cpu_create(type) instead of cpu_init(cpu_model) | Igor Mammedov | 1 | -1/+3 |
2018-03-12 | Polish the version strings containing the package version | Thomas Huth | 1 | -1/+1 |
2017-12-18 | misc: remove headers implicitly included | Philippe Mathieu-Daudé | 1 | -1/+0 |
2017-10-24 | tcg: introduce regions to split code_gen_buffer | Emilio G. Cota | 1 | -0/+1 |
2017-10-24 | tcg: define tcg_init_ctx and make tcg_ctx a pointer | Emilio G. Cota | 1 | -1/+1 |
2017-09-19 | cpu: make cpu_generic_init() abort QEMU on error | Igor Mammedov | 1 | -4/+0 |
2017-08-08 | maint: Include bug-reporting info in --help output | Eric Blake | 1 | -0/+2 |
2017-07-21 | bsd-user/main.c: Fix unused variable warning | Peter Maydell | 1 | -3/+4 |
2017-07-04 | tcg: move tb_lock out of translate-all.h | Paolo Bonzini | 1 | -1/+0 |
2017-05-07 | util: Use g_malloc/g_free in envlist.c | Saurav Sachidanand | 1 | -10/+4 |
2016-10-24 | Put the copyright information on a separate line | Thomas Huth | 1 | -1/+1 |
2016-10-12 | trace: provide mechanism for registering trace events | Daniel P. Berrange | 1 | -0/+1 |
2016-10-07 | bsd-user: fix FreeBSD build after d148d90e | Ed Maste | 1 | -0/+10 |
2016-09-29 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 1 | -1/+0 |
2016-09-28 | trace: Properly initialize dynamic event states in hot-plugged vCPUs | Lluís Vilanova | 1 | -1/+0 |