From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdmWG-0002TT-BU for qemu-devel@nongnu.org; Mon, 04 Jul 2011 13:01:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdmWD-0007Uh-Gg for qemu-devel@nongnu.org; Mon, 04 Jul 2011 13:01:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdmWD-0007UT-07 for qemu-devel@nongnu.org; Mon, 04 Jul 2011 13:01:09 -0400 Date: Mon, 4 Jul 2011 20:01:24 +0300 From: "Michael S. Tsirkin" Message-ID: <20110704170124.GA15248@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] pci, vhost 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 1dfdcaa83f9ce34aded8bc0669e81753d94f1b7d: user: Fix -d debug logging for usermode emulation (2011-06-28 20:57:09 +0200) 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 (3): vhost: fix double free on device stop pci_ids: tweak names to match linux/pci_ids.h xen: move to new pci initializers hw/pci_ids.h | 3 ++- hw/piix_pci.c | 3 +++ hw/vhost.c | 1 + hw/xen_platform.c | 15 +++++++-------- 4 files changed, 13 insertions(+), 9 deletions(-)