Re: [libvirt] [PATCH v4 5/5] hyperv: Add support for virDomainSetMemory

2017-05-28 Thread Matthias Bolte
2017-05-19 22:58 GMT+02:00 Sri Ramanujam : > Introduces support for virDomainSetMemory. This also serves an an > example for how to use the new method invocation API with a more > complicated method, this time including an EPR and embedded param. > --- > src/hyperv/hyperv_driver.c| 94

[libvirt] [PATCH v4 5/5] hyperv: Add support for virDomainSetMemory

2017-05-19 Thread Sri Ramanujam
Introduces support for virDomainSetMemory. This also serves an an example for how to use the new method invocation API with a more complicated method, this time including an EPR and embedded param. --- src/hyperv/hyperv_driver.c| 94 +++ src/hyperv/hyper