summaryrefslogtreecommitdiffstats
path: root/bsd-user
Commit message (Expand)AuthorAgeFilesLines
* util: Use g_malloc/g_free in envlist.cSaurav Sachidanand2017-05-071-10/+4Star
* bsd-user: align use of mmap_lock to that of linux-userAlex Bennée2017-03-282-14/+1Star
* configure: remove CygwinPaolo Bonzini2017-03-201-5/+0Star
* translate-all: add DEBUG_LOCKING assertsAlex Bennée2016-10-311-0/+5
* Put the copyright information on a separate lineThomas Huth2016-10-241-1/+1
* trace: provide mechanism for registering trace eventsDaniel P. Berrange2016-10-121-0/+1
* bsd-user: fix FreeBSD build after d148d90eEd Maste2016-10-071-0/+10
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-09-291-1/+0Star
|\
| * trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova2016-09-281-1/+0Star
* | cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini2016-09-271-17/+0Star
* | cpus-common: move CPU work item management to common codeSergey Fedorov2016-09-271-2/+9
* | cpus-common: move CPU list management to common codePaolo Bonzini2016-09-271-8/+1Star
|/
* 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
* exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov2016-07-261-2/+0Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-07-191-2/+2
|\
| * Changed malloc to g_malloc, free to g_free in bsd-user/qemu.hMd Haris Iqbal2016-07-171-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
|/
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-124-4/+4
* trace: [*-user] Add events to trace guest syscalls in syscall emulation modeLluís Vilanova2016-06-281-0/+9
* log: Fix qemu_set_log_filename() error handlingMarkus Armbruster2016-06-201-1/+2
* os-posix: include sys/mman.hPaolo Bonzini2016-06-164-4/+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-192-0/+2
* log: do not use CONFIG_USER_ONLYPaolo Bonzini2016-05-191-0/+1
* bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningEd Maste2016-04-051-1/+1
* bsd-user: add qemu/cutils.h include after f348b6dEd Maste2016-04-051-0/+1
* bsd-user: add necessary includes to fix warningsEd Maste2016-04-041-0/+2
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-222-1/+3
* build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directoriesLluís Vilanova2016-02-255-1/+20
* all: Clean up includesPeter Maydell2016-02-231-3/+0Star
* bsd-user: Clean up includesPeter Maydell2016-02-048-51/+8Star
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* linux-user: convert DEBUG_SIGNAL logging to tracepointsPaolo Bonzini2015-12-171-2/+0Star
* user: introduce "-d page"Paolo Bonzini2015-12-171-2/+2
* translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini2015-12-021-2/+1Star
* s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington2015-10-081-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-2/+0Star
|\
| * exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini2015-09-091-2/+0Star
* | maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1Star
* | maint: remove unused include for signal.hDaniel P. Berrange2015-09-111-1/+0Star
|/
* linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier2015-08-243-16/+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