Re: [PATCH v10 0/10] xenguest optimisations
Frediano Ziglio <[email protected]>
| Newsgroups | org.xenproject.lists.xen-devel |
|---|---|
| Message-ID | <CAHt6W4fFwNJrKvWW_k9ARs9cJq7uUrqsCqSUb0PdY80=TubVCw@mail.gmail.com> |
On Tue, 11 Aug 2026 at 12:37, Anthony PERARD <[email protected]> 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 <[email protected]>' > > (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