From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55458 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OY3eB-0000oN-9a for qemu-devel@nongnu.org; Sun, 11 Jul 2010 17:01:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OY3eA-000817-3Z for qemu-devel@nongnu.org; Sun, 11 Jul 2010 17:01:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33485) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OY3e9-000813-Pv for qemu-devel@nongnu.org; Sun, 11 Jul 2010 17:01:10 -0400 Date: Sun, 11 Jul 2010 23:55:52 +0300 From: "Michael S. Tsirkin" Message-ID: <20100711205551.GA25047@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] pci, virtio fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori A couple of pci fixes in vmware are untested, but look very minor to me and no one objected yet - let's merge and handle the fallout if any. The following changes since commit 1ddda5cd364d2f82201830ca69675e17c60ded8e: AppleSMC device emulation (2010-07-11 20:33:10 +0300) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony Isaku Yamahata (3): pci: fix pci_device_reset pci hotplug: make pci_device_hot_remove() static pci hotplug: make pci hotplug return value to caller Michael S. Tsirkin (5): pcnet: address TODOs rtl8139: address TODOs vmware_vga: fix reset value for command register virtio-net: correct packet length math pci: fix bridge update hw/pci-hotplug.c | 2 +- hw/pci.c | 34 +++++++++++++++++++++++++--------- hw/pcnet.c | 16 ++-------------- hw/rtl8139.c | 3 --- hw/virtio-net.c | 41 ++++++++++++++++++++++++++++------------- hw/vmware_vga.c | 3 --- sysemu.h | 1 - 7 files changed, 56 insertions(+), 44 deletions(-) -- MST