All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Convert VFIO-PCI to realize
@ 2016-09-06  7:11 Eric Auger
  2016-09-06  7:11 ` [Qemu-devel] [PATCH 1/3] vfio/pci: conversion " Eric Auger
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Eric Auger @ 2016-09-06  7:11 UTC (permalink / raw)
  To: eric.auger, eric.auger.pro, qemu-devel, alex.williamson, armbru

This series converts VFIO-PCI to realize. It also aims at improving
the error reporting in case of QMP hot-plug.

Before the series, a device_add failure would have reported:
{"error": {"class": "GenericError", "desc": "Device initialization
failed"}}.

Now the actual error cause is reported.

Eric Auger (3):
  vfio/pci: conversion to realize
  vfio/pci: pass an error object to vfio_populate_device
  vfio/pci: pass an error object to vfio_msix_early_setup

 hw/vfio/pci.c        | 150 ++++++++++++++++++++++++++-------------------------
 hw/vfio/trace-events |   2 +-
 2 files changed, 78 insertions(+), 74 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-09-13 15:04 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-06  7:11 [Qemu-devel] [PATCH 0/3] Convert VFIO-PCI to realize Eric Auger
2016-09-06  7:11 ` [Qemu-devel] [PATCH 1/3] vfio/pci: conversion " Eric Auger
2016-09-12 12:45   ` Markus Armbruster
2016-09-12 14:00     ` Auger Eric
2016-09-12 16:17       ` Alex Williamson
2016-09-12 19:39         ` Auger Eric
2016-09-12 20:05           ` Alex Williamson
2016-09-12 20:51             ` Auger Eric
2016-09-13  6:25         ` Markus Armbruster
2016-09-13  7:21           ` Auger Eric
2016-09-13 15:03             ` Alex Williamson
2016-09-06  7:11 ` [Qemu-devel] [PATCH 2/3] vfio/pci: pass an error object to vfio_populate_device Eric Auger
2016-09-12 12:51   ` Markus Armbruster
2016-09-12 15:15     ` Auger Eric
2016-09-12 15:50       ` Markus Armbruster
2016-09-12 15:52         ` Auger Eric
2016-09-06  7:11 ` [Qemu-devel] [PATCH 3/3] vfio/pci: pass an error object to vfio_msix_early_setup Eric Auger
2016-09-12 12:58   ` Markus Armbruster
2016-09-12 15:15     ` Auger Eric

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.