Re: [libvirt] [PATCH 2/9] Define the internal driver API for vol wiping

2010-03-18 Thread Daniel P. Berrange
On Wed, Mar 17, 2010 at 05:31:07PM -0600, Eric Blake wrote: > On 03/15/2010 08:13 PM, David Allan wrote: > > @@ -791,6 +795,7 @@ struct _virStorageDriver { > > virDrvStorageVolCreateXML volCreateXML; > > virDrvStorageVolCreateXMLFrom volCreateXMLFrom; > > virDrvStorageVolDelete volDe

Re: [libvirt] [PATCH 2/9] Define the internal driver API for vol wiping

2010-03-17 Thread Eric Blake
On 03/15/2010 08:13 PM, David Allan wrote: > @@ -791,6 +795,7 @@ struct _virStorageDriver { > virDrvStorageVolCreateXML volCreateXML; > virDrvStorageVolCreateXMLFrom volCreateXMLFrom; > virDrvStorageVolDelete volDelete; > +virDrvStorageVolWipe volWipe; > virDrvStorageVolGetI

Re: [libvirt] [PATCH 2/9] Define the internal driver API for vol wiping

2010-03-17 Thread Daniel Veillard
On Mon, Mar 15, 2010 at 10:13:24PM -0400, David Allan wrote: > --- > src/driver.h |5 + > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/src/driver.h b/src/driver.h > index a64bba0..1a511eb 100644 > --- a/src/driver.h > +++ b/src/driver.h > @@ -723,6 +723,10 @@ typedef

[libvirt] [PATCH 2/9] Define the internal driver API for vol wiping

2010-03-15 Thread David Allan
--- src/driver.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/driver.h b/src/driver.h index a64bba0..1a511eb 100644 --- a/src/driver.h +++ b/src/driver.h @@ -723,6 +723,10 @@ typedef int unsigned int flags); typede

[libvirt] [PATCH 2/9] Define the internal driver API for vol wiping

2010-03-04 Thread David Allan
--- src/driver.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/driver.h b/src/driver.h index 7b7dfea..6e1403a 100644 --- a/src/driver.h +++ b/src/driver.h @@ -722,6 +722,10 @@ typedef int unsigned int flags); typede