Age | Commit message (Expand) | Author |
2021-07-08 | hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address() | Philippe Mathieu-Daudé |
2021-06-17 | adc: Move the max111x driver to the adc directory | Corey Minyard |
2021-05-02 | hw/arm: Constify VMStateDescription | Philippe Mathieu-Daudé |
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-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-18 | Use OBJECT_DECLARE_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-07-16 | hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple() | Philippe Mathieu-Daudé |
2020-07-03 | hw/arm/spitz: Provide usual QOM macros for corgi-ssp and spitz-lcdtg | Peter Maydell |
2020-07-03 | hw/arm/spitz: Use LOG_GUEST_ERROR for bad guest register accesses | Peter Maydell |
2020-07-03 | hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accesses | Peter Maydell |
2020-07-03 | hw/arm/spitz: Encapsulate misc GPIO handling in a device | Peter Maydell |
2020-07-03 | hw/misc/max111x: Create header file for documentation, TYPE_ macros | Peter Maydell |
2020-07-03 | hw/misc/max111x: Use GPIO lines rather than max111x_set_input() | Peter Maydell |
2020-07-03 | hw/arm/spitz: Use max111x properties to set initial values | Peter Maydell |
2020-07-03 | hw/arm/spitz: Implement inbound GPIO lines for bit5 and power signals | Peter Maydell |
2020-07-03 | hw/arm/spitz: Keep pointers to scp0, scp1 in SpitzMachineState | Peter Maydell |
2020-07-03 | hw/arm/spitz: Keep pointers to MPU and SSI devices in SpitzMachineState | Peter Maydell |
2020-07-03 | hw/arm/spitz: Create SpitzMachineClass abstract base class | Peter Maydell |
2020-07-03 | hw/arm/spitz: Detabify | Peter Maydell |
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-03-05 | hw/arm/spitz: move timer_new from init() into realize() to avoid memleaks | Pan Nengyuan |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
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/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | 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-03-07 | hw: Remove unused 'hw/devices.h' include | Philippe Mathieu-Daudé |
2018-07-23 | hw/arm/spitz: Move problematic nand_init() code to realize function | Thomas Huth |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-02-02 | hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h | Philippe Mathieu-Daudé |
2017-12-18 | misc: remove duplicated includes | Philippe Mathieu-Daudé |
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-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost |
2017-02-21 | hw: Default -drive to if=ide explicitly where it works | Markus Armbruster |
2016-10-28 | hw/arm/spitz: Fix reset handling | Guenter Roeck |
2016-07-04 | ssi: change ssi_slave_init to be a realize ops | Cédric Le Goater |
2016-05-12 | hw/arm: QOM'ify spitz.c | xiaoqiang zhao |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah |