From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjChF-0002mB-T4 for qemu-devel@nongnu.org; Tue, 19 Jul 2011 11:58:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjChE-0003OJ-Ac for qemu-devel@nongnu.org; Tue, 19 Jul 2011 11:58:57 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:40347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjChE-0003O6-10 for qemu-devel@nongnu.org; Tue, 19 Jul 2011 11:58:56 -0400 Received: by gxk26 with SMTP id 26so2058046gxk.4 for ; Tue, 19 Jul 2011 08:58:55 -0700 (PDT) Message-ID: <4E25A9BC.4010003@codemonkey.ws> Date: Tue, 19 Jul 2011 10:58:52 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110704170124.GA15248@redhat.com> In-Reply-To: <20110704170124.GA15248@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] pci, vhost 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/04/2011 12:01 PM, Michael S. Tsirkin wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > > 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(-) > >