[libvirt] [PATCH 1/1] Add backend support for nodedev-create and destroy

Daniel Veillard veillard at redhat.com
Tue Jun 2 15:14:43 UTC 2009


On Tue, Jun 02, 2009 at 11:29:46AM +0100, Daniel P. Berrange wrote:
> On Mon, Jun 01, 2009 at 11:31:40AM -0400, David Allan wrote:
> > ---
> >  src/Makefile.am             |    4 +-
> >  src/node_device.c           |  411 +++++++++++++++++++++++++++++++++++++++++++
> >  src/node_device.h           |   13 ++
> >  src/node_device_conf.c      |  139 +++++++++++++--
> >  src/node_device_conf.h      |   22 +++-
> >  src/node_device_hal.c       |   17 ++-
> >  src/node_device_hal.h       |   40 ++++
> >  src/node_device_hal_linux.c |  189 ++++++++++++++++++++
> >  src/qemu_driver.c           |    2 +-
> >  src/remote_internal.c       |    2 +-
> >  src/storage_backend.c       |   24 +---
> >  src/virsh.c                 |  103 +++++++++++
> >  src/xen_unified.c           |    2 +-
> >  tests/nodedevxml2xmltest.c  |    2 +-
> >  14 files changed, 928 insertions(+), 42 deletions(-)
> >  create mode 100644 src/node_device_hal.h
> >  create mode 100644 src/node_device_hal_linux.c
> 
> 
> ACK, I think we've reviewed this enough now :-) This latest code looks fine
> to commit now.

  Agreed, commited :-)

    Thanks !

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