mbox series

[RFC,0/3] Use object_get_canonical_path_component to get child description

Message ID 20200626102744.15053-1-f4bug@amsat.org
Headers show
Series Use object_get_canonical_path_component to get child description | expand

Message

Philippe Mathieu-Daudé June 26, 2020, 10:27 a.m. UTC
This RFC is simply a proof-of-concept to see if I correctly
understood Markus' suggestion, see the thread around:
https://lists.gnu.org/archive/html/qemu-devel/2020-06/msg08652.html

Philippe Mathieu-Daudé (3):
  hw/i2c/smbus_eeprom: Set QOM parent
  hw/i2c/smbus_eeprom: Add description based on child name
  hw/i2c/smbus_eeprom: Trace reset() event

 include/hw/i2c/smbus_eeprom.h |  9 ++++++---
 hw/i2c/smbus_eeprom.c         | 18 +++++++++++++++---
 hw/mips/fuloong2e.c           |  2 +-
 hw/ppc/sam460ex.c             |  2 +-
 hw/i2c/trace-events           |  3 +++
 5 files changed, 26 insertions(+), 8 deletions(-)