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
/
target
/
arm
/
arm-semi.c
Age
Commit message (
Expand
)
Author
2019-10-15
target/arm/arm-semi: Restrict use of TaskState*
Peter Maydell
2019-10-15
target/arm/arm-semi: Make semihosting code hand out its own file descriptors
Peter Maydell
2019-10-15
target/arm/arm-semi: Correct comment about gdb syscall races
Peter Maydell
2019-10-15
target/arm/arm-semi: Always set some kind of errno for failed calls
Peter Maydell
2019-10-15
target/arm/arm-semi: Capture errno in softmmu version of set_swi_errno()
Peter Maydell
2019-06-12
semihosting: split console_out into string and char versions
Alex Bennée
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-10
target/arm: Use env_cpu, env_archcpu
Richard Henderson
2019-05-28
target/arm: correct return values for WRITE/READ in arm-semi
Alex Bennée
2019-05-28
target/arm: add LOG_UNIMP messages to arm-semi
Alex Bennée
2019-05-28
target/arm: use the common interface for WRITE0/WRITEC in arm-semi
Alex Bennée
2019-05-28
target/arm: fixup some of the commentary for arm-semi
Alex Bennée
2019-05-28
semihosting: move semihosting configuration into its own directory
Alex Bennée
2019-05-23
arm: Remove unnecessary includes of hw/arm/arm.h
Peter Maydell
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2018-08-24
target/arm: Remove a handful of stray tabs
Peter Maydell
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth