summaryrefslogtreecommitdiffstats
path: root/bsd-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington2015-10-081-1/+1
* linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier2015-08-241-12/+0
* bsd-user: Fix operand to cpu_x86_execRichard Henderson2015-07-301-1/+1
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-1/+3
* gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite2015-07-091-1/+1
* target-i386: use memory API to implement SMRAMPaolo Bonzini2015-06-051-4/+0
* linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng2015-04-271-1/+0
* cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-3/+3
* target-i386: fix segment flags for SMM and VM86 modePaolo Bonzini2014-05-211-1/+1
* Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-05-151-2/+0
|\
| * target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor2014-05-131-2/+0
* | bsd-user: Remove reference to CONFIG_UNAME_RELEASEPeter Maydell2014-05-131-1/+1
|/
* cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-1/+1
* gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber2013-07-231-4/+6
* bsd-user: Change thread_env to CPUStateAndreas Färber2013-07-091-3/+3
* 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
* target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-021-2/+2
* 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
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* Support 'help' as a synonym for '?' in command line optionsPeter Maydell2012-08-021-2/+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-141-4/+4
* 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
* 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 spelling in comments (intruction -> instruction)Stefan Weil2011-05-081-1/+1
* Add new user mode option -ignore-environmentStefan Weil2010-10-051-0/+6
* 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 broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48Juergen Lock2010-03-231-0/+4
* user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl2009-11-071-0/+3
* bsd-user: FreeBSD updateJuergen Lock2009-10-181-22/+94
* BSD user: implement GUEST_BASEBlue Swirl2009-09-271-0/+44
* bsd-user: Add generic env variable handlingBlue Swirl2009-08-151-16/+35
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-3/+1
* consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata2009-07-091-33/+0
* BSD user: initial support for i386 and x86_64 targetsblueswir12009-04-111-2/+387
OpenPOWER on IntegriCloud