From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDbd8-0007ct-Rk for qemu-devel@nongnu.org; Fri, 30 Mar 2012 09:12:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDbd0-0005dB-Dn for qemu-devel@nongnu.org; Fri, 30 Mar 2012 09:12:38 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:33903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDbd0-0005d0-95 for qemu-devel@nongnu.org; Fri, 30 Mar 2012 09:12:30 -0400 Received: by obbwd20 with SMTP id wd20so1070122obb.4 for ; Fri, 30 Mar 2012 06:12:28 -0700 (PDT) Message-ID: <4F75B139.7040509@codemonkey.ws> Date: Fri, 30 Mar 2012 08:12:25 -0500 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/2] simple Xen fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: qemu-devel@nongnu.org, qemu-stable@nongnu.org On 03/27/2012 11:14 AM, Stefano Stabellini wrote: > Hi Anthony, > I have a couple of old Xen one-line fixes laying around: > > Stefano Stabellini (2): > xen_console: ignore console disconnect events from console/0 > xen_disk: detach the blkdev before bdrv_delete > > hw/xen_console.c | 3 +++ > hw/xen_disk.c | 1 + > 2 files changed, 4 insertions(+), 0 deletions(-) Pulled. Thanks. Regards, Anthony Liguori > > > Please pull: > > git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-fixes > > > They should also go into stable-1.0. > > > Cheers, > > Stefano > >