
Hi Michal, I'm updating the patch series, but I have a few questions below: On 08/06/2012 10:29 AM, Michal Privoznik wrote:
On 03.08.2012 16:18, Marcelo Cerri wrote:
...
+LIBVIRT_0.10.1{ + global: + virDomainGetSecurityLabelList; +} LIBVIRT_0.10.0; + Since 0.10.0 is not out yet, I guess this can be squashed into 0.10.0 (okay, we've release -rc0 but that's because patch flow is lower making our release prolonged about twice). Can you tell me in which version I can include it now? ...
ACK with this squashed in:
--- remote_protocol-structs 2012-08-06 14:47:40.813120178 +0200 +++ remote_protocol-struct-t3 2012-08-06 15:22:39.223650145 +0200 @@ -749,6 +749,16 @@ } label; int enforcing; }; +struct remote_domain_get_security_label_list_args { + remote_nonnull_domain dom; +}; +struct remote_domain_get_security_label_list_ret { + struct { + u_int labels_len; + remote_domain_get_security_label_ret * labels_val; + } labels; + int ret; +}; struct remote_node_get_security_model_ret { struct { u_int model_len; Why did you want to change this?
Regards, Marcelo