> -----Original Message----- > From: Paolo Bonzini <[email protected]> On Behalf Of Paolo Bonzini > Sent: Tuesday, March 3, 2020 9:53 AM > To: Sunil Muthuswamy <[email protected]>; Richard Henderson > <[email protected]>; Eduardo Habkost <[email protected]> > Cc: [email protected]; Stefan Weil <[email protected]> > Subject: Re: [EXTERNAL] Re: PATCH] WHPX: TSC get and set should be dependent > on VM state > > On 02/03/20 20:59, Sunil Muthuswamy wrote: > >> You'd be using it to include a signed tags in a pull requests; that is, > >> the git tag that you ask to pull has a cryptographic signature attached > >> to it. > > Great. Is there a link that I can use to read up on how to get the GPG key > > and how to include the signature or what process should I be following? > > This guide seems good, though I haven't tried: > > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmedium.com%2F%40ryanmillerc%2Fuse-gpg-signing-keys-with-git- > on-windows-10-github- > 4acbced49f68&data=02%7C01%7Csunilmut%40microsoft.com%7C826eb46e9f9f44281bd008d7bf9bb70d%7C72f988bf86f141af91ab2 > d7cd011db47%7C1%7C0%7C637188548242292250&sdata=E%2BQ0ar57y65EI6%2FDXXOnEqHM682SOhu1WyzrXrILWGs%3D&res > erved=0 > > You don't need the "git config --local commit.gpgsign true" command, but > you will then create a signed tag with > > git tag -s -f qemu-for-upstream > # let's say "mirror" is your github repo > git push mirror +tags/for-upstream > > and send it to Peter. I really think we should document this final step > ("send it to Peter") better in the wiki, because the git tools for > sending pull requests leave a lot to be desired. > > Paolo
Thanks. Ok, I am setup with GPG. Where should I be sending the pull requests to? Who is "Peter"? Do I have to send it to you?
