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

2017-06-18 Thread Matthias Bolte
2017-06-12 22:13 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. > --- >

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

2017-06-12 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| 105 ++