search for: config_virtio_mmio_legacy

Displaying 10 results from an estimated 10 matches for "config_virtio_mmio_legacy".

2015 Jan 15
3
[RFC] virtio-mmio: Update the device to OASIS spec version
...tively disable legacy > or modern macros? > Might be clearer than comments that, after all, never compile. As in, a bunch of #ifdefs disabling the legacy lines of code? Doable, although I'm not sure how beautiful would that be. Will have a look, but it probably would only make sense with CONFIG_VIRTIO_MMIO_LEGACY option. Pawe?
2015 Jan 15
3
[RFC] virtio-mmio: Update the device to OASIS spec version
...tively disable legacy > or modern macros? > Might be clearer than comments that, after all, never compile. As in, a bunch of #ifdefs disabling the legacy lines of code? Doable, although I'm not sure how beautiful would that be. Will have a look, but it probably would only make sense with CONFIG_VIRTIO_MMIO_LEGACY option. Pawe?
2015 Jan 15
2
[RFC] virtio-mmio: Update the device to OASIS spec version
...> > Might be clearer than comments that, after all, never compile. > > > > As in, a bunch of #ifdefs disabling the legacy lines of code? Doable, > > although I'm not sure how beautiful would that be. Will have a look, but > > it probably would only make sense with CONFIG_VIRTIO_MMIO_LEGACY option. > > > > Pawe? > > Not necessarily - the point is for userspace to be able to > avoid getting useless legacy macros by means of a simple #define. > Again, take a look at my tree: > > git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next I ha...
2015 Jan 15
2
[RFC] virtio-mmio: Update the device to OASIS spec version
...> > Might be clearer than comments that, after all, never compile. > > > > As in, a bunch of #ifdefs disabling the legacy lines of code? Doable, > > although I'm not sure how beautiful would that be. Will have a look, but > > it probably would only make sense with CONFIG_VIRTIO_MMIO_LEGACY option. > > > > Pawe? > > Not necessarily - the point is for userspace to be able to > avoid getting useless legacy macros by means of a simple #define. > Again, take a look at my tree: > > git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next I ha...
2015 Jan 15
0
[RFC] virtio-mmio: Update the device to OASIS spec version
...; or modern macros? > > Might be clearer than comments that, after all, never compile. > > As in, a bunch of #ifdefs disabling the legacy lines of code? Doable, > although I'm not sure how beautiful would that be. Will have a look, but > it probably would only make sense with CONFIG_VIRTIO_MMIO_LEGACY option. > > Pawe? Not necessarily - the point is for userspace to be able to avoid getting useless legacy macros by means of a simple #define. Again, take a look at my tree: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next -- MST
2015 Jan 15
0
[RFC] virtio-mmio: Update the device to OASIS spec version
...; or modern macros? > > Might be clearer than comments that, after all, never compile. > > As in, a bunch of #ifdefs disabling the legacy lines of code? Doable, > although I'm not sure how beautiful would that be. Will have a look, but > it probably would only make sense with CONFIG_VIRTIO_MMIO_LEGACY option. > > Pawe? Not necessarily - the point is for userspace to be able to avoid getting useless legacy macros by means of a simple #define. Again, take a look at my tree: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next -- MST
2015 Jan 15
0
[RFC] virtio-mmio: Update the device to OASIS spec version
...learer than comments that, after all, never compile. > > > > > > As in, a bunch of #ifdefs disabling the legacy lines of code? Doable, > > > although I'm not sure how beautiful would that be. Will have a look, but > > > it probably would only make sense with CONFIG_VIRTIO_MMIO_LEGACY option. > > > > > > Pawe? > > > > Not necessarily - the point is for userspace to be able to > > avoid getting useless legacy macros by means of a simple #define. > > Again, take a look at my tree: > > > > git://git.kernel.org/pub/scm/linux/k...
2015 Jan 15
0
[RFC] virtio-mmio: Update the device to OASIS spec version
...learer than comments that, after all, never compile. > > > > > > As in, a bunch of #ifdefs disabling the legacy lines of code? Doable, > > > although I'm not sure how beautiful would that be. Will have a look, but > > > it probably would only make sense with CONFIG_VIRTIO_MMIO_LEGACY option. > > > > > > Pawe? > > > > Not necessarily - the point is for userspace to be able to > > avoid getting useless legacy macros by means of a simple #define. > > Again, take a look at my tree: > > > > git://git.kernel.org/pub/scm/linux/k...
2014 Dec 19
5
[RFC] virtio-mmio: Update the device to OASIS spec version
This patch add a support for second version of the virtio-mmio device, which follows OASIS "Virtual I/O Device (VIRTIO) Version 1.0" specification. Main changes: 1. The control register symbolic names use the new device/driver nomenclature rather than the old guest/host one. 2. The driver detect the device version (version 1 is the pre-OASIS spec, version 2 is compatible with
2014 Dec 19
5
[RFC] virtio-mmio: Update the device to OASIS spec version
This patch add a support for second version of the virtio-mmio device, which follows OASIS "Virtual I/O Device (VIRTIO) Version 1.0" specification. Main changes: 1. The control register symbolic names use the new device/driver nomenclature rather than the old guest/host one. 2. The driver detect the device version (version 1 is the pre-OASIS spec, version 2 is compatible with