From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePAff-0002lS-2I for qemu-devel@nongnu.org; Wed, 13 Dec 2017 12:18:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePAfZ-000828-HB for qemu-devel@nongnu.org; Wed, 13 Dec 2017 12:18:15 -0500 Date: Wed, 13 Dec 2017 18:17:59 +0100 From: Cornelia Huck Message-ID: <20171213181759.7511b032.cohuck@redhat.com> In-Reply-To: <20171213132407.5227-1-david@redhat.com> References: <20171208165529.14124-1-david@redhat.com> <20171213132407.5227-1-david@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1] s390x/cpumodel: make qemu cpu model play with "none" machine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand Cc: qemu-s390x@nongnu.org, qemu-devel@nongnu.org, Christian Borntraeger , Richard Henderson , Alexander Graf On Wed, 13 Dec 2017 14:24:07 +0100 David Hildenbrand wrote: > Make sure "-cpu qemu" works with "-M none". > > Signed-off-by: David Hildenbrand This fixes using libvirt for me. > --- > > Conny, if this is okay, can you squash with the original patch? Sure. Waiting until tomorrow in case anyone has feedback. > > hw/s390x/s390-virtio-ccw.c | 4 ---- > target/s390x/cpu_models.c | 7 +++++-- > target/s390x/gen-features.c | 4 ++-- > 3 files changed, 7 insertions(+), 8 deletions(-)