From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: Re: [PATCH v2 0/6] qemu-kvm: pci-assign: Some more cleanups Date: Mon, 02 May 2011 08:11:27 -0600 Message-ID: <1304345487.3255.16.camel@x201> 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 To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:64991 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756223Ab1EBOLa (ORCPT ); Mon, 2 May 2011 10:11:30 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Fri, 2011-04-29 at 11:05 +0200, Jan Kiszka wrote: > 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(-) > For patches 1-3,5,6: Acked-by: Alex Williamson v3 version of 4 acked separately