|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 01/11] public: adjust documentation following XSA-217
Jan,
When you have a long series like this, could you name the files in a way
that makes it easier for a shell script to get their order? e.g.,
01-xsa217-doc.patch, 02-gnttab-xfer-xenheap.patch, &c?
Having to manually save-and-apply the name of each patch of an
eleven-patch series separately is fairly annoying. If they started with
a number, I could save them all to the same directory and then use "for
patch in *.patch ; do..." to apply them.
(Using `git send-email` would also make things a lot easier...)
-George
On 21/06/17 10:30, Jan Beulich wrote:
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
>
> --- a/xen/include/public/grant_table.h
> +++ b/xen/include/public/grant_table.h
> @@ -411,12 +411,13 @@ typedef struct gnttab_dump_table gnttab_
> DEFINE_XEN_GUEST_HANDLE(gnttab_dump_table_t);
>
> /*
> - * GNTTABOP_transfer_grant_ref: Transfer <frame> to a foreign domain. The
> - * foreign domain has previously registered its interest in the transfer via
> - * <domid, ref>.
> + * GNTTABOP_transfer: Transfer <frame> to a foreign domain. The foreign
> domain
> + * has previously registered its interest in the transfer via <domid, ref>.
> *
> * Note that, even if the transfer fails, the specified page no longer
> belongs
> * to the calling domain *unless* the error is GNTST_bad_page.
> + *
> + * Note further that only PV guests can use this operation.
> */
> struct gnttab_transfer {
> /* IN parameters. */
> --- a/xen/include/public/memory.h
> +++ b/xen/include/public/memory.h
> @@ -102,6 +102,8 @@ DEFINE_XEN_GUEST_HANDLE(xen_memory_reser
> * Returns zero on complete success, otherwise a negative error code.
> * On complete success then always @nr_exchanged == @in.nr_extents.
> * On partial success @nr_exchanged indicates how much work was done.
> + *
> + * Note that only PV guests can use this operation.
> */
> #define XENMEM_exchange 11
> struct xen_memory_exchange {
>
>
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |