Kernel KVM virtualization development
 help / color / mirror / Atom feed
* [PATCH 0/2] vfio: Add signal flush and log more verbosely
@ 2015-04-14 18:14 Alex Williamson
  2015-04-14 18:14 ` [PATCH 1/2] vfio: Flush signals on device request interruption Alex Williamson
  2015-04-14 18:14 ` [PATCH 2/2] vfio-pci: Log device requests more verbosely Alex Williamson
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Williamson @ 2015-04-14 18:14 UTC (permalink / raw)
  To: alex.williamson; +Cc: linux-kernel, kvm

Fix an issue where signals are not flushed causing our interruptible
wait_event to go into a tight loop once a signal is received.  Also
add more logging throughout.  We have no -EBUSY return path for a
driver remove request and it's confusing to users when tasks get
blocked waiting for the device to release.  Provide more clues what's
happening.  Thanks,

Alex

---

Alex Williamson (2):
      vfio: Flush signals on device request interruption
      vfio-pci: Log device requests more verbosely


 drivers/vfio/pci/vfio_pci.c |    8 +++++++-
 drivers/vfio/vfio.c         |   13 ++++++++++---
 2 files changed, 17 insertions(+), 4 deletions(-)

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

end of thread, other threads:[~2015-04-14 18:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-14 18:14 [PATCH 0/2] vfio: Add signal flush and log more verbosely Alex Williamson
2015-04-14 18:14 ` [PATCH 1/2] vfio: Flush signals on device request interruption Alex Williamson
2015-04-14 18:14 ` [PATCH 2/2] vfio-pci: Log device requests more verbosely Alex Williamson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox