aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)Author
2017-07-04tcg: move tb_lock out of translate-all.hPaolo Bonzini
2017-05-07util: Use g_malloc/g_free in envlist.cSaurav Sachidanand
2017-03-28bsd-user: align use of mmap_lock to that of linux-userAlex Bennée
2017-03-20configure: remove CygwinPaolo Bonzini
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée
2016-10-24Put the copyright information on a separate lineThomas Huth
2016-10-12trace: provide mechanism for registering trace eventsDaniel P. Berrange
2016-10-07bsd-user: fix FreeBSD build after d148d90eEd Maste
2016-09-29Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-09-28trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova
2016-09-27cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini
2016-09-27cpus-common: move CPU work item management to common codeSergey Fedorov
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini
2016-08-24Fix bsd-user build after d915b7bbEd Maste
2016-08-11Update ancient copyright string in -version outputPeter Maydell
2016-08-01Fix bsd-user build errors after 8642c1b81e0418df066a7960a7426d85a923a253Sean Bruno
2016-07-26exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov
2016-07-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova
2016-07-18trace: [bsd-user] Commandline arguments to control tracingLluís Vilanova
2016-07-17Changed malloc to g_malloc, free to g_free in bsd-user/qemu.hMd Haris Iqbal
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-06-28trace: [*-user] Add events to trace guest syscalls in syscall emulation modeLluís Vilanova
2016-06-20log: Fix qemu_set_log_filename() error handlingMarkus Armbruster
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19log: do not use CONFIG_USER_ONLYPaolo Bonzini
2016-04-05bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningEd Maste
2016-04-05bsd-user: add qemu/cutils.h include after f348b6dEd Maste
2016-04-04bsd-user: add necessary includes to fix warningsEd Maste
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-02-25build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directoriesLluís Vilanova
2016-02-23all: Clean up includesPeter Maydell
2016-02-04bsd-user: Clean up includesPeter Maydell
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2015-12-17linux-user: convert DEBUG_SIGNAL logging to tracepointsPaolo Bonzini
2015-12-17user: introduce "-d page"Paolo Bonzini
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-07-30bsd-user: Fix operand to cpu_x86_execRichard Henderson
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite
2015-07-09gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini
2015-04-27linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng