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
/
stellaris.c
Age
Commit message (
Expand
)
Author
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-02-03
hw/arm: Display CPU type in machine description
Philippe Mathieu-Daudé
2021-01-29
hw/arm/stellaris: Remove board-creation reset of STELLARIS_SYS
Peter Maydell
2021-01-29
arm: Don't set freq properties on CMSDK timer, dualtimer, watchdog, ARMSSE
Peter Maydell
2021-01-29
hw/arm/stellaris: Create Clock input for watchdog
Peter Maydell
2021-01-29
hw/arm/stellaris: Convert SSYS to QOM device
Peter Maydell
2020-12-10
hw/ssi: Rename SSI 'slave' as 'peripheral'
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-03
msf2-soc, stellaris: Don't wire up SYSRESETREQ
Peter Maydell
2020-07-16
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-03-17
hw/arm: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-02-07
stellaris: delay timer_new to avoid memleaks
Pan Nengyuan
2020-01-20
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
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 Gamepad declarations into a new header
Philippe Mathieu-Daudé
2019-03-05
hw/arm/stellaris: Implement watchdog timer
Michel Heily
2019-02-27
arm:i2c: Don't mask return from i2c_recv()
Corey Minyard
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-08-16
hw/arm: make bitbanded IO optional on ARMv7-M
Stefan Hajnoczi
2018-06-26
hw/arm/stellaris: Use HWADDR_PRIx to display register address
Philippe Mathieu-Daudé
2018-06-26
hw/arm/stellaris: Fix gptm_write() error message
Philippe Mathieu-Daudé
2018-06-26
hw/arm/stellaris: Use qemu_log_mask(UNIMP) instead of fprintf
Philippe Mathieu-Daudé
2018-06-15
stellaris: Stop using armv7m_init()
Peter Maydell
2018-06-08
stellaris: Add trailing '\n' to qemu_log() calls
Philippe Mathieu-Daudé
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
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-04-20
stellaris: Don't hw_error() on bad register accesses
Peter Maydell
2017-02-07
stellaris: Use the 'unimplemented' device for parts we don't implement
Peter Maydell
2017-02-07
stellaris: Document memory map and which SoC devices are unimplemented
Peter Maydell
2016-06-06
hw/char: QOM'ify pl011 model
xiaoqiang zhao
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-12
hw/arm: QOM'ify stellaris.c
xiaoqiang.zhao
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-16
machine: Use type_init() to register machine classes
Eduardo Habkost
2016-01-21
ssi: Move ssi.h into a separate directory
Alistair Francis
2016-01-18
hw/arm: Clean up includes
Peter Maydell
2015-11-03
arm: stellaris: exit on external reset request
Michael Davidsaver
[next]