Searched hist:ef177ee12281b4bdfc5950bbaa8b3a6ff71331cc (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/usb/ |
H A D | hcd-uhci.h | ef177ee12281b4bdfc5950bbaa8b3a6ff71331cc Fri Jan 06 12:58:32 UTC 2023 Philippe Mathieu-Daudé <philmd@linaro.org> hw/usb/uhci: Declare QOM macros using OBJECT_DECLARE_TYPE()
The automatic conversion done during commit a489d1951c ("Use OBJECT_DECLARE_TYPE when possible") missed this model because the typedefs are in a different file unit (hcd-uhci.c) than where the DECLARE_INSTANCE_CHECKER() is (hcd-uhci.h). Manually convert to OBJECT_DECLARE_TYPE().
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230220150515.32549-5-philmd@linaro.org>
|
H A D | hcd-uhci.c | ef177ee12281b4bdfc5950bbaa8b3a6ff71331cc Fri Jan 06 12:58:32 UTC 2023 Philippe Mathieu-Daudé <philmd@linaro.org> hw/usb/uhci: Declare QOM macros using OBJECT_DECLARE_TYPE()
The automatic conversion done during commit a489d1951c ("Use OBJECT_DECLARE_TYPE when possible") missed this model because the typedefs are in a different file unit (hcd-uhci.c) than where the DECLARE_INSTANCE_CHECKER() is (hcd-uhci.h). Manually convert to OBJECT_DECLARE_TYPE().
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230220150515.32549-5-philmd@linaro.org>
|