On 1/19/21 1:01 PM, Markus Armbruster wrote: > Device code shouldn't mess with QOM property "realized" since we have > proper interfaces (merge commit 6675a653). Commit 8ddab8dd3d > "usb/hcd-xhci: Split pci wrapper for xhci base model" and commit > f00ff136ee "usb: hcd-xhci-sysbus: Attach xhci to sysbus device" > reintroduced two instances. Clean them up. Note that s->xhci is > a (bus-less) TYPE_XHCI device. > > Signed-off-by: Markus Armbruster <arm...@redhat.com> > --- > hw/usb/hcd-xhci-pci.c | 4 +--- > hw/usb/hcd-xhci-sysbus.c | 5 +---- > 2 files changed, 2 insertions(+), 7 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>