Sign in
qemu
/
qemu
/
8592a545b61b99114a86ee7cecef7a5f284d1b6c
/
bsd-user
6f20f55
*-user: Improve documentation for lock_user function
by Stefan Weil
· 11 years ago
41d1af4
*-user: Fix typo in comment (ulocking -> unlocking)
by Stefan Weil
· 11 years ago
db6b81d
gdbstub: Change gdb_handlesig() argument to CPUState
by Andreas Färber
· 12 years ago
dca1173
bsd-user: Change thread_env to CPUState
by Andreas Färber
· 12 years ago
878096e
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
by Andreas Färber
· 12 years ago
2e59915
main: use TARGET_ARCH only for the target-specific #define
by Paolo Bonzini
· 12 years ago
e6a3ee5
bsd-user: OS-agnostic 64-bit SYSCTL types
by Ed Maste
· 12 years ago
0514ef2
target-i386: Replace cpuid_*features fields with a feature word array
by Eduardo Habkost
· 12 years ago
6ea8430
bsd-user: Track change in FreeBSD SYSCTL(9) types
by Ed Maste
· 12 years ago
989b697
qemu-log: default to stderr for logging output
by Peter Maydell
· 12 years ago
24537a0
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
by Peter Maydell
· 12 years ago
4fde1eb
qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask
by Peter Maydell
· 12 years ago
59a6fa6
qemu-log: Abstract out "print usage message about valid log categories"
by Peter Maydell
· 12 years ago
9a7e542
qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename
by Peter Maydell
· 12 years ago
7786812
linux-user: bsd-user: Don't reset X86CPU twice
by Andreas Färber
· 12 years ago
0360ccf
bsd-user: avoid conflict with qemu_vmalloc
by Blue Swirl
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
76cad71
build: kill libdis, move disassemblers to disas/
by Paolo Bonzini
· 12 years ago
ee9baa0
user: Rename qemu-types.h to qemu-user-types.h
by Eduardo Habkost
· 12 years ago
89e0e9c
user: Move *-user/qemu-types.h to main directory
by Eduardo Habkost
· 12 years ago
c8057f9
Support 'help' as a synonym for '?' in command line options
by Peter Maydell
· 13 years ago
7fc5152
build: move *-user/ objects to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
fdcb4fb
bsd-user: Use cpu_reset() in after cpu_init()
by Andreas Färber
· 13 years ago
d6ef40b
bsd-user: fix compile failure
by Peter Maydell
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
b98e9ca
bsd-user: Don't overuse CPUState
by Andreas Färber
· 13 years ago
1bba0dc
Rename cpu_reset() to cpu_state_reset()
by Andreas Färber
· 13 years ago
ce008c1
qom: Add QOM support to user emulators
by Andreas Färber
· 13 years ago
c7c530c
elf: Improve symbol lookup (optimize, fix for bsd-user)
by Stefan Weil
· 13 years ago
9423a2e
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
by Anthony Liguori
· 13 years ago
e7d8100
Fix spelling in comments, documentation and messages
by Stefan Weil
· 13 years ago
c580dee
bsd_user: Fix potential null pointer dereference
by Stefan Weil
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
d5ab971
Avoid allocating TCG resources in non-TCG mode
by Jan Kiszka
· 14 years ago
4b5dfd8
user: Restore debug usage message for '-d ?' in user mode emulation
by Peter Maydell
· 14 years ago
1dfdcaa
user: Fix -d debug logging for usermode emulation
by Edgar E. Iglesias
· 14 years ago
2b41f10
Remove exec-all.h include directives
by Blue Swirl
· 14 years ago
c235d73
Command line support for altering the log file location
by Matthew Fernandez
· 14 years ago
9bf0960
Fix compilation warning due to missing header for sigaction (followup)
by Alexandre Raymond
· 14 years ago
5ba1854
Fix spelling in comments (intruction -> instruction)
by Stefan Weil
· 14 years ago
1301f32
Fix typos in comments (neccessary -> necessary)
by Stefan Weil
· 14 years ago
2971871
bsd-user: Fix possible memory leaks and wrong realloc call
by Stefan Weil
· 14 years ago
67af42a
Remove dead code for ARM semihosting commandline handling
by Wolfgang Schildbach
· 14 years ago
f66724c
Add new user mode option -ignore-environment
by Stefan Weil
· 15 years ago
e5924d8
Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)
by Stefan Weil
· 14 years ago
7ee2822
rename CONFIG_QEMU_PREFIX
by Paolo Bonzini
· 15 years ago
9002ec7
tcg: Initialize the prologue after GUEST_BASE is fixed.
by Richard Henderson
· 15 years ago
2ae144c
Fix i386-bsd-user build
by Blue Swirl
· 15 years ago
b035ffd
Fix bsd-user qemu_vmalloc() host page protection code
by Juergen Lock
· 15 years ago
0c62de2
Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48
by Juergen Lock
· 15 years ago
059bca4
bsd/darwin-user: mmap_frag() users only check for -1 error
by Blue Swirl
· 15 years ago
b55a37c
user: move CPU reset call to main.c for x86/PPC/Sparc
by Blue Swirl
· 15 years ago
544f4f0
bsd-user: fix breakage by 78cfb07fe0dc556cae662a0fab5fe1bd33daabdb
by Blue Swirl
· 15 years ago
78cfb07
bsd-user: FreeBSD update
by Juergen Lock
· 15 years ago
b7d43d0
bsd-user: fix "#if 0"'d printf()
by Paul Bolle
· 15 years ago
6ece4df
elfload: fix coding style nit
by Michael S. Tsirkin
· 15 years ago
032e51d
BSD user: suppress a warning
by Blue Swirl
· 15 years ago
2fa5d9b
BSD user: implement GUEST_BASE
by Blue Swirl
· 15 years ago
fc0d96b
bsd-user: Add generic env variable handling
by Blue Swirl
· 16 years ago
3702208
user: compile path.c only once
by Blue Swirl
· 16 years ago
28e738d
Fix Sparse warning about missing prototype
by Blue Swirl
· 16 years ago
7cba04f
More NULL pointer fixes
by Blue Swirl
· 16 years ago
2f7bb87
rename USE_NPTL to CONFIG_USE_NPTL
by Juan Quintela
· 16 years ago
9788c9c
rename HAVE_GPROF to TARGET_GPROF
by Juan Quintela
· 16 years ago
18c9a9c
bsd-users: fix strace
by Christoph Egger
· 16 years ago
fff2a02
fix build warnings
by Christoph Egger
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
5f65049
consolidate user cpu_{in, out}[bwl] into ioport-user.c
by Isaku Yamahata
· 16 years ago
d43277c
Fix missing strnlen problems
by Blue Swirl
· 16 years ago
e99a22c
Avoid collision with system NGROUPS definition
by Blue Swirl
· 16 years ago
31fc12d
BSD user: initial support for i386 and x86_64 targets
by blueswir1
· 16 years ago
1b530a6
Add new command line option -singlestep for tcg single stepping.
by aurel32
· 16 years ago
9399f09
Fix BSD user: there is no NPTL
by blueswir1
· 16 years ago
2d18e63
Flush stdout after printing usage()
by blueswir1
· 16 years ago
baa8c60
Fix qemu_malloc.
by malc
· 16 years ago
004c9ef
Fix bsd-user compile like r6412
by blueswir1
· 16 years ago
2e77eac
Fix user emulator breakage, based on patch by Riku Voipio
by blueswir1
· 16 years ago
93fcfe3
Convert references to logfile/loglevel to use qemu_log*() macros
by aliguori
· 16 years ago
72d239e
Get rid of user_mode_only
by aurel32
· 16 years ago
e58ffeb
Remove all traces of __powerpc__
by malc
· 16 years ago
530e761
Fix more FSF addresses
by blueswir1
· 16 years ago
1609cd4
linux-user: Move abi_* typedefs into qemu-types.h
by aurel32
· 16 years ago
6c173b3
Prepare for handling different BSD mmap() flags
by blueswir1
· 16 years ago
cdba95b
Fix BSD user compilation on other than OpenBSD
by blueswir1
· 16 years ago
77b9435
Use correct trap for syscalls on Sparc32
by blueswir1
· 16 years ago
5393906
Sparc32 BSD user support
by blueswir1
· 16 years ago
8477850
Preliminary BSD user emulator support
by blueswir1
· 16 years ago