From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqQZ3-0008LV-Cx for qemu-devel@nongnu.org; Wed, 13 Apr 2016 15:35:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqQZ2-0000Ki-GK for qemu-devel@nongnu.org; Wed, 13 Apr 2016 15:35:01 -0400 Received: from mail-vk0-x22c.google.com ([2607:f8b0:400c:c05::22c]:33765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqQZ2-0000KW-5t for qemu-devel@nongnu.org; Wed, 13 Apr 2016 15:35:00 -0400 Received: by mail-vk0-x22c.google.com with SMTP id k1so83605191vkb.0 for ; Wed, 13 Apr 2016 12:34:59 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1460542084-31446-1-git-send-email-marcandre.lureau@redhat.com> References: <1460542084-31446-1-git-send-email-marcandre.lureau@redhat.com> From: Peter Maydell Date: Wed, 13 Apr 2016 20:34:39 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 0/1] Ivshmem fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= Cc: QEMU Developers On 13 April 2016 at 11:08, wrote: > From: Marc-Andr=C3=A9 Lureau > > The following changes since commit d44122ecd0fa62d20762bdd8f214f077cb8e01= 1b: > > Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into sta= ging (2016-04-12 17:47:15 +0100) > > are available in the git repository at: > > git@github.com:elmarco/qemu.git tags/ivshmem-fix-pull-request > > for you to fetch changes up to 6dc64780c2a88307716649aa9232bcc129c1ab14: > > ivshmem: fix ivshmem-{plain,doorbell} crash without arg (2016-04-13 12:= 01:47 +0200) > > ---------------------------------------------------------------- > > ---------------------------------------------------------------- > > Marc-Andr=C3=A9 Lureau (1): > ivshmem: fix ivshmem-{plain,doorbell} crash without arg > > hw/misc/ivshmem.c | 30 ++++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) Applied, thanks. -- PMM