From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36703 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYkOi-0003PC-7R for qemu-devel@nongnu.org; Tue, 13 Jul 2010 14:40:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYkOh-0002je-05 for qemu-devel@nongnu.org; Tue, 13 Jul 2010 14:40:04 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:43347) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYkOg-0002jX-U2 for qemu-devel@nongnu.org; Tue, 13 Jul 2010 14:40:02 -0400 Received: by gwj21 with SMTP id 21so247569gwj.4 for ; Tue, 13 Jul 2010 11:40:02 -0700 (PDT) Message-ID: <4C3CB300.5040502@codemonkey.ws> Date: Tue, 13 Jul 2010 13:40:00 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PULL] pci, virtio fixes References: <20100711205551.GA25047@redhat.com> In-Reply-To: <20100711205551.GA25047@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: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On 07/11/2010 03:55 PM, Michael S. Tsirkin wrote: > 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 > I think I neglected to respond but I did actually test this patch for you. All you need is a F13 live cd. Just boot it with -vmware vga. The driver is built in. Regards, Anthony Liguori > 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(-) >