Re: [libvirt] [PATCH] libxl: add memory attach support

2016-09-02 Thread Martin Kletzander
On Wed, Aug 31, 2016 at 12:12:55PM +0100, Joao Martins wrote: On 08/31/2016 10:18 AM, Martin Kletzander wrote: On Wed, Aug 31, 2016 at 03:56:02PM +0800, Bob Liu wrote: On 08/30/2016 11:20 PM, Joao Martins wrote: Hey! On 08/30/2016 11:00 AM, Bob Liu wrote: Support for VIR_DOMAIN_DEVICE_MEMOR

Re: [libvirt] [PATCH] libxl: add memory attach support

2016-08-31 Thread Joao Martins
On 08/31/2016 10:18 AM, Martin Kletzander wrote: > On Wed, Aug 31, 2016 at 03:56:02PM +0800, Bob Liu wrote: >> >> On 08/30/2016 11:20 PM, Joao Martins wrote: >>> Hey! >>> >>> On 08/30/2016 11:00 AM, Bob Liu wrote: Support for VIR_DOMAIN_DEVICE_MEMORY on domainAttachDeviceFlags API in lib

Re: [libvirt] [PATCH] libxl: add memory attach support

2016-08-31 Thread Martin Kletzander
On Wed, Aug 31, 2016 at 03:56:02PM +0800, Bob Liu wrote: On 08/30/2016 11:20 PM, Joao Martins wrote: Hey! On 08/30/2016 11:00 AM, Bob Liu wrote: Support for VIR_DOMAIN_DEVICE_MEMORY on domainAttachDeviceFlags API in libxl driver, using libxl_set_memory_target in xen libxl. With "virsh attach

Re: [libvirt] [PATCH] libxl: add memory attach support

2016-08-31 Thread Joao Martins
On 08/31/2016 08:56 AM, Bob Liu wrote: > > On 08/30/2016 11:20 PM, Joao Martins wrote: >> Hey! >> >> On 08/30/2016 11:00 AM, Bob Liu wrote: >>> Support for VIR_DOMAIN_DEVICE_MEMORY on domainAttachDeviceFlags API in libxl >>> driver, using libxl_set_memory_target in xen libxl. >>> >>> With "virsh

Re: [libvirt] [PATCH] libxl: add memory attach support

2016-08-31 Thread Bob Liu
On 08/30/2016 11:20 PM, Joao Martins wrote: > Hey! > > On 08/30/2016 11:00 AM, Bob Liu wrote: >> Support for VIR_DOMAIN_DEVICE_MEMORY on domainAttachDeviceFlags API in libxl >> driver, using libxl_set_memory_target in xen libxl. >> >> With "virsh attach-device" command we can then hotplug memory

Re: [libvirt] [PATCH] libxl: add memory attach support

2016-08-30 Thread Joao Martins
Hey! On 08/30/2016 11:00 AM, Bob Liu wrote: > Support for VIR_DOMAIN_DEVICE_MEMORY on domainAttachDeviceFlags API in libxl > driver, using libxl_set_memory_target in xen libxl. > > With "virsh attach-device" command we can then hotplug memory to a domain: > > > 128 > 0 >

[libvirt] [PATCH] libxl: add memory attach support

2016-08-30 Thread Bob Liu
Support for VIR_DOMAIN_DEVICE_MEMORY on domainAttachDeviceFlags API in libxl driver, using libxl_set_memory_target in xen libxl. With "virsh attach-device" command we can then hotplug memory to a domain: 128 0 $ virsh attach-device domain_name this.xml --live Signed-o