Home
last modified time | relevance | path

Searched hist:ef177ee12281b4bdfc5950bbaa8b3a6ff71331cc (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/usb/
H A Dhcd-uhci.hef177ee12281b4bdfc5950bbaa8b3a6ff71331cc 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 Dhcd-uhci.cef177ee12281b4bdfc5950bbaa8b3a6ff71331cc 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>