From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: Re: [PATCH v3 0/7] qemu-kvm: device assignment cleanups and upstream diff reductions Date: Tue, 23 Aug 2011 16:28:43 -0600 Message-ID: <1314138524.2859.168.camel@bling.home> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Avi Kivity , Marcelo Tosatti , kvm@vger.kernel.org, "Michael S. Tsirkin" To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:18176 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754434Ab1HWW2r (ORCPT ); Tue, 23 Aug 2011 18:28:47 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Tue, 2011-08-23 at 19:32 +0200, Jan Kiszka wrote: > Rebased version of the previous round. > > Jan Kiszka (7): > pci-assign: Fix kvm_deassign_irq handling in assign_irq > pci-assign: Update legacy interrupts only if used > pci-assign: Drop libpci header dependency > pci-assign: Refactor calc_assigned_dev_id > pci-assign: Track MSI/MSI-X capability position, clean up related > code > pci-assign: Generic config space access management > qemu-kvm: Resolve PCI upstream diffs > > configure | 21 --- > hw/device-assignment.c | 405 ++++++++++++++++++------------------------------ > hw/device-assignment.h | 9 +- > hw/pci.c | 29 ++-- > hw/pci.h | 7 +- > hw/pci_regs.h | 7 - > 6 files changed, 174 insertions(+), 304 deletions(-) > For series: Acked-by: Alex Williamson