[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [PATCH V3 1/2] x86/altp2m: Add hypercall to set a range of sve bits
- To: George Dunlap <george.dunlap@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Alexandru Stefan ISAILA <aisaila@xxxxxxxxxxxxxxx>
- Date: Thu, 12 Dec 2019 09:37:15 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=bitdefender.com; dmarc=pass action=none header.from=bitdefender.com; dkim=pass header.d=bitdefender.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=QZeHIvSsZWKbwVRLBkdfFD76v7kb27hymzkHuThOPNU=; b=lsQyRuAxD7LCX41hxxBdD+OWhdpM0vWS9eAOZnjB0MlYeVgR0FmSz1l8n8P6XYWP9rrLF5O+C6iXUxQMnrBSeVD4wNPjJMx28/pnS8dZpYDaEOQymqUrZe4YmP72ajJ/6gz/xUuO8UR06/33QvYSCbVSALOJowLAJPuEcLkbtc39x0Ppnb5LJcIiLImnK0ubA/VoAyMMMS9hu+fB+A9wZNRnwjsL+wSK0GMzqOqqT35K/hQC8AMfrAa2nmvALobNeC9csk5ykIHOV29Zht/IUzuMfI+uQM4a8mVxeR1UadZEVsAPtogj1UbYmxEiLbn4iq3nOtl0LJ9jkT4GzrSxOQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ch6647C4zkl+Fcb5l9Lt5yw+QDJu3EXPWqEmCmYxkQY1hVq7eTyIvCCfcR5VcczvnjM067/zI9lARSgi661vt1snkSR/TlzgsRX3RRlF+DDJHE6yP2M7NjzjoGtOyCkLyTO0bcNcIxEx1HyySxIpG2tolJMT7ldaMLgZNS7txBBlEcz1VsxKI3Csa3Rus1w6IVdajQWFcNc6+S4l8iu3j3bQFDI15n4gISYcBF2FBEhfMkSXake77trEVC9lrwcbUCuAsD5LNzzMw96QMcPm3nSumf8ndCRsfBjly0dgBBnPkcVxp4hcj51wiARNPnp/T7SNVLfGnv2a8N6Mru/uEw==
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=aisaila@xxxxxxxxxxxxxxx;
- Cc: Petre Ovidiu PIRCALABU <ppircalabu@xxxxxxxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Razvan COJOCARU <rcojocaru@xxxxxxxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>, George Dunlap <George.Dunlap@xxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Ian Jackson <ian.jackson@xxxxxxxxxxxxx>, Tamas K Lengyel <tamas@xxxxxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Thu, 12 Dec 2019 09:37:29 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHVoHyqPG/1qImaik2u7wxoJD4v56etUuGAgAkLngA=
- Thread-topic: [PATCH V3 1/2] x86/altp2m: Add hypercall to set a range of sve bits
On 06.12.2019 17:29, George Dunlap wrote:
> On 11/21/19 3:02 PM, Alexandru Stefan ISAILA wrote:
>> By default the sve bits are not set.
>> This patch adds a new hypercall, xc_altp2m_set_supress_ve_multi(),
>> to set a range of sve bits.
>> The core function, p2m_set_suppress_ve_multi(), does not brake in case
>> of a error and it is doing a best effort for setting the bits in the
>> given range. A check for continuation is made in order to have
>> preemption on big ranges.
>>
>> Signed-off-by: Alexandru Isaila <aisaila@xxxxxxxxxxxxxxx>
>
> There's something strangely deformed in your mail that makes it hard for
> me to apply the patches to my tree, and I'm not sure why.
>
> It seems the core mail is base64-encrypted; and that *inside* that
> base64 encryption is a bunch of Windows-style linefeeds. The result is
> that when I try to download your series and apply it with git-am, I get
> loads of rejected hunks with "^M" at the end of them.
>
> Sometimes I've been able to work around this by going on patchew.org/Xen
> and getting an mbox from there; but it doesn't seem to have your series
> (perhaps because it doesn't have a cover letter).
>
> Looking at the headers, it seems this is coming from git itself. Do you
> perhaps have "transferEncoding" set to "base64"? If so, chance you
> could try setting it to 'auto', and setting 'assume8bitEncoding = true"?
I didn't have anything set for transferEncoding in .gitconfig but I can set
assume8bitEncoding = yes
transferEncoding = 8bit
for the future.
Sorry for the inconvenience.
Alex
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|