From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH 0/5] pci-assign: Host IRQ sharing suppport + some fixes and cleanups Date: Tue, 14 Dec 2010 00:25:36 +0100 Message-ID: Cc: kvm@vger.kernel.org, Alex Williamson , "Michael S. Tsirkin" To: Avi Kivity , Marcelo Tosatti Return-path: Received: from fmmailgate02.web.de ([217.72.192.227]:33844 "EHLO fmmailgate02.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755602Ab0LMXZw (ORCPT ); Mon, 13 Dec 2010 18:25:52 -0500 Sender: kvm-owner@vger.kernel.org List-ID: This series includes cleanups of the PCI config access of assigned devices, fixes a corner case in this area, removes that suspicious VGA hunk from assigned_dev_pci_read_config, and finally enables support for the latest host IRQ sharing support via PCI-2.3 interrupt masking. See the patches for details. Jan Kiszka (5): pci-assign: Clean up assigned_dev_pci_read/write_config pci-assign: Fix dword read at PCI_COMMAND pci-assign: Remove suspicious hunk from assigned_dev_pci_read_config pci-assign: Convert need_emulate_cmd into a bitmask pci-assign: Use PCI-2.3-based shared legacy interrupts hw/device-assignment.c | 100 ++++++++++++++++++++++++++++++++++++----------- hw/device-assignment.h | 2 +- qemu-kvm.c | 8 ++++ qemu-kvm.h | 3 + 4 files changed, 88 insertions(+), 25 deletions(-)