[libvirt] [PATCH 7/7] Add disk/net resource auditing to QEMU driver

Daniel Veillard veillard at redhat.com
Wed Oct 27 14:37:59 UTC 2010


On Wed, Oct 27, 2010 at 12:36:17PM +0100, Daniel P. Berrange wrote:
> Add auditing of all initial disk/net assignments to QEMU guests
> at startup. Add auditing for all hotplug & unplug events and
> disk media changes.
> 
> * src/qemu/qemu_driver.c: Add disk/net resource auditing
> ---
>  src/qemu/qemu_driver.c |  111 ++++++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 111 insertions(+), 0 deletions(-)
> 
> diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
> index 8db5e7a..b119ca1 100644
> --- a/src/qemu/qemu_driver.c
> +++ b/src/qemu/qemu_driver.c
> @@ -3668,6 +3668,79 @@ static int qemuDomainSnapshotSetActive(virDomainObjPtr vm,
>  static int qemuDomainSnapshotSetInactive(virDomainObjPtr vm,
>                                           char *snapshotDir);

ACK

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list