aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/main.c
AgeCommit message (Expand)Author
2014-05-21target-i386: fix segment flags for SMM and VM86 modePaolo Bonzini
2014-05-15Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell
2014-05-13bsd-user: Remove reference to CONFIG_UNAME_RELEASEPeter Maydell
2014-05-13target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber
2013-07-09bsd-user: Change thread_env to CPUStateAndreas Färber
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-06-14main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell
2013-02-16qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell
2013-02-16qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell
2013-02-01linux-user: bsd-user: Don't reset X86CPU twiceAndreas Färber
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell
2012-06-04bsd-user: Use cpu_reset() in after cpu_init()Andreas Färber
2012-04-13bsd-user: fix compile failurePeter Maydell
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14bsd-user: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-03-13qom: Add QOM support to user emulatorsAndreas Färber
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka
2011-07-30user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell
2011-06-28user: Fix -d debug logging for usermode emulationEdgar E. Iglesias
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-15Command line support for altering the log file locationMatthew Fernandez
2011-05-08Fix spelling in comments (intruction -> instruction)Stefan Weil
2010-10-05Add new user mode option -ignore-environmentStefan Weil
2010-06-10rename CONFIG_QEMU_PREFIXPaolo Bonzini
2010-05-21tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson
2010-03-30Fix i386-bsd-user buildBlue Swirl
2010-03-23Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48Juergen Lock
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl
2009-10-18bsd-user: FreeBSD updateJuergen Lock
2009-09-27BSD user: implement GUEST_BASEBlue Swirl
2009-08-15bsd-user: Add generic env variable handlingBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-09consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata
2009-04-11BSD user: initial support for i386 and x86_64 targetsblueswir1
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32
2009-03-07Fix BSD user: there is no NPTLblueswir1
2009-02-28Flush stdout after printing usage()blueswir1
2009-01-20Fix user emulator breakage, based on patch by Riku Voipioblueswir1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-14Get rid of user_mode_onlyaurel32
2009-01-05Fix more FSF addressesblueswir1
2008-11-22Fix BSD user compilation on other than OpenBSDblueswir1