All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] virtio: recover from vector assignment failure
@ 2009-07-23 15:45 Michael S. Tsirkin
  0 siblings, 0 replies; 2+ messages in thread
From: Michael S. Tsirkin @ 2009-07-23 15:45 UTC (permalink / raw)
  To: Christian Borntraeger, virtualization, Anthony Liguori, kvm, avi,
	Carsten Otte <

This patch series fixes a regression reported by Amit Shah
(see Subject: Re: qemu-kvm missing some msix capability check,
 Message-Id: 20090723142550.GA4470@amit-x200.redhat.com)

Since Amit's testing, I have refactored the change slightly to make the
patch smaller.

Rusty, can this go in for 2.6.31, or do you think it's too big a change?
As an alternative work-around, we possibly could do something in qemu in
host to make it less likely that mapping vq to vector fails - but it
seems that we still want the guest to handle the error as gracefully as
possible, right?

-- 
MST


Michael S. Tsirkin (2):
  virtio: delete vq from list
  virtio: retry on vector assignment failure

 drivers/virtio/virtio_pci.c |  136 ++++++++++++++++++++++++-------------------
 1 files changed, 76 insertions(+), 60 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 0/2] virtio: recover from vector assignment failure
@ 2009-07-23 15:45 Michael S. Tsirkin
  0 siblings, 0 replies; 2+ messages in thread
From: Michael S. Tsirkin @ 2009-07-23 15:45 UTC (permalink / raw)
  To: Christian Borntraeger, virtualization, Anthony Liguori, kvm, avi

This patch series fixes a regression reported by Amit Shah
(see Subject: Re: qemu-kvm missing some msix capability check,
 Message-Id: 20090723142550.GA4470@amit-x200.redhat.com)

Since Amit's testing, I have refactored the change slightly to make the
patch smaller.

Rusty, can this go in for 2.6.31, or do you think it's too big a change?
As an alternative work-around, we possibly could do something in qemu in
host to make it less likely that mapping vq to vector fails - but it
seems that we still want the guest to handle the error as gracefully as
possible, right?

-- 
MST


Michael S. Tsirkin (2):
  virtio: delete vq from list
  virtio: retry on vector assignment failure

 drivers/virtio/virtio_pci.c |  136 ++++++++++++++++++++++++-------------------
 1 files changed, 76 insertions(+), 60 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-23 15:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-23 15:45 [PATCH 0/2] virtio: recover from vector assignment failure Michael S. Tsirkin
  -- strict thread matches above, loose matches on Subject: below --
2009-07-23 15:45 Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.