From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50535 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJWVa-0001eP-IZ for qemu-devel@nongnu.org; Tue, 01 Jun 2010 14:48:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJWVX-0000yb-Ob for qemu-devel@nongnu.org; Tue, 01 Jun 2010 14:48:14 -0400 Received: from mail-pz0-f196.google.com ([209.85.222.196]:40554) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJWVX-0000y5-IQ for qemu-devel@nongnu.org; Tue, 01 Jun 2010 14:48:11 -0400 Received: by pzk34 with SMTP id 34so3043540pzk.29 for ; Tue, 01 Jun 2010 11:48:10 -0700 (PDT) Message-ID: <4C0555DE.5040508@codemonkey.ws> Date: Tue, 01 Jun 2010 13:47:58 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20100531184758.GA6780@redhat.com> In-Reply-To: <20100531184758.GA6780@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PULLv2] pci fixes 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/31/2010 01:47 PM, Michael S. Tsirkin wrote: > OK, I dropped the vhost change for now: I still think > we should not bother about mingw for linux-only code, > but at this point it's not important for me. > > The following changes since commit aa6f63fff62faf2fe9ffba5a789675d49293614d: > > mc146818rtc: improve debugging (2010-05-30 19:20:07 +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 > Isaku Yamahata (5): > pci: clean up of pci_set_default_subsystem_id(). > pci: add const to pci_is_express(), pci_config_size(). > pci.h: remove unused constants. > msix: remove duplicated defines. > pci-hotplug: make them aware of pci domain. > > hw/msix.c | 8 -------- > hw/pci-hotplug.c | 7 ++++--- > hw/pci.c | 34 ++++++++++++++++++++++++++-------- > hw/pci.h | 16 +++------------- > 4 files changed, 33 insertions(+), 32 deletions(-) >