All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Isaku Yamahata <yamahata@valinux.co.jp>
Cc: qemu-devel@nongnu.org
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	[thread overview]
Message-ID: <20101224083607.GA22967@redhat.com> (raw)
In-Reply-To: <cover.1293160345.git.yamahata@valinux.co.jp>

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(-)

      parent reply	other threads:[~2010-12-24  8:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-24  3:14 [Qemu-devel] [PATCH v11 0/5] *** SUBJECT HERE *** Isaku Yamahata
2010-12-24  3:14 ` [Qemu-devel] [PATCH v11 1/5] qdev: export qdev_find_recursive() for later use Isaku Yamahata
2010-12-24  3:14 ` [Qemu-devel] [PATCH v11 2/5] pci: introduce a helper function to convert qdev id to PCIDevice Isaku Yamahata
2010-12-24  3:14 ` [Qemu-devel] [PATCH v11 3/5] pcie/aer: glue aer error injection into qemu monitor Isaku Yamahata
2010-12-24  3:14 ` [Qemu-devel] [PATCH v11 4/5] pci: introduce a parser for fw device path to pci device Isaku Yamahata
2010-12-24  3:14 ` [Qemu-devel] [PATCH v11 5/5] pcie/aer: use fw device path as fallback for aer injection command Isaku Yamahata
2010-12-24  8:36 ` Michael S. Tsirkin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101224083607.GA22967@redhat.com \
    --to=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=yamahata@valinux.co.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.