[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH] x86/hvm: make ACPI PM timer support optional
- To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>
- From: Sergiy Kibrik <sergiy_kibrik@xxxxxxxx>
- Date: Thu, 3 Oct 2024 13:52:17 +0300
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=JTVgZWOIwb34G/x/JZjQ+G8TVqFH3J+p6BWZnwnoV74=; b=bg/v2EJa806AkRle4n3Q+0sWcWD2LEmqw4RNHbD5j61Ux0S0hjVs2bkcWpEVP5PQ5cAopHny2Tpn5roLsVvqz7fMcnQ0x9sshJSTPlzZWFP6ZGkLbYhjfO04fAznxgxlHTT277HUi5VOLy80+8X9Qb01OG+uh5A65Q+wqWUbtVAj+UtVyt47oeQ52EFxp+H1YO1C2c1H6pljGwQx625frTv7IEPHRD8yG6x2ifOFx4oSl64TSZRg1diCFDYtzPJJ7JD8g9fwJTbuDLE5ctOjIa4VWMfCSyvmNK35EmGdxISvdryZ6yxXnGRdtGUjOop6Bcq31SNHjZvK02dPJihfMg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=y+HbBqeTpBCcczCrq3m0IXXlJ1brodBdUUNxmwifkn8OWINB1hf79Z95iEXsumia/LbXzvzyMliFr1MtsPQc72Exza6jHskzJysfa3VZmEsWXTQhkTrdj/jCYsYakzIO7YiF2eigBGj61PfMpdh4VXzqCVpa62x/xDC5tlRmOm8lb1IbojBiF5fftl9C1+6qRcAmiGKQAPS50pLiKtlbzLYhcb1Y67vDMNNPtSug9lj1ZEBWWL7TDZ1jorP1Y9uh6U4Av3Sf40uCSyZqng+kaGVd+qOsdrRwVOXWWmGoodr0FhcuILXjAiU6EaRjaDUeOXs9lTfi1pyjt04K7G/3JQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=epam.com;
- Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Thu, 03 Oct 2024 10:52:33 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
30.09.24 14:33, Andrew Cooper:
Options are dependant on HVM option, because pmtimer & stdvga drivers
are part of HVM support code.
At the same time these options are allowed to be de-selected when PV/PVH
enabled, because only PV/PVH domains can be created when stdvga or
pmtimer are disabled
But PV != PVH.
Furthermore, be aware that there's no such thing as PVH in Xen. It's
toolstack level "branding" for want of a better term.
In Xen, there is PV (ring privileging) and HVM (hardware virt).
PVH is a toolstack level construct which passes a different set of
emulate flags, and doesn't set up qemu (on ioreq server 0) by default.
understood, then I won't complicate configuration by linking it with PV.
Thanks for explanation!
-Sergiy
|