Re: [Xen-devel] [PATCH 32/35] libxl: Use ev_qmp in libxl_set_vcpuonline

2019-09-17 Thread Ian Jackson
Anthony PERARD writes ("[PATCH 32/35] libxl: Use ev_qmp in libxl_set_vcpuonline"): > Removed libxl__qmp_cpu_add since it's not used anymore. Acked-by: Ian Jackson ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/m

[Xen-devel] [PATCH 32/35] libxl: Use ev_qmp in libxl_set_vcpuonline

2019-08-02 Thread Anthony PERARD
Removed libxl__qmp_cpu_add since it's not used anymore. `cpumap' arg of libxl__set_vcpuonline_xenstore is constified. Signed-off-by: Anthony PERARD --- tools/libxl/libxl_domain.c | 205 ++- tools/libxl/libxl_internal.h | 2 - tools/libxl/libxl_qmp.c |