From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UECaK-0003ie-Rc for qemu-devel@nongnu.org; Sat, 09 Mar 2013 00:44:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UECaG-0004X0-0D for qemu-devel@nongnu.org; Sat, 09 Mar 2013 00:44:44 -0500 Received: from mail-ee0-f53.google.com ([74.125.83.53]:63168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UECaF-0004Wp-QV for qemu-devel@nongnu.org; Sat, 09 Mar 2013 00:44:39 -0500 Received: by mail-ee0-f53.google.com with SMTP id e53so1361810eek.12 for ; Fri, 08 Mar 2013 21:44:39 -0800 (PST) Sender: Paolo Bonzini Message-ID: <513ACC44.5090805@redhat.com> Date: Sat, 09 Mar 2013 06:44:36 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20121212213631.GA27694@amt.cnet> <51384EED.5020709@redhat.com> <20130308171151.GA29630@amt.cnet> <87r4jpvkv1.fsf@codemonkey.ws> In-Reply-To: <87r4jpvkv1.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] RTC: enable lost_tick_policy=slew as default (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Jan Kiszka , Marcelo Tosatti , qemu-devel@nongnu.org Il 08/03/2013 18:53, Anthony Liguori ha scritto: >> Anthony mentioned that this >> >> http://article.gmane.org/gmane.comp.emulators.qemu/160699 >> >> Is the proper way to do it. > > That breaks too. I don't have a solution but I also don't remember what > the exact failures are. What about a more generic version of that? Adding a priority field to global properties, so that -global can have a higher priority than the default (used by machine types)? Paolo