Age | Commit message (Expand) | Author |
2021-09-30 | qbus: Rename qbus_create_inplace() to qbus_init() | Peter Maydell |
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-21 | hw/sd: Rename sdbus_read_data() as sdbus_read_byte() | Philippe Mathieu-Daudé |
2020-08-21 | hw/sd: Rename sdbus_write_data() as sdbus_write_byte() | Philippe Mathieu-Daudé |
2020-08-21 | hw/sd/pl181: Replace disabled fprintf()s by trace events | Philippe Mathieu-Daudé |
2020-08-21 | hw/sd/pl181: Do not create SD card within the SD host controller | Philippe Mathieu-Daudé |
2020-08-21 | hw/sd/pl181: Expose a SDBus and connect the SDCard to it | Philippe Mathieu-Daudé |
2020-08-21 | hw/sd/pl181: Use named GPIOs | Philippe Mathieu-Daudé |
2020-08-21 | hw/sd/pl181: Add TODO to use Fifo32 API | Philippe Mathieu-Daudé |
2020-08-21 | hw/sd/pl181: Rename pl181_send_command() as pl181_do_command() | Philippe Mathieu-Daudé |
2020-08-21 | hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report() | Alistair Francis |
2020-01-30 | add device_legacy_reset function to prepare for reset api change | Damien Hedde |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2018-06-29 | sdcard: Use the ldst API | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-01-16 | hw/sd/pl181: Reset SD card on controller reset | Peter Maydell |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost |
2016-06-14 | hw/sd: QOM'ify pl181.c | xiaoqiang zhao |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini |
2016-01-29 | arm: Clean up includes | Peter Maydell |
2015-10-29 | sd.h: Move sd.h to include/hw/sd/ | Sai Pavan Boddu |
2015-09-11 | typofixes - v4 | Veres Lajos |
2015-04-02 | sysbus: Make devices picking up backends unavailable with -device | Markus Armbruster |
2015-04-02 | hw: Mark devices picking up block backends actively FIXME | Markus Armbruster |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-20 | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster |
2013-12-23 | sysbus: Set cannot_instantiate_with_device_add_yet | Markus Armbruster |
2013-12-23 | qdev: Replace no_user by cannot_instantiate_with_device_add_yet | Markus Armbruster |
2013-10-11 | blockdev: Remove IF_* check for read-only blockdev_init | Kevin Wolf |
2013-07-29 | pl181: QOM cast cleanup | Andreas Färber |
2013-07-29 | pl181: Rename pl181_state to PL181State | Andreas Färber |
2013-07-15 | sd/pl181.c: Avoid undefined shift behaviour in RWORD macro | Peter Maydell |
2013-07-04 | hw/s*: pass owner to memory_region_init* functions | Paolo Bonzini |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-06-21 | sd: pass bool parameter for sd_init | liguang |
2013-04-08 | hw: move target-independent files to subdirectories | Paolo Bonzini |