index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
main.c
Age
Commit message (
Expand
)
Author
2016-04-04
linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop()
Peter Maydell
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-04
linux-user: arm: handle CPSR.E correctly in strex emulation
Paolo Bonzini
2016-03-04
linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE mode
Peter Crosthwaite
2016-03-04
target-arm: implement SCTLR.B, drop bswap_code
Paolo Bonzini
2016-03-04
linux-user: arm: pass env to get_user_code_*
Paolo Bonzini
2016-02-26
linux-user: Use restrictive mask when calling cpsr_write()
Peter Maydell
2016-02-26
target-arm: Add write_type argument to cpsr_write()
Peter Maydell
2016-02-23
linux-user: set ppc64/ppc64le default CPU to POWER8
Laurent Vivier
2016-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2016-01-29
linux-user: Clean up includes
Peter Maydell
2015-12-17
linux-user: avoid "naked" qemu_log
Paolo Bonzini
2015-12-17
user: introduce "-d page"
Paolo Bonzini
2015-12-17
qemu-log: introduce qemu_log_separate
Paolo Bonzini
2015-10-08
linux-user: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-10-08
s/cpu_get_real_ticks/cpu_get_host_ticks/
Christopher Covington
2015-10-07
target-tilegx: Use TILEGX_EXCP_SIGNAL instead of TILEGX_EXCP_SEGV
Richard Henderson
2015-10-07
target-tilegx: Decode ill pseudo-instructions
Chen Gang
2015-09-28
linux-user: Treat --foo options the same as -foo
Meador Inge
2015-09-28
linux-user: use EXIT_SUCCESS and EXIT_FAILURE
Riku Voipio
2015-09-28
linux-user: Add proper error messages for bad options
Meador Inge
2015-09-28
linux-user: Add -help
Meador Inge
2015-09-28
linux-user: Exit 0 when -h is used
Meador Inge
2015-09-20
target-ppc: Fix SRR0 when taking unaligned exceptions
Anton Blanchard
2015-09-15
target-tilegx: Handle atomic instructions
Richard Henderson
2015-09-15
target-tilegx: Generate SEGV properly
Richard Henderson
2015-09-15
linux-user: Support tilegx architecture in linux-user
Chen Gang
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-11
linux-user: Fix warnings caused by missing 'static' attribute
Stefan Weil
2015-09-09
replace spinlock by QemuMutex.
KONRAD Frederic
2015-09-07
target-arm: Wire up HLT 0xf000 as the A64 semihosting instruction
Peter Maydell
2015-08-24
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
2015-07-15
linux-user: Fix MIPS N64 trap and break instruction bug
Andrew Bennett
2015-07-09
cpu-exec: Purge all uses of ENV_GET_CPU()
Peter Crosthwaite
2015-07-09
gdbstub: Change gdbserver_fork() to accept cpu instead of env
Peter Crosthwaite
2015-07-07
linux-user, ppc: mftbl can be used by user application
Laurent Vivier
2015-06-16
linux-user: fix the breakpoint inheritance in spawned threads
Thierry Bultel
2015-06-12
linux-user: Default sh4 to sh7785
Richard Henderson
2015-06-05
target-i386: use memory API to implement SMRAM
Paolo Bonzini
2015-04-27
linux-user, bsd-user: Remove two calls to cpu_exec_init_all
Fam Zheng
2015-03-23
linux-user: fix broken cpu_copy()
Leon Alrae
2015-03-22
linux-user/main.c: Remove redundant end_exclusive() in arm_kernel_cmpxchg64_h...
Chen Gang S
2015-03-16
linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUs
Mikhail Ilyin
2015-03-10
cpu: Make cpu_init() return QOM CPUState object
Eduardo Habkost
2015-03-03
Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...
Peter Maydell
2015-02-25
linux-user: Check for cpu_init() errors
Eduardo Habkost
2015-02-10
linux-user/main.c: Use TARGET_SIG* instead of SIG*
Chen Gang S
2015-01-27
linux-user/main.c: Mark end_exclusive() as possibly unused
Peter Maydell
2015-01-27
linux-user/main.c: Call cpu_exec_start/end on all target archs
Peter Maydell
2015-01-20
linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loop
Peter Maydell
[next]