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
/
hw
/
arm
/
tosa.c
Age
Commit message (
Expand
)
Author
2020-12-10
hw/ssi: Rename SSI 'slave' as 'peripheral'
Philippe Mathieu-Daudé
2020-11-23
hw/arm: Fix bad print format specifiers
AlexChen
2020-10-26
hw/arm/tosa: Replace fprintf() calls by LED devices
Philippe Mathieu-Daudé
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-27
tosa: Use TYPE_TOSA_MISC_GPIO constant
Eduardo Habkost
2020-07-20
Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-i2c-5' into staging
Peter Maydell
2020-07-16
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
2020-07-13
hw/arm/tosa: Encapsulate misc GPIO handling in a device
Peter Maydell
2020-07-13
hw/arm/tosa.c: Detabify
Peter Maydell
2020-03-17
hw/arm: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2019-09-03
hw/arm: simplify arm_load_dtb
Tao Xu
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-05-23
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
2019-04-29
hw/devices: Move TC6393XB declarations into a new header
Philippe Mathieu-Daudé
2019-02-27
i2c: have I2C receive operation return uint8_t
Corey Minyard
2018-03-12
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Thomas Huth
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2017-09-19
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
2017-09-07
hw/arm: Set ignore_memory_transaction_failures for most ARM boards
Peter Maydell
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2017-02-21
hw: Default -drive to if=ide explicitly where it works
Markus Armbruster
2017-01-09
i2c: Allow I2C devices to NAK start events
Corey Minyard
2016-12-27
hw/i2c: Add a NULL check for i2c slave init callbacks
Alastair D'Silva
2016-10-28
hw/arm/tosa: Fix reset handling
Guenter Roeck
2016-07-04
ssi: change ssi_slave_init to be a realize ops
Cédric Le Goater
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-21
ssi: Move ssi.h into a separate directory
Alistair Francis
2016-01-18
hw/arm: Clean up includes
Peter Maydell
2015-10-16
target-arm: Provide model numbers for Sharp PDAs
Ryo ONODERA
2015-09-19
Use DEFINE_MACHINE() to register all machines
Eduardo Habkost
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-05-28
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
2014-02-14
tosa: QOM'ify DAC
Andreas Färber
2014-02-14
i2c: Rename i2c_bus to I2CBus
Andreas Färber
2013-08-28
hw: Clean up bogus default boot order
Markus Armbruster
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-15
arm: fix location of some include files
Peter Maydell
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-03-01
hw: move boards and other isolated files to hw/ARCH
Paolo Bonzini