]> xenbits.xensource.com Git - libvirt.git/commit
Move QEMU command line management into a separate file
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 16 Dec 2010 15:07:07 +0000 (15:07 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 17 Dec 2010 13:43:20 +0000 (13:43 +0000)
commit0f2e4b9c6828655c18450cbf2d1272d82f0c57af
tree4127fced0a8e4f3af825288e80de276be8d10a34
parentd8ae147d8e1f7403567595d1ad008ad3a392c73c
Move QEMU command line management into a separate file

The qemu_conf.c code is doing three jobs, driver config file
loading, QEMU capabilities management and QEMU command line
management. Move the command line code into its own file

* src/qemu/qemu_command.c, src/qemu/qemu_command.h: New
  command line management code
* src/qemu/qemu_conf.c, src/qemu/qemu_conf.h: Delete command
  line code
* src/qemu/qemu_conf.h, src/qemu_conf.c: Adapt for API renames
* src/Makefile.am: add src/qemu/qemu_command.c
* src/qemu/qemu_monitor_json.c, src/qemu/qemu_monitor_text.c: Add
  import of qemu_command.h
po/POTFILES.in
src/Makefile.am
src/qemu/qemu_command.c [new file with mode: 0644]
src/qemu/qemu_command.h [new file with mode: 0644]
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/qemu_driver.c
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_text.c