From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMZmX-0007BU-VP for qemu-devel@nongnu.org; Wed, 27 Aug 2014 05:44:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMZmR-0006AI-04 for qemu-devel@nongnu.org; Wed, 27 Aug 2014 05:44:45 -0400 Message-ID: <53FDA886.6070306@suse.de> Date: Wed, 27 Aug 2014 11:44:38 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1408097555-28126-1-git-send-email-aik@ozlabs.ru> <1408097555-28126-14-git-send-email-aik@ozlabs.ru> In-Reply-To: <1408097555-28126-14-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v2 13/13] spapr: Add pseries-2.2 machine with default "ddw" option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy , qemu-devel@nongnu.org Cc: Alex Williamson , qemu-ppc@nongnu.org, Gavin Shan , David Gibson On 15.08.14 12:12, Alexey Kardashevskiy wrote: > This defines new "pseries" machine version which is capable of DDW > (dynamic DMA windows) by default. > > Signed-off-by: Alexey Kardashevskiy In fact, please reverse the logic. The 2.1 machine should get ddw=off and the 2.2 machine an empty compat_props. Alex