All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch v2 0/3] Some bugfix patches
@ 2014-10-09  2:05 Wen Congyang
  2014-10-09  2:05 ` [Patch v2 1/3] check if mfn is supported by IOCTL_PRIVCMD_MMAPBATCH before calling ioctl() Wen Congyang
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Wen Congyang @ 2014-10-09  2:05 UTC (permalink / raw)
  To: xen devel
  Cc: Ian Campbell, Wen Congyang, Ian Jackson, Jiang Yunhong,
	Dong Eddie, Yang Hongyang, Lai Jiangshan

These bugs are found when we implement COLO, or rebase
COLO to upstream xen. They are independent patches, so
post them in separate series.

The codes are also hosted on github:
https://github.com/wencongyang/xen/tree/bugfix-s1-v2

Wen Congyang (3):
  check if mfn is supported by IOCTL_PRIVCMD_MMAPBATCH before calling
    ioctl()
  correct xc_domain_save()'s return value
  update libxl__device_disk_from_xs_be() to support blktap device

 tools/libxc/xc_domain_save.c |  59 ++++++++++++-----------
 tools/libxc/xc_linux_osdep.c |  34 ++++++++++++++
 tools/libxl/libxl.c          | 109 +++++++++++++++++++++++++++++++++++--------
 tools/libxl/libxl_blktap2.c  |  12 ++++-
 4 files changed, 168 insertions(+), 46 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-11-17  1:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-09  2:05 [Patch v2 0/3] Some bugfix patches Wen Congyang
2014-10-09  2:05 ` [Patch v2 1/3] check if mfn is supported by IOCTL_PRIVCMD_MMAPBATCH before calling ioctl() Wen Congyang
2014-10-09  2:05 ` [Patch v2 2/3] correct xc_domain_save()'s return value Wen Congyang
2014-11-14 14:57   ` Ian Jackson
2014-11-14 14:58     ` Ian Campbell
2014-11-14 15:08       ` Ian Jackson
2014-11-17  1:26     ` Wen Congyang
2014-10-09  2:05 ` [Patch v2 3/3] update libxl__device_disk_from_xs_be() to support blktap device Wen Congyang
2014-11-14 15:07   ` Ian Jackson
2014-11-10 11:43 ` [Patch v2 0/3] Some bugfix patches Ian Jackson

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.