From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: [PATCH v4 for 4.5 0/8] libxl: synchronise domain configuration Date: Tue, 16 Sep 2014 11:01:10 +0100 Message-ID: <1410861678-31428-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Wei Liu , ian.jackson@eu.citrix.com, ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org Version 4 of this series based on master branch. This series can be pulled from: git://xenbits.xen.org/people/liuw/xen.git wip.config-sync4 Delta from v3 is listed in individual commit log. This version has passed following tests: test-amd64-amd64-xl test-amd64-amd64-xl-qemuu-debianhvm-amd64 test-amd64-amd64-xl-qemut-debianhvm-amd64 Wei. Legend: A - Acked, N - New patch in this round Wei Liu (8): N libxl: rework domain userdata file lock libxl: synchronise configuration when we hotplug a device libxl: make libxl_cd_insert "eject" + "insert" libxl: refactor libxl_get_memory_target libxl: introduce libxl_retrieve_domain_configuration A libxl: introduce libxl_userdata_unlink A xl: use libxl_retrieve_domain_configuration and JSON format A xl: long output of "list" command now contains Dom0 information docs/man/xl.pod.1 | 5 + tools/libxl/libxl.c | 489 ++++++++++++++++++++++++++++++++++++++---- tools/libxl/libxl.h | 26 +++ tools/libxl/libxl_create.c | 2 +- tools/libxl/libxl_dom.c | 36 +++- tools/libxl/libxl_internal.c | 30 ++- tools/libxl/libxl_internal.h | 139 +++++++++++- tools/libxl/libxl_pci.c | 24 +++ tools/libxl/xl_cmdimpl.c | 127 ++++++----- tools/libxl/xl_cmdtable.c | 4 +- 10 files changed, 777 insertions(+), 105 deletions(-) -- 1.7.10.4