From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: Fix PCI header check on device assignment Date: Fri, 15 Jun 2012 23:22:24 -0300 Message-ID: <20120616022224.GA5688@amt.cnet> References: <4FCDC54B.1020605@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm , Alex Williamson , vedun@ispras.ru To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:27667 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755461Ab2FPCci (ORCPT ); Fri, 15 Jun 2012 22:32:38 -0400 Content-Disposition: inline In-Reply-To: <4FCDC54B.1020605@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jun 15, 2012 at 07:56:20AM -0600, Jan Kiszka wrote: > The masking was wrong (must have been 0x7f), and there is no need to > re-read the value as pci_setup_device already does this for us. > > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43339 > Signed-off-by: Jan Kiszka Applied, thanks.