From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9G44-0007lp-Mq for qemu-devel@nongnu.org; Thu, 08 Jan 2015 11:36:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9G3z-0007uX-7Y for qemu-devel@nongnu.org; Thu, 08 Jan 2015 11:36:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9G3z-0007uR-0h for qemu-devel@nongnu.org; Thu, 08 Jan 2015 11:35:59 -0500 Message-ID: <54AEB1D8.2090100@redhat.com> Date: Thu, 08 Jan 2015 17:35:36 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1420550957-22337-1-git-send-email-marcel@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] simplify usb enabling logic and fix a Qemu crash List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Marcel Apfelbaum Cc: "Michael S. Tsirkin" , Laszlo Ersek , Alexander Graf , QEMU Developers , Stefan Hajnoczi , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Richard Henderson On 08/01/2015 14:27, Peter Maydell wrote: > So does this mean that we still have other broken options? Do we > have a timescale for fixing them? I was hoping to be able to commit > a patchset fixing these regressions this week; if we can't do that > then we should probably revert the original changes instead :-( Based on a grep of machine_opts, the following suboptions are broken: - mem-merge - dump-guest-core - phandle_start - iommu - kernel_irqchip - kvm_shadow_mem None is really as important as -usb, so I would have no problem with unfreezing the tree, but we definitely should have a timeframe for fixing it. Paolo