xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Containing AER unrecoverable errors
@ 2017-07-27  0:16 Venu Busireddy
  2017-07-27  0:16 ` [PATCH v2 1/2] libxl: Implement the handler to handle unrecoverable AER errors Venu Busireddy
  2017-07-27  0:16 ` [PATCH v2 2/2] xl: Register the AER event handler to handle " Venu Busireddy
  0 siblings, 2 replies; 12+ messages in thread
From: Venu Busireddy @ 2017-07-27  0:16 UTC (permalink / raw)
  To: venu.busireddy, xen-devel, Ian Jackson, Wei Liu
  Cc: Andrew Cooper, Jan Beulich

This patch set is part of a set of patches that together allow containment
of unrecoverable AER errors from PCIe devices assigned to guests in
passthrough mode. The containment is achieved by forcibly removing the
erring PCIe device from the guest.

The xen-pciback patch corresponding to this patch set is:
https://lists.xen.org/archives/html/xen-devel/2017-06/msg03274.html

Changes in v2:
  - Instead of killing the guest and hiding the device, forcibly remove
    the device from the guest.

Venu Busireddy (2):
  libxl: Implement the handler to handle unrecoverable AER errors.
  xl: Register the AER event handler to handle AER errors.

 tools/libxl/libxl_event.h |  2 ++
 tools/libxl/libxl_pci.c   | 85 +++++++++++++++++++++++++++++++++++++++++++++++
 tools/xl/xl_vmcontrol.c   | 11 ++++++
 3 files changed, 98 insertions(+)


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-07-31 15:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-27  0:16 [PATCH v2 0/2] Containing AER unrecoverable errors Venu Busireddy
2017-07-27  0:16 ` [PATCH v2 1/2] libxl: Implement the handler to handle unrecoverable AER errors Venu Busireddy
2017-07-28 15:58   ` Wei Liu
2017-07-28 17:15     ` Venu Busireddy
2017-07-31 14:37       ` Wei Liu
2017-07-28 16:39   ` Ian Jackson
2017-07-28 23:56     ` Venu Busireddy
2017-07-31 15:03       ` Wei Liu
2017-07-27  0:16 ` [PATCH v2 2/2] xl: Register the AER event handler to handle " Venu Busireddy
2017-07-28 15:58   ` Wei Liu
2017-07-28 16:06     ` Venu Busireddy
2017-07-28 16:14       ` Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).