From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCPuw-0003WS-DS for qemu-devel@nongnu.org; Wed, 30 Jul 2014 05:11:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCPuq-0007Ku-8o for qemu-devel@nongnu.org; Wed, 30 Jul 2014 05:11:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCPuq-0007Ko-1C for qemu-devel@nongnu.org; Wed, 30 Jul 2014 05:11:20 -0400 Message-ID: <53D8B6B4.5070302@redhat.com> Date: Wed, 30 Jul 2014 11:11:16 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <592b4a2a2b00e21470bec1a2ecf259a64eb285b2.1406703720.git.jan.kiszka@siemens.com> <20140730085732.GA14263@redhat.com> In-Reply-To: <20140730085732.GA14263@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] pc: Fix disabling of vapic for compat PC models List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , Jan Kiszka Cc: qemu-devel Il 30/07/2014 10:57, Michael S. Tsirkin ha scritto: > In that case, how about creating a macro with type name, > and using that? This way things don't break if we rename > something again. Don't we have warnings for that now? Paolo