Message ID | 20201109135300.2592982-1-philmd@redhat.com |
---|---|
Headers | show |
Series | hw/usb/hcd-xhci: Fix USB_XHCI_NEC device | expand |
On 11/9/20 5:52 AM, Philippe Mathieu-Daudé wrote: > Since commit 755fba11fbc and 8ddab8dd3d8 we can not build > USB_XHCI_NEC without USB_XHCI_PCI. Correct the Kconfig > dependency. > > Fixes: 755fba11fbc ("usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c") > Reviewed-by: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> > --- > hw/usb/Kconfig | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
On 11/9/20 5:53 AM, Philippe Mathieu-Daudé wrote: > Follow the code base style by using the _COMMON suffix to > abstract QOM types. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> > --- > hw/usb/hcd-xhci-pci.h | 4 ++-- > hw/usb/hcd-xhci-nec.c | 2 +- > hw/usb/hcd-xhci-pci.c | 16 ++++++++-------- > 3 files changed, 11 insertions(+), 11 deletions(-) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~