Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
people
/
peter.maydell
/
qemu-arm.git
/
182735efaf956ccab50b6d74a4fed163e0f35660
/
linux-user
/
main.c
182735e
cpu: Make first_cpu and next_cpu 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
60a3e17
cpu: Change cpu_exit() argument to CPUState
by Andreas Färber
· 12 years ago
2e59915
main: use TARGET_ARCH only for the target-specific #define
by Paolo Bonzini
· 12 years ago
0514ef2
target-i386: Replace cpuid_*features fields with a feature word array
by Eduardo Habkost
· 12 years ago
63ec54d
linux-user: Fix layout of usage table to account for option text
by Peter Maydell
· 12 years ago
ff4f738
mips-linux-user: Fix n32 and n64 syscalls
by Richard Henderson
· 12 years ago
54b2f42
target-mips: Translate breaks and traps into the appropriate signal
by Meador Inge
· 13 years ago
989b697
qemu-log: default to stderr for logging output
by Peter Maydell
· 12 years ago
0315c31
cpu: Move running field to CPUState
by Andreas Färber
· 13 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
5e5f07e
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
by Evgeny Voevodin
· 13 years ago
7786812
linux-user: bsd-user: Don't reset X86CPU twice
by Andreas Färber
· 13 years ago
837d1f9
Merge branch 's390-reorg' of git://repo.or.cz/qemu/rth
by Blue Swirl
· 13 years ago
314992b
linux-user: fix mips 32-on-64 prealloc case
by Alexander Graf
· 13 years ago
d5a103c
target-s390: Reorg exception handling
by Richard Henderson
· 13 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 13 years ago
853c324
target-mips: Add ASE DSP resources access check
by Jia Liu
· 13 years ago
41a05a4
Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoipio/qemu
by Aurelien Jarno
· 13 years ago
d7dce49
microblaze: Update PC before simulating syscall
by Edgar E. Iglesias
· 13 years ago
20132b9
target-sparc: Don't compute full flags value so often
by Richard Henderson
· 13 years ago
885c1d1
linux-user: If loading fails, print error as string, not number
by Peter Maydell
· 13 years ago
e916cbf
Drop cpu_list_id macro
by Peter Maydell
· 13 years ago
7b1532e
linux-user: Remove #if 0'd cpu_get_real_ticks() definition
by Peter Maydell
· 13 years ago
097b8cb
linux-user: Clarify "Unable to reserve guest address space" error
by Peter Maydell
· 13 years ago
42644ce
linux-user: arg_table need not have global scope
by Jim Meyering
· 13 years ago
3a1363a
linux-user: ARM: Ignore immediate value for svc in thumb mode
by Alexander Graf
· 13 years ago
linux-user.for-upstream
806d102
linux-user: Use init_guest_space when -R and -B are specified
by Meador Inge
· 13 years ago
d48813d
unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runable
by Guan Xuetao
· 13 years ago
0e14197
alpha-linux-user: Fix a3 error return with v0 error bypass.
by Richard Henderson
· 13 years ago
d0f2049
alpha-linux-user: Fix signal handling
by Richard Henderson
· 13 years ago
c8057f9
Support 'help' as a synonym for '?' in command line options
by Peter Maydell
· 13 years ago
d962783
target-or32: Add linux user support
by Jia Liu
· 13 years ago
eeacee4
qemu-log: cleanup
by Blue Swirl
· 13 years ago
ff18b76
linux-user: Use cpu_reset() after cpu_init() / cpu_copy()
by Andreas Färber
· 13 years ago
d8fd295
Userspace ARM BE8 support
by Paul Brook
· 13 years ago
288e65b
linux-user: reserve 4GB of vmem for 32-on-64
by Alexander Graf
· 14 years ago
59e9d91
linux-user: resolve reserved_va vma downwards
by Peter Maydell
· 13 years ago
84803b8
linux-user: target_argv is placed on ts->bprm->argv and can't be freed()
by Fabio Erculiani
· 14 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
0539024
linux-user: Don't overuse CPUState
by Andreas Färber
· 13 years ago
1bba0dc
Rename cpu_reset() to cpu_state_reset()
by Andreas Färber
· 14 years ago
ce008c1
qom: Add QOM support to user emulators
by Andreas Färber
· 13 years ago
50171d4
linux-user/main.c: Add option to user-mode emulation so that user can specify log file name
by 陳韋任
· 14 years ago
b4916d7
fix spelling in linux-user sub directory
by Dong Xu Wang
· 14 years ago
9e0e2f9
ppc64-linux-user: Fix syscall return type.
by Richard Henderson
· 14 years ago
59f7182
sparc-linux-user: Fixup sending SIGSEGV
by Richard Henderson
· 14 years ago
75f22e4
sparc-linux-user: Handle SIGILL.
by Richard Henderson
· 14 years ago
1386d4c
linux-user: Fix broken "-version" option
by Peter Maydell
· 14 years ago
fc9c541
introduce environment variables for all qemu-user options
by Johannes Schauer
· 14 years ago
94c1961
linux-user: Verify MIPS syscall arguments
by An-Cheng Huang
· 14 years ago
29fb0f2
linux-user: Fix MIPS indirect syscall handling
by An-Cheng Huang
· 14 years ago
ff7a981
linux-user: Exit with an error if we couldn't set up gdbserver
by Peter Maydell
· 14 years ago
97cc756
linux-user: Implement new ARM 64 bit cmpxchg kernel helper
by Dr. David Alan Gilbert
· 14 years ago
22a78d6
microblaze-user: Deliver SIGFPE on div by zero
by Edgar E. Iglesias
· 14 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
e6e5bd2
mips: null pointer deref should segfault
by Wesley W. Terpstra
· 14 years ago
7c2f615
mips: missing syscall returns wrong errno
by Wesley W. Terpstra
· 14 years ago
053ebb2
mips: sigaltstack args
by Wesley W. Terpstra
· 14 years ago
d979e8e
linux-user: Add syscall numbers from kernel 2.6.39.2
by Peter Maydell
· 14 years ago
1dfdcaa
user: Fix -d debug logging for usermode emulation
by Edgar E. Iglesias
· 14 years ago
cd59dd8
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
by Anthony Liguori
· 14 years ago
2b41f10
Remove exec-all.h include directives
by Blue Swirl
· 14 years ago
5945cfc
linux-user: Bump do_syscall() up to 8 syscall arguments
by Peter Maydell
· 14 years ago
c235d73
Command line support for altering the log file location
by Matthew Fernandez
· 14 years ago
07b6c13
target-alpha: Tidy exception constants.
by Richard Henderson
· 14 years ago
129d8aa
target-alpha: Rationalize internal processor registers.
by Richard Henderson
· 14 years ago
05c8a1e
Merge branch 's390-next' of git://repo.or.cz/qemu/agraf
by Aurelien Jarno
· 14 years ago
dcfd14b
Delete unused tb_invalidate_page_range
by Blue Swirl
· 14 years ago
a4c075f
s390x: s390x-linux-user support
by Ulrich Hecht
· 16 years ago
5ba1854
Fix spelling in comments (intruction -> instruction)
by Stefan Weil
· 14 years ago
d2fbca9
unicore32: necessary modifications for other files to support unicore32
by Guan Xuetao
· 14 years ago
2e42d52
microblaze: Correct ec mask in debug print
by Edgar E. Iglesias
· 14 years ago
6672b0b
linux-user: Add support for -version option
by Peter Maydell
· 15 years ago
2c9adbd
ARM: fix ldrexd/strexd
by Peter Maydell
· 15 years ago
48e15fc
linux-user: fix memory leaks with NPTL emulation
by Nathan Froyd
· 15 years ago
f66724c
Add new user mode option -ignore-environment
by Stefan Weil
· 15 years ago
b76da7e
microblaze: User-mode emulation of hw-excp signals
by Edgar E. Iglesias
· 15 years ago
6d1db8c
linux-user: display cpu list.
by Laurent Vivier
· 15 years ago
7ee2822
rename CONFIG_QEMU_PREFIX
by Paolo Bonzini
· 15 years ago
0fddbbf
linux-user: honor low bit of entry PC for MIPS
by Nathan Froyd
· 15 years ago
68a1c81
Pre-allocate guest address space
by Paul Brook
· 15 years ago
0be1d07
alpha-linux-user: Fill in SI_CODE for SIGSEGV.
by Richard Henderson
· 15 years ago
9002ec7
tcg: Initialize the prologue after GUEST_BASE is fixed.
by Richard Henderson
· 15 years ago
a5b3b13
alpha-linux-user: Fix sigprocmask.
by Richard Henderson
· 15 years ago
1b6bd8c
alpha-linux-user: Fix siginfo.si_addr for SIGSEGV and SIGBUS.
by Richard Henderson
· 15 years ago
81bbe90
linux-user: rlimit conversion between host and target.
by takasi-y@ops.dti.ne.jp
· 15 years ago
6910b8f
target-alpha: Fix load-locked/store-conditional.
by Richard Henderson
· 15 years ago
ac316ca
target-alpha: Implement rs/rc properly.
by Richard Henderson
· 15 years ago
2cc2026
linux-user: Fix Sparc64 syscall returns.
by Richard Henderson
· 15 years ago
f717793
linux-user: switch default ppc64 CPU to 970fx from 970
by Aurelien Jarno
· 15 years ago
29e922b
Compile qemu-timer only once
by Blue Swirl
· 15 years ago
703e0e8
linux-user: Use RLIMIT_STACK for default stack size.
by Richard Henderson
· 15 years ago
14f24e1
linux-user: Fix mmap_find_vma returning invalid addresses.
by Richard Henderson
· 15 years ago
6049f4f
alpha-linux-user: Implement signals.
by Richard Henderson
· 16 years ago
Next »