From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2S1o-0001jo-SS for qemu-devel@nongnu.org; Thu, 25 Jul 2013 16:20:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2S1m-0006Bd-1f for qemu-devel@nongnu.org; Thu, 25 Jul 2013 16:20:48 -0400 Received: from fldsmtpe01.verizon.com ([140.108.26.140]:3295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2S1l-0006BS-I3 for qemu-devel@nongnu.org; Thu, 25 Jul 2013 16:20:45 -0400 From: Don Koch Message-ID: <51F1877E.5010800@terremark.com> Date: Thu, 25 Jul 2013 16:15:58 -0400 MIME-Version: 1.0 References: <1374532568-28051-1-git-send-email-afaerber@suse.de> <1374532568-28051-5-git-send-email-afaerber@suse.de> In-Reply-To: <1374532568-28051-5-git-send-email-afaerber@suse.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH qom-next v2 4/4] pcie_port: Turn PCIEPort and PCIESlot into abstract QOM types List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: qemu-devel@nongnu.org, "Michael S. Tsirkin" On 07/22/2013 06:36 PM, Andreas Färber wrote: > Move PCIEPort's "port" property to the new type, same for "aer_log_max". > Move PCIESlot's "chassis" and "slot" properties to the new type. > > Signed-off-by: Andreas Färber > --- > hw/pci-bridge/ioh3420.c | 31 ++++++----------------- > hw/pci-bridge/xio3130_downstream.c | 31 ++++++----------------- > hw/pci-bridge/xio3130_upstream.c | 21 ++++----------- > hw/pci/pcie_port.c | 52 ++++++++++++++++++++++++++++++++++++++ > include/hw/pci/pcie_port.h | 14 ++++++++-- > 5 files changed, 85 insertions(+), 64 deletions(-) > Reviewed-by: Don Koch