From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Roger Pau Monne <roger.pau@citrix.com>, xen-devel@lists.xenproject.org
Cc: Ian Jackson <ian.jackson@eu.citrix.com>,
Wei Liu <wei.liu2@citrix.com>,
Ian Campbell <ian.campbell@citrix.com>
Subject: Re: [PATCH v9 9/9] libxl: add support for migrating HVM guests without a device model
Date: Fri, 27 Nov 2015 13:55:20 +0000 [thread overview]
Message-ID: <565860C8.6020901@citrix.com> (raw)
In-Reply-To: <1448631785-11402-10-git-send-email-roger.pau@citrix.com>
On 27/11/15 13:43, Roger Pau Monne wrote:
> diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
> index 7e8054a..d6cb63d 100644
> --- a/tools/libxl/libxl_internal.h
> +++ b/tools/libxl/libxl_internal.h
> @@ -3036,6 +3036,9 @@ struct libxl__stream_write_state {
> libxl__datacopier_state dc;
> sws_record_done_cb record_done_callback;
>
> + /* Cache device model version. */
> + int device_model_version;
> +
Please put an initialiser in libxl__stream_write_init().
With that done, Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
next prev parent reply other threads:[~2015-11-27 13:55 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-27 13:42 [PATCH v9 0/9] Introduce HVM without dm and new boot ABI Roger Pau Monne
2015-11-27 13:42 ` [PATCH v9 1/9] xen/x86: set the vPMU interface based on the presence of a lapic Roger Pau Monne
2015-11-30 20:28 ` Boris Ostrovsky
2015-12-01 12:59 ` Jan Beulich
2015-11-27 13:42 ` [PATCH v9 2/9] xen/x86: make sure the HVM callback vector is correctly set Roger Pau Monne
2015-12-02 16:56 ` Jan Beulich
2015-11-27 13:42 ` [PATCH v9 3/9] xen/x86: allow disabling all emulated devices inside of Xen Roger Pau Monne
2015-11-27 13:43 ` [PATCH v9 4/9] libxc: allow creating domains without emulated devices Roger Pau Monne
2015-11-27 13:43 ` [PATCH v9 5/9] xen/x86: allow HVM guests to use hypercalls to bring up vCPUs Roger Pau Monne
2015-11-30 12:06 ` Julien Grall
2015-12-03 14:20 ` Jan Beulich
2015-11-27 13:43 ` [PATCH v9 6/9] libxc/xen: introduce a start info structure for HVMlite guests Roger Pau Monne
2015-11-30 10:40 ` Jan Beulich
2015-11-27 13:43 ` [PATCH v9 7/9] libxc: switch xc_dom_elfloader to be used with HVMlite domains Roger Pau Monne
2015-11-27 13:43 ` [PATCH v9 8/9] libxl: allow the creation of HVM domains without a device model Roger Pau Monne
2015-11-27 13:43 ` [PATCH v9 9/9] libxl: add support for migrating HVM guests " Roger Pau Monne
2015-11-27 13:55 ` Andrew Cooper [this message]
2015-11-27 15:04 ` Roger Pau Monné
2015-11-27 15:11 ` Wei Liu
2015-12-02 20:47 ` [PATCH v9 0/9] Introduce HVM without dm and new boot ABI Boris Ostrovsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=565860C8.6020901@citrix.com \
--to=andrew.cooper3@citrix.com \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=roger.pau@citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.