From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60200 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJA5u-0005gW-9n for qemu-devel@nongnu.org; Mon, 31 May 2010 14:52:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJA5t-0004p3-6Y for qemu-devel@nongnu.org; Mon, 31 May 2010 14:52:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47003) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJA5s-0004oz-VM for qemu-devel@nongnu.org; Mon, 31 May 2010 14:52:13 -0400 Date: Mon, 31 May 2010 21:47:58 +0300 From: "Michael S. Tsirkin" Message-ID: <20100531184758.GA6780@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULLv2] pci fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org 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 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(-)