* [Qemu-devel] [PULL 0/4] migration queue @ 2014-02-25 14:07 Juan Quintela 2014-02-26 22:55 ` Peter Maydell 2014-03-27 4:54 ` [Qemu-devel] RDMA upstream moved to stable status - will proceed formally with libvirt patchset and more FT review Michael R. Hines 0 siblings, 2 replies; 3+ messages in thread From: Juan Quintela @ 2014-02-25 14:07 UTC (permalink / raw) To: qemu-devel Hi Please pull, this include: - make rdma as stable (patch has been reviewed since long ago)(mrhines) - less_equal means less_equal not great_or_eual: (david and brown paperbag for me) - fix two XBZRLE corruptions - fwrite(): we are back to v2 of the patch. (me) The following changes since commit 0459650d94d18218808fcabc8c3227d2ee99af39: Merge remote-tracking branch 'remotes/mdroth/qga-pull-2014-02-24' into staging (2014-02-25 12:30:01 +0000) are available in the git repository at: git://github.com/juanquintela/qemu.git tags/migration/20140225 for you to fetch changes up to 41310c68781d742fa9bbfd5fcb1df9b7f23f5759: rdma: rename 'x-rdma' => 'rdma' (2014-02-25 14:30:28 +0100) ---------------------------------------------------------------- migration/next for 20140225 ---------------------------------------------------------------- Dr. David Alan Gilbert (2): Fix vmstate_info_int32_le comparison/assign Fix two XBZRLE corruption issues Juan Quintela (1): qemu_file: use fwrite() correctly Michael R. Hines (1): rdma: rename 'x-rdma' => 'rdma' arch_init.c | 64 ++++++++++++++++++++++++++++++++---------- docs/rdma.txt | 24 +++++++--------- include/migration/page_cache.h | 2 +- migration-rdma.c | 2 +- migration.c | 6 ++-- page_cache.c | 2 +- qapi-schema.json | 7 ++--- qemu-file.c | 9 +++++- vmstate.c | 15 +++++----- 9 files changed, 84 insertions(+), 47 deletions(-) ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PULL 0/4] migration queue 2014-02-25 14:07 [Qemu-devel] [PULL 0/4] migration queue Juan Quintela @ 2014-02-26 22:55 ` Peter Maydell 2014-03-27 4:54 ` [Qemu-devel] RDMA upstream moved to stable status - will proceed formally with libvirt patchset and more FT review Michael R. Hines 1 sibling, 0 replies; 3+ messages in thread From: Peter Maydell @ 2014-02-26 22:55 UTC (permalink / raw) To: Juan Quintela; +Cc: QEMU Developers On 25 February 2014 14:07, Juan Quintela <quintela@redhat.com> wrote: > Hi > > Please pull, this include: > > - make rdma as stable (patch has been reviewed since long ago)(mrhines) > - less_equal means less_equal not great_or_eual: (david and brown paperbag for me) > - fix two XBZRLE corruptions > - fwrite(): we are back to v2 of the patch. (me) > > > The following changes since commit 0459650d94d18218808fcabc8c3227d2ee99af39: > > Merge remote-tracking branch 'remotes/mdroth/qga-pull-2014-02-24' into staging (2014-02-25 12:30:01 +0000) > > are available in the git repository at: > > > git://github.com/juanquintela/qemu.git tags/migration/20140225 > > for you to fetch changes up to 41310c68781d742fa9bbfd5fcb1df9b7f23f5759: > > rdma: rename 'x-rdma' => 'rdma' (2014-02-25 14:30:28 +0100) > Applied, thanks. -- PMM ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] RDMA upstream moved to stable status - will proceed formally with libvirt patchset and more FT review 2014-02-25 14:07 [Qemu-devel] [PULL 0/4] migration queue Juan Quintela 2014-02-26 22:55 ` Peter Maydell @ 2014-03-27 4:54 ` Michael R. Hines 1 sibling, 0 replies; 3+ messages in thread From: Michael R. Hines @ 2014-03-27 4:54 UTC (permalink / raw) To: qemu-devel@nongnu.org, hinesmr, onom, abali, gokul, EREZH, GILR, BIRAN, SADEKJ, shaol, linyh [-- Attachment #1: Type: text/plain, Size: 2256 bytes --] Hi, RDMA has finally moved out of 'experimental' status, which is a fundamental part of the FT implementation that is currently in review. I can finally proceed to pushing this through the libvirt community itself, and then finally to the openstack community later. There still is no storage implementation - but this means that finally there is a clear path for the dependencies that FT needs to have in place to perform well in the future. - Michael -------- Original Message -------- Subject: [Qemu-devel] [PULL 0/4] migration queue Date: Tue, 25 Feb 2014 15:07:34 +0100 From: Juan Quintela <quintela@redhat.com> To: qemu-devel@nongnu.org Hi Please pull, this include: - make rdma as stable (patch has been reviewed since long ago)(mrhines) - less_equal means less_equal not great_or_eual: (david and brown paperbag for me) - fix two XBZRLE corruptions - fwrite(): we are back to v2 of the patch. (me) The following changes since commit 0459650d94d18218808fcabc8c3227d2ee99af39: Merge remote-tracking branch 'remotes/mdroth/qga-pull-2014-02-24' into staging (2014-02-25 12:30:01 +0000) are available in the git repository at: git://github.com/juanquintela/qemu.git tags/migration/20140225 for you to fetch changes up to 41310c68781d742fa9bbfd5fcb1df9b7f23f5759: rdma: rename 'x-rdma' => 'rdma' (2014-02-25 14:30:28 +0100) ---------------------------------------------------------------- migration/next for 20140225 ---------------------------------------------------------------- Dr. David Alan Gilbert (2): Fix vmstate_info_int32_le comparison/assign Fix two XBZRLE corruption issues Juan Quintela (1): qemu_file: use fwrite() correctly Michael R. Hines (1): rdma: rename 'x-rdma' => 'rdma' arch_init.c | 64 ++++++++++++++++++++++++++++++++---------- docs/rdma.txt | 24 +++++++--------- include/migration/page_cache.h | 2 +- migration-rdma.c | 2 +- migration.c | 6 ++-- page_cache.c | 2 +- qapi-schema.json | 7 ++--- qemu-file.c | 9 +++++- vmstate.c | 15 +++++----- 9 files changed, 84 insertions(+), 47 deletions(-) [-- Attachment #2: Type: text/html, Size: 3440 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-27 4:56 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-02-25 14:07 [Qemu-devel] [PULL 0/4] migration queue Juan Quintela 2014-02-26 22:55 ` Peter Maydell 2014-03-27 4:54 ` [Qemu-devel] RDMA upstream moved to stable status - will proceed formally with libvirt patchset and more FT review Michael R. Hines
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).