index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-07-11
target/avr/cpu: Drop tlb_flush() in avr_cpu_reset()
Philippe Mathieu-Daudé
2020-07-11
target/avr: Add section into QEMU documentation
Thomas Huth
2020-07-11
tests/acceptance: Test the Arduino MEGA2560 board
Michael Rolnik
2020-07-11
tests/boot-serial: Test some Arduino boards (AVR based)
Michael Rolnik
2020-07-11
hw/avr: Add limited support for some Arduino boards
Philippe Mathieu-Daudé
2020-07-11
hw/avr: Add some ATmega microcontrollers
Philippe Mathieu-Daudé
2020-07-11
hw/avr: Add support for loading ELF/raw binaries
Philippe Mathieu-Daudé
2020-07-11
hw/misc: avr: Add limited support for power reduction device
Michael Rolnik
2020-07-11
hw/timer: avr: Add limited support for 16-bit timer peripheral
Michael Rolnik
2020-07-11
hw/char: avr: Add limited support for USART peripheral
Michael Rolnik
2020-07-11
tests/machine-none: Add AVR support
Michael Rolnik
2020-07-11
target/avr: Register AVR support with the rest of QEMU
Michael Rolnik
2020-07-11
target/avr: Add support for disassembling via option '-d in_asm'
Michael Rolnik
2020-07-11
target/avr: Initialize TCG register variables
Michael Rolnik
2020-07-11
target/avr: Add instruction translation - CPU main translation function
Michael Rolnik
2020-07-11
target/avr: Add instruction translation - MCU Control Instructions
Michael Rolnik
2020-07-11
target/avr: Add instruction translation - Bit and Bit-test Instructions
Michael Rolnik
2020-07-11
target/avr: Add instruction translation - Data Transfer Instructions
Michael Rolnik
2020-07-11
target/avr: Add instruction translation - Branch Instructions
Michael Rolnik
2020-07-11
target/avr: Add instruction translation - Arithmetic and Logic Instructions
Michael Rolnik
2020-07-11
target/avr: Add instruction translation - Register definitions
Michael Rolnik
2020-07-11
target/avr: Add instruction helpers
Michael Rolnik
2020-07-10
target/avr: Add definitions of AVR core types
Michael Rolnik
2020-07-10
target/avr: Introduce enumeration AVRFeature
Michael Rolnik
2020-07-10
target/avr: CPU class: Add GDB support
Michael Rolnik
2020-07-10
target/avr: CPU class: Add migration support
Michael Rolnik
2020-07-10
target/avr: CPU class: Add memory management support
Michael Rolnik
2020-07-10
target/avr: CPU class: Add interrupt handling support
Michael Rolnik
2020-07-10
target/avr: Introduce basic CPU class object
Michael Rolnik
2020-07-10
target/avr: Add basic parameters of the new platform
Michael Rolnik
2020-07-10
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-07-v2' i...
Peter Maydell
2020-07-10
xen: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
nbd: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
virtio-9p: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
fw_cfg: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
pflash: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
sd: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
scripts: Coccinelle script to use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
error: New macro ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
hmp: Ignore Error objects where the return value suffices
Markus Armbruster
2020-07-10
qdev: Ignore Error objects where the return value suffices
Markus Armbruster
2020-07-10
qemu-img: Ignore Error objects where the return value suffices
Markus Armbruster
2020-07-10
error: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
2020-07-10
qapi: Purge error_propagate() from QAPI core
Markus Armbruster
2020-07-10
qapi: Smooth visitor error checking in generated code
Markus Armbruster
2020-07-10
qapi: Smooth another visitor error checking pattern
Markus Armbruster
2020-07-10
block/parallels: Simplify parallels_open() after previous commit
Markus Armbruster
2020-07-10
error: Reduce unnecessary error propagation
Markus Armbruster
2020-07-10
error: Eliminate error_propagate() manually
Markus Armbruster
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
[next]