libvirt/src/qemu
Martin Kletzander 8c95290868 qemu: Cleanup boot parameter building
This patch cleans up building the "-boot" parameter and while on that
fixes one inconsistency by modifying these things:

 - I completed the unfinished virDomainBootMenu enum by specifying
   LAST, declaring it and also declaring the TypeFromString and
   TypeToString parameters.
 - Previously mentioned TypeFromString and TypeToString are used when
   parsing the XML.
 - Last, but not least, visible change is that the "-boot" parameter
   is built and parsed properly:
    - The "order=" prefix is used only when additional parameters are
      used (menu, etc.).
    - It's rewritten in a way that other parameters can be added
      easily in the future (used in following patch).
    - The "order=" parameter is properly parsed regardless to where it
      is placed in the string (e.g. "menu=on,order=nc").
    - The "menu=" parameter (and others in the future) are created
      when they should be (i.e. even when bootindex is supported and
      used, but not when bootloader is selected).
2012-09-20 10:59:35 +02:00
..
libvirtd_qemu.aug qemu: conf: add seccomp_sandbox option 2012-09-18 15:43:28 +08:00
MIGRATION.txt qemu: Implement migration job phases 2011-07-27 08:45:09 -06:00
qemu_agent.c qemu: Fix reboot with guest agent 2012-09-04 14:09:54 +02:00
qemu_agent.h qemu: Fix reboot with guest agent 2012-09-04 14:09:54 +02:00
qemu_bridge_filter.c Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
qemu_bridge_filter.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
qemu_capabilities.c qemu: add capability flag for seccomp sandbox 2012-09-18 15:43:28 +08:00
qemu_capabilities.h qemu: add capability flag for seccomp sandbox 2012-09-18 15:43:28 +08:00
qemu_cgroup.c use virBitmap to store numa nodemask info. 2012-09-17 14:59:37 -04:00
qemu_cgroup.h use virBitmap to store numa nodemask info. 2012-09-17 14:59:37 -04:00
qemu_command.c qemu: Cleanup boot parameter building 2012-09-20 10:59:35 +02:00
qemu_command.h Turn QEMU capabilities object into a full virObjectPtr 2012-09-13 12:24:12 +01:00
qemu_conf.c qemu: conf: add seccomp_sandbox option 2012-09-18 15:43:28 +08:00
qemu_conf.h qemu: conf: add seccomp_sandbox option 2012-09-18 15:43:28 +08:00
qemu_domain.c Turn QEMU capabilities object into a full virObjectPtr 2012-09-13 12:24:12 +01:00
qemu_domain.h Turn QEMU capabilities object into a full virObjectPtr 2012-09-13 12:24:12 +01:00
qemu_driver.c qemu: drop unused arguments for dump-guest-memory 2012-09-17 20:44:29 -06:00
qemu_driver.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
qemu_hostdev.c qemu: support setting vlan tag for <interface type='hostdev'> 2012-08-16 10:14:05 -04:00
qemu_hostdev.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
qemu_hotplug.c Turn QEMU capabilities object into a full virObjectPtr 2012-09-13 12:24:12 +01:00
qemu_hotplug.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
qemu_migration.c Turn QEMU capabilities object into a full virObjectPtr 2012-09-13 12:24:12 +01:00
qemu_migration.h Turn virDomainObjPtr into a virObjectPtr 2012-08-07 11:47:41 +01:00
qemu_monitor_json.c qemu: drop unused arguments for dump-guest-memory 2012-09-17 20:44:29 -06:00
qemu_monitor_json.h qemu: drop unused arguments for dump-guest-memory 2012-09-17 20:44:29 -06:00
qemu_monitor_text.c Don't overwrite errors raised by qemuMonitorHMPCommand 2012-09-14 12:59:20 +01:00
qemu_monitor_text.h conf: move DevicePCIAddress functions to separate file 2012-08-17 15:43:25 -04:00
qemu_monitor.c qemu: drop unused arguments for dump-guest-memory 2012-09-17 20:44:29 -06:00
qemu_monitor.h qemu: drop unused arguments for dump-guest-memory 2012-09-17 20:44:29 -06:00
qemu_process.c qemu: Transition domain to PAUSED after 'stop' command 2012-09-20 10:15:27 +02:00
qemu_process.h Remove unused qemuProcessAutoDestroyRun decl from header 2012-08-15 10:50:49 +01:00
qemu.conf qemu: conf: add seccomp_sandbox option 2012-09-18 15:43:28 +08:00
test_libvirtd_qemu.aug.in Fix the augea test for qemu libvirtd options 2012-09-18 16:28:43 +08:00
THREADS.txt qemu: fix crash when mixing sync and async monitor jobs 2011-08-01 09:41:57 -06:00