All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Revert changes to libxl_set_memory_target, unblock 4.6
@ 2015-06-23 14:16 Wei Liu
  2015-06-23 14:16 ` [PATCH 1/2] Revert "libxl: fix "xl mem-set" regression from 0c029c4da2" Wei Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Wei Liu @ 2015-06-23 14:16 UTC (permalink / raw)
  To: Xen-devel
  Cc: Wei Liu, Ian Campbell, Stefano Stabellini, George Dunlap,
	Andrew Cooper, Ian Jackson

A new memory model that allows QEMU to bump memory behind libxl's back was
merged a few months ago. We didn't fully understand the repercussions back
then. Now it breaks migration and becomes blocker of 4.6 release.

It's better to restore to original behaviour at this stage of the release
cycle, that would put us in a position no worse than before, so the release is
unblocked.

The said function is still racy after reverting these two patches. Making
domain memory state consistent requires a bit more work. Separate patch(es)
will be sent out to deal with that problem.

Wei.

Wei Liu (2):
  Revert "libxl: fix "xl mem-set" regression from 0c029c4da2"
  Revert "libxl_set_memory_target: retain the same maxmem offset on top
    of the current target"

 tools/libxc/include/xenctrl.h |  2 +-
 tools/libxc/xc_domain.c       |  2 +-
 tools/libxl/libxl.c           | 29 ++++++++++++++++-------------
 3 files changed, 18 insertions(+), 15 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-06-23 15:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-23 14:16 [PATCH 0/2] Revert changes to libxl_set_memory_target, unblock 4.6 Wei Liu
2015-06-23 14:16 ` [PATCH 1/2] Revert "libxl: fix "xl mem-set" regression from 0c029c4da2" Wei Liu
2015-06-23 14:24   ` Konrad Rzeszutek Wilk
2015-06-23 14:45   ` Jan Beulich
2015-06-23 14:52     ` Wei Liu
2015-06-23 15:00       ` Ian Campbell
2015-06-23 14:16 ` [PATCH 2/2] Revert "libxl_set_memory_target: retain the same maxmem offset on top of the current target" Wei Liu
2015-06-23 14:19 ` [PATCH 0/2] Revert changes to libxl_set_memory_target, unblock 4.6 Wei Liu

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.