From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] qemu-kvm: Handle -no-shutodwn Date: Wed, 20 May 2009 14:51:16 +0300 Message-ID: <4A13EEB4.9090703@redhat.com> References: <200905192328.31362.gollub@b1-systems.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Daniel Gollub Return-path: Received: from mx2.redhat.com ([66.187.237.31]:35816 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753083AbZETLvS (ORCPT ); Wed, 20 May 2009 07:51:18 -0400 In-Reply-To: <200905192328.31362.gollub@b1-systems.de> Sender: kvm-owner@vger.kernel.org List-ID: Daniel Gollub wrote: > Plain QEMU has the parameter -no-shutdown. This avoids termination of the qemu > process when VM got shutdown (e.g. to still use the QEMU-Monitor with stopped > VM). This parameter has no effect on qemu-kvm, today. > > This patch introduces identical handling, as in qemu, of -no-shutdown for > qemu-kvm: > > * termination of qemu-kvm process on a VM shutdown get only avoided once > * second shutdown of VM cause termination of qemu-kvm (like in qemu) > > Applied, thanks. What is the reason for the wierd semantics? I'd expect -no-shutdown to keep functioning even after the first shutdown. -- error compiling committee.c: too many arguments to function