From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1a3ReZ-0005wU-Qi for mharc-grub-devel@gnu.org; Mon, 30 Nov 2015 11:50:15 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3ReS-0005jG-R3 for grub-devel@gnu.org; Mon, 30 Nov 2015 11:50:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3ReP-0000q9-J0 for grub-devel@gnu.org; Mon, 30 Nov 2015 11:50:08 -0500 Received: from mail-lf0-x230.google.com ([2a00:1450:4010:c07::230]:34701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3ReP-0000ns-45 for grub-devel@gnu.org; Mon, 30 Nov 2015 11:50:05 -0500 Received: by lffu14 with SMTP id u14so205501506lff.1 for ; Mon, 30 Nov 2015 08:50:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=h07eTORfs4QpISi+wk3twoc6Pba0SHPYBKT91MTSUDk=; b=V/lQroccMY9S7DqZLtlUSnTlm/3KVl7H1X40jshwRg/ao7mJAas8ohYHHYYDsHiG0m ofiSkFJ6rYJtmRnRLMjVMgEr07JqSXD+zP38e6JPVkracLOjaik2NdTPvoJ9JahvuhxW lOboUKvPJ0Dy9uUmYRP7ebi1kmBkuYDgut54iyZE3LfRT00tJ6OBe8qV0QEmacgtdpBP dF8mWRA8VKzT0UvgeV76AEjhMda68jg9dG94LldlWAcSHIfijMQ9oVKbQYTvvm65JOOg wYw9Dr1yDwJH3sb79hds8EFAyIYt2iU2H1/SdxO+A5tvbQ/wXhsczWtioRLiXM2XcN4U 4nOw== X-Received: by 10.25.144.65 with SMTP id s62mr13423600lfd.104.1448902204318; Mon, 30 Nov 2015 08:50:04 -0800 (PST) Received: from [192.168.1.41] (ppp91-76-25-247.pppoe.mtu-net.ru. [91.76.25.247]) by smtp.gmail.com with ESMTPSA id um1sm7283118lbb.23.2015.11.30.08.50.03 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 Nov 2015 08:50:03 -0800 (PST) Subject: Re: [PATCH] calibrate_tsc(): use the Stall() EFI boot service on GRUB_MACHINE_EFI To: Vitaly Kuznetsov References: <1416992361-4167-1-git-send-email-lersek@redhat.com> <56589925.20207@gmail.com> <87h9k3jvp7.fsf@vitty.brq.redhat.com> From: Andrei Borzenkov Message-ID: <565C7E3A.3090004@gmail.com> Date: Mon, 30 Nov 2015 19:50:02 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <87h9k3jvp7.fsf@vitty.brq.redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c07::230 Cc: The development of GNU GRUB , mchang@suse.com, decui@microsoft.com, lersek@redhat.com X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 16:50:14 -0000 30.11.2015 19:31, Vitaly Kuznetsov пишет: > Andrei Borzenkov writes: > >> 26.11.2014 11:59, Laszlo Ersek пишет: >>> HyperV Gen2 virtual machines have no PIT; guest code should rely on UEFI >>> services instead. >>> >> >> Could you retest with current master? It now supports multiple methods >> to calibrate TSC and should avoid PIT on UEFI systems. > > Unfortunately, current master (grub-2.02-beta2-561-g346a494) still > doesn't work for me, timer keeps running like crazy on Gen2 Hyper-V VMs. > @Michael: I remember you tested version of Vladimir patch on Hyper-V? Could you test current master?