On Fri, Jun 26, 2015 at 05:16:48PM +0200, Peter Krempa wrote:
>The memory device hot(un)plug was missing calls to the auditing code.
>
>Resolves:
https://bugzilla.redhat.com/show_bug.cgi?id=1226234
>---
> src/qemu/qemu_hotplug.c | 20 ++++++++++++++------
> 1 file changed, 14 insertions(+), 6 deletions(-)
>
>+ cleanup:
>+ virDomainAuditMemory(vm, oldmem, virDomainDefGetMemoryActual(vm->def),
>+ "hotunplug", ret == 0);
>
Similarly here.
You're combining two changes together, but it's fine in this case.
ACK both patches, safe for freeze.
I changed the string to "update" as suggested and pushed the patch.
Thanks.
Peter