include/hw/qdev-core.h | 20 ++++++++++++++++++++ include/qom/object.h | 21 ++++++++++----------- accel/tcg/tcg-all.c | 8 +++++++- backends/cryptodev.c | 4 ++-- chardev/char.c | 2 +- hw/core/gpio.c | 3 +-- hw/core/qdev-user.c | 21 +++++++++++++++++++++ hw/core/qdev.c | 21 ++++++++++++++++++--- hw/core/sysbus.c | 4 ++-- hw/i386/pc.c | 4 ++-- qom/container.c | 23 ----------------------- qom/object.c | 12 +++++++++++- scsi/pr-manager.c | 4 ++-- system/ioport.c | 2 +- system/memory.c | 2 +- system/qdev-monitor.c | 6 +++--- system/vl.c | 19 ++++++++----------- ui/console.c | 2 +- ui/dbus-chardev.c | 2 +- hw/core/meson.build | 1 + 20 files changed, 113 insertions(+), 68 deletions(-) create mode 100644 hw/core/qdev-user.c