From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43270 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OE4Uu-0001aP-AG for qemu-devel@nongnu.org; Mon, 17 May 2010 13:53:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OE4Uf-0002Ts-TK for qemu-devel@nongnu.org; Mon, 17 May 2010 13:52:47 -0400 Received: from mail-qy0-f173.google.com ([209.85.221.173]:42179) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OE4Uf-0002Ti-PF for qemu-devel@nongnu.org; Mon, 17 May 2010 13:52:45 -0400 Received: by qyk4 with SMTP id 4so332687qyk.18 for ; Mon, 17 May 2010 10:52:44 -0700 (PDT) Message-ID: <4BF18268.5050103@codemonkey.ws> Date: Mon, 17 May 2010 12:52:40 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PULL] virtio, pci fixes References: <20100512223726.GA26068@redhat.com> In-Reply-To: <20100512223726.GA26068@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 05/12/2010 05:37 PM, Michael S. Tsirkin wrote: > The following changes since commit 54d7cf136f040713095cbc064f62d753bff6f9d2: > > doc: Clean up monitor command function index (2010-05-10 11:36:04 -0500) > 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 > > Alex Williamson (1): > pci: cleanly backout of pci_qdev_init() > > Michael S. Tsirkin (3): > pci: irq_state vmstate breakage > virtio: invoke set_features on load > virtio-net: return with value in void function > > hw/pci.c | 20 +++++++++++++------- > hw/virtio-net.c | 2 +- > hw/virtio.c | 2 ++ > 3 files changed, 16 insertions(+), 8 deletions(-) > > >