From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNfPt-0005QJ-2F for qemu-devel@nongnu.org; Fri, 16 Nov 2018 09:48:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNfPn-0001pM-TP for qemu-devel@nongnu.org; Fri, 16 Nov 2018 09:48:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56150) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gNfPn-0001oU-Md for qemu-devel@nongnu.org; Fri, 16 Nov 2018 09:48:11 -0500 From: Markus Armbruster References: <20181115140501.7872-1-david@redhat.com> <20181115140501.7872-8-david@redhat.com> Date: Fri, 16 Nov 2018 15:48:06 +0100 In-Reply-To: <20181115140501.7872-8-david@redhat.com> (David Hildenbrand's message of "Thu, 15 Nov 2018 15:04:59 +0100") Message-ID: <87va4x2i55.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v1 7/9] test-string-input-visitor: use virtual walk List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand Cc: qemu-devel@nongnu.org, Paolo Bonzini , Michael Roth David Hildenbrand writes: > We now support virtual walks, so use that instead. > > Signed-off-by: David Hildenbrand Reviewed-by: Markus Armbruster