From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4maC-00027A-CJ for qemu-devel@nongnu.org; Mon, 23 May 2016 05:55:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4ma7-0004mb-JP for qemu-devel@nongnu.org; Mon, 23 May 2016 05:55:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4ma7-0004mU-ER for qemu-devel@nongnu.org; Mon, 23 May 2016 05:55:27 -0400 References: <1462508442-9407-1-git-send-email-caoj.fnst@cn.fujitsu.com> <1462508442-9407-10-git-send-email-caoj.fnst@cn.fujitsu.com> <573878E7.7070807@redhat.com> <573ACAA2.1040107@cn.fujitsu.com> <20160517103744-mutt-send-email-mst@redhat.com> <5742696C.2000900@cn.fujitsu.com> From: Marcel Apfelbaum Message-ID: <5742D388.1080509@redhat.com> Date: Mon, 23 May 2016 12:55:20 +0300 MIME-Version: 1.0 In-Reply-To: <5742696C.2000900@cn.fujitsu.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 09/11] pci bridge dev: change msi property type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cao jin , "Michael S. Tsirkin" , Markus Armbruster Cc: qemu-devel@nongnu.org On 05/23/2016 05:22 AM, Cao jin wrote: > > > On 05/17/2016 03:38 PM, Michael S. Tsirkin wrote: >> On Tue, May 17, 2016 at 03:39:14PM +0800, Cao jin wrote: >>> >>> > >> Personally I don't consider this a big issue. I don't think >> many people specify msi=on. >> > > I also think so:) If so, the semantics won`t change. > > Marcel, do you think it is ok if I add some info in error message to help user to start machine? Of course, giving the user a hint is always a good think IMO. Thanks, Marcel > > And Markus, do you have comments about it? >