From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8iUY-00053j-M3 for qemu-devel@nongnu.org; Sun, 11 Aug 2013 23:08:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8iUU-0001Ao-EA for qemu-devel@nongnu.org; Sun, 11 Aug 2013 23:08:22 -0400 Received: from [222.73.24.84] (port=11799 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8iUU-00013A-3C for qemu-devel@nongnu.org; Sun, 11 Aug 2013 23:08:18 -0400 Date: Mon, 12 Aug 2013 11:06:49 +0800 From: Hu Tao Message-ID: <20130812030649.GA4373@localhost.localdomain> References: <1376233843-19410-1-git-send-email-marcel.a@redhat.com> <1376233843-19410-2-git-send-email-marcel.a@redhat.com> MIME-Version: 1.0 In-Reply-To: <1376233843-19410-2-git-send-email-marcel.a@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Subject: Re: [Qemu-devel] [PATCH for-1.6 V2 1/2] hw/misc: don't create pvpanic device by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcel Apfelbaum Cc: aliguori@us.ibm.com, gleb@redhat.com, mst@redhat.com, qemu-devel@nongnu.org, vrozenfe@redhat.com, pbonzini@redhat.com, afaerber@suse.de, kraxel@redhat.com On Sun, Aug 11, 2013 at 06:10:42PM +0300, Marcel Apfelbaum wrote: > This patch is based on Hu Tao's: > http://lists.nongnu.org/archive/html/qemu-devel/2013-08/msg00124.html > > No need to hard-code pvpanic as part of the machine. > It can be added with "-device pvpanic" from command line (The next patch). > Anyway, for backport compatibility it is still part of 1.5 > machine. > > Signed-off-by: Marcel Apfelbaum Reviewed-by: Hu Tao