index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bsd-user
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user, bsd-user: Remove two calls to cpu_exec_init_all
Fam Zheng
2015-04-27
1
-1
/
+0
*
cpu: Make cpu_init() return QOM CPUState object
Eduardo Habkost
2015-03-10
1
-3
/
+3
*
target-i386: fix segment flags for SMM and VM86 mode
Paolo Bonzini
2014-05-21
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
2014-05-15
1
-2
/
+0
|
\
|
*
target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...
Kevin O'Connor
2014-05-13
1
-2
/
+0
*
|
bsd-user: Remove reference to CONFIG_UNAME_RELEASE
Peter Maydell
2014-05-13
1
-1
/
+1
|
/
*
cpu: Move opaque field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
gdbstub: Change gdb_handlesig() argument to CPUState
Andreas Färber
2013-07-23
1
-4
/
+6
*
bsd-user: Change thread_env to CPUState
Andreas Färber
2013-07-09
1
-3
/
+3
*
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
2013-06-28
1
-1
/
+2
*
main: use TARGET_ARCH only for the target-specific #define
Paolo Bonzini
2013-06-14
1
-3
/
+3
*
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
2013-05-02
1
-2
/
+2
*
qemu-log: default to stderr for logging output
Peter Maydell
2013-02-26
1
-10
/
+8
*
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
Peter Maydell
2013-02-16
1
-1
/
+1
*
qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask
Peter Maydell
2013-02-16
1
-1
/
+1
*
qemu-log: Abstract out "print usage message about valid log categories"
Peter Maydell
2013-02-16
1
-5
/
+1
*
qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename
Peter Maydell
2013-02-16
1
-1
/
+1
*
linux-user: bsd-user: Don't reset X86CPU twice
Andreas Färber
2013-02-01
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
Support 'help' as a synonym for '?' in command line options
Peter Maydell
2012-08-02
1
-2
/
+2
*
bsd-user: Use cpu_reset() in after cpu_init()
Andreas Färber
2012-06-04
1
-1
/
+1
*
bsd-user: fix compile failure
Peter Maydell
2012-04-13
1
-0
/
+1
*
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
1
-4
/
+4
*
bsd-user: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-2
/
+2
*
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
2012-03-14
1
-1
/
+1
*
qom: Add QOM support to user emulators
Andreas Färber
2012-03-13
1
-0
/
+2
*
Avoid allocating TCG resources in non-TCG mode
Jan Kiszka
2011-08-05
1
-1
/
+2
*
user: Restore debug usage message for '-d ?' in user mode emulation
Peter Maydell
2011-07-30
1
-3
/
+5
*
user: Fix -d debug logging for usermode emulation
Edgar E. Iglesias
2011-06-28
1
-1
/
+1
*
Remove exec-all.h include directives
Blue Swirl
2011-06-26
1
-1
/
+1
*
Command line support for altering the log file location
Matthew Fernandez
2011-06-15
1
-18
/
+28
*
Fix spelling in comments (intruction -> instruction)
Stefan Weil
2011-05-08
1
-1
/
+1
*
Add new user mode option -ignore-environment
Stefan Weil
2010-10-05
1
-0
/
+6
*
rename CONFIG_QEMU_PREFIX
Paolo Bonzini
2010-06-10
1
-1
/
+1
*
tcg: Initialize the prologue after GUEST_BASE is fixed.
Richard Henderson
2010-05-21
1
-1
/
+8
*
Fix i386-bsd-user build
Blue Swirl
2010-03-30
1
-1
/
+1
*
Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48
Juergen Lock
2010-03-23
1
-0
/
+4
*
user: move CPU reset call to main.c for x86/PPC/Sparc
Blue Swirl
2009-11-07
1
-0
/
+3
*
bsd-user: FreeBSD update
Juergen Lock
2009-10-18
1
-22
/
+94
*
BSD user: implement GUEST_BASE
Blue Swirl
2009-09-27
1
-0
/
+44
*
bsd-user: Add generic env variable handling
Blue Swirl
2009-08-15
1
-16
/
+35
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-3
/
+1
*
consolidate user cpu_{in, out}[bwl] into ioport-user.c
Isaku Yamahata
2009-07-09
1
-33
/
+0
*
BSD user: initial support for i386 and x86_64 targets
blueswir1
2009-04-11
1
-2
/
+387
*
Add new command line option -singlestep for tcg single stepping.
aurel32
2009-04-05
1
-0
/
+5
*
Fix BSD user: there is no NPTL
blueswir1
2009-03-07
1
-0
/
+37
*
Flush stdout after printing usage()
blueswir1
2009-02-28
1
-2
/
+2
*
Fix user emulator breakage, based on patch by Riku Voipio
blueswir1
2009-01-20
1
-13
/
+15
*
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
2009-01-15
1
-15
/
+13
*
Get rid of user_mode_only
aurel32
2009-01-14
1
-1
/
+0
[next]