From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9NUj-00034v-UC for qemu-devel@nongnu.org; Wed, 27 May 2009 14:04:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9NUf-000313-9d for qemu-devel@nongnu.org; Wed, 27 May 2009 14:04:53 -0400 Received: from [199.232.76.173] (port=37469 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9NUe-00030v-W7 for qemu-devel@nongnu.org; Wed, 27 May 2009 14:04:49 -0400 Received: from mx2.redhat.com ([66.187.237.31]:59953) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9NUe-0002BN-Gg for qemu-devel@nongnu.org; Wed, 27 May 2009 14:04:48 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n4RI4lsU002867 for ; Wed, 27 May 2009 14:04:47 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n4RI4jqs000476 for ; Wed, 27 May 2009 14:04:46 -0400 Received: from virtlab1.virt.bos.redhat.com (virtlab1.virt.bos.redhat.com [10.16.72.21]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n4RI4jAl005875 for ; Wed, 27 May 2009 14:04:45 -0400 Date: Wed, 27 May 2009 14:04:45 -0400 Message-Id: <200905271804.n4RI4jAl005875@ns3.rdu.redhat.com> From: Glauber Costa Subject: [Qemu-devel] [GIT PULL] Stable branch update List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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) diffstat is: ====== hw/serial.c | 2 ++ net.c | 2 +- savevm.c | 27 +++++++++++++++++++++------ 3 files changed, 24 insertions(+), 7 deletions(-)