index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
arm
/
spitz.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-10
hw/ssi: Rename SSI 'slave' as 'peripheral'
Philippe Mathieu-Daudé
1
-16
/
+16
2020-11-23
hw/arm: Fix bad print format specifiers
AlexChen
1
-1
/
+1
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-15
/
+5
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
1
-4
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-13
/
+12
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-14
/
+22
2020-07-16
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
1
-2
/
+2
2020-07-03
hw/arm/spitz: Provide usual QOM macros for corgi-ssp and spitz-lcdtg
Peter Maydell
1
-8
/
+15
2020-07-03
hw/arm/spitz: Use LOG_GUEST_ERROR for bad guest register accesses
Peter Maydell
1
-5
/
+7
2020-07-03
hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accesses
Peter Maydell
1
-0
/
+3
2020-07-03
hw/arm/spitz: Encapsulate misc GPIO handling in a device
Peter Maydell
1
-43
/
+88
2020-07-03
hw/misc/max111x: Create header file for documentation, TYPE_ macros
Peter Maydell
1
-1
/
+2
2020-07-03
hw/misc/max111x: Use GPIO lines rather than max111x_set_input()
Peter Maydell
1
-4
/
+5
2020-07-03
hw/arm/spitz: Use max111x properties to set initial values
Peter Maydell
1
-4
/
+7
2020-07-03
hw/arm/spitz: Implement inbound GPIO lines for bit5 and power signals
Peter Maydell
1
-16
/
+12
2020-07-03
hw/arm/spitz: Keep pointers to scp0, scp1 in SpitzMachineState
Peter Maydell
1
-17
/
+21
2020-07-03
hw/arm/spitz: Keep pointers to MPU and SSI devices in SpitzMachineState
Peter Maydell
1
-26
/
+32
2020-07-03
hw/arm/spitz: Create SpitzMachineClass abstract base class
Peter Maydell
1
-35
/
+54
2020-07-03
hw/arm/spitz: Detabify
Peter Maydell
1
-79
/
+79
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
1
-2
/
+2
2020-03-17
hw/arm: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
1
-2
/
+1
2020-03-05
hw/arm/spitz: move timer_new from init() into realize() to avoid memleaks
Pan Nengyuan
1
-1
/
+7
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-09-03
hw/arm: simplify arm_load_dtb
Tao Xu
1
-4
/
+1
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-05-23
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
1
-1
/
+1
2019-03-07
hw: Remove unused 'hw/devices.h' include
Philippe Mathieu-Daudé
1
-1
/
+0
2018-07-23
hw/arm/spitz: Move problematic nand_init() code to realize function
Thomas Huth
1
-4
/
+11
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-02-02
hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h
Philippe Mathieu-Daudé
1
-1
/
+2
2017-12-18
misc: remove duplicated includes
Philippe Mathieu-Daudé
1
-1
/
+0
2017-09-19
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
1
-5
/
+7
2017-09-07
hw/arm: Set ignore_memory_transaction_failures for most ARM boards
Peter Maydell
1
-0
/
+4
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
1
-2
/
+1
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-1
/
+1
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
1
-1
/
+1
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
1
-1
/
+1
2017-02-21
hw: Default -drive to if=ide explicitly where it works
Markus Armbruster
1
-0
/
+3
2016-10-28
hw/arm/spitz: Fix reset handling
Guenter Roeck
1
-1
/
+12
2016-07-04
ssi: change ssi_slave_init to be a realize ops
Cédric Le Goater
1
-8
/
+4
2016-05-12
hw/arm: QOM'ify spitz.c
xiaoqiang zhao
1
-14
/
+9
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-16
machine: Use type_init() to register machine classes
Eduardo Habkost
1
-1
/
+1
2016-01-21
ssi: Move ssi.h into a separate directory
Alistair Francis
1
-1
/
+1
[next]