summaryrefslogtreecommitdiffstats
path: root/bsd-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bsd-user build after d915b7bbEd Maste2016-08-241-0/+1
* Update ancient copyright string in -version outputPeter Maydell2016-08-111-1/+2
* Fix bsd-user build errors after 8642c1b81e0418df066a7960a7426d85a923a253Sean Bruno2016-08-011-2/+2
* trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova2016-07-181-0/+1
* trace: [bsd-user] Commandline arguments to control tracingLluís Vilanova2016-07-181-3/+18
* log: Fix qemu_set_log_filename() error handlingMarkus Armbruster2016-06-201-1/+2
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost2016-05-241-3/+0Star
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-0/+1
* log: do not use CONFIG_USER_ONLYPaolo Bonzini2016-05-191-0/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+2
* bsd-user: Clean up includesPeter Maydell2016-02-041-7/+1Star
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* user: introduce "-d page"Paolo Bonzini2015-12-171-2/+2
* 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/+0Star
* 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/+0Star
* linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng2015-04-271-1/+0Star
* 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/+0Star
|\
| * target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor2014-05-131-2/+0Star
* | 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/+8Star
* 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/+1Star
* 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