From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v2 0/6] qemu-kvm: pci-assign: Some more cleanups Date: Tue, 3 May 2011 16:17:07 -0300 Message-ID: <20110503191707.GB10617@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org, Alex Williamson To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:59392 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754601Ab1ECTU5 (ORCPT ); Tue, 3 May 2011 15:20:57 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Apr 29, 2011 at 11:05:27AM +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 Applied, thanks.