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
/
linux-user
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-11
linux-user: Fix layout of usage table to account for option text
Peter Maydell
1
-8
/
+16
2013-03-05
mips-linux-user: Fix n32 and n64 syscalls
Richard Henderson
1
-7
/
+18
2013-03-04
target-mips: Translate breaks and traps into the appropriate signal
Meador Inge
1
-1
/
+75
2013-02-26
qemu-log: default to stderr for logging output
Peter Maydell
1
-11
/
+5
2013-02-16
cpu: Move running field to CPUState
Andreas Färber
1
-15
/
+22
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
-2
/
+2
2013-02-16
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
Evgeny Voevodin
1
-3
/
+3
2013-02-01
linux-user: bsd-user: Don't reset X86CPU twice
Andreas Färber
1
-1
/
+1
2013-01-12
Merge branch 's390-reorg' of git://repo.or.cz/qemu/rth
Blue Swirl
1
-48
/
+92
2013-01-08
linux-user: fix mips 32-on-64 prealloc case
Alexander Graf
1
-0
/
+5
2013-01-05
target-s390: Reorg exception handling
Richard Henderson
1
-48
/
+92
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-3
/
+3
2012-10-31
target-mips: Add ASE DSP resources access check
Jia Liu
1
-0
/
+6
2012-10-19
Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...
Aurelien Jarno
1
-1
/
+1
2012-10-19
microblaze: Update PC before simulating syscall
Edgar E. Iglesias
1
-1
/
+1
2012-10-13
target-sparc: Don't compute full flags value so often
Richard Henderson
1
-0
/
+5
2012-10-12
linux-user: If loading fails, print error as string, not number
Peter Maydell
1
-1
/
+1
2012-09-21
Drop cpu_list_id macro
Peter Maydell
1
-4
/
+2
2012-09-14
linux-user: Remove #if 0'd cpu_get_real_ticks() definition
Peter Maydell
1
-13
/
+0
2012-08-27
linux-user: Clarify "Unable to reserve guest address space" error
Peter Maydell
1
-1
/
+4
2012-08-27
linux-user: arg_table need not have global scope
Jim Meyering
1
-3
/
+3
2012-08-14
linux-user: ARM: Ignore immediate value for svc in thumb mode
Alexander Graf
1
-2
/
+1
2012-08-14
linux-user: Use init_guest_space when -R and -B are specified
Meador Inge
1
-29
/
+6
2012-08-11
unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runable
Guan Xuetao
1
-1
/
+2
2012-08-04
alpha-linux-user: Fix a3 error return with v0 error bypass.
Richard Henderson
1
-7
/
+5
2012-08-04
alpha-linux-user: Fix signal handling
Richard Henderson
1
-0
/
+3
2012-08-02
Support 'help' as a synonym for '?' in command line options
Peter Maydell
1
-2
/
+2
2012-07-27
target-or32: Add linux user support
Jia Liu
1
-0
/
+100
2012-06-21
qemu-log: cleanup
Blue Swirl
1
-1
/
+2
2012-06-04
linux-user: Use cpu_reset() after cpu_init() / cpu_copy()
Andreas Färber
1
-1
/
+1
2012-04-06
Userspace ARM BE8 support
Paul Brook
1
-5
/
+29
2012-04-06
linux-user: reserve 4GB of vmem for 32-on-64
Alexander Graf
1
-0
/
+11
2012-04-06
linux-user: resolve reserved_va vma downwards
Peter Maydell
1
-0
/
+1
2012-04-06
linux-user: target_argv is placed on ts->bprm->argv and can't be freed()
Fabio Erculiani
1
-5
/
+0
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-7
/
+7
2012-03-14
linux-user: Don't overuse CPUState
Andreas Färber
1
-14
/
+14
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
2012-02-02
linux-user/main.c: Add option to user-mode emulation so that user can specify...
陳韋任
1
-0
/
+7
2011-12-02
fix spelling in linux-user sub directory
Dong Xu Wang
1
-2
/
+2
2011-10-27
ppc64-linux-user: Fix syscall return type.
Richard Henderson
1
-10
/
+3
2011-10-27
sparc-linux-user: Fixup sending SIGSEGV
Richard Henderson
1
-2
/
+2
2011-10-27
sparc-linux-user: Handle SIGILL.
Richard Henderson
1
-0
/
+9
2011-10-21
linux-user: Fix broken "-version" option
Peter Maydell
1
-11
/
+8
2011-09-09
introduce environment variables for all qemu-user options
Johannes Schauer
1
-207
/
+348
2011-09-09
linux-user: Verify MIPS syscall arguments
An-Cheng Huang
1
-5
/
+17
2011-09-09
linux-user: Fix MIPS indirect syscall handling
An-Cheng Huang
1
-1
/
+1
[next]