From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43673 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMkJs-00017N-V8 for qemu-devel@nongnu.org; Thu, 10 Jun 2010 12:09:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMkJn-0002Jq-Uy for qemu-devel@nongnu.org; Thu, 10 Jun 2010 12:09:25 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:48356) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMkJn-0002JX-SE for qemu-devel@nongnu.org; Thu, 10 Jun 2010 12:09:23 -0400 Received: by vws12 with SMTP id 12so95020vws.4 for ; Thu, 10 Jun 2010 09:09:23 -0700 (PDT) Message-ID: <4C110E30.7030808@codemonkey.ws> Date: Thu, 10 Jun 2010 11:09:20 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20100610135658.GA962@redhat.com> In-Reply-To: <20100610135658.GA962@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PULL] pci,virtio List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On 06/10/2010 08:56 AM, Michael S. Tsirkin wrote: > The following changes since commit 0ffbba357c557d9fa5caf9476878a4b9c155a614: > > migration-exec: fix OpenBSD build warning (2010-06-04 20:01:07 +0000) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony > Pulled. Thanks. Regards, Anthony Liguori > Amit Shah (1): > net: Fix hotplug with pci_add > > Michael S. Tsirkin (2): > virtio-net: stop vhost backend on vmstop > virtio-net: truncating packet > > hw/virtio-net.c | 26 ++++++++++++++------------ > net.c | 7 +++++-- > 2 files changed, 19 insertions(+), 14 deletions(-) >