Displaying 14 results from an estimated 14 matches for "queuenummax".
2012 Sep 24
3
[PATCH 0/2] virtio-mmio updates for 3.7
Hi Rusty,
Would you be so kind and consider getting those two small fixes into
3.7 merge? All credits go to Brian, all shame on me :-)
Cheers!
Pawel
Brian Foley (2):
virtio_mmio: fix off by one error allocating queue
virtio_mmio: Don't attempt to create empty virtqueues
drivers/virtio/virtio_mmio.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
--
1.7.9.5
2012 Sep 24
3
[PATCH 0/2] virtio-mmio updates for 3.7
Hi Rusty,
Would you be so kind and consider getting those two small fixes into
3.7 merge? All credits go to Brian, all shame on me :-)
Cheers!
Pawel
Brian Foley (2):
virtio_mmio: fix off by one error allocating queue
virtio_mmio: Don't attempt to create empty virtqueues
drivers/virtio/virtio_mmio.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
--
1.7.9.5
2011 Oct 27
1
[PATCH v3] virtio: Add platform bus driver for memory mapped virtio device
On Mon, 2011-10-24 at 03:33 +0100, Rusty Russell wrote:
> No, that's it I think. Please send a diff for the documentation, since
> I'm updating the LyX master and I've already applied your previous
> version.
Here it goes (below). Also do you think you would be able to merge the
driver (corresponding v4 patch follows) in the 3.2 merge window that
seems to have just opened?
2011 Oct 27
1
[PATCH v3] virtio: Add platform bus driver for memory mapped virtio device
On Mon, 2011-10-24 at 03:33 +0100, Rusty Russell wrote:
> No, that's it I think. Please send a diff for the documentation, since
> I'm updating the LyX master and I've already applied your previous
> version.
Here it goes (below). Also do you think you would be able to merge the
driver (corresponding v4 patch follows) in the 3.2 merge window that
seems to have just opened?
2015 Jan 20
4
[PATCH v2] virtio-mmio: Update the device to OASIS spec version
...a HostFeatures
- *
- * 0x020 W GuestFeatures Features activated by the guest
- * 0x024 W GuestFeaturesSel Set of activated features to set via GuestFeatures
- * 0x028 W GuestPageSize Size of guest's memory page in bytes
- *
- * 0x030 W QueueSel Queue selector
- * 0x034 R QueueNumMax Maximum size of the currently selected queue
- * 0x038 W QueueNum Queue size for the currently selected queue
- * 0x03c W QueueAlign Used Ring alignment for the current queue
- * 0x040 RW QueuePFN PFN for the currently selected queue
- *
- * 0x050 W QueueNotify...
2015 Jan 20
4
[PATCH v2] virtio-mmio: Update the device to OASIS spec version
...a HostFeatures
- *
- * 0x020 W GuestFeatures Features activated by the guest
- * 0x024 W GuestFeaturesSel Set of activated features to set via GuestFeatures
- * 0x028 W GuestPageSize Size of guest's memory page in bytes
- *
- * 0x030 W QueueSel Queue selector
- * 0x034 R QueueNumMax Maximum size of the currently selected queue
- * 0x038 W QueueNum Queue size for the currently selected queue
- * 0x03c W QueueAlign Used Ring alignment for the current queue
- * 0x040 RW QueuePFN PFN for the currently selected queue
- *
- * 0x050 W QueueNotify...
2015 Jan 20
1
[PATCH] virtio-mmio: Update the device to OASIS spec version
...a HostFeatures
- *
- * 0x020 W GuestFeatures Features activated by the guest
- * 0x024 W GuestFeaturesSel Set of activated features to set via GuestFeatures
- * 0x028 W GuestPageSize Size of guest's memory page in bytes
- *
- * 0x030 W QueueSel Queue selector
- * 0x034 R QueueNumMax Maximum size of the currently selected queue
- * 0x038 W QueueNum Queue size for the currently selected queue
- * 0x03c W QueueAlign Used Ring alignment for the current queue
- * 0x040 RW QueuePFN PFN for the currently selected queue
- *
- * 0x050 W QueueNotify...
2015 Jan 20
1
[PATCH] virtio-mmio: Update the device to OASIS spec version
...a HostFeatures
- *
- * 0x020 W GuestFeatures Features activated by the guest
- * 0x024 W GuestFeaturesSel Set of activated features to set via GuestFeatures
- * 0x028 W GuestPageSize Size of guest's memory page in bytes
- *
- * 0x030 W QueueSel Queue selector
- * 0x034 R QueueNumMax Maximum size of the currently selected queue
- * 0x038 W QueueNum Queue size for the currently selected queue
- * 0x03c W QueueAlign Used Ring alignment for the current queue
- * 0x040 RW QueuePFN PFN for the currently selected queue
- *
- * 0x050 W QueueNotify...
2015 Jan 20
0
[PATCH v2] virtio-mmio: Update the device to OASIS spec version
...020 W GuestFeatures Features activated by the guest
> - * 0x024 W GuestFeaturesSel Set of activated features to set via GuestFeatures
> - * 0x028 W GuestPageSize Size of guest's memory page in bytes
> - *
> - * 0x030 W QueueSel Queue selector
> - * 0x034 R QueueNumMax Maximum size of the currently selected queue
> - * 0x038 W QueueNum Queue size for the currently selected queue
> - * 0x03c W QueueAlign Used Ring alignment for the current queue
> - * 0x040 RW QueuePFN PFN for the currently selected queue
> - *
> - *...
2015 Jan 20
0
[PATCH v2] virtio-mmio: Update the device to OASIS spec version
...020 W GuestFeatures Features activated by the guest
> - * 0x024 W GuestFeaturesSel Set of activated features to set via GuestFeatures
> - * 0x028 W GuestPageSize Size of guest's memory page in bytes
> - *
> - * 0x030 W QueueSel Queue selector
> - * 0x034 R QueueNumMax Maximum size of the currently selected queue
> - * 0x038 W QueueNum Queue size for the currently selected queue
> - * 0x03c W QueueAlign Used Ring alignment for the current queue
> - * 0x040 RW QueuePFN PFN for the currently selected queue
> - *
> - *...
2014 Dec 19
5
[RFC] virtio-mmio: Update the device to OASIS spec version
...a HostFeatures
- *
- * 0x020 W GuestFeatures Features activated by the guest
- * 0x024 W GuestFeaturesSel Set of activated features to set via GuestFeatures
- * 0x028 W GuestPageSize Size of guest's memory page in bytes
- *
- * 0x030 W QueueSel Queue selector
- * 0x034 R QueueNumMax Maximum size of the currently selected queue
- * 0x038 W QueueNum Queue size for the currently selected queue
- * 0x03c W QueueAlign Used Ring alignment for the current queue
- * 0x040 RW QueuePFN PFN for the currently selected queue
- *
- * 0x050 W QueueNotify...
2014 Dec 19
5
[RFC] virtio-mmio: Update the device to OASIS spec version
...a HostFeatures
- *
- * 0x020 W GuestFeatures Features activated by the guest
- * 0x024 W GuestFeaturesSel Set of activated features to set via GuestFeatures
- * 0x028 W GuestPageSize Size of guest's memory page in bytes
- *
- * 0x030 W QueueSel Queue selector
- * 0x034 R QueueNumMax Maximum size of the currently selected queue
- * 0x038 W QueueNum Queue size for the currently selected queue
- * 0x03c W QueueAlign Used Ring alignment for the current queue
- * 0x040 RW QueuePFN PFN for the currently selected queue
- *
- * 0x050 W QueueNotify...
2015 Jan 15
0
[RFC] virtio-mmio: Update the device to OASIS spec version
...020 W GuestFeatures Features activated by the guest
> - * 0x024 W GuestFeaturesSel Set of activated features to set via GuestFeatures
> - * 0x028 W GuestPageSize Size of guest's memory page in bytes
> - *
> - * 0x030 W QueueSel Queue selector
> - * 0x034 R QueueNumMax Maximum size of the currently selected queue
> - * 0x038 W QueueNum Queue size for the currently selected queue
> - * 0x03c W QueueAlign Used Ring alignment for the current queue
> - * 0x040 RW QueuePFN PFN for the currently selected queue
> - *
> - *...
2015 Jan 15
0
[RFC] virtio-mmio: Update the device to OASIS spec version
...020 W GuestFeatures Features activated by the guest
> - * 0x024 W GuestFeaturesSel Set of activated features to set via GuestFeatures
> - * 0x028 W GuestPageSize Size of guest's memory page in bytes
> - *
> - * 0x030 W QueueSel Queue selector
> - * 0x034 R QueueNumMax Maximum size of the currently selected queue
> - * 0x038 W QueueNum Queue size for the currently selected queue
> - * 0x03c W QueueAlign Used Ring alignment for the current queue
> - * 0x040 RW QueuePFN PFN for the currently selected queue
> - *
> - *...