Re: [Xen-devel] [PATCH V3 6/6] refactor codes to unify pvusb and qemu emulated usb

2015-05-21 Thread George Dunlap
On Sun, Apr 19, 2015 at 4:50 AM, Chunyan Liu wrote: > Now we have pvusb implementation. To merge with future qemu emulated > usb work, refactor codes: > - define 'protocol' (type) to indicate pvusb or qemu, add 'protocol' to > usb controller and usb device structures, add 'type' to xl interface >

[Xen-devel] [PATCH V3 6/6] refactor codes to unify pvusb and qemu emulated usb

2015-04-19 Thread Chunyan Liu
Now we have pvusb implementation. To merge with future qemu emulated usb work, refactor codes: - define 'protocol' (type) to indicate pvusb or qemu, add 'protocol' to usb controller and usb device structures, add 'type' to xl interface usb-attach|detach. - extract common codes for both qemu and p