- 301e40e translate-all: add DEBUG_LOCKING asserts by Alex Bennée · 8 years ago
- 0781dd6 Put the copyright information on a separate line by Thomas Huth · 8 years ago
- fe4db84 trace: provide mechanism for registering trace events by Daniel P. Berrange · 8 years ago
- 48f5921 bsd-user: fix FreeBSD build after d148d90e by Ed Maste · 8 years ago
- cc9a366 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 8 years ago
- 2bfe11c trace: Properly initialize dynamic event states in hot-plugged vCPUs by Lluís Vilanova · 8 years ago
- ab12997 cpus-common: move exclusive work infrastructure from linux-user by Paolo Bonzini · 8 years ago
- d148d90 cpus-common: move CPU work item management to common code by Sergey Fedorov · 8 years ago
- 267f685 cpus-common: move CPU list management to common code by Paolo Bonzini · 8 years ago
- 8c1c230 Fix bsd-user build after d915b7bb by Ed Maste · 8 years ago
- d915b7b Update ancient copyright string in -version output by Peter Maydell · 9 years ago
- ded554c Fix bsd-user build errors after 8642c1b81e0418df066a7960a7426d85a923a253 by Sean Bruno · 9 years ago
- 1bc7e52 exec: Reduce CONFIG_USER_ONLY ifdeffenery by Igor Mammedov · 9 years ago
- a3b3437 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
- 4815185 trace: Add per-vCPU tracing states for events with the 'vcpu' property by Lluís Vilanova · 9 years ago
- 6913e79 trace: [bsd-user] Commandline arguments to control tracing by Lluís Vilanova · 9 years ago
- fd9a304 Changed malloc to g_malloc, free to g_free in bsd-user/qemu.h by Md Haris Iqbal · 9 years ago
- 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 9 years ago
- 9c15e70 trace: [*-user] Add events to trace guest syscalls in syscall emulation mode by Lluís Vilanova · 9 years ago
- daa76aa log: Fix qemu_set_log_filename() error handling by Markus Armbruster · 9 years ago
- 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
- 3e2c0e0 cpu: Eliminate cpudef_init(), cpudef_setup() by Eduardo Habkost · 9 years ago
- 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
- f2937a3 log: do not use CONFIG_USER_ONLY by Paolo Bonzini · 9 years ago
- 43b0ea1 bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warning by Ed Maste · 9 years ago
- abd4556 bsd-user: add qemu/cutils.h include after f348b6d by Ed Maste · 9 years ago
- c40e13e bsd-user: add necessary includes to fix warnings by Ed Maste · 9 years ago
- f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
- 0c6940d build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directories by Lluís Vilanova · 9 years ago
- 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
- 2231197 bsd-user: Clean up includes by Peter Maydell · 9 years ago
- 508127e log: do not unnecessarily include qom/cpu.h by Paolo Bonzini · 9 years ago
- c8ee0a4 linux-user: convert DEBUG_SIGNAL logging to tracepoints by Paolo Bonzini · 9 years ago
- 1382902 user: introduce "-d page" by Paolo Bonzini · 9 years ago
- 0c2d70c translate-all: ensure host page mask is always extended with 1's by Paolo Bonzini · 9 years ago
- 4a7428c s/cpu_get_real_ticks/cpu_get_host_ticks/ by Christopher Covington · 9 years ago
- a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
- ef1e1e0 maint: avoid useless "if (foo) free(foo)" pattern by Daniel P. Berrange · 9 years ago
- 1618d2a maint: remove unused include for signal.h by Daniel P. Berrange · 9 years ago
- 8fd19e6 exec: make mmap_lock/mmap_unlock globally available by Paolo Bonzini · 10 years ago
- 4cbea59 linux-user: remove --enable-guest-base/--disable-guest-base by Laurent Vivier · 9 years ago
- cb48f67 bsd-user: Fix operand to cpu_x86_exec by Richard Henderson · 10 years ago
- ea3e984 cpu-exec: Purge all uses of ENV_GET_CPU() by Peter Crosthwaite · 10 years ago
- f7ec7f7 gdbstub: Change gdbserver_fork() to accept cpu instead of env by Peter Crosthwaite · 10 years ago
- f809c60 target-i386: use memory API to implement SMRAM by Paolo Bonzini · 10 years ago
- 02f4035 linux-user, bsd-user: Remove two calls to cpu_exec_init_all by Fam Zheng · 10 years ago
- 2994fd9 cpu: Make cpu_init() return QOM CPUState object by Eduardo Habkost · 10 years ago
- b8d6ac9 bsd-user/elfload.c: Don't use ldl() or ldq_raw() by Peter Maydell · 10 years ago
- c4af6d4 bsd-user: Fix syscall format, add strace support for more syscalls by Sean Bruno · 11 years ago
- f35f961 bsd-user: Implement strace support for thr_* syscalls by Sean Bruno · 11 years ago
- 1e50165 bsd-user: Implement strace support for extattr_* syscalls by Sean Bruno · 11 years ago
- 6054748 bsd-user: Implement strace support for __acl_* syscalls by Sean Bruno · 11 years ago
- b85159a bsd-user: Implement strace support for print_ioctl syscall by Sean Bruno · 11 years ago
- 80b3460 bsd-user: Implement strace support for print_sysctl syscall by Sean Bruno · 11 years ago
- 88dae46 bsd-user: GPL v2 attribution update and style by Sean Bruno · 11 years ago
- b7b5233 bsd-user/mmap.c: Don't try to override g_malloc/g_free by Peter Maydell · 11 years ago
- 6b24119 bsd-user: refresh freebsd system call numbers by Stacey Son · 11 years ago
- 31e25e3 Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging by Peter Maydell · 11 years ago
- f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
- 9bb9318 Revert "bsd-user: replace fprintf(stderr, ...) with error_report()" by Peter Maydell · 11 years ago
- 1fba509 bsd-user: replace fprintf(stderr, ...) with error_report() by Le Tan · 11 years ago
- b98dbc9 target-i386: fix segment flags for SMM and VM86 mode by Paolo Bonzini · 11 years ago
- ef3cb5c Merge remote-tracking branch 'remotes/kvm/uq/master' into staging by Peter Maydell · 11 years ago
- fccae32 bsd-user: Remove reference to CONFIG_UNAME_RELEASE by Peter Maydell · 11 years ago
- 7848c8d target-i386: the x86 CPL is stored in CS.selector - auto update hflags accordingly. by Kevin O'Connor · 11 years ago
- 0429a97 cpu: Move opaque field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- 6f20f55 *-user: Improve documentation for lock_user function by Stefan Weil · 11 years ago
- 41d1af4 *-user: Fix typo in comment (ulocking -> unlocking) by Stefan Weil · 11 years ago
- db6b81d gdbstub: Change gdb_handlesig() argument to CPUState by Andreas Färber · 12 years ago
- dca1173 bsd-user: Change thread_env to CPUState by Andreas Färber · 12 years ago
- 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
- 2e59915 main: use TARGET_ARCH only for the target-specific #define by Paolo Bonzini · 12 years ago
- e6a3ee5 bsd-user: OS-agnostic 64-bit SYSCTL types by Ed Maste · 12 years ago
- 0514ef2 target-i386: Replace cpuid_*features fields with a feature word array by Eduardo Habkost · 12 years ago
- 6ea8430 bsd-user: Track change in FreeBSD SYSCTL(9) types by Ed Maste · 12 years ago
- 989b697 qemu-log: default to stderr for logging output by Peter Maydell · 12 years ago
- 24537a0 qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log by Peter Maydell · 12 years ago
- 4fde1eb qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask by Peter Maydell · 12 years ago
- 59a6fa6 qemu-log: Abstract out "print usage message about valid log categories" by Peter Maydell · 12 years ago
- 9a7e542 qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename by Peter Maydell · 12 years ago
- 7786812 linux-user: bsd-user: Don't reset X86CPU twice by Andreas Färber · 12 years ago
- 0360ccf bsd-user: avoid conflict with qemu_vmalloc by Blue Swirl · 12 years ago
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
- 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
- ee9baa0 user: Rename qemu-types.h to qemu-user-types.h by Eduardo Habkost · 12 years ago
- 89e0e9c user: Move *-user/qemu-types.h to main directory by Eduardo Habkost · 12 years ago
- c8057f9 Support 'help' as a synonym for '?' in command line options by Peter Maydell · 13 years ago
- 7fc5152 build: move *-user/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
- fdcb4fb bsd-user: Use cpu_reset() in after cpu_init() by Andreas Färber · 13 years ago
- d6ef40b bsd-user: fix compile failure by Peter Maydell · 13 years ago
- 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
- b98e9ca bsd-user: Don't overuse CPUState by Andreas Färber · 13 years ago
- 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
- ce008c1 qom: Add QOM support to user emulators by Andreas Färber · 13 years ago
- c7c530c elf: Improve symbol lookup (optimize, fix for bsd-user) by Stefan Weil · 13 years ago
- 9423a2e Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging by Anthony Liguori · 13 years ago
- e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
- c580dee bsd_user: Fix potential null pointer dereference by Stefan Weil · 13 years ago
- 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago