From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55459 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVy6n-0008T2-0t for qemu-devel@nongnu.org; Thu, 23 Dec 2010 22:14:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVy6m-0001p5-4D for qemu-devel@nongnu.org; Thu, 23 Dec 2010 22:14:20 -0500 Received: from mail.valinux.co.jp ([210.128.90.3]:41205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVy6l-0001ov-Ot for qemu-devel@nongnu.org; Thu, 23 Dec 2010 22:14:20 -0500 From: Isaku Yamahata Date: Fri, 24 Dec 2010 12:14:11 +0900 Message-Id: In-Reply-To: References: Subject: [Qemu-devel] [PATCH v11 0/5] *** SUBJECT HERE *** List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: yamahata@valinux.co.jp, mst@redhat.com *** BLURB HERE *** 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 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(-)