From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj2IW-0004H0-T3 for qemu-devel@nongnu.org; Tue, 28 Oct 2014 04:38:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xj2IS-00035f-3N for qemu-devel@nongnu.org; Tue, 28 Oct 2014 04:38:36 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:65341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj2IR-00034N-Db for qemu-devel@nongnu.org; Tue, 28 Oct 2014 04:38:32 -0400 Message-ID: <544F5601.7050804@huawei.com> Date: Tue, 28 Oct 2014 16:38:25 +0800 From: Gonglei MIME-Version: 1.0 References: <1414481739-19939-1-git-send-email-armbru@redhat.com> <1414481739-19939-4-git-send-email-armbru@redhat.com> In-Reply-To: <1414481739-19939-4-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RFC 03/10] pci: Trivial device model conversions to realize List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: "pbonzini@redhat.com" , "kraxel@redhat.com" , "qemu-devel@nongnu.org" , "afaerber@suse.de" , "mst@redhat.com" On 2014/10/28 15:35, Markus Armbruster wrote: > Convert the device models where initialization obviously can't fail. > > Signed-off-by: Markus Armbruster > --- > hw/acpi/piix4.c | 5 ++--- > hw/audio/ac97.c | 5 ++--- > hw/audio/es1370.c | 5 ++--- > hw/audio/intel-hda.c | 6 ++---- > hw/display/vga-pci.c | 11 ++++------- > hw/display/vmware_vga.c | 6 ++---- > hw/i2c/smbus_ich9.c | 5 ++--- > hw/ide/cmd646.c | 5 ++--- > hw/ide/piix.c | 10 ++++------ > hw/ide/via.c | 6 ++---- > hw/ipack/tpci200.c | 6 ++---- > hw/isa/i82378.c | 6 ++---- > hw/isa/piix4.c | 5 ++--- > hw/isa/vt82c686.c | 24 ++++++++---------------- > hw/misc/pci-testdev.c | 6 ++---- > hw/net/e1000.c | 6 ++---- > hw/net/eepro100.c | 6 ++---- > hw/net/ne2000.c | 6 ++---- > hw/net/rtl8139.c | 6 ++---- > hw/net/vmxnet3.c | 6 ++---- > hw/pci-bridge/dec.c | 5 ++--- > hw/pci-host/apb.c | 5 ++--- > hw/pci-host/bonito.c | 6 ++---- > hw/pci-host/grackle.c | 5 ++--- > hw/pci-host/piix.c | 12 +++++------- > hw/pci-host/ppce500.c | 6 ++---- > hw/pci-host/prep.c | 6 ++---- > hw/pci-host/q35.c | 5 ++--- > hw/pci-host/uninorth.c | 20 ++++++++------------ > hw/pci-host/versatile.c | 5 ++--- > hw/usb/hcd-ehci-pci.c | 6 ++---- > hw/usb/hcd-xhci.c | 6 ++---- > hw/watchdog/wdt_i6300esb.c | 6 ++---- > 33 files changed, 85 insertions(+), 149 deletions(-) Reviewed-by: Gonglei Best regards, -Gonglei