From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT5TW-0002A7-J6 for qemu-devel@nongnu.org; Fri, 29 Jul 2016 06:57:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bT5TU-0007q5-Cp for qemu-devel@nongnu.org; Fri, 29 Jul 2016 06:57:05 -0400 Received: from mail-vk0-x230.google.com ([2607:f8b0:400c:c05::230]:35034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT5TT-0007q1-Rb for qemu-devel@nongnu.org; Fri, 29 Jul 2016 06:57:04 -0400 Received: by mail-vk0-x230.google.com with SMTP id w127so51758278vkh.2 for ; Fri, 29 Jul 2016 03:57:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1469746258-22438-1-git-send-email-jsnow@redhat.com> References: <1469746258-22438-1-git-send-email-jsnow@redhat.com> From: Peter Maydell Date: Fri, 29 Jul 2016 11:56:43 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/1] Ide patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: QEMU Developers On 28 July 2016 at 23:50, John Snow wrote: > The following changes since commit 21a21b853a1bb606358af61e738abfb9aecbd720: > > Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2016-07-27 18:18:21 +0100) > > are available in the git repository at: > > https://github.com/jnsnow/qemu.git tags/ide-pull-request > > for you to fetch changes up to 87ac25fd1fed05a30a93d27dbeb2a4c4b83ec95f: > > ide: fix halted IO segfault at reset (2016-07-28 17:34:19 -0400) > > ---------------------------------------------------------------- > > ---------------------------------------------------------------- > > John Snow (1): > ide: fix halted IO segfault at reset > > hw/ide/core.c | 1 + > 1 file changed, 1 insertion(+) Applied, thanks. -- PMM