summaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber1-1/+1
2013-09-20*-user: Improve documentation for lock_user functionStefan Weil1-2/+2
2013-09-20*-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil1-1/+1
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber1-4/+6
2013-07-09bsd-user: Change thread_env to CPUStateAndreas Färber3-6/+8
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-1/+2
2013-06-14main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini1-3/+3
2013-05-12bsd-user: OS-agnostic 64-bit SYSCTL typesEd Maste1-3/+4
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2-3/+3
2013-04-26bsd-user: Track change in FreeBSD SYSCTL(9) typesEd Maste1-0/+4
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell1-10/+8
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell1-1/+1
2013-02-16qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell1-1/+1
2013-02-16qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell1-5/+1
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell1-1/+1
2013-02-01linux-user: bsd-user: Don't reset X86CPU twiceAndreas Färber1-1/+1
2013-01-26bsd-user: avoid conflict with qemu_vmallocBlue Swirl1-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini2-3/+3
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-2/+2
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-12-06user: Rename qemu-types.h to qemu-user-types.hEduardo Habkost1-1/+1
2012-12-06user: Move *-user/qemu-types.h to main directoryEduardo Habkost1-24/+0
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell1-2/+2
2012-06-07build: move *-user/ objects to nested Makefile.objsPaolo Bonzini1-0/+2
2012-06-04bsd-user: Use cpu_reset() in after cpu_init()Andreas Färber1-1/+1
2012-04-13bsd-user: fix compile failurePeter Maydell1-0/+1
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber3-11/+11
2012-03-14bsd-user: Don't overuse CPUStateAndreas Färber1-2/+2
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-1/+1
2012-03-13qom: Add QOM support to user emulatorsAndreas Färber1-0/+2
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil1-7/+4
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori1-1/+1
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-1/+1
2011-12-10bsd_user: Fix potential null pointer dereferenceStefan Weil2-4/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori2-10/+10
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka1-1/+2
2011-07-30user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell1-3/+5
2011-06-28user: Fix -d debug logging for usermode emulationEdgar E. Iglesias1-1/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+1
2011-06-15Command line support for altering the log file locationMatthew Fernandez1-18/+28
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-05-08Fix spelling in comments (intruction -> instruction)Stefan Weil1-1/+1
2011-05-08Fix typos in comments (neccessary -> necessary)Stefan Weil1-1/+1
2011-01-17bsd-user: Fix possible memory leaks and wrong realloc callStefan Weil1-6/+31
2011-01-07Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach2-3/+0
2010-10-05Add new user mode option -ignore-environmentStefan Weil1-0/+6
2010-10-03Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil1-1/+1
2010-06-10rename CONFIG_QEMU_PREFIXPaolo Bonzini1-1/+1
2010-05-21tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson1-1/+8
2010-03-30Fix i386-bsd-user buildBlue Swirl1-1/+1