Re: [PATCH] virtio_pci: move structure to a header

2023-10-31 Thread Xuan Zhuo
On Tue, 31 Oct 2023 12:19:54 -0400, "Michael S. Tsirkin" wrote: > These are guest/host interfaces so belong in the header > where e.g. qemu will know to find them. > Note: we added a new structure as opposed to extending existing one > because someone might be relying on the size of the existing

Re: [PATCH] virtio_pci: move structure to a header

2023-10-31 Thread Jason Wang
On Wed, Nov 1, 2023 at 12:20 AM Michael S. Tsirkin wrote: > > These are guest/host interfaces so belong in the header > where e.g. qemu will know to find them. > Note: we added a new structure as opposed to extending existing one > because someone might be relying on the size of the existing struc