From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfUiP-0002CS-8J for qemu-devel@nongnu.org; Fri, 04 Jan 2019 14:01:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfUiO-0003A9-8q for qemu-devel@nongnu.org; Fri, 04 Jan 2019 14:01:05 -0500 Received: from mail-oi1-x22b.google.com ([2607:f8b0:4864:20::22b]:39721) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gfUiO-00039y-48 for qemu-devel@nongnu.org; Fri, 04 Jan 2019 14:01:04 -0500 Received: by mail-oi1-x22b.google.com with SMTP id i6so31118435oia.6 for ; Fri, 04 Jan 2019 11:01:04 -0800 (PST) MIME-Version: 1.0 References: <20190104162559.20760-1-philmd@redhat.com> In-Reply-To: <20190104162559.20760-1-philmd@redhat.com> From: Peter Maydell Date: Fri, 4 Jan 2019 19:00:52 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 0/4] fw_cfg 20190104 patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Cc: QEMU Developers , Paolo Bonzini , Laszlo Ersek , Gerd Hoffmann On Fri, 4 Jan 2019 at 16:32, Philippe Mathieu-Daud=C3=A9 wrote: > > Hi Peter, > > The following changes since commit 6395fe0c2c7d9f336d87960a7c9924b630c57c= 91: > > Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request'= into staging (2019-01-04 13:22:51 +0000) > > are available in the Git repository at: > > https://github.com/philmd/qemu.git tags/fw_cfg-20190104-pull-request > > for you to fetch changes up to 19bcc4bc3213e78c303ad480a7a578f62258252d: > > fw_cfg: Make qemu_extra_params_fw locally (2019-01-04 15:30:52 +0100) > > ---------------------------------------------------------------- > > fw_cfg patches for 2019-01-04 > > Two fixes from Li Qiang: > - Improve error message when can't load splash file > - Fix boot bootsplash and reboot-timeout error checking > Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0 for any user-visible changes. -- PMM