From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj9vw-00022A-DQ for qemu-devel@nongnu.org; Tue, 19 Jul 2011 09:02:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qj9vu-0005aF-Uz for qemu-devel@nongnu.org; Tue, 19 Jul 2011 09:01:56 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:35220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj9vu-0005a4-Fs for qemu-devel@nongnu.org; Tue, 19 Jul 2011 09:01:54 -0400 Received: by gxk26 with SMTP id 26so1967897gxk.4 for ; Tue, 19 Jul 2011 06:01:53 -0700 (PDT) Message-ID: <4E25803F.4010304@codemonkey.ws> Date: Tue, 19 Jul 2011 08:01:51 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110717162927.GA27116@redhat.com> In-Reply-To: <20110717162927.GA27116@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] pci, virtio, vhost, xen List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: anthony.perard@citrix.com, qemu-devel@nongnu.org On 07/17/2011 11:29 AM, Michael S. Tsirkin wrote: > The following changes since commit 89b9ba661bd2d6155308f895ec075d813f0e129b: > > Fix signal handling of SIG_IPI when io-thread is enabled (2011-07-16 19:43:00 +0000) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony Pulled. Thanks. Regards, Anthony Liguori > > Anthony PERARD (1): > hw/piix_pci.c: Fix PIIX3-xen to initialize ids > > Michael S. Tsirkin (4): > vhost: fix double free on device stop > pci_ids: tweak names to match linux/pci_ids.h > xen: move to new pci initializers > virtio: fix indirect descriptor buffer overflow > > hw/pci_ids.h | 3 ++- > hw/piix_pci.c | 3 +++ > hw/vhost.c | 1 + > hw/virtio.c | 8 ++++++++ > hw/xen_platform.c | 15 +++++++-------- > 5 files changed, 21 insertions(+), 9 deletions(-) > >