Re: [PATCH v3 8/8] virtio: move VIRTIO_READ/WRITE_REG_X into virtio_pci.c
From: Santosh Shukla <hidden>
Date: 2016-01-17 14:07:08
From: Santosh Shukla <hidden>
Date: 2016-01-17 14:07:08
On Sat, Jan 16, 2016 at 3:38 PM, Santosh Shukla [off-list ref] wrote:
On Thu, Jan 14, 2016 at 1:12 PM, Yuanhan Liu [off-list ref] wrote:quoted
virtio_pci.c become the only file references those macros; move them there.My patch VFIO series need virtio_rd/wr So keeping these api in virtio_pci.h make more sense to me.
Ignore my comment, I just finished reading your patch series and wont see any potential issue in moving my vfio rd/wr api to vfio_pci.c.