Age | Commit message (Expand) | Author |
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 |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini |
2012-12-06 | user: Rename qemu-types.h to qemu-user-types.h | Eduardo Habkost |
2012-12-06 | user: Move *-user/qemu-types.h to main directory | Eduardo Habkost |
2012-08-02 | Support 'help' as a synonym for '?' in command line options | Peter Maydell |
2012-06-07 | build: move *-user/ objects to nested Makefile.objs | Paolo Bonzini |
2012-06-04 | bsd-user: Use cpu_reset() in after cpu_init() | Andreas Färber |
2012-04-13 | bsd-user: fix compile failure | Peter Maydell |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber |
2012-03-14 | bsd-user: Don't overuse CPUState | Andreas Färber |
2012-03-14 | Rename cpu_reset() to cpu_state_reset() | Andreas Färber |
2012-03-13 | qom: Add QOM support to user emulators | Andreas Färber |
2012-01-10 | elf: Improve symbol lookup (optimize, fix for bsd-user) | Stefan Weil |
2011-12-14 | Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging | Anthony Liguori |
2011-12-14 | Fix spelling in comments, documentation and messages | Stefan Weil |
2011-12-10 | bsd_user: Fix potential null pointer dereference | Stefan Weil |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-05 | Avoid allocating TCG resources in non-TCG mode | Jan Kiszka |
2011-07-30 | user: Restore debug usage message for '-d ?' in user mode emulation | Peter Maydell |
2011-06-28 | user: Fix -d debug logging for usermode emulation | Edgar E. Iglesias |
2011-06-26 | Remove exec-all.h include directives | Blue Swirl |
2011-06-15 | Command line support for altering the log file location | Matthew Fernandez |
2011-06-08 | Fix compilation warning due to missing header for sigaction (followup) | Alexandre Raymond |
2011-05-08 | Fix spelling in comments (intruction -> instruction) | Stefan Weil |
2011-05-08 | Fix typos in comments (neccessary -> necessary) | Stefan Weil |
2011-01-17 | bsd-user: Fix possible memory leaks and wrong realloc call | Stefan Weil |
2011-01-07 | Remove dead code for ARM semihosting commandline handling | Wolfgang Schildbach |
2010-10-05 | Add new user mode option -ignore-environment | Stefan Weil |
2010-10-03 | Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking) | Stefan Weil |