From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH v2 0/7] qemu-kvm: device assignment cleanups and upstream diff reductions Date: Thu, 21 Jul 2011 20:14:34 +0200 Message-ID: Cc: kvm@vger.kernel.org, "Michael S. Tsirkin" , Alex Williamson To: Avi Kivity , Marcelo Tosatti Return-path: Received: from thoth.sbs.de ([192.35.17.2]:22530 "EHLO thoth.sbs.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753073Ab1GUSOq (ORCPT ); Thu, 21 Jul 2011 14:14:46 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Update of the unmerged half of this series. It logically depends on "pci: Common overflow prevention", but not mechanically. Changes in this release only affect the 6th patch. It gained support for 3-byte config space accesses, received a fix as the previous version broke MSI-X, and was further refactored according to review comments. Please review/merge. 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 | 8 +- hw/pci_regs.h | 7 - 6 files changed, 175 insertions(+), 304 deletions(-) -- 1.7.3.4