]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Make qemuBuildHostNetStr() take tapfd as a string
authorMark McLoughlin <markmc@redhat.com>
Wed, 22 Jul 2009 19:17:14 +0000 (20:17 +0100)
committerMark McLoughlin <markmc@redhat.com>
Mon, 27 Jul 2009 14:31:51 +0000 (15:31 +0100)
commit32db8dd75b3c5fdf74d61fbf009d25bee58e025f
tree9478b8397eaeed708ec7c4fc59f94052b24ba661
parenta3f33b653151f89f27e86452ccb9bcfface93986
Make qemuBuildHostNetStr() take tapfd as a string

With hotplug, we're going to want to pass a tapfd name rather than an
actual file descriptor, so prepare the way by passing a string tapfd to
qemuBuildHostNetStr().

* src/qemu_conf.h: qemuBuildHostNetStr() takes a string tapfd now

* src/qemu_conf.c: pass qemuBuildHostNetStr() a string rather than an
  actual file descriptor

* src/qemu_driver.c: update qemudDomainAttachNetDevice() for change
src/qemu_conf.c
src/qemu_conf.h
src/qemu_driver.c