From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH v2 0/6] qemu-kvm: pci-assign: Some more cleanups Date: Fri, 29 Apr 2011 11:05:27 +0200 Message-ID: Cc: kvm@vger.kernel.org, Alex Williamson To: Avi Kivity , Marcelo Tosatti Return-path: Received: from goliath.siemens.de ([192.35.17.28]:26763 "EHLO goliath.siemens.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752969Ab1D2JFk (ORCPT ); Fri, 29 Apr 2011 05:05:40 -0400 Sender: kvm-owner@vger.kernel.org List-ID: This round addresses the review comments and also add another fix to ensure that non-virtualized config areas always hit the real device. Jan Kiszka (6): pci-assign: Clean up assigned_dev_pci_read/write_config pci-assign: Move merge_bits pci-assign: Fix dword read at PCI_COMMAND pci-assign: Properly handle more overlapping accesses pci-assign: Remove suspicious hunk from assigned_dev_pci_read_config pci-assign: Convert need_emulate_cmd into a bitmask hw/device-assignment.c | 125 +++++++++++++++++++++++++++++++---------------- hw/device-assignment.h | 2 +- 2 files changed, 83 insertions(+), 44 deletions(-)