From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fWRZi-0003yM-V7 for qemu-devel@nongnu.org; Fri, 22 Jun 2018 15:18:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fWRZe-0002A1-W0 for qemu-devel@nongnu.org; Fri, 22 Jun 2018 15:18:26 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:48550 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fWRZe-000297-QG for qemu-devel@nongnu.org; Fri, 22 Jun 2018 15:18:22 -0400 Date: Fri, 22 Jun 2018 22:18:21 +0300 From: "Michael S. Tsirkin" Message-ID: <20180622221313-mutt-send-email-mst@kernel.org> References: <20180612184616.90838-1-mst@redhat.com> <20180614081800.GH6355@redhat.com> <20180622130659.GA11827@paraplu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20180622130659.GA11827@paraplu> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 0/2] kvm: x86 CPU power management List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kashyap Chamarthy Cc: Daniel =?iso-8859-1?Q?P=2E_Berrang=E9?= , qemu-devel@nongnu.org, Paolo Bonzini , Marcelo Tosatti , Eduardo Habkost , kvm@vger.kernel.org, Richard Henderson , huth@tuxfamily.org On Fri, Jun 22, 2018 at 03:06:59PM +0200, Kashyap Chamarthy wrote: > (Cc: Thomas Huth) >=20 > On Thu, Jun 14, 2018 at 09:18:00AM +0100, Daniel P. Berrang=E9 wrote: >=20 > [...] >=20 > > IMHO this really shouldn't be under the -realtime flag. I don't think > > the -realtime flag should ever have been introduced, and we certainly > > shouldn't add more stuff under it. > >=20 > > "-realtime" is referring to a very specific use case, while the > > properties listed under it are all general purpose features. Real > > time guests just happen to be one possible use case, but it is > > valid to use them for non-real time guests. >=20 > Given what you say above, then it sounds like the "-realtime" QEMU > option should be deprecated, and removed in a future release. >=20 > [...] >=20 As a patch on top, sure. > --=20 > /kashyap