Re: [Xen-devel] [PATCH] pvusb: set max grants only in initialise

2018-12-10 Thread Gerd Hoffmann
On Thu, Dec 06, 2018 at 02:39:23PM +0100, Juergen Gross wrote: > Don't call xen_be_set_max_grant_refs() in usbback_alloc(), as the > gnttabdev pointer won't be initialised yet. The call can easily be > moved to usbback_connect(). Added to usb queue. thanks, Gerd

[Xen-devel] [PATCH] pvusb: set max grants only in initialise

2018-12-06 Thread Juergen Gross
Don't call xen_be_set_max_grant_refs() in usbback_alloc(), as the gnttabdev pointer won't be initialised yet. The call can easily be moved to usbback_connect(). Signed-off-by: Juergen Gross --- hw/usb/xen-usb.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git