qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] Convert VFIO-PCI to realize


From: Eric Auger
Subject: [Qemu-devel] [PATCH 0/3] Convert VFIO-PCI to realize
Date: Tue, 6 Sep 2016 07:11:30 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]