* [Qemu-devel] [PULL] Migration next 20120808
@ 2012-08-13 16:34 Juan Quintela
2012-08-14 0:12 ` Anthony Liguori
0 siblings, 1 reply; 2+ messages in thread
From: Juan Quintela @ 2012-08-13 16:34 UTC (permalink / raw)
To: qemu-devel; +Cc: aliguori
[Resent with PULL request instead of PATCH, sorry for the inconvenience]
Hi
This includes xbzrle series (v12) That were reviewed by Erik and Luiz.
Anthony, please apply.
Later, Juan.
The following changes since commit c03b0aa0ca93480e92dc356e58538df0835fe621:
Merge remote-tracking branch 'kraxel/usb.58' into staging (2012-08-07 09:46:40 -0500)
are available in the git repository at:
http://repo.or.cz/r/qemu/quintela.git migration-next-20120808
for you to fetch changes up to dd051c7217eae04191169ac62f6ffb7531c8da32:
Restart optimization on stage3 update version (2012-08-08 13:51:12 +0200)
Juan Quintela (1):
Restart optimization on stage3 update version
Orit Wasserman (11):
Add migration capabilities
Add migrate-set-capabilities
Add XBZRLE documentation
Add cache handling functions
Add uleb encoding/decoding functions
Add xbzrle_encode_buffer and xbzrle_decode_buffer functions
Add XBZRLE to ram_save_block and ram_save_live
Add migrate_set_cache_size command
Change total_time to total-time in MigrationStats
Add migration accounting for normal and duplicate pages
Add XBZRLE statistics
Makefile.objs | 1 +
arch_init.c | 246 +++++++++++++++++++++++++++++++++++++++++++++-
cutils.c | 42 ++++++++
docs/xbzrle.txt | 128 ++++++++++++++++++++++++
hmp-commands.hx | 38 +++++++
hmp.c | 103 +++++++++++++++++++
hmp.h | 4 +
include/qemu/page_cache.h | 79 +++++++++++++++
migration.c | 112 +++++++++++++++++++++
migration.h | 21 ++++
monitor.c | 14 +++
page_cache.c | 218 ++++++++++++++++++++++++++++++++++++++++
qapi-schema.json | 119 +++++++++++++++++++++-
qemu-common.h | 21 ++++
qmp-commands.hx | 159 +++++++++++++++++++++++++++++-
savevm.c | 159 ++++++++++++++++++++++++++++++
16 files changed, 1451 insertions(+), 13 deletions(-)
create mode 100644 docs/xbzrle.txt
create mode 100644 include/qemu/page_cache.h
create mode 100644 page_cache.c
--
1.7.11.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PULL] Migration next 20120808
2012-08-13 16:34 [Qemu-devel] [PULL] Migration next 20120808 Juan Quintela
@ 2012-08-14 0:12 ` Anthony Liguori
0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2012-08-14 0:12 UTC (permalink / raw)
To: Juan Quintela, qemu-devel
Juan Quintela <quintela@redhat.com> writes:
> [Resent with PULL request instead of PATCH, sorry for the inconvenience]
>
> Hi
>
> This includes xbzrle series (v12) That were reviewed by Erik and Luiz.
>
> Anthony, please apply.
Pulled. Thanks.
Regards,
Anthony Liguori
>
> Later, Juan.
>
> The following changes since commit c03b0aa0ca93480e92dc356e58538df0835fe621:
>
> Merge remote-tracking branch 'kraxel/usb.58' into staging (2012-08-07 09:46:40 -0500)
>
> are available in the git repository at:
>
>
> http://repo.or.cz/r/qemu/quintela.git migration-next-20120808
>
> for you to fetch changes up to dd051c7217eae04191169ac62f6ffb7531c8da32:
>
> Restart optimization on stage3 update version (2012-08-08 13:51:12 +0200)
>
>
> Juan Quintela (1):
> Restart optimization on stage3 update version
>
> Orit Wasserman (11):
> Add migration capabilities
> Add migrate-set-capabilities
> Add XBZRLE documentation
> Add cache handling functions
> Add uleb encoding/decoding functions
> Add xbzrle_encode_buffer and xbzrle_decode_buffer functions
> Add XBZRLE to ram_save_block and ram_save_live
> Add migrate_set_cache_size command
> Change total_time to total-time in MigrationStats
> Add migration accounting for normal and duplicate pages
> Add XBZRLE statistics
>
> Makefile.objs | 1 +
> arch_init.c | 246 +++++++++++++++++++++++++++++++++++++++++++++-
> cutils.c | 42 ++++++++
> docs/xbzrle.txt | 128 ++++++++++++++++++++++++
> hmp-commands.hx | 38 +++++++
> hmp.c | 103 +++++++++++++++++++
> hmp.h | 4 +
> include/qemu/page_cache.h | 79 +++++++++++++++
> migration.c | 112 +++++++++++++++++++++
> migration.h | 21 ++++
> monitor.c | 14 +++
> page_cache.c | 218 ++++++++++++++++++++++++++++++++++++++++
> qapi-schema.json | 119 +++++++++++++++++++++-
> qemu-common.h | 21 ++++
> qmp-commands.hx | 159 +++++++++++++++++++++++++++++-
> savevm.c | 159 ++++++++++++++++++++++++++++++
> 16 files changed, 1451 insertions(+), 13 deletions(-)
> create mode 100644 docs/xbzrle.txt
> create mode 100644 include/qemu/page_cache.h
> create mode 100644 page_cache.c
>
> --
> 1.7.11.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-14 0:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 16:34 [Qemu-devel] [PULL] Migration next 20120808 Juan Quintela
2012-08-14 0:12 ` Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).