On Thu, Oct 8, 2015 at 8:40 AM, Michael Davidsaver
<mdavidsa...@gmail.com> wrote:
> Implement the SYSRESETREQ bit of the AIRCR register
> for armv7-m (ie. cortex-m3).
>

This would serve better as the commit message to the patch (which I
notice is missing a commit blurb).

> A small patch to see if I have the submission process figured out.
>

It is usual for the cover and patches to be enumerated together with
the cover being patch 0, e.g. the subject would read [PATCH 0/1]. the
--cover-letter switch of git format-patch does this for you.

> Michael Davidsaver (1):

When sending a single, a cover is not required. You could just send
the patch on it's own. This will all be useful when you come to send
multi-patch series however.

Regards,
Peter

>   armv7-m: exit on external reset request
>
>  hw/intc/armv7m_nvic.c | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> --
> 2.1.4
>
>

Reply via email to