search for: rpoc

Displaying 7 results from an estimated 7 matches for "rpoc".

Did you mean: proc
2014 Nov 25
2
[PATCH v4 04/42] virtio: disable virtio 1.0 in transports
...> > > disable virtio 1.0 in transports that don't > > support it yet. > > I'd prefer if you disabled it for _every_ transport in this patch, > until the needed infrastructure is in place. Else this is a bit > confusing. Well the only transports left are pci and rpoc, and these only read the low 32 bit of the features from the device - so there's nothing to clear. E.g. the following would be even more confusing, would it not: u32 features; .... features &= ~BIT_ULL(VIRTIO_F_VERSION_1); Agree? > > We will gradually re-enable as support is ad...
2014 Nov 25
2
[PATCH v4 04/42] virtio: disable virtio 1.0 in transports
...> > > disable virtio 1.0 in transports that don't > > support it yet. > > I'd prefer if you disabled it for _every_ transport in this patch, > until the needed infrastructure is in place. Else this is a bit > confusing. Well the only transports left are pci and rpoc, and these only read the low 32 bit of the features from the device - so there's nothing to clear. E.g. the following would be even more confusing, would it not: u32 features; .... features &= ~BIT_ULL(VIRTIO_F_VERSION_1); Agree? > > We will gradually re-enable as support is ad...
2014 Nov 26
0
[PATCH v4 04/42] virtio: disable virtio 1.0 in transports
...in transports that don't > > > support it yet. > > > > I'd prefer if you disabled it for _every_ transport in this patch, > > until the needed infrastructure is in place. Else this is a bit > > confusing. > > Well the only transports left are pci and rpoc, and these only > read the low 32 bit of the features from the device - > so there's nothing to clear. > > E.g. the following would be even more confusing, would it not: > > u32 features; > .... > features &= ~BIT_ULL(VIRTIO_F_VERSION_1); > > Agree? Mayb...
2014 Nov 27
2
[PATCH v4 04/42] virtio: disable virtio 1.0 in transports
...gt; > > support it yet. > > > > > > I'd prefer if you disabled it for _every_ transport in this patch, > > > until the needed infrastructure is in place. Else this is a bit > > > confusing. > > > > Well the only transports left are pci and rpoc, and these only > > read the low 32 bit of the features from the device - > > so there's nothing to clear. > > > > E.g. the following would be even more confusing, would it not: > > > > u32 features; > > .... > > features &= ~BIT_ULL(VIRT...
2014 Nov 27
2
[PATCH v4 04/42] virtio: disable virtio 1.0 in transports
...gt; > > support it yet. > > > > > > I'd prefer if you disabled it for _every_ transport in this patch, > > > until the needed infrastructure is in place. Else this is a bit > > > confusing. > > > > Well the only transports left are pci and rpoc, and these only > > read the low 32 bit of the features from the device - > > so there's nothing to clear. > > > > E.g. the following would be even more confusing, would it not: > > > > u32 features; > > .... > > features &= ~BIT_ULL(VIRT...
2014 Nov 25
2
[PATCH v4 04/42] virtio: disable virtio 1.0 in transports
disable virtio 1.0 in transports that don't support it yet. We will gradually re-enable as support is added. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/lguest/lguest_device.c | 3 ++- drivers/misc/mic/card/mic_virtio.c | 2 ++ drivers/s390/kvm/virtio_ccw.c | 3 ++- drivers/virtio/virtio_mmio.c | 2 ++ 4 files changed, 8 insertions(+), 2
2014 Nov 25
2
[PATCH v4 04/42] virtio: disable virtio 1.0 in transports
disable virtio 1.0 in transports that don't support it yet. We will gradually re-enable as support is added. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/lguest/lguest_device.c | 3 ++- drivers/misc/mic/card/mic_virtio.c | 2 ++ drivers/s390/kvm/virtio_ccw.c | 3 ++- drivers/virtio/virtio_mmio.c | 2 ++ 4 files changed, 8 insertions(+), 2