search for: mgmnt

Displaying 6 results from an estimated 6 matches for "mgmnt".

2018 May 28
2
[RFC V2] virtio: Add platform specific DMA API translation for virito devices
...> as if VIRTIO_F_IOMMU_PLATFORM was off. Any serious reason why not just getting that 2 line patch allowing our arch code to force virtio to use the DMA API ? It's not particularly invasive and solves our problem rather nicely without adding overhead or additional knowledge to qemu/libvirt/mgmnt tools etc... that it doesn't need etc.... The guest knows it's going secure so the guest arch code can do the right thing rather trivially. Long term we should probably make virtio always use the DMA API anyway, and interpose "1:1" dma_ops for the traditional virtio case, that w...
2018 May 28
2
[RFC V2] virtio: Add platform specific DMA API translation for virito devices
...> as if VIRTIO_F_IOMMU_PLATFORM was off. Any serious reason why not just getting that 2 line patch allowing our arch code to force virtio to use the DMA API ? It's not particularly invasive and solves our problem rather nicely without adding overhead or additional knowledge to qemu/libvirt/mgmnt tools etc... that it doesn't need etc.... The guest knows it's going secure so the guest arch code can do the right thing rather trivially. Long term we should probably make virtio always use the DMA API anyway, and interpose "1:1" dma_ops for the traditional virtio case, that w...
2018 May 28
0
[RFC V2] virtio: Add platform specific DMA API translation for virito devices
...FORM was off. > > Any serious reason why not just getting that 2 line patch allowing our > arch code to force virtio to use the DMA API ? > > It's not particularly invasive and solves our problem rather nicely > without adding overhead or additional knowledge to qemu/libvirt/mgmnt > tools etc... that it doesn't need etc.... > > The guest knows it's going secure so the guest arch code can do the > right thing rather trivially. > > Long term we should probably make virtio always use the DMA API anyway, > and interpose "1:1" dma_ops for...
2007 Aug 02
3
NFS rquota support
For v1.1, probably applies to v1.0 code pretty easily too: http://hg.dovecot.org/dovecot/rev/078d9dde99c8 The other rquota patches had authunix_create_default() call. Is this needed/useful? The client is now always created+destroyed for each quota lookup. I'd think it would be faster if it was created only once, but does it then break something? If the above isn't done, clnt_create()
2018 May 23
8
[RFC V2] virtio: Add platform specific DMA API translation for virito devices
On Wed, 2018-05-23 at 21:50 +0300, Michael S. Tsirkin wrote: > I re-read that discussion and I'm still unclear on the > original question, since I got several apparently > conflicting answers. > > I asked: > > Why isn't setting VIRTIO_F_IOMMU_PLATFORM on the > hypervisor side sufficient? I thought I had replied to this... There are a couple of reasons: -
2018 May 23
8
[RFC V2] virtio: Add platform specific DMA API translation for virito devices
On Wed, 2018-05-23 at 21:50 +0300, Michael S. Tsirkin wrote: > I re-read that discussion and I'm still unclear on the > original question, since I got several apparently > conflicting answers. > > I asked: > > Why isn't setting VIRTIO_F_IOMMU_PLATFORM on the > hypervisor side sufficient? I thought I had replied to this... There are a couple of reasons: -