include/hw/pci/pci_device.h | 2 +- include/hw/qdev-core.h | 24 ++++++++++++++++++++---- include/qom/object.h | 26 ++++++++++++++------------ accel/tcg/tcg-all.c | 8 +++++++- backends/cryptodev.c | 4 ++-- chardev/char.c | 2 +- hw/core/gpio.c | 3 +-- hw/core/qdev-user.c | 19 +++++++++++++++++++ hw/core/qdev.c | 22 ++++++++++++++++++---- hw/core/sysbus.c | 4 ++-- hw/i386/pc.c | 4 ++-- hw/pci/pci.c | 2 +- hw/vfio/pci.c | 5 ++--- qom/container.c | 23 ----------------------- qom/object.c | 13 +++++++++++-- scsi/pr-manager.c | 4 ++-- system/ioport.c | 2 +- system/memory.c | 2 +- system/qdev-monitor.c | 18 ++++++++++-------- system/vl.c | 19 ++++++++----------- ui/console.c | 2 +- ui/dbus-chardev.c | 2 +- hw/core/meson.build | 1 + 23 files changed, 126 insertions(+), 85 deletions(-) create mode 100644 hw/core/qdev-user.c