RE: [PATCH v8 3/7] usb/hcd-xhci: Split pci wrapper for xhci base model

2020-09-24 Thread Sai Pavan Boddu
; > Edgar Iglesias ; Francisco Eduardo Iglesias > ; qemu-devel@nongnu.org; Alistair Francis > ; Eduardo Habkost ; > Ying Fang ; 'Philippe Mathieu-Daudé' > ; Vikram Garhwal ; Paul > Zimmerman > Subject: Re: [PATCH v8 3/7] usb/hcd-xhci: Split pci wrapper for xhci base &g

Re: [PATCH v8 3/7] usb/hcd-xhci: Split pci wrapper for xhci base model

2020-09-23 Thread Gerd Hoffmann
Hi, > Can you also provide any steps to test vmstate migration ? Helper script below, run it with something like: $script -m 4G -vga std \ -cdrom Fedora-Workstation-Live-x86_64-32-1.6.iso \ -device qemu-xhci -device usb-tablet cut here

RE: [PATCH v8 3/7] usb/hcd-xhci: Split pci wrapper for xhci base model

2020-09-23 Thread Sai Pavan Boddu
gt; ; qemu-devel@nongnu.org; Alistair Francis > ; Eduardo Habkost ; > Ying Fang ; 'Philippe Mathieu-Daudé' > ; Vikram Garhwal ; Paul > Zimmerman ; Sai Pavan Boddu > > Subject: Re: [PATCH v8 3/7] usb/hcd-xhci: Split pci wrapper for xhci base > model > > Hi,

Re: [PATCH v8 3/7] usb/hcd-xhci: Split pci wrapper for xhci base model

2020-09-23 Thread Gerd Hoffmann
Hi, > This patch sets the base to use xhci as sysbus model, for which pci > specific hooks are moved to hcd-xhci-pci.c. As a part of this requirment > msi/msix interrupts handling is moved under XHCIPCIState. Made required > changes for qemu-xhci-nec. Progress. vmstate loads fine ;) Does not

[PATCH v8 3/7] usb/hcd-xhci: Split pci wrapper for xhci base model

2020-09-22 Thread Sai Pavan Boddu
This patch sets the base to use xhci as sysbus model, for which pci specific hooks are moved to hcd-xhci-pci.c. As a part of this requirment msi/msix interrupts handling is moved under XHCIPCIState. Made required changes for qemu-xhci-nec. Signed-off-by: Sai Pavan Boddu fixup Signed-off-by: Sai