From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFhIr-0001Np-BM for qemu-devel@nongnu.org; Thu, 25 Oct 2018 11:12:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFhIq-0003Uf-NG for qemu-devel@nongnu.org; Thu, 25 Oct 2018 11:12:05 -0400 MIME-Version: 1.0 References: <1539261534-2795-1-git-send-email-liq3ea@gmail.com> <9d750f50-3692-8376-6b04-34b1c3991b15@vivier.eu> In-Reply-To: <9d750f50-3692-8376-6b04-34b1c3991b15@vivier.eu> From: Li Qiang Date: Thu, 25 Oct 2018 23:11:24 +0800 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] piix: use TYPE_FOO constants than string constats List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: laurent@vivier.eu Cc: mst@redhat.com, Marcel Apfelbaum , qemu-trivial@nongnu.org, Qemu Developers Hello Laurent, Thanks, This patch has been in Michael's pull request. Maybe you can drop it. Thanks, Li Qiang Laurent Vivier =E4=BA=8E2018=E5=B9=B410=E6=9C=8825=E6= =97=A5=E5=91=A8=E5=9B=9B =E4=B8=8B=E5=8D=889:52=E5=86=99=E9=81=93=EF=BC=9A > On 11/10/2018 13:38, Li Qiang wrote: > > Make them more QOMConventional. > > Cc:qemu-trivial@nongnu.org > > > > Signed-off-by: Li Qiang > > --- > > hw/pci-host/piix.c | 11 +++++++---- > > 1 file changed, 7 insertions(+), 4 deletions(-) > > Applied, > > Thanks, > Laurent >