Re: [SeaBIOS] [PATCH 07/18] virtio: add version 1.0 read/write macros

2015-06-29 Thread Kevin O'Connor
On Mon, Jun 29, 2015 at 03:46:54PM +0200, Gerd Hoffmann wrote: > On Mo, 2015-06-29 at 09:02 -0400, Kevin O'Connor wrote: > > On Mon, Jun 29, 2015 at 10:53:29AM +0200, Gerd Hoffmann wrote: > > > Add macros to read/write registers of virtio-1.0 regions. > > > > > > Signed-off-by: Gerd Hoffmann > >

Re: [SeaBIOS] [PATCH 07/18] virtio: add version 1.0 read/write macros

2015-06-29 Thread Gerd Hoffmann
On Mo, 2015-06-29 at 09:02 -0400, Kevin O'Connor wrote: > On Mon, Jun 29, 2015 at 10:53:29AM +0200, Gerd Hoffmann wrote: > > Add macros to read/write registers of virtio-1.0 regions. > > > > Signed-off-by: Gerd Hoffmann > > --- > > src/hw/virtio-pci.h | 76 > > ++

Re: [SeaBIOS] [PATCH 07/18] virtio: add version 1.0 read/write macros

2015-06-29 Thread Kevin O'Connor
On Mon, Jun 29, 2015 at 10:53:29AM +0200, Gerd Hoffmann wrote: > Add macros to read/write registers of virtio-1.0 regions. > > Signed-off-by: Gerd Hoffmann > --- > src/hw/virtio-pci.h | 76 > + > 1 file changed, 76 insertions(+) > > diff --gi

[SeaBIOS] [PATCH 07/18] virtio: add version 1.0 read/write macros

2015-06-29 Thread Gerd Hoffmann
Add macros to read/write registers of virtio-1.0 regions. Signed-off-by: Gerd Hoffmann --- src/hw/virtio-pci.h | 76 + 1 file changed, 76 insertions(+) diff --git a/src/hw/virtio-pci.h b/src/hw/virtio-pci.h index 893a7dd..e1d8b3e 100644 --- a/