From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1iGrsX-0008Me-Cv for mharc-qemu-trivial@gnu.org; Sat, 05 Oct 2019 17:46:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47090) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGrsU-0008La-JY for qemu-trivial@nongnu.org; Sat, 05 Oct 2019 17:46:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGrsT-0000MU-0L for qemu-trivial@nongnu.org; Sat, 05 Oct 2019 17:46:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43058) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iGrsS-0000Lj-MP for qemu-trivial@nongnu.org; Sat, 05 Oct 2019 17:46:12 -0400 Received: from mail-qk1-f200.google.com (mail-qk1-f200.google.com [209.85.222.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B05654DB1F for ; Sat, 5 Oct 2019 21:46:10 +0000 (UTC) Received: by mail-qk1-f200.google.com with SMTP id 11so10605396qkh.15 for ; Sat, 05 Oct 2019 14:46:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=w9cp5WOMnA8f6hUE+AzPrHfl7EdcqEtT+8UzwMy/tUA=; b=XsHBGU+6kAajgedP2TrS0xzf8P76aXInB74ZWOE7c26CVdhQXG1b4oyLaBEtfBOCd8 jsScQBA+44SkCdpu91t3wt7tKmTet0GIJ46h4vJyI0NT/ALiXXLIH7QbVbJdCx0B/ljk jtMT96JCrvpbuIwKIVPP+UduB5J3unC4rfml4IUMxzgF5vcqbBat+dJhkaEPPh04X69P 7bhcmqb/xBGIhRUwSweuOLUxeOLKQzK52OKOqh7QHeUJgQTrotWpoH+YPicYj0VjWMJz PYNZkOgs5EYbjckyODYATAyjc1J/I8UVGBHoZu43r44fLSTUWgS8vbbWTSqdLf/2joEa 3CVQ== X-Gm-Message-State: APjAAAUeSMsv/as37N+03uEwvQQgtxNfLnSHiXIBSBogsPmToxvFw166 xWkqYNmJ4BdKl9thmVfQxHGBFeB+2IugAMjVeNZs/JbFyT7RpdFsC77QSbZS2Cf/iMqBvrfkNz7 mbUKTXCXVGs0MEubLNw== X-Received: by 2002:ad4:5572:: with SMTP id w18mr20866499qvy.220.1570311969969; Sat, 05 Oct 2019 14:46:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqyzUVmREyQGN2ebE9/p5KmnrPF3x0+kP/8mY6eUlFiD+kv5Ek7D6K1h7KzdijPfyFqbMnb4xA== X-Received: by 2002:ad4:5572:: with SMTP id w18mr20866481qvy.220.1570311969747; Sat, 05 Oct 2019 14:46:09 -0700 (PDT) Received: from redhat.com (bzq-79-176-10-77.red.bezeqint.net. [79.176.10.77]) by smtp.gmail.com with ESMTPSA id i30sm7337786qte.27.2019.10.05.14.46.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 05 Oct 2019 14:46:09 -0700 (PDT) Date: Sat, 5 Oct 2019 17:46:02 -0400 From: "Michael S. Tsirkin" To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, Markus Armbruster , Damien Hedde , Peter Maydell , qemu-ppc@nongnu.org, John Snow , qemu-block@nongnu.org, Marcel Apfelbaum , Aleksandar Markovic , Igor Mammedov , BALATON Zoltan , Andrzej Zaborowski , Aleksandar Rikalo , "Edgar E. Iglesias" , qemu-arm@nongnu.org Subject: Re: [PATCH 00/11] hw: Convert various reset() handler to DeviceReset Message-ID: <20191005174531-mutt-send-email-mst@kernel.org> References: <20190926151733.25349-1-philmd@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20190926151733.25349-1-philmd@redhat.com> Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Oct 2019 21:46:16 -0000 On Thu, Sep 26, 2019 at 05:17:22PM +0200, Philippe Mathieu-Daud=E9 wrote: > Hi. >=20 > Following the thread discussion between Peter/Markus/Damien about > reset handlers: > https://www.mail-archive.com/qemu-devel@nongnu.org/msg617103.html > I started to remove qemu_register_reset() calls from few qdevified > devices (the trivial ones). >=20 > Regards, >=20 > Phil. How do you want these patches merged? Trivial tree? > Philippe Mathieu-Daud=E9 (11): > hw/acpi/piix4: Convert reset handler to DeviceReset > hw/ide/piix: Convert reset handler to DeviceReset > hw/isa/piix4: Convert reset handler to DeviceReset > hw/pci-host/piix: Convert reset handler to DeviceReset > hw/ide/sii3112: Convert reset handler to DeviceReset > hw/ide/via82c: Convert reset handler to DeviceReset > hw/isa/vt82c686: Convert reset handler to DeviceReset > hw/input/lm832x: Convert reset handler to DeviceReset > hw/pci-host/bonito: Convert reset handler to DeviceReset > hw/timer/etraxfs: Convert reset handler to DeviceReset > hw/misc/vmcoreinfo: Convert reset handler to DeviceReset >=20 > hw/acpi/piix4.c | 7 +++---- > hw/ide/piix.c | 8 +++----- > hw/ide/sii3112.c | 7 +++---- > hw/ide/via.c | 10 ++++------ > hw/input/lm832x.c | 12 +++++------- > hw/isa/piix4.c | 7 +++---- > hw/isa/vt82c686.c | 11 ++++------- > hw/misc/vmcoreinfo.c | 5 ++--- > hw/pci-host/bonito.c | 8 +++----- > hw/pci-host/piix.c | 8 +++----- > hw/timer/etraxfs_timer.c | 7 +++---- > 11 files changed, 36 insertions(+), 54 deletions(-) >=20 > --=20 > 2.20.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 2002:adf:e804:0:0:0:0:0 with SMTP id o4csp2075983wrm; Sat, 5 Oct 2019 14:46:34 -0700 (PDT) X-Google-Smtp-Source: APXvYqzNIZbWCDeJkkZuNeGcbFKKjyUwN42MMI29nD1DvnAiTVhBl4qUhG1EqWWrttbPzDRnn0em X-Received: by 2002:a17:906:168f:: with SMTP id s15mr17943444ejd.109.1570311994501; Sat, 05 Oct 2019 14:46:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570311994; cv=none; d=google.com; s=arc-20160816; b=sx/5UNEqVgyNZA5zwp4hbDqZ8nH4E+O7jCzAtfPDZ3AuHm/NoRqFuSZgVaFXFaC7XN YRFFCRQxLeRoSoLjszj1jEsdkhz5DtLVIDz3QGr8Ab6MZgmyq/oM0cu+l7f3TBoknKWo rgNGlxKZmVFJsw78wYGz6nujgmGjXH/Nmj7p9WJx1QeKOvb4x0FzCwPWODBJtipgtvk5 tXcwtHolIJ1wu8WmPNWtjdK/kyrSrZzvm/EvV6nXOdWugdPpciMQT9Pwh+S2XrLtLVzM AwEdgoeTM3oO1Qu1ix6MBNaTwoyVzDkSc/Bx5FKNkO0yw7Ppr8EFGlWjrIdNFteskclP R4LA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:cc:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:content-transfer-encoding :in-reply-to:content-disposition:mime-version:references:message-id :subject:to:from:date; bh=NFtYf8/TEiC6pN8ADvVxTGko/Oylst0Kh/aA2YurcWc=; b=k6V2jUR1alVbvLfVuqNIL1FWFvlpz+mwTLsMnJMtWcS3LkLLufbsW22q9mvQo212b9 3Tt7ciqx5/1MQ7NcSLqmv0I91Ri7HvXquZmDSo5jUIxMRTHpvzNu+zLw9QwhNvgDfHmR DbAQE4nTPMdP5TFCEdH3AJUnqOfWZwBmPLtkeTADSveSJiggAdLQpfvevPTxVGQ/VX6j y6lZ1esCRKJekoA7YpOCjZgCJjoaW6KmDcs62vUakUFlhZNRMYxvquFXh7dub0ScrbKA e2LRHRnErLXqeYPVTxVX2fbA5ShW0DRmFt/0rPhDkH50wUAQvP1JDO5fUbNcVQiWjxXP Oj8Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom="qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org"; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org. [209.51.188.17]) by mx.google.com with ESMTPS id c9si5809160edv.304.2019.10.05.14.46.34 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 05 Oct 2019 14:46:34 -0700 (PDT) Received-SPF: pass (google.com: domain of qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; Authentication-Results: mx.google.com; spf=pass (google.com: domain of qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom="qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org"; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: from localhost ([::1]:58922 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGrsn-0008N4-3b for alex.bennee@linaro.org; Sat, 05 Oct 2019 17:46:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47088) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGrsU-0008LY-JY for qemu-arm@nongnu.org; Sat, 05 Oct 2019 17:46:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGrsT-0000Mn-0O for qemu-arm@nongnu.org; Sat, 05 Oct 2019 17:46:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47906) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iGrsS-0000Lh-Li for qemu-arm@nongnu.org; Sat, 05 Oct 2019 17:46:12 -0400 Received: from mail-qk1-f199.google.com (mail-qk1-f199.google.com [209.85.222.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B5264C057EC6 for ; Sat, 5 Oct 2019 21:46:10 +0000 (UTC) Received: by mail-qk1-f199.google.com with SMTP id s14so10622220qkg.12 for ; Sat, 05 Oct 2019 14:46:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=w9cp5WOMnA8f6hUE+AzPrHfl7EdcqEtT+8UzwMy/tUA=; b=oE7ACBxYHaLzYTa6NOhSkk1gPxyf+5VoMGnMJQx0UdDNvJpAlWhqkf6SxDGK/6ZgIP TuNn+wxpSxJ3/Kn6K2Y4U5aPA6IEqu5VoNosnjr1AQALt1qAOd5XGQ8IL+dMQn5bYVDx WfNfRRNZkk1RNLlGWU2zSu5prFah6k5ZStJ7pTVw5Zs6v+qHK28NB3d0qCyOAS9pestf IRHL5GPTK4gh0xP3z6O1ZMXAmT9Az+yKBtyuD6EdLVh7c1SEHPPIJOJGHmnU7uSUjsAC 9CgkCCRYJrhk3mYYlnA0Dni2esTFMRBbpvvRSLhF5gnsQkgry9v5ZO6ikAuG5iY0umjs iV+g== X-Gm-Message-State: APjAAAVljw56Y3irseunPQJFtm8txglHrgKoL7c6EsXh4EnoTopO9hsv 9YNj0WHsFdI5gl95wOLTLLSjzwNHwQU0LZLPwgsC8O+tM+8yMLK8h2NdTfvUOE/T17KvU6MXWjk MopsKN7B5uVAD X-Received: by 2002:ad4:5572:: with SMTP id w18mr20866502qvy.220.1570311969970; Sat, 05 Oct 2019 14:46:09 -0700 (PDT) X-Received: by 2002:ad4:5572:: with SMTP id w18mr20866481qvy.220.1570311969747; Sat, 05 Oct 2019 14:46:09 -0700 (PDT) Received: from redhat.com (bzq-79-176-10-77.red.bezeqint.net. [79.176.10.77]) by smtp.gmail.com with ESMTPSA id i30sm7337786qte.27.2019.10.05.14.46.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 05 Oct 2019 14:46:09 -0700 (PDT) Date: Sat, 5 Oct 2019 17:46:02 -0400 From: "Michael S. Tsirkin" To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Subject: Re: [PATCH 00/11] hw: Convert various reset() handler to DeviceReset Message-ID: <20191005174531-mutt-send-email-mst@kernel.org> References: <20190926151733.25349-1-philmd@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20190926151733.25349-1-philmd@redhat.com> Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 X-BeenThere: qemu-arm@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Damien Hedde , Peter Maydell , Aleksandar Markovic , qemu-block@nongnu.org, qemu-trivial@nongnu.org, Andrzej Zaborowski , qemu-devel@nongnu.org, Markus Armbruster , Aleksandar Rikalo , qemu-arm@nongnu.org, qemu-ppc@nongnu.org, Marcel Apfelbaum , Igor Mammedov , BALATON Zoltan , John Snow Errors-To: qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org Sender: "Qemu-arm" X-TUID: TIQ1eT3g4N98 On Thu, Sep 26, 2019 at 05:17:22PM +0200, Philippe Mathieu-Daud=E9 wrote: > Hi. >=20 > Following the thread discussion between Peter/Markus/Damien about > reset handlers: > https://www.mail-archive.com/qemu-devel@nongnu.org/msg617103.html > I started to remove qemu_register_reset() calls from few qdevified > devices (the trivial ones). >=20 > Regards, >=20 > Phil. How do you want these patches merged? Trivial tree? > Philippe Mathieu-Daud=E9 (11): > hw/acpi/piix4: Convert reset handler to DeviceReset > hw/ide/piix: Convert reset handler to DeviceReset > hw/isa/piix4: Convert reset handler to DeviceReset > hw/pci-host/piix: Convert reset handler to DeviceReset > hw/ide/sii3112: Convert reset handler to DeviceReset > hw/ide/via82c: Convert reset handler to DeviceReset > hw/isa/vt82c686: Convert reset handler to DeviceReset > hw/input/lm832x: Convert reset handler to DeviceReset > hw/pci-host/bonito: Convert reset handler to DeviceReset > hw/timer/etraxfs: Convert reset handler to DeviceReset > hw/misc/vmcoreinfo: Convert reset handler to DeviceReset >=20 > hw/acpi/piix4.c | 7 +++---- > hw/ide/piix.c | 8 +++----- > hw/ide/sii3112.c | 7 +++---- > hw/ide/via.c | 10 ++++------ > hw/input/lm832x.c | 12 +++++------- > hw/isa/piix4.c | 7 +++---- > hw/isa/vt82c686.c | 11 ++++------- > hw/misc/vmcoreinfo.c | 5 ++--- > hw/pci-host/bonito.c | 8 +++----- > hw/pci-host/piix.c | 8 +++----- > hw/timer/etraxfs_timer.c | 7 +++---- > 11 files changed, 36 insertions(+), 54 deletions(-) >=20 > --=20 > 2.20.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EC43FC47404 for ; Sat, 5 Oct 2019 21:47:23 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B7E34222C0 for ; Sat, 5 Oct 2019 21:47:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B7E34222C0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:58930 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGrta-0000kC-Rf for qemu-devel@archiver.kernel.org; Sat, 05 Oct 2019 17:47:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47089) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGrsU-0008LZ-JQ for qemu-devel@nongnu.org; Sat, 05 Oct 2019 17:46:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGrsT-0000Ma-0A for qemu-devel@nongnu.org; Sat, 05 Oct 2019 17:46:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47904) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iGrsS-0000Li-ML for qemu-devel@nongnu.org; Sat, 05 Oct 2019 17:46:12 -0400 Received: from mail-qk1-f197.google.com (mail-qk1-f197.google.com [209.85.222.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A5A72C057E9F for ; Sat, 5 Oct 2019 21:46:10 +0000 (UTC) Received: by mail-qk1-f197.google.com with SMTP id k67so10685587qkc.3 for ; Sat, 05 Oct 2019 14:46:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=w9cp5WOMnA8f6hUE+AzPrHfl7EdcqEtT+8UzwMy/tUA=; b=il2NCozM2BgZNSCoXOyUD9/1u7I9ZBtzO8ksaTe9GEpYqwgKqUpLlqIACCXN/rad7p l5O4KffA5oezO/bVlsDYGCTF/8akEBPVyQ0vsfg97DwdmqyEKhZdMUi4pgSSHGE5gTkS 7RCQBjlsqE9HJNGRndBVzABZVpecrkUcdi/SB5UtaO65vuA9iMT1cbEY2u3Z/fnd0k3o WZr+GWartea9oqnCFUknLS2gi4S71/YWqapWRVBH7ssIOxwRzdAelU4FGv2OJmwHrslH j4aslr7pqg6iyX6nAz/R/LVipiz4DHYTNzX72euhmEvkZiQu+GfhMfuYxlFYaCF04nv1 u2lQ== X-Gm-Message-State: APjAAAWmjtaXfXby5B3fEJyr0aJ5rb87kEFdD/QxZw/WOQJRPBVFAYTF ZeV22LVBpAkQ/6QznpYgeLbr3v1+kW4YDRqB4vFZ7tnK+sbyhYLDJypbsJrI6eVPj6f38sbjLd2 fME1mleBq4hYuSWk= X-Received: by 2002:ad4:5572:: with SMTP id w18mr20866503qvy.220.1570311969972; Sat, 05 Oct 2019 14:46:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqyzUVmREyQGN2ebE9/p5KmnrPF3x0+kP/8mY6eUlFiD+kv5Ek7D6K1h7KzdijPfyFqbMnb4xA== X-Received: by 2002:ad4:5572:: with SMTP id w18mr20866481qvy.220.1570311969747; Sat, 05 Oct 2019 14:46:09 -0700 (PDT) Received: from redhat.com (bzq-79-176-10-77.red.bezeqint.net. [79.176.10.77]) by smtp.gmail.com with ESMTPSA id i30sm7337786qte.27.2019.10.05.14.46.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 05 Oct 2019 14:46:09 -0700 (PDT) Date: Sat, 5 Oct 2019 17:46:02 -0400 From: "Michael S. Tsirkin" To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Subject: Re: [PATCH 00/11] hw: Convert various reset() handler to DeviceReset Message-ID: <20191005174531-mutt-send-email-mst@kernel.org> References: <20190926151733.25349-1-philmd@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20190926151733.25349-1-philmd@redhat.com> Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Damien Hedde , Peter Maydell , Aleksandar Markovic , qemu-block@nongnu.org, qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Markus Armbruster , Aleksandar Rikalo , qemu-arm@nongnu.org, qemu-ppc@nongnu.org, "Edgar E. Iglesias" , Igor Mammedov , John Snow Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Thu, Sep 26, 2019 at 05:17:22PM +0200, Philippe Mathieu-Daud=E9 wrote: > Hi. >=20 > Following the thread discussion between Peter/Markus/Damien about > reset handlers: > https://www.mail-archive.com/qemu-devel@nongnu.org/msg617103.html > I started to remove qemu_register_reset() calls from few qdevified > devices (the trivial ones). >=20 > Regards, >=20 > Phil. How do you want these patches merged? Trivial tree? > Philippe Mathieu-Daud=E9 (11): > hw/acpi/piix4: Convert reset handler to DeviceReset > hw/ide/piix: Convert reset handler to DeviceReset > hw/isa/piix4: Convert reset handler to DeviceReset > hw/pci-host/piix: Convert reset handler to DeviceReset > hw/ide/sii3112: Convert reset handler to DeviceReset > hw/ide/via82c: Convert reset handler to DeviceReset > hw/isa/vt82c686: Convert reset handler to DeviceReset > hw/input/lm832x: Convert reset handler to DeviceReset > hw/pci-host/bonito: Convert reset handler to DeviceReset > hw/timer/etraxfs: Convert reset handler to DeviceReset > hw/misc/vmcoreinfo: Convert reset handler to DeviceReset >=20 > hw/acpi/piix4.c | 7 +++---- > hw/ide/piix.c | 8 +++----- > hw/ide/sii3112.c | 7 +++---- > hw/ide/via.c | 10 ++++------ > hw/input/lm832x.c | 12 +++++------- > hw/isa/piix4.c | 7 +++---- > hw/isa/vt82c686.c | 11 ++++------- > hw/misc/vmcoreinfo.c | 5 ++--- > hw/pci-host/bonito.c | 8 +++----- > hw/pci-host/piix.c | 8 +++----- > hw/timer/etraxfs_timer.c | 7 +++---- > 11 files changed, 36 insertions(+), 54 deletions(-) >=20 > --=20 > 2.20.1