[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v10 0/10] xenguest optimisations
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Frediano Ziglio <freddy77@xxxxxxxxx>
- Date: Wed, 12 Aug 2026 03:33:19 +0100
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20260327; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=5TUs5xuISD/vB2CwHDcwdOp26J3qVXBqzemYHGJ3XMM=; fh=aU3/UpxH5Blg8M5NzH55q/XY8irYVWQMVJdPeFRWhhg=; b=eTr2+kcQH/XqIt6EuybLmKk3Kqt4LI3trqs6RD2xwaNd0d86ceBjulBp3T7PBAn91h 1L6ovDM5XohrmO1FqkL2GYcCafHeKFviufm/k7R5nH0vRw+aCo8R6Y4/rB+8DuPF6oXO TTWq3q9pCvEhpcVjCRW9QiKDJQQxhcwwurYmjQHu9FnnBJIusq1fMmBvgrwHncdm05eV So0T1Itot/GveUA2XKiL0BMTP7jAVpUQPWux9DQbYRbyf8tj8Y8+bEKI5KlE2XfrReMu Ynnxk6fLc5iuLJjb7YL78cWfDBvcvWip8q3dmA/XI0pRfXqzqoC3DHAAeElVQZU0/SXu qv7g==; darn=lists.xenproject.org
- Arc-seal: i=1; a=rsa-sha256; t=1786502011; cv=none; d=google.com; s=arc-20260327; b=cIhNd+2rRBGz+WXj54BeNngJzf+rLqgczaP5n1ZbwQCAxc8kDAdiA9kDQYE+AIqFhk 8giI6Vets8tRN5ZtgpytCOKM/5dj4KkSWIuqvTeLkvSG+Lp7cw+INhOZLUudE9huwxLr FemyOvZVEljvZP8IkSRnjcVl+4+3nkUBYe17qtCQ3EdW1zVHUBSeNWjuq2RPbnuSlNPB oihTHKIZETsBI4gWsDH8mTiUggGbSRq/VGmqZav7QxeE8gx+Z1yhIkzz1jKDobrnoNQC gynd0LsH7jJvH09TbmK6MH/KHurqzUrQbK/L5IQHBLQis7k26kuBu6WltCNSUNpVMS3J OgEg==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=20251104 header.d=gmail.com header.i="@gmail.com" header.h="Content-Transfer-Encoding:Content-Type:Cc:To:Subject:Message-ID:Date:From:In-Reply-To:References:MIME-Version"
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, Frediano Ziglio <frediano.ziglio@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Teddy Astie <teddy.astie@xxxxxxxxxx>, Juergen Gross <jgross@xxxxxxxx>
- Delivery-date: Wed, 12 Aug 2026 02:33:41 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Tue, 11 Aug 2026 at 12:37, Anthony PERARD <anthony.perard@xxxxxxxxxx> wrote:
>
> On Mon, Aug 10, 2026 at 11:30:03AM +0100, Frediano Ziglio wrote:
> > Edwin Török (3):
> > libs/call: cache up to 4 pages in hypercall bounce buffers
> > libs/guest: allocate various migration arrays just once
> > Frediano Ziglio (6):
> > libs/guest: move batch_pfns into a separate structure
>
> I've committed these first three patches.
>
Thanks.
> I've notice that `git am` will put the wrong author on your patch, it
> would use the gmail addr instead of the citrix one. Could you fix your
> config so that `git` does the right thing? I think it is just a matter
> of changing the config:
>
> git config sendemail.from 'Frediano Ziglio <freddy77@xxxxxxxxx>'
>
> (with maybe --global or with an identity added to the config option if
> you use that).
>
> This will tell git that the email is send from a different email
> address and it will format the patch appropriately. Otherwise, gmail
> just overwrite the "From:" without telling git. The original "From:" is
> still available in "X-Google-Original-From:" but it's not something git
> should care about.
>
Done. Yes, it looks like it is working. An additional "From; xxx" line
is added at the beginning of the body.
> Cheers,
>
>
Frediano
|