Age | Commit message (Expand) | Author | Files | Lines |
2023-01-18 | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-09-30 | qbus: Rename qbus_create() to qbus_new() | Peter Maydell | 1 | -1/+1 |
2021-07-08 | hw/i2c: Introduce i2c_start_recv() and i2c_start_send() | Philippe Mathieu-Daudé | 1 | -6/+6 |
2021-07-08 | hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send() | Philippe Mathieu-Daudé | 1 | -24/+11 |
2021-07-08 | hw/misc/auxbus: Replace 'is_write' boolean by its value | Philippe Mathieu-Daudé | 1 | -17/+11 |
2021-07-08 | hw/misc/auxbus: Explode READ_I2C / WRITE_I2C_MOT cases | Philippe Mathieu-Daudé | 1 | -0/+53 |
2021-07-08 | hw/misc/auxbus: Fix MOT/classic I2C mode | Philippe Mathieu-Daudé | 1 | -3/+3 |
2020-08-27 | auxbus: Move QOM macros to header | Eduardo Habkost | 1 | -2/+0 |
2020-06-15 | auxbus: Eliminate aux_create_slave() | Markus Armbruster | 1 | -9/+0 |
2020-06-15 | auxbus: Convert a use of qdev_set_parent_bus() | Markus Armbruster | 1 | -3/+1 |
2020-06-15 | auxbus: New aux_bus_realize(), pairing with aux_bus_init() | Markus Armbruster | 1 | -0/+5 |
2020-06-15 | auxbus: Rename aux_init_bus() to aux_bus_init() | Markus Armbruster | 1 | -2/+2 |
2020-06-15 | qdev: Put qdev_new() to use with Coccinelle | Markus Armbruster | 1 | -1/+1 |
2020-06-15 | auxbus: Fix aux-to-i2c-bridge to be a subtype of aux-slave | Markus Armbruster | 1 | -1/+1 |
2020-06-09 | hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2018-07-17 | hw/display/xlnx_dp: Move problematic code from instance_init to realize | Paolo Bonzini | 1 | -6/+12 |
2018-07-02 | hw/misc: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -1/+2 |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake | 1 | -1/+1 |
2017-09-26 | aux-to-i2c-bridge: don't allow user to create one | KONRAD Frederic | 1 | -0/+11 |
2017-06-20 | auxbus: use get_uint() for "addr" property | Marc-André Lureau | 1 | -1/+1 |
2016-07-07 | aux: Rename aux.[ch] to auxbus.[ch] for the benefit of Windows | Peter Maydell | 1 | -0/+292 |