]> git.ipfire.org Git - thirdparty/libvirt.git/commit
NPIV implementation for node device create and destroy
authorDaniel Veillard <veillard@redhat.com>
Tue, 2 Jun 2009 15:12:53 +0000 (15:12 +0000)
committerDaniel Veillard <veillard@redhat.com>
Tue, 2 Jun 2009 15:12:53 +0000 (15:12 +0000)
commit81d0ffbc3baee53467f664ea03b1349e8b6dba5a
tree064300734f25322636330c77c61421e1391e97b1
parent66220e3e6191010392aed7c7ac0cb6150af761ab
NPIV implementation for node device create and destroy
* src/Makefile.am src/node_device.[ch] src/node_device_conf.[ch]
  src/node_device_hal.[ch] src/node_device_hal_linux.c
  src/qemu_driver.c src/remote_internal.c src/storage_backend.c
  src/virsh.c src/xen_unified.c tests/nodedevxml2xmltest.c
  po/POTFILES.in: implementation for node device create and destroy
  in NPIV support, patch by David Allan
Daniel
16 files changed:
ChangeLog
po/POTFILES.in
src/Makefile.am
src/node_device.c
src/node_device.h
src/node_device_conf.c
src/node_device_conf.h
src/node_device_hal.c
src/node_device_hal.h [new file with mode: 0644]
src/node_device_hal_linux.c [new file with mode: 0644]
src/qemu_driver.c
src/remote_internal.c
src/storage_backend.c
src/virsh.c
src/xen_unified.c
tests/nodedevxml2xmltest.c