From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web09.675.1583176936225656939 for ; Mon, 02 Mar 2020 11:22:16 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=SJSMefM6; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1583176935; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=uL3ByURiNlfqIzhUpHaGqIb5kfrFDUchZ33S9l8afTA=; b=SJSMefM6aJExbRVuUE9XBxsNSjGGZp4OuCr0nnGjtpvV962EMRU7ryMMOQm/3NSIsvx2UU vJOJ/0pHOfdhhi+SFSmuWySNQhxaD9SHXN+o9ipgTk0YTbhIuDG6DU+V+DP8u/wuude7Pt 3GTvrLMFEaz1aQj7TN3z2krvnBLtOjw= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-7-pGwp1uYcOnWXn_Wx74gKFg-1; Mon, 02 Mar 2020 14:22:10 -0500 X-MC-Unique: pGwp1uYcOnWXn_Wx74gKFg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 354AC13E4; Mon, 2 Mar 2020 19:22:09 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-197.ams2.redhat.com [10.36.117.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8B3A75DA7C; Mon, 2 Mar 2020 19:22:08 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v2 00/16] OvmfPkg: support VCPU hotplug with -D SMM_REQUIRE To: Boris Ostrovsky , devel@edk2.groups.io References: <20200226221156.29589-1-lersek@redhat.com> <19353.1583163973273098032@groups.io> From: "Laszlo Ersek" Message-ID: <6af114ba-d003-2035-b233-b64eb61e7d44@redhat.com> Date: Mon, 2 Mar 2020 20:22:07 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <19353.1583163973273098032@groups.io> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 03/02/20 16:46, Boris Ostrovsky wrote: > On Wed, Feb 26, 2020 at 05:12 PM, Laszlo Ersek wrote: >=20 >> >> Supersedes: <20200223172537.28464-1-lersek@redhat.com> >> Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1512 >> Repo: https://github.com/lersek/edk2.git >> Branch: vcpu_hotplug_smm_bz_1512_v2 >> >> V1 was posted at: >> >> * [edk2-devel] [PATCH 00/16] >> OvmfPkg: support VCPU hotplug with -D SMM_REQUIRE >> >> https://edk2.groups.io/g/devel/message/54734 >> http://mid.mail-archive.com/20200223172537.28464-1-lersek@redhat.com >=20 > Tested-by: Boris Ostrovsky >=20 Thanks! Laszlo