From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43943 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTbby-0005Jo-7E for qemu-devel@nongnu.org; Fri, 17 Dec 2010 09:48:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTbbw-0003yB-RP for qemu-devel@nongnu.org; Fri, 17 Dec 2010 09:48:46 -0500 Received: from mail-vw0-f45.google.com ([209.85.212.45]:41835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTbbw-0003tT-NR for qemu-devel@nongnu.org; Fri, 17 Dec 2010 09:48:44 -0500 Received: by mail-vw0-f45.google.com with SMTP id 12so192724vws.4 for ; Fri, 17 Dec 2010 06:48:44 -0800 (PST) Message-ID: <4D0B784E.2050501@codemonkey.ws> Date: Fri, 17 Dec 2010 08:48:46 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PULL] pci, virtio, net, migration References: <20101212112551.GA14343@redhat.com> In-Reply-To: <20101212112551.GA14343@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 12/12/2010 05:25 AM, Michael S. Tsirkin wrote: > The following changes since commit 962630f207a33b7de4316022884b5241e05491cd: > > Pass boot device list to firmware. (2010-12-11 21:32:48 +0000) > Pulled. Thanks. Regards, Anthony Liguori > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony > > Isaku Yamahata (1): > pci: make command SERR bit writable > > Michael S. Tsirkin (10): > cpus: flush all requests on each vm stop > migration/savevm: no need to flush requests > virtio-net: don't dma while vm is stopped > virtio-net: stop/start bh when appropriate > pci: untangle pci/msi dependency > Makefile: make msix/msi depend on CONFIG_PCI > pci/aer: fix error injection > pci/aer: fix interrupt on config write > pci/aer: remove dead code > pci/aer: factor out common code > > Mike Ryan (1): > net/sock: option to specify local address > > Makefile.objs | 3 +- > cpus.c | 2 + > hw/pc_piix.c | 20 ++++++++++ > hw/pci.c | 24 ++--------- > hw/pci.h | 7 ++- > hw/pcie.c | 8 ++- > hw/pcie_aer.c | 111 ++++++++++++++++++++++++++----------------------------- > hw/virtio-net.c | 69 ++++++++++++++++++++++++++-------- > migration.c | 2 - > net.c | 4 ++ > net/socket.c | 52 +++++++++++++++++++------ > qemu-options.hx | 11 ++++- > savevm.c | 4 -- > 13 files changed, 195 insertions(+), 122 deletions(-) > > >