[Qemu-devel] [PULL 0/2] tags/xen-20170228-tag

Stefano Stabellini posted 2 patches 7 years, 1 month ago
Only 1 patches received!
migration/colo.c | 49 +++++++++++++++++++++++++++++++++++++
qapi-schema.json | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 122 insertions(+)
[Qemu-devel] [PULL 0/2] tags/xen-20170228-tag
Posted by Stefano Stabellini 7 years, 1 month ago
The following changes since commit 7d1730b7d9d8272a13245adfc9b0405e5a4bd0c2:

  Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging (2017-02-28 16:22:41 +0000)

are available in the git repository at:


  git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20170228-tag

for you to fetch changes up to daa33c52153df48ef0a7d06013f8ca6f24eff92f:

  Add a new qmp command to do checkpoint, query xen replication status (2017-02-28 11:02:12 -0800)

----------------------------------------------------------------
Xen 2017/02/28

----------------------------------------------------------------
Zhang Chen (2):
      Add a new qmp command to start/stop replication
      Add a new qmp command to do checkpoint, query xen replication status

 migration/colo.c | 49 +++++++++++++++++++++++++++++++++++++
 qapi-schema.json | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 122 insertions(+)

Re: [Qemu-devel] [PULL 0/2] tags/xen-20170228-tag
Posted by Peter Maydell 7 years, 1 month ago
On 28 February 2017 at 19:15, Stefano Stabellini <sstabellini@kernel.org> wrote:
> The following changes since commit 7d1730b7d9d8272a13245adfc9b0405e5a4bd0c2:
>
>   Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging (2017-02-28 16:22:41 +0000)
>
> are available in the git repository at:
>
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20170228-tag
>
> for you to fetch changes up to daa33c52153df48ef0a7d06013f8ca6f24eff92f:
>
>   Add a new qmp command to do checkpoint, query xen replication status (2017-02-28 11:02:12 -0800)
>
> ----------------------------------------------------------------
> Xen 2017/02/28
>
> ----------------------------------------------------------------
> Zhang Chen (2):
>       Add a new qmp command to start/stop replication
>       Add a new qmp command to do checkpoint, query xen replication status
>

Applied, thanks.

-- PMM