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
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-1
/
+2
2016-02-04
bsd-user: Clean up includes
Peter Maydell
1
-7
/
+1
2016-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
1
-0
/
+1
2015-12-17
user: introduce "-d page"
Paolo Bonzini
1
-2
/
+2
2015-10-08
s/cpu_get_real_ticks/cpu_get_host_ticks/
Christopher Covington
1
-1
/
+1
2015-08-24
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
1
-12
/
+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
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-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
1
-3
/
+3
2013-06-28
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
1
-1
/
+2
2013-06-14
main: use TARGET_ARCH only for the target-specific #define
Paolo Bonzini
1
-3
/
+3
2013-05-02
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
1
-2
/
+2
2013-02-26
qemu-log: default to stderr for logging output
Peter Maydell
1
-10
/
+8
2013-02-16
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
Peter Maydell
1
-1
/
+1
2013-02-16
qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask
Peter Maydell
1
-1
/
+1
2013-02-16
qemu-log: Abstract out "print usage message about valid log categories"
Peter Maydell
1
-5
/
+1
2013-02-16
qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename
Peter Maydell
1
-1
/
+1
2013-02-01
linux-user: bsd-user: Don't reset X86CPU twice
Andreas Färber
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-08-02
Support 'help' as a synonym for '?' in command line options
Peter Maydell
1
-2
/
+2
2012-06-04
bsd-user: Use cpu_reset() in after cpu_init()
Andreas Färber
1
-1
/
+1
2012-04-13
bsd-user: fix compile failure
Peter Maydell
1
-0
/
+1
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-4
/
+4
2012-03-14
bsd-user: Don't overuse CPUState
Andreas Färber
1
-2
/
+2
2012-03-14
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
1
-1
/
+1
2012-03-13
qom: Add QOM support to user emulators
Andreas Färber
1
-0
/
+2
2011-08-05
Avoid allocating TCG resources in non-TCG mode
Jan Kiszka
1
-1
/
+2
2011-07-30
user: Restore debug usage message for '-d ?' in user mode emulation
Peter Maydell
1
-3
/
+5
2011-06-28
user: Fix -d debug logging for usermode emulation
Edgar E. Iglesias
1
-1
/
+1
2011-06-26
Remove exec-all.h include directives
Blue Swirl
1
-1
/
+1
2011-06-15
Command line support for altering the log file location
Matthew Fernandez
1
-18
/
+28
2011-05-08
Fix spelling in comments (intruction -> instruction)
Stefan Weil
1
-1
/
+1
2010-10-05
Add new user mode option -ignore-environment
Stefan Weil
1
-0
/
+6
2010-06-10
rename CONFIG_QEMU_PREFIX
Paolo Bonzini
1
-1
/
+1
2010-05-21
tcg: Initialize the prologue after GUEST_BASE is fixed.
Richard Henderson
1
-1
/
+8
2010-03-30
Fix i386-bsd-user build
Blue Swirl
1
-1
/
+1
2010-03-23
Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48
Juergen Lock
1
-0
/
+4
2009-11-07
user: move CPU reset call to main.c for x86/PPC/Sparc
Blue Swirl
1
-0
/
+3
2009-10-18
bsd-user: FreeBSD update
Juergen Lock
1
-22
/
+94
2009-09-27
BSD user: implement GUEST_BASE
Blue Swirl
1
-0
/
+44
[next]