index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsd-user
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-23
cpu: Eliminate cpudef_init(), cpudef_setup()
Eduardo Habkost
1
-3
/
+0
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2
-0
/
+2
2016-05-19
log: do not use CONFIG_USER_ONLY
Paolo Bonzini
1
-0
/
+1
2016-04-05
bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warning
Ed Maste
1
-1
/
+1
2016-04-05
bsd-user: add qemu/cutils.h include after f348b6d
Ed Maste
1
-0
/
+1
2016-04-04
bsd-user: add necessary includes to fix warnings
Ed Maste
1
-0
/
+2
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2
-1
/
+3
2016-02-25
build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directories
Lluís Vilanova
5
-1
/
+20
2016-02-23
all: Clean up includes
Peter Maydell
1
-3
/
+0
2016-02-04
bsd-user: Clean up includes
Peter Maydell
8
-51
/
+8
2016-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
1
-0
/
+1
2015-12-17
linux-user: convert DEBUG_SIGNAL logging to tracepoints
Paolo Bonzini
1
-2
/
+0
2015-12-17
user: introduce "-d page"
Paolo Bonzini
1
-2
/
+2
2015-12-02
translate-all: ensure host page mask is always extended with 1's
Paolo Bonzini
1
-2
/
+1
2015-10-08
s/cpu_get_real_ticks/cpu_get_host_ticks/
Christopher Covington
1
-1
/
+1
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+0
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
1
-3
/
+1
2015-09-11
maint: remove unused include for signal.h
Daniel P. Berrange
1
-1
/
+0
2015-09-09
exec: make mmap_lock/mmap_unlock globally available
Paolo Bonzini
1
-2
/
+0
2015-08-24
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
3
-16
/
+0
2015-07-30
bsd-user: Fix operand to cpu_x86_exec
Richard Henderson
1
-1
/
+1
2015-07-09
cpu-exec: Purge all uses of ENV_GET_CPU()
Peter Crosthwaite
1
-1
/
+3
2015-07-09
gdbstub: Change gdbserver_fork() to accept cpu instead of env
Peter Crosthwaite
1
-1
/
+1
2015-06-05
target-i386: use memory API to implement SMRAM
Paolo Bonzini
1
-4
/
+0
2015-04-27
linux-user, bsd-user: Remove two calls to cpu_exec_init_all
Fam Zheng
1
-1
/
+0
2015-03-10
cpu: Make cpu_init() return QOM CPUState object
Eduardo Habkost
1
-3
/
+3
2015-01-20
bsd-user/elfload.c: Don't use ldl() or ldq_raw()
Peter Maydell
1
-4
/
+7
2014-06-11
bsd-user: Fix syscall format, add strace support for more syscalls
Sean Bruno
1
-5
/
+14
2014-06-11
bsd-user: Implement strace support for thr_* syscalls
Sean Bruno
1
-0
/
+9
2014-06-11
bsd-user: Implement strace support for extattr_* syscalls
Sean Bruno
1
-0
/
+13
2014-06-11
bsd-user: Implement strace support for __acl_* syscalls
Sean Bruno
1
-0
/
+12
2014-06-11
bsd-user: Implement strace support for print_ioctl syscall
Sean Bruno
2
-1
/
+20
2014-06-11
bsd-user: Implement strace support for print_sysctl syscall
Sean Bruno
2
-2
/
+41
2014-06-11
bsd-user: GPL v2 attribution update and style
Sean Bruno
2
-58
/
+94
2014-06-11
bsd-user/mmap.c: Don't try to override g_malloc/g_free
Peter Maydell
1
-60
/
+0
2014-06-11
bsd-user: refresh freebsd system call numbers
Stacey Son
1
-368
/
+445
2014-06-05
Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging
Peter Maydell
1
-0
/
+1
2014-06-05
softmmu: introduce cpu_ldst.h
Paolo Bonzini
1
-0
/
+1
2014-06-02
Revert "bsd-user: replace fprintf(stderr, ...) with error_report()"
Peter Maydell
3
-9
/
+9
2014-05-26
bsd-user: replace fprintf(stderr, ...) with error_report()
Le Tan
3
-9
/
+9
2014-05-21
target-i386: fix segment flags for SMM and VM86 mode
Paolo Bonzini
1
-1
/
+1
2014-05-15
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
1
-2
/
+0
2014-05-13
bsd-user: Remove reference to CONFIG_UNAME_RELEASE
Peter Maydell
1
-1
/
+1
2014-05-13
target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...
Kevin O'Connor
1
-2
/
+0
2014-03-13
cpu: Move opaque field from CPU_COMMON to CPUState
Andreas Färber
1
-1
/
+1
2013-09-20
*-user: Improve documentation for lock_user function
Stefan Weil
1
-2
/
+2
2013-09-20
*-user: Fix typo in comment (ulocking -> unlocking)
Stefan Weil
1
-1
/
+1
2013-07-23
gdbstub: Change gdb_handlesig() argument to CPUState
Andreas Färber
1
-4
/
+6
2013-07-09
bsd-user: Change thread_env to CPUState
Andreas Färber
3
-6
/
+8
2013-06-28
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
1
-1
/
+2
[next]