All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] EEH Error Injection Support for VFIO Devices
@ 2015-03-25 23:20 ` Gavin Shan
  0 siblings, 0 replies; 24+ messages in thread
From: Gavin Shan @ 2015-03-25 23:20 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: kvm, alex.williamson, david, agraf, Gavin Shan

The series of patches are extention to EEH support for VFIO PCI devices,
which allows to inject EEH errors to VFIO PCI devices from userspace
for testing purpose.

Changelog
=========
v3 -> v4:
        * Move constants for EEH PE states defined in uapi/linux/vfio.h
          to uapi/asm/eeh.h.
v2 -> v3:
        * Use offsetofend(), instead of sizeof(struct vfio_eeh_pe_op)
          to calculate argument buffer size.
v1 -> v2:
        * Use EEH_ERR_FUNC_{MIN,MAX} to validate PCI error function.
        * Put additional arguments for error injection to union in
          struct vfio_eeh_pe_op.

Gavin Shan (4):
  powerpc/eeh: Eliminate duplicated PE states
  powerpc/eeh: Introduce eeh_pe_inject_err()
  drivers/vfio: Support EEH error injection
  drivers/vfio: Remove duplicated PE states

 Documentation/vfio.txt              | 12 ++++++++
 arch/powerpc/include/asm/eeh.h      |  9 +++---
 arch/powerpc/include/uapi/asm/eeh.h | 56 +++++++++++++++++++++++++++++++++++++
 arch/powerpc/kernel/eeh.c           | 35 +++++++++++++++++++++++
 drivers/vfio/vfio_spapr_eeh.c       | 10 +++++++
 include/uapi/linux/vfio.h           | 19 +++++++++----
 6 files changed, 130 insertions(+), 11 deletions(-)
 create mode 100644 arch/powerpc/include/uapi/asm/eeh.h

-- 
1.8.3.2


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

end of thread, other threads:[~2015-03-26  2:49 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-25 23:20 [PATCH v4 0/4] EEH Error Injection Support for VFIO Devices Gavin Shan
2015-03-25 23:20 ` Gavin Shan
2015-03-25 23:20 ` [PATCH v4 1/4] powerpc/eeh: Eliminate duplicated PE states Gavin Shan
2015-03-25 23:20   ` Gavin Shan
2015-03-25 23:20 ` [PATCH v4 2/4] powerpc/eeh: Introduce eeh_pe_inject_err() Gavin Shan
2015-03-25 23:20   ` Gavin Shan
2015-03-25 23:20 ` [PATCH v4 3/4] drivers/vfio: Support EEH error injection Gavin Shan
2015-03-25 23:20   ` Gavin Shan
2015-03-25 23:20 ` [PATCH v4 4/4] drivers/vfio: Remove duplicated PE states Gavin Shan
2015-03-25 23:20   ` Gavin Shan
2015-03-26  0:46   ` Alex Williamson
2015-03-26  0:46     ` Alex Williamson
2015-03-26  0:59     ` Gavin Shan
2015-03-26  0:59       ` Gavin Shan
2015-03-26  1:46       ` David Gibson
2015-03-26  1:46         ` David Gibson
2015-03-26  1:55       ` Alex Williamson
2015-03-26  1:55         ` Alex Williamson
2015-03-26  2:48         ` Gavin Shan
2015-03-26  2:48           ` Gavin Shan
2015-03-26  1:01     ` David Gibson
2015-03-26  1:01       ` David Gibson
2015-03-26  1:26       ` Gavin Shan
2015-03-26  1:26         ` Gavin Shan

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.