summaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-13bsd-user: Remove reference to CONFIG_UNAME_RELEASEPeter Maydell1-1/+1
2014-05-13target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor1-2/+0
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber1-1/+1
2013-09-20*-user: Improve documentation for lock_user functionStefan Weil1-2/+2
2013-09-20*-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil1-1/+1
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber1-4/+6
2013-07-09bsd-user: Change thread_env to CPUStateAndreas Färber3-6/+8
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-1/+2
2013-06-14main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini1-3/+3
2013-05-12bsd-user: OS-agnostic 64-bit SYSCTL typesEd Maste1-3/+4
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2-3/+3
2013-04-26bsd-user: Track change in FreeBSD SYSCTL(9) typesEd Maste1-0/+4
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell1-10/+8
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell1-1/+1
2013-02-16qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell1-1/+1
2013-02-16qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell1-5/+1
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell1-1/+1
2013-02-01linux-user: bsd-user: Don't reset X86CPU twiceAndreas Färber1-1/+1
2013-01-26bsd-user: avoid conflict with qemu_vmallocBlue Swirl1-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini2-3/+3
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-2/+2