]> xenbits.xensource.com Git - libvirt.git/commit
Move QEMU hotplug helper code out of the QEMU driver
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 16 Dec 2010 16:10:54 +0000 (16:10 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 17 Dec 2010 13:58:54 +0000 (13:58 +0000)
commitacabd9d0ffe15c523f767ca3ee2e7cc3049b56ee
treec15768fa68bbe2e02ce7388a9f8d919325c34c5b
parent679d628c430b8729041f6d19c0e544388a3c3b96
Move QEMU hotplug helper code out of the QEMU driver

The QEMU driver file is far too large. Move all the hotplug
helper code out into a separate file. No functional change.

* src/qemu/qemu_hotplug.c, src/qemu/qemu_hotplug.h,
  src/Makefile.am: Add hotplug helper file
* src/qemu/qemu_driver.c: Delete hotplug code
po/POTFILES.in
src/Makefile.am
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c [new file with mode: 0644]
src/qemu/qemu_hotplug.h [new file with mode: 0644]