Age | Commit message (Expand) | Author |
2015-12-02 | translate-all: ensure host page mask is always extended with 1's | Paolo Bonzini |
2015-10-08 | s/cpu_get_real_ticks/cpu_get_host_ticks/ | Christopher Covington |
2015-09-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-09-11 | maint: avoid useless "if (foo) free(foo)" pattern | Daniel P. Berrange |
2015-09-11 | maint: remove unused include for signal.h | Daniel P. Berrange |
2015-09-09 | exec: make mmap_lock/mmap_unlock globally available | Paolo Bonzini |
2015-08-24 | linux-user: remove --enable-guest-base/--disable-guest-base | Laurent Vivier |
2015-07-30 | bsd-user: Fix operand to cpu_x86_exec | Richard Henderson |
2015-07-09 | cpu-exec: Purge all uses of ENV_GET_CPU() | Peter Crosthwaite |
2015-07-09 | gdbstub: Change gdbserver_fork() to accept cpu instead of env | Peter Crosthwaite |
2015-06-05 | target-i386: use memory API to implement SMRAM | Paolo Bonzini |
2015-04-27 | linux-user, bsd-user: Remove two calls to cpu_exec_init_all | Fam Zheng |
2015-03-10 | cpu: Make cpu_init() return QOM CPUState object | Eduardo Habkost |
2015-01-20 | bsd-user/elfload.c: Don't use ldl() or ldq_raw() | Peter Maydell |
2014-06-11 | bsd-user: Fix syscall format, add strace support for more syscalls | Sean Bruno |
2014-06-11 | bsd-user: Implement strace support for thr_* syscalls | Sean Bruno |
2014-06-11 | bsd-user: Implement strace support for extattr_* syscalls | Sean Bruno |
2014-06-11 | bsd-user: Implement strace support for __acl_* syscalls | Sean Bruno |
2014-06-11 | bsd-user: Implement strace support for print_ioctl syscall | Sean Bruno |
2014-06-11 | bsd-user: Implement strace support for print_sysctl syscall | Sean Bruno |
2014-06-11 | bsd-user: GPL v2 attribution update and style | Sean Bruno |
2014-06-11 | bsd-user/mmap.c: Don't try to override g_malloc/g_free | Peter Maydell |
2014-06-11 | bsd-user: refresh freebsd system call numbers | Stacey Son |
2014-06-05 | Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging | Peter Maydell |
2014-06-05 | softmmu: introduce cpu_ldst.h | Paolo Bonzini |
2014-06-02 | Revert "bsd-user: replace fprintf(stderr, ...) with error_report()" | Peter Maydell |
2014-05-26 | bsd-user: replace fprintf(stderr, ...) with error_report() | Le Tan |
2014-05-21 | target-i386: fix segment flags for SMM and VM86 mode | Paolo Bonzini |
2014-05-15 | Merge remote-tracking branch 'remotes/kvm/uq/master' into staging | Peter Maydell |
2014-05-13 | bsd-user: Remove reference to CONFIG_UNAME_RELEASE | Peter Maydell |
2014-05-13 | target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord... | Kevin O'Connor |
2014-03-13 | cpu: Move opaque field from CPU_COMMON to CPUState | Andreas Färber |
2013-09-20 | *-user: Improve documentation for lock_user function | Stefan Weil |
2013-09-20 | *-user: Fix typo in comment (ulocking -> unlocking) | Stefan Weil |
2013-07-23 | gdbstub: Change gdb_handlesig() argument to CPUState | Andreas Färber |
2013-07-09 | bsd-user: Change thread_env to CPUState | Andreas Färber |
2013-06-28 | cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks | Andreas Färber |
2013-06-14 | main: use TARGET_ARCH only for the target-specific #define | Paolo Bonzini |
2013-05-12 | bsd-user: OS-agnostic 64-bit SYSCTL types | Ed Maste |
2013-05-02 | target-i386: Replace cpuid_*features fields with a feature word array | Eduardo Habkost |
2013-04-26 | bsd-user: Track change in FreeBSD SYSCTL(9) types | Ed Maste |
2013-02-26 | qemu-log: default to stderr for logging output | Peter Maydell |
2013-02-16 | qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log | Peter Maydell |
2013-02-16 | qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask | Peter Maydell |
2013-02-16 | qemu-log: Abstract out "print usage message about valid log categories" | Peter Maydell |
2013-02-16 | qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename | Peter Maydell |
2013-02-01 | linux-user: bsd-user: Don't reset X86CPU twice | Andreas Färber |
2013-01-26 | bsd-user: avoid conflict with qemu_vmalloc | Blue Swirl |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |