From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52704 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OayGO-0002tu-0T for qemu-devel@nongnu.org; Mon, 19 Jul 2010 17:52:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OayGM-0001q4-Lv for qemu-devel@nongnu.org; Mon, 19 Jul 2010 17:52:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22940) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OayGM-0001pG-F0 for qemu-devel@nongnu.org; Mon, 19 Jul 2010 17:52:38 -0400 Date: Tue, 20 Jul 2010 00:47:18 +0300 From: "Michael S. Tsirkin" Message-ID: <20100719214718.GA12336@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] vhost, e1000 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori The following changes since commit 488243b0e9126daa5f1e7fb2e97717b66a977517: target-ppc: fix power mode checking on 7400/7410 (2010-07-19 00:33:29 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony Michael S. Tsirkin (4): Merge branch 'master' into pci e1000: fix access 4 bytes beyond buffer end e1000: secrc support vhost: fix miration during device start hw/e1000.c | 12 ++++++++++-- hw/pci-hotplug.c | 2 +- hw/pci.c | 34 +++++++++++++++++++++++++--------- hw/pcnet.c | 16 ++-------------- hw/rtl8139.c | 3 --- hw/vhost.c | 21 +++++++++++---------- hw/virtio-net.c | 41 ++++++++++++++++++++++++++++------------- hw/vmware_vga.c | 3 --- sysemu.h | 1 - 9 files changed, 77 insertions(+), 56 deletions(-)