Re: [PATCH 8/9] virtio_pci: split out legacy device support

2014-12-16 Thread Michael S. Tsirkin
On Wed, Dec 17, 2014 at 08:03:10AM +1100, Herbert Xu wrote: > Michael S. Tsirkin wrote: > > Move everything dealing with legacy devices out to virtio_pci_legacy.c. > > Expose common code APIs in virtio_pci.h > > > > Signed-off-by: Michael S. Tsirkin > > This breaks virtio_pci because you delete

Re: [PATCH 8/9] virtio_pci: split out legacy device support

2014-12-16 Thread Michael S. Tsirkin
On Wed, Dec 17, 2014 at 08:03:10AM +1100, Herbert Xu wrote: > Michael S. Tsirkin wrote: > > Move everything dealing with legacy devices out to virtio_pci_legacy.c. > > Expose common code APIs in virtio_pci.h > > > > Signed-off-by: Michael S. Tsirkin > > This breaks virtio_pci because you delete

Re: [PATCH 8/9] virtio_pci: split out legacy device support

2014-12-16 Thread Herbert Xu
Michael S. Tsirkin wrote: > Move everything dealing with legacy devices out to virtio_pci_legacy.c. > Expose common code APIs in virtio_pci.h > > Signed-off-by: Michael S. Tsirkin This breaks virtio_pci because you deleted the licence from it. -- >8 -- Subject: virtio_pci: Restore module licen

[PATCH 8/9] virtio_pci: split out legacy device support

2014-12-08 Thread Michael S. Tsirkin
Move everything dealing with legacy devices out to virtio_pci_legacy.c. Expose common code APIs in virtio_pci.h Signed-off-by: Michael S. Tsirkin --- drivers/virtio/virtio_pci.h| 133 drivers/virtio/virtio_pci.c| 420 ++--- drivers/vir