From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9ZlG-0005GJ-3C for qemu-devel@nongnu.org; Thu, 28 May 2009 03:10:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9ZlA-0005G4-HQ for qemu-devel@nongnu.org; Thu, 28 May 2009 03:10:44 -0400 Received: from [199.232.76.173] (port=46810 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9ZlA-0005G1-BI for qemu-devel@nongnu.org; Thu, 28 May 2009 03:10:40 -0400 Received: from mx20.gnu.org ([199.232.41.8]:1899) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M9Zl9-0007Kx-VE for qemu-devel@nongnu.org; Thu, 28 May 2009 03:10:40 -0400 Received: from mail-fx0-f219.google.com ([209.85.220.219]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9Zl9-0006ta-8H for qemu-devel@nongnu.org; Thu, 28 May 2009 03:10:39 -0400 Received: by fxm19 with SMTP id 19so4711170fxm.34 for ; Thu, 28 May 2009 00:10:36 -0700 (PDT) Message-ID: <4A1E38E9.1060604@codemonkey.ws> Date: Thu, 28 May 2009 02:10:33 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [GIT PULL] Stable branch update References: <200905271804.n4RI4jAl005875@ns3.rdu.redhat.com> In-Reply-To: <200905271804.n4RI4jAl005875@ns3.rdu.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Glauber Costa Cc: qemu-devel@nongnu.org Glauber Costa wrote: > Hi, > > I've updated my repository at: > > git://git.kernel.org/pub/scm/virt/qemu/glommer/qemu-stable.git > > > The branch stable-0.10 contains proposed updates for the official stable > branch. The patches included are: > > > Gleb Natapov (2): > Minimal ethernet frame length is 64 bytes. > Don't send all gratuitous packets at once. > > Jason Wessel (1): > serial: fix lost character after sysrq > > aliguori (1): > net: Fix -net socket,listen (Jan Kiszka) > Thanks. In the future, could you send out patch series too? Regards, Anthony Liguori > diffstat is: > ====== > hw/serial.c | 2 ++ > net.c | 2 +- > savevm.c | 27 +++++++++++++++++++++------ > 3 files changed, 24 insertions(+), 7 deletions(-) > > >