194 Commits (df79fd5667fb99c6fdfa0d295cb020e9e3eef1e7)

Author SHA1 Message Date
Richard Henderson e307c192ff exec/cpu-all: Use bool for have_guest_base 6 years ago
Alex Bennée fcedd92086 gdbstub/linux-user: support debugging over a unix socket 6 years ago
Philippe Mathieu-Daudé f7795e4096 misc: Replace zero-length arrays with flexible array member (automatic) 7 years ago
Paolo Bonzini 4cc600d229 build: move TARGET_GPROF to config-host.mak 7 years ago
Philippe Mathieu-Daudé dcb32f1d8f tcg: Search includes from the project root source directory 7 years ago
Alex Bennée 10d0d505de linux-user: log page table changes under -d page 7 years ago
Emilio G. Cota c36f7a642c *-user: plugin syscalls 8 years ago
Emilio G. Cota 8634d77bdb *-user: notify plugin of exit 8 years ago
Markus Armbruster a8d2532645 Include qemu-common.h exactly where needed 7 years ago
Markus Armbruster 0b8fa32f55 Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
Markus Armbruster 14a48c1d0d qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h 7 years ago
Richard Henderson 5a59fbce91 target/sparc: Use env_cpu, env_archcpu 7 years ago
Richard Henderson 6aa9e42f27 target/i386: Use env_cpu, env_archcpu 7 years ago
Richard Henderson 29a0af618d cpu: Replace ENV_GET_CPU with env_cpu 7 years ago
Eduardo Habkost c1c8cfe5f9 cpu: Rename parse_cpu_model() to parse_cpu_option() 7 years ago
Markus Armbruster 90c84c5600 qom/cpu: Simplify how CPUClass:cpu_dump_state() prints 7 years ago
Markus Armbruster 0442428a89 target: Simplify how the TARGET_cpu_list() print 7 years ago
Christophe Fergeau f5852efa29 log: Make glib logging go through QEMU 8 years ago
Paolo Bonzini 7d37435bd5 avoid TABs in files that only contain a few 8 years ago
Paolo Bonzini 72e21db7ea remove space-tab sequences 8 years ago
Philippe Mathieu-Daudé 66d26ddb23 bsd-user: Use the IEC binary prefix definitions 8 years ago
Philippe Mathieu-Daudé 23c11b04dc target: Do not include "exec/exec-all.h" if it is not necessary 8 years ago
Paolo Bonzini 05757c5d87 bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock" 8 years ago
Igor Mammedov 2b5249b85c linux-user: update comments to point to tcg_exec_init() 8 years ago
Igor Mammedov 2278b93941 Use cpu_create(type) instead of cpu_init(cpu_model) 9 years ago
Thomas Huth 7e563bfb8a Polish the version strings containing the package version 9 years ago
Philippe Mathieu-Daudé 47181f5d45 misc: remove headers implicitly included 9 years ago
Emilio G. Cota e8feb96fcc tcg: introduce regions to split code_gen_buffer 9 years ago
Emilio G. Cota b1311c4acf tcg: define tcg_init_ctx and make tcg_ctx a pointer 9 years ago
Igor Mammedov 4482e05cbb cpu: make cpu_generic_init() abort QEMU on error 9 years ago
Eric Blake f5048cb751 maint: Include bug-reporting info in --help output 9 years ago
Peter Maydell e4335180d2 bsd-user/main.c: Fix unused variable warning 9 years ago
Peter Maydell 4a65a86af6 bsd-user/bsdload.c: Remove write-only id_change variable 9 years ago
Peter Maydell 710259565b bsd-user/elfload.c: Fix set-but-not-used warnings 9 years ago
Peter Maydell 06943a6269 bsd-user/mmap.c: Move __thread attribute to right place 9 years ago
Alex Bennée bd88c780e6 qom/cpu: remove host_tid field 9 years ago
Paolo Bonzini beeaef55e4 tcg: move tb_lock out of translate-all.h 9 years ago
Saurav Sachidanand ec45bbe5f1 util: Use g_malloc/g_free in envlist.c 10 years ago
Alex Bennée 95992b674c bsd-user: align use of mmap_lock to that of linux-user 10 years ago
Paolo Bonzini c8645752ce configure: remove Cygwin 10 years ago
Paolo Bonzini 732a802076 configure: remove Cygwin 10 years ago
Alex Bennée 301e40ed80 translate-all: add DEBUG_LOCKING asserts 10 years ago
Thomas Huth 0781dd6e79 Put the copyright information on a separate line 10 years ago
Daniel P. Berrange fe4db84d49 trace: provide mechanism for registering trace events 10 years ago
Ed Maste 48f592118a bsd-user: fix FreeBSD build after d148d90e 10 years ago
Lluís Vilanova 2bfe11c8fa trace: Properly initialize dynamic event states in hot-plugged vCPUs 10 years ago
Paolo Bonzini ab129972c8 cpus-common: move exclusive work infrastructure from linux-user 10 years ago
Sergey Fedorov d148d90ee8 cpus-common: move CPU work item management to common code 10 years ago
Paolo Bonzini 267f685b8b cpus-common: move CPU list management to common code 10 years ago
Ed Maste 8c1c230a6e Fix bsd-user build after d915b7bb 10 years ago