From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmiIL-0006LW-8N for qemu-devel@nongnu.org; Sat, 30 Nov 2013 06:01:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VmiIC-0003uI-Hf for qemu-devel@nongnu.org; Sat, 30 Nov 2013 06:01:05 -0500 Sender: Paolo Bonzini Message-ID: <5299C561.7010101@redhat.com> Date: Sat, 30 Nov 2013 12:00:49 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1384155875-26999-1-git-send-email-aik@ozlabs.ru> <1384155875-26999-2-git-send-email-aik@ozlabs.ru> <5299B992.3060906@ozlabs.ru> In-Reply-To: <5299B992.3060906@ozlabs.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 1/6] cpu: add suboptions support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Alexander Graf Il 30/11/2013 11:10, Alexey Kardashevskiy ha scritto: > btw there is a problem - all this qemu_opt stuff normally lives in vl.c so > this patch does not compile with linux-user target. Which qemu_opt exactly? Perhaps you can just move it to util/qemu-option.c or something like that. Paolo > How to solve this properly before I continue spamming the list? :) >