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

2017-05-01 Thread Matthias Bolte
2017-04-24 20:19 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 v3 5/5] hyperv: Add support for virDomainSetMemory

2017-04-24 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| 96 +++