diff mbox

libxl: update comment to no longer mention Xen 4.3

Message ID 1453735530-92252-1-git-send-email-royger@FreeBSD.org (mailing list archive)
State New, archived
Headers show

Commit Message

Roger Pau Monné Jan. 25, 2016, 3:25 p.m. UTC
From: Roger Pau Monne <roger.pau@citrix.com>

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reported by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
---
 tools/libxl/libxl_internal.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ian Campbell Jan. 26, 2016, 4:52 p.m. UTC | #1
On Mon, 2016-01-25 at 16:25 +0100, Roger Pau Monne wrote:
> From: Roger Pau Monne <roger.pau@citrix.com>
> 
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> Reported by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

This doesn't seem too critical to me, but acked + applied.

> ---
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> Cc: Ian Campbell <ian.campbell@citrix.com>
> Cc: Wei Liu <wei.liu2@citrix.com>
> ---
>  tools/libxl/libxl_internal.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
> index b194e65..fc1b558 100644
> --- a/tools/libxl/libxl_internal.h
> +++ b/tools/libxl/libxl_internal.h
> @@ -2425,8 +2425,8 @@ struct libxl__multidev {
>   * provided by qemu) are freed (eg, fds closed) before it shuts down,
>   * and no confirmation from a terminating qemu back to the toolstack.
>   *
> - * This will need to be fixed in Xen 4.3.  In the meantime (Xen 4.2)
> - * we implement a bodge.
> + * This will need to be fixed in future Xen versions. In the meantime
> + * (Xen 4.2) we implement a bodge.
>   *
>   *      WE WANT TO UNPLUG         WE WANT TO SHUT DOWN OR DESTROY
>   *                    |                           |
diff mbox

Patch

diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
index b194e65..fc1b558 100644
--- a/tools/libxl/libxl_internal.h
+++ b/tools/libxl/libxl_internal.h
@@ -2425,8 +2425,8 @@  struct libxl__multidev {
  * provided by qemu) are freed (eg, fds closed) before it shuts down,
  * and no confirmation from a terminating qemu back to the toolstack.
  *
- * This will need to be fixed in Xen 4.3.  In the meantime (Xen 4.2)
- * we implement a bodge.
+ * This will need to be fixed in future Xen versions. In the meantime
+ * (Xen 4.2) we implement a bodge.
  *
  *      WE WANT TO UNPLUG         WE WANT TO SHUT DOWN OR DESTROY
  *                    |                           |