From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55045 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIkq9-0006e2-3t for qemu-devel@nongnu.org; Sun, 30 May 2010 11:54:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OIkq7-0003sx-Ne for qemu-devel@nongnu.org; Sun, 30 May 2010 11:54:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22021) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OIkq7-0003sq-G2 for qemu-devel@nongnu.org; Sun, 30 May 2010 11:54:15 -0400 Date: Sun, 30 May 2010 18:50:00 +0300 From: "Michael S. Tsirkin" Message-ID: <20100530155000.GA30051@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] pci, vhost fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori The following changes since commit 259d5577ae546de27e25a40710f81aa031660de8: lsi: Fix value overflow in request tag processing (2010-05-22 15:32:32 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci Isaku Yamahata (4): 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. Michael S. Tsirkin (1): vhost: fix build broken by 0bfcd599e3f5c5679cc7d0165a0a1822e2f60de2 hw/msix.c | 8 -------- hw/pci.c | 12 +++++------- hw/pci.h | 15 ++------------- hw/vhost_net.c | 2 +- 4 files changed, 8 insertions(+), 29 deletions(-) -- MST