
18 Jun
2012
18 Jun
'12
9:28 p.m.
On 06/12/12 00:26, Eric Blake wrote:
On 06/11/2012 04:33 AM, Peter Krempa wrote:
This patch wires up the RPC protocol handlers for virConnectListAllDomains(). The RPC generator has no support for the way how virConnectListAllDomains() returns the results so the handler code had to be done manually.
The new api is handled by REMOTE_PROC_CONNECT_LIST_ALL_DOMAINS, with number 271 and marked with high priority.
271 is already claimed <evil_laugh>MuaaHaHa</evil_laugh>
You'll have to tweak this to apply onto the latest libvirt.git, but the conflict resolution should be trivial.
---
The new procedure number is 273. I fixed the driver struct initialisation ordering and pushed. Thanks. Peter