[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] patchew header docs [was: Re: [PATCH 0/6] hyperv: refac
From: |
Fam Zheng |
Subject: |
Re: [Qemu-devel] patchew header docs [was: Re: [PATCH 0/6] hyperv: refactor HvSintRoute management] |
Date: |
Tue, 3 Jul 2018 16:00:35 +0800 |
User-agent: |
Mutt/1.10.0 (2018-05-17) |
On Tue, 07/03 10:47, Roman Kagan wrote:
> On Mon, Jul 02, 2018 at 03:55:33PM -0500, Eric Blake wrote:
> > On 07/02/2018 11:58 AM, Roman Kagan wrote:
> > > This series modifies the management of HvSintRoute, which is an
> > > important building block in Hyper-V emulation infrastructure, to make it
> > > easier to maintain and enhance, and paves the way to the more complete
> > > Synthetic Interrupt Controller (SynIC) emulation.
> > >
> > > This series applies on top of "[PATCH 0/2] hyperv: ensure VP index equal
> > > to QEMU cpu_index" series (message-id:
> > > <address@hidden>).
> >
> > Rewriting that in a form that patchew can parse:
> >
> > Based-on: address@hidden
>
> Thanks!
>
> Are patchew-recognized headers documented anywhere?
No dedicated documentation so far becasue the only recognized syntax is this
"^Based-on: $MESSAGE_ID$" line, which is mentioned in
https://wiki.qemu.org/Contribute/SubmitAPatch
There are requests to support more, such as the git base tree information:
https://github.com/patchew-project/patchew/issues/79
and once we get there, we'll find a better place to document these features so
that people can read about it more easily.
Fam
- [Qemu-devel] [PATCH 0/6] hyperv: refactor HvSintRoute management, Roman Kagan, 2018/07/02
- [Qemu-devel] [PATCH 1/6] hyperv_testdev: refactor for better maintainability, Roman Kagan, 2018/07/02
- [Qemu-devel] [PATCH 2/6] hyperv: cosmetic: g_malloc -> g_new, Roman Kagan, 2018/07/02
- [Qemu-devel] [PATCH 3/6] hyperv: synic: only setup ack notifier if there's a callback, Roman Kagan, 2018/07/02
- [Qemu-devel] [PATCH 4/6] hyperv: allow passing arbitrary data to sint ack callback, Roman Kagan, 2018/07/02
- [Qemu-devel] [PATCH 6/6] hyperv: make HvSintRoute reference-counted, Roman Kagan, 2018/07/02
- [Qemu-devel] [PATCH 5/6] hyperv: address HvSintRoute by X86CPU pointer, Roman Kagan, 2018/07/02
- Re: [Qemu-devel] [PATCH 0/6] hyperv: refactor HvSintRoute management, Eric Blake, 2018/07/02