search for: uvirtio

Displaying 8 results from an estimated 8 matches for "uvirtio".

Did you mean: virtio
2020 Apr 28
5
[PATCH 0/1] Add uvirtio for testing
...so run the same image on Google Cloud. Currently Google Cloud doesn't support virtio-vga. I had a patch to create a virtio-vga from kernel directly: https://www.spinics.net/lists/dri-devel/msg248573.html Then I got feedback from Gerd that maybe it's better to change that to something like uvirtio. Since I really don't have other use cases for now, I just implemented the minimal stuff which work for my use case. Lepton Wu (1): virtio: Add uvirtio driver drivers/virtio/Kconfig | 8 + drivers/virtio/Makefile | 1 + drivers/virtio/uvirtio.c | 405 +++++++++++++++++...
2020 Apr 28
5
[PATCH 0/1] Add uvirtio for testing
...so run the same image on Google Cloud. Currently Google Cloud doesn't support virtio-vga. I had a patch to create a virtio-vga from kernel directly: https://www.spinics.net/lists/dri-devel/msg248573.html Then I got feedback from Gerd that maybe it's better to change that to something like uvirtio. Since I really don't have other use cases for now, I just implemented the minimal stuff which work for my use case. Lepton Wu (1): virtio: Add uvirtio driver drivers/virtio/Kconfig | 8 + drivers/virtio/Makefile | 1 + drivers/virtio/uvirtio.c | 405 +++++++++++++++++...
2020 Apr 30
2
[PATCH 0/1] Add uvirtio for testing
...4:58 AM Gerd Hoffmann <kraxel at redhat.com> wrote: > > > > > 3) Need to be verbose on how the vring processing work in the commit log of > > > patch 1 > > > > Ecven better a file documenting the interface somewhere in > > Documentation/ > I put a uvirtio-vga.c under samples/uvirtio and hope this can serve > the purpose of the document since currently that's the only tested use > case. Sample code is good, but *commented* sample code would be better. > Maybe have a document later if this really get more use cases? Well, having good d...
2020 Apr 30
1
[PATCH 0/1] Add uvirtio for testing
...Google Cloud doesn't support virtio-vga. I had a > > patch to create a virtio-vga from kernel directly: > > https://www.spinics.net/lists/dri-devel/msg248573.html > > > > Then I got feedback from Gerd that maybe it's better to change that to something > > like uvirtio. Since I really don't have other use cases for now, I just implemented the minimal stuff which work for my use case. > > > Interesting, several questions: > > 1) Are you aware of virtio vhost-user driver done by UM guys? > (arch/um/drivers/virtio_uml.c) The memory part is tric...
2020 Apr 29
0
[PATCH 0/1] Add uvirtio for testing
...n Google Cloud. Currently Google Cloud doesn't support virtio-vga. I had a > patch to create a virtio-vga from kernel directly: > https://www.spinics.net/lists/dri-devel/msg248573.html > > Then I got feedback from Gerd that maybe it's better to change that to something > like uvirtio. Since I really don't have other use cases for now, I just implemented the minimal stuff which work for my use case. Interesting, several questions: 1) Are you aware of virtio vhost-user driver done by UM guys? (arch/um/drivers/virtio_uml.c) The memory part is tricky but overall both of yo...
2020 Apr 29
2
[PATCH 0/1] Add uvirtio for testing
> 3) Need to be verbose on how the vring processing work in the commit log of > patch 1 Ecven better a file documenting the interface somewhere in Documentation/ take care, Gerd
2020 Apr 29
2
[PATCH 0/1] Add uvirtio for testing
> 3) Need to be verbose on how the vring processing work in the commit log of > patch 1 Ecven better a file documenting the interface somewhere in Documentation/ take care, Gerd
2020 Apr 30
0
[PATCH 0/1] Add uvirtio for testing
On Wed, Apr 29, 2020 at 4:58 AM Gerd Hoffmann <kraxel at redhat.com> wrote: > > > 3) Need to be verbose on how the vring processing work in the commit log of > > patch 1 > > Ecven better a file documenting the interface somewhere in > Documentation/ I put a uvirtio-vga.c under samples/uvirtio and hope this can serve the purpose of the document since currently that's the only tested use case. Maybe have a document later if this really get more use cases? Thanks. > > take care, > Gerd >