Re: [edk2-devel] [PATCH v4 0/7] add support for virtio-mmio 1.0

2021-08-27 Thread Ard Biesheuvel
On Fri, 27 Aug 2021 at 15:42, Gerd Hoffmann wrote: > > On Fri, Aug 27, 2021 at 11:35:42AM +, Yao, Jiewen wrote: > > I am sorry, I mess up https://github.com/tianocore/edk2/pull/1917, please > > ignore that. > > > > This pull request is re-created at > > https://github.com/tianocore/edk2/pull

Re: [edk2-devel] [PATCH v4 0/7] add support for virtio-mmio 1.0

2021-08-27 Thread Yao, Jiewen
t 27, 2021 9:43 PM > To: Yao, Jiewen > Cc: devel@edk2.groups.io > Subject: Re: [edk2-devel] [PATCH v4 0/7] add support for virtio-mmio 1.0 > > On Fri, Aug 27, 2021 at 11:35:42AM +, Yao, Jiewen wrote: > > I am sorry, I mess up https://github.com/tianocore/edk2/pull/1917, p

Re: [edk2-devel] [PATCH v4 0/7] add support for virtio-mmio 1.0

2021-08-27 Thread Gerd Hoffmann
On Fri, Aug 27, 2021 at 11:35:42AM +, Yao, Jiewen wrote: > I am sorry, I mess up https://github.com/tianocore/edk2/pull/1917, please > ignore that. > > This pull request is re-created at > https://github.com/tianocore/edk2/pull/1918. > > Please take a look at 1918. Is there some way to run

Re: [edk2-devel] [PATCH v4 0/7] add support for virtio-mmio 1.0

2021-08-27 Thread Yao, Jiewen
t: Friday, August 27, 2021 6:35 PM > To: devel@edk2.groups.io; kra...@redhat.com > Subject: Re: [edk2-devel] [PATCH v4 0/7] add support for virtio-mmio 1.0 > > Hi Gerd > I create a PR but it fails. I am not able to merge. > > https://github.com/tianocore/edk2/pull/1917 >

Re: [edk2-devel] [PATCH v4 0/7] add support for virtio-mmio 1.0

2021-08-27 Thread Yao, Jiewen
3:25 PM > To: devel@edk2.groups.io > Cc: Gerd Hoffmann > Subject: [edk2-devel] [PATCH v4 0/7] add support for virtio-mmio 1.0 > > This little series adds virtio 1.0 support for the virtio-mmio > transport. For the mmio transport the difference between 0.9.5 and 1.0 > is rathe

Re: [edk2-devel] [PATCH v4 0/7] add support for virtio-mmio 1.0

2021-08-20 Thread Yao, Jiewen
Series Reviewed-by: Jiewen Yao > -Original Message- > From: devel@edk2.groups.io On Behalf Of Philippe > Mathieu-Daudé > Sent: Thursday, August 19, 2021 5:26 PM > To: devel@edk2.groups.io; kra...@redhat.com > Subject: Re: [edk2-devel] [PATCH v4 0/7] add support f

Re: [edk2-devel] [PATCH v4 0/7] add support for virtio-mmio 1.0

2021-08-19 Thread Philippe Mathieu-Daudé
On 8/19/21 9:25 AM, Gerd Hoffmann wrote: > This little series adds virtio 1.0 support for the virtio-mmio > transport. For the mmio transport the difference between 0.9.5 and 1.0 > is rather small (when compared to the pci transport), it is just a bunch > of new registers for the changed virtio qu

[edk2-devel] [PATCH v4 0/7] add support for virtio-mmio 1.0

2021-08-19 Thread Gerd Hoffmann
This little series adds virtio 1.0 support for the virtio-mmio transport. For the mmio transport the difference between 0.9.5 and 1.0 is rather small (when compared to the pci transport), it is just a bunch of new registers for the changed virtio queue initialization. So the patch series is small