qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH v11 0/5] pcie/aer: glue inject aer error into hm


From: Michael S. Tsirkin
Subject: [Qemu-devel] Re: [PATCH v11 0/5] pcie/aer: glue inject aer error into hmp
Date: Fri, 24 Dec 2010 10:36:07 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Dec 24, 2010 at 12:14:10PM +0900, Isaku Yamahata wrote:
> This patch series introduces hmp command to inject aer error.
> Now fw device path is used to specify pci function.
> 
> Changes v10 -> v11:
> - use qdev id and use fw dev path as fallback
> 
> Isaku Yamahata (5):
>   qdev: export qdev_find_recursive() for later use
>   pci: introduce a helper function to convert qdev id to PCIDevice
>   pcie/aer: glue aer error injection into qemu monitor

Applied 1-3, thanks.

>   pci: introduce a parser for fw device path to pci device
>   pcie/aer: use fw device path as fallback for aer injection command
> 
>  hmp-commands.hx |   30 +++++++
>  hw/pci-stub.c   |   13 +++
>  hw/pci.c        |  164 +++++++++++++++++++++++++++++++++++++++
>  hw/pci.h        |    3 +
>  hw/pcie_aer.c   |  227 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  hw/qdev.c       |    2 +-
>  hw/qdev.h       |    2 +
>  sysemu.h        |    5 +
>  8 files changed, 445 insertions(+), 1 deletions(-)



reply via email to

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