summaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)AuthorFilesLines
2016-07-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+2
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova1-0/+1
2016-07-18trace: [bsd-user] Commandline arguments to control tracingLluís Vilanova1-3/+18
2016-07-17Changed malloc to g_malloc, free to g_free in bsd-user/qemu.hMd Haris Iqbal1-2/+2
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster4-4/+4
2016-06-28trace: [*-user] Add events to trace guest syscalls in syscall emulation modeLluís Vilanova1-0/+9
2016-06-20log: Fix qemu_set_log_filename() error handlingMarkus Armbruster1-1/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini4-4/+0
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost1-3/+0
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2-0/+2
2016-05-19log: do not use CONFIG_USER_ONLYPaolo Bonzini1-0/+1
2016-04-05bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningEd Maste1-1/+1
2016-04-05bsd-user: add qemu/cutils.h include after f348b6dEd Maste1-0/+1
2016-04-04bsd-user: add necessary includes to fix warningsEd Maste1-0/+2
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa2-1/+3
2016-02-25build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directoriesLluís Vilanova5-1/+20
2016-02-23all: Clean up includesPeter Maydell1-3/+0
2016-02-04bsd-user: Clean up includesPeter Maydell8-51/+8
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2015-12-17linux-user: convert DEBUG_SIGNAL logging to tracepointsPaolo Bonzini1-2/+0
2015-12-17user: introduce "-d page"Paolo Bonzini1-2/+2
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini1-2/+1
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington1-1/+1
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+0
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-3/+1
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange1-1/+0
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini1-2/+0
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier3-16/+0
2015-07-30bsd-user: Fix operand to cpu_x86_execRichard Henderson1-1/+1
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite1-1/+3
2015-07-09gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite1-1/+1
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini1-4/+0
2015-04-27linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng1-1/+0
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost1-3/+3
2015-01-20bsd-user/elfload.c: Don't use ldl() or ldq_raw()Peter Maydell1-4/+7
2014-06-11bsd-user: Fix syscall format, add strace support for more syscallsSean Bruno1-5/+14
2014-06-11bsd-user: Implement strace support for thr_* syscallsSean Bruno1-0/+9
2014-06-11bsd-user: Implement strace support for extattr_* syscallsSean Bruno1-0/+13
2014-06-11bsd-user: Implement strace support for __acl_* syscallsSean Bruno1-0/+12
2014-06-11bsd-user: Implement strace support for print_ioctl syscallSean Bruno2-1/+20
2014-06-11bsd-user: Implement strace support for print_sysctl syscallSean Bruno2-2/+41
2014-06-11bsd-user: GPL v2 attribution update and styleSean Bruno2-58/+94
2014-06-11bsd-user/mmap.c: Don't try to override g_malloc/g_freePeter Maydell1-60/+0
2014-06-11bsd-user: refresh freebsd system call numbersStacey Son1-368/+445
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell1-0/+1
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini1-0/+1
2014-06-02Revert "bsd-user: replace fprintf(stderr, ...) with error_report()"Peter Maydell3-9/+9
2014-05-26bsd-user: replace fprintf(stderr, ...) with error_report()Le Tan3-9/+9
2014-05-21target-i386: fix segment flags for SMM and VM86 modePaolo Bonzini1-1/+1
2014-05-15Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell1-2/+0