From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiUDK-00042D-69 for qemu-devel@nongnu.org; Sun, 17 Jul 2011 12:29:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QiUDI-00028X-SS for qemu-devel@nongnu.org; Sun, 17 Jul 2011 12:29:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiUDI-00028C-Aw for qemu-devel@nongnu.org; Sun, 17 Jul 2011 12:29:04 -0400 Date: Sun, 17 Jul 2011 19:29:27 +0300 From: "Michael S. Tsirkin" Message-ID: <20110717162927.GA27116@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] pci, virtio, vhost, xen List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori Cc: anthony.perard@citrix.com, mst@redhat.com 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 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(-)