summaryrefslogtreecommitdiffstats
path: root/bsd-user
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber2013-07-231-4/+6
* bsd-user: Change thread_env to CPUStateAndreas Färber2013-07-093-6/+8
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-1/+2
* main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini2013-06-141-3/+3
* bsd-user: OS-agnostic 64-bit SYSCTL typesEd Maste2013-05-121-3/+4
* target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-022-3/+3
* bsd-user: Track change in FreeBSD SYSCTL(9) typesEd Maste2013-04-261-0/+4
* qemu-log: default to stderr for logging outputPeter Maydell2013-02-261-10/+8
* qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell2013-02-161-1/+1
* qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell2013-02-161-1/+1
* qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell2013-02-161-5/+1
* qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell2013-02-161-1/+1
* linux-user: bsd-user: Don't reset X86CPU twiceAndreas Färber2013-02-011-1/+1
* bsd-user: avoid conflict with qemu_vmallocBlue Swirl2013-01-261-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-192-3/+3
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-2/+2
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* user: Rename qemu-types.h to qemu-user-types.hEduardo Habkost2012-12-061-1/+1
* user: Move *-user/qemu-types.h to main directoryEduardo Habkost2012-12-061-24/+0
* Support 'help' as a synonym for '?' in command line optionsPeter Maydell2012-08-021-2/+2
* build: move *-user/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-0/+2
* bsd-user: Use cpu_reset() in after cpu_init()Andreas Färber2012-06-041-1/+1
* bsd-user: fix compile failurePeter Maydell2012-04-131-0/+1
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-143-11/+11
* bsd-user: Don't overuse CPUStateAndreas Färber2012-03-141-2/+2
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-1/+1
* qom: Add QOM support to user emulatorsAndreas Färber2012-03-131-0/+2
* elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil2012-01-101-7/+4
* Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori2011-12-141-1/+1
|\
| * Fix spelling in comments, documentation and messagesStefan Weil2011-12-141-1/+1
* | bsd_user: Fix potential null pointer dereferenceStefan Weil2011-12-102-4/+3
|/
* Use glib memory allocation and free functionsAnthony Liguori2011-08-202-10/+10
* Avoid allocating TCG resources in non-TCG modeJan Kiszka2011-08-051-1/+2
* user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell2011-07-301-3/+5
* user: Fix -d debug logging for usermode emulationEdgar E. Iglesias2011-06-281-1/+1
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+1
* Command line support for altering the log file locationMatthew Fernandez2011-06-151-18/+28
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* Fix spelling in comments (intruction -> instruction)Stefan Weil2011-05-081-1/+1
* Fix typos in comments (neccessary -> necessary)Stefan Weil2011-05-081-1/+1
* bsd-user: Fix possible memory leaks and wrong realloc callStefan Weil2011-01-171-6/+31
* Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach2011-01-072-3/+0
* Add new user mode option -ignore-environmentStefan Weil2010-10-051-0/+6
* Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-1/+1
* rename CONFIG_QEMU_PREFIXPaolo Bonzini2010-06-101-1/+1
* tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson2010-05-211-1/+8
* Fix i386-bsd-user buildBlue Swirl2010-03-301-1/+1
* Fix bsd-user qemu_vmalloc() host page protection codeJuergen Lock2010-03-301-3/+2
* Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48Juergen Lock2010-03-231-0/+4
* bsd/darwin-user: mmap_frag() users only check for -1 errorBlue Swirl2010-01-311-1/+1
OpenPOWER on IntegriCloud