qdev: Split up header so it can be used in cpu.h
Header file dependency is a frickin' nightmare right now. cpu.h tends to get included in our 'include everything' header files but qdev also needs to include those headers mainly for qdev-properties since it knows about CharDriverState and friends. We can solve this for now by splitting out qdev.h along the same lines that we previously split the C file. Then cpu.h just needs to include qdev-core.h. hw/qdev.h is split into following new headers: hw/qdev-core.h hw/qdev-properties.h hw/qdev-monitor.h Signed-off-by:Anthony Liguori <aliguori@us.ibm.com> [ehabkost: re-add DEFINE_PROP_PCI_HOST_DEVADDR, that was removed on the original patch (by mistake, I guess)] [ehabkost: kill qdev_prop_set_vlan() declaration] [ehabkost: moved get_fw_dev_path() comment to the original location (I don't know why it was moved)] [ehabkost: removed qdev_exists() declaration] [ehabkost: keep using 'QemuOpts' instead of 'struct QemuOpts', as qdev-core.h includes qemu-option.h] Signed-off-by:
Eduardo Habkost <ehabkost@redhat.com> Signed-off-by:
Andreas Färber <afaerber@suse.de>
Showing
- hw/mc146818rtc.c 1 addition, 0 deletionshw/mc146818rtc.c
- hw/qdev-addr.c 1 addition, 0 deletionshw/qdev-addr.c
- hw/qdev-core.h 238 additions, 0 deletionshw/qdev-core.h
- hw/qdev-monitor.h 16 additions, 0 deletionshw/qdev-monitor.h
- hw/qdev-properties.c 1 addition, 0 deletionshw/qdev-properties.c
- hw/qdev-properties.h 130 additions, 0 deletionshw/qdev-properties.h
- hw/qdev.c 1 addition, 0 deletionshw/qdev.c
- hw/qdev.h 4 additions, 366 deletionshw/qdev.h
Loading
Please register or sign in to comment