Laine Stump
ef01622607
qemu: parse -device virtio-balloon
...
There are no options to parse here other than the name of the device,
and all three possible device names have the same prefix
("virtio-balloon" with "-ccw", "-pci", or "-device" appended), so the
code is fairly simple. It has been implemented such that it will be
easier to add handling for other -device entries that aren't otherwise
recognized - just add another "else if (STRPREFIX(opts, ....)" clause.
qemuParseCommandLineString() previously would always add a <memballoon
model='virtio'/> to every result (the comments erroneously say that it
is adding a <memballoon model='none'/>) This has been changed to add
model='none', and 84 test case xml's updated accordingly (so that
qemuxml2argvtest won't fail).
Now that the memballoon device is properly parsed, we can safely add a
test for properly ignoring -nodefconfig and -nodefaults. Rather than
adding an entire new test case for this (and memballoon), we just
randomly pick the clock-utc test and modify it slightly to fulfill the
purpose.
2014-06-23 16:34:53 +03:00
..
2014-06-13 19:25:27 +04:00
2014-04-08 20:50:36 +04:00
2014-01-28 21:27:37 +01:00
2014-02-20 15:50:46 +00:00
2014-04-24 16:06:13 +02:00
2014-04-16 10:45:55 +02:00
2014-01-29 12:56:35 +01:00
2014-06-20 11:50:41 +03:00
2014-04-07 10:52:28 -06:00
2014-03-26 16:42:43 +02:00
2014-04-25 15:44:09 +01:00
2014-02-04 12:00:26 +02:00
2014-02-04 12:00:26 +02:00
2014-06-16 17:40:49 +02:00
2014-06-20 15:59:08 +02:00
2014-04-25 15:44:10 +01:00
2014-05-07 10:27:50 +02:00
2014-03-26 13:41:25 +01:00
2014-03-19 14:48:58 +01:00
2014-06-23 16:34:53 +03:00
2014-06-16 13:48:00 -06:00
2014-02-14 16:47:14 +01:00
2014-03-07 14:02:10 +01:00
2014-04-24 16:06:18 +02:00
2014-06-18 15:19:18 +02:00
2014-06-05 13:58:13 +02:00
2014-01-25 12:53:11 +01:00
2014-03-29 21:14:15 +01:00
2014-03-03 14:35:22 +01:00
2014-06-11 14:56:18 +02:00
2014-02-19 09:16:31 +01:00
2014-02-19 09:16:31 +01:00
2014-03-27 08:33:41 +04:00
2014-05-04 17:43:54 +04:00
2014-04-08 20:50:36 +04:00
2014-03-25 14:58:41 +01:00
2014-03-25 17:13:27 -04:00
2014-04-25 11:59:46 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-18 14:29:22 +00:00
2014-03-25 14:58:41 +01:00
2014-04-25 11:59:46 +01:00
2014-03-18 11:29:44 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-06-23 13:56:12 +02:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-04-30 10:16:09 +02:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-06-16 17:40:49 +02:00
2014-06-20 15:59:08 +02:00
2014-04-30 12:51:38 -04:00
2014-04-25 15:44:10 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-18 10:20:49 +01:00
2014-03-25 14:58:41 +01:00
2014-05-12 21:24:23 -06:00
2014-06-09 13:51:06 +03:00
2014-03-25 14:58:41 +01:00
2014-03-27 07:22:10 +01:00
2014-05-06 14:32:33 +03:00
2014-03-26 13:49:47 +01:00
2014-06-03 14:24:14 +02:00
2014-06-03 17:19:24 +02:00
2014-02-06 15:15:10 +01:00
2014-06-23 16:34:53 +03:00
2014-06-06 11:48:09 -06:00
2014-04-25 11:59:46 +01:00
2014-03-03 12:40:32 -07:00
2014-02-14 16:47:14 +01:00
2014-03-25 14:58:41 +01:00
2014-05-28 16:52:48 -06:00
2014-06-06 09:56:28 -06:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-20 17:06:38 +01:00
2014-03-20 12:15:00 +00:00
2014-03-18 11:29:44 +01:00
2014-04-02 06:03:00 -06:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-04-25 15:44:09 +01:00
2014-04-25 15:44:09 +01:00
2014-03-25 14:58:41 +01:00
2014-03-18 12:17:12 +01:00
2014-05-27 08:48:57 +02:00
2014-03-25 14:58:41 +01:00
2014-03-18 12:17:12 +01:00
2014-06-10 15:07:36 +01:00
2014-06-12 14:06:21 +02:00
2014-04-25 11:29:55 +01:00
2014-03-25 14:58:41 +01:00
2014-06-06 16:52:27 +02:00
2014-03-25 14:58:41 +01:00
2014-06-19 15:10:49 +02:00
2014-06-19 15:10:49 +02:00
2014-03-25 14:58:41 +01:00
2014-04-09 16:24:08 +02:00
2014-03-10 16:39:18 +00:00
2014-03-31 14:56:17 -06:00
2014-04-25 11:59:46 +01:00
2014-03-25 14:58:41 +01:00
2014-05-02 16:19:34 +04:00
2014-03-25 14:58:41 +01:00
2014-04-28 22:58:10 +02:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-04-25 15:48:30 +01:00
2014-05-20 15:16:22 -06:00
2014-04-07 11:35:29 +02:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-18 14:29:22 +00:00
2014-03-25 14:58:41 +01:00
2014-04-08 11:15:55 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-29 21:14:15 +01:00
2014-03-18 08:27:29 +01:00
2014-03-25 14:58:41 +01:00
2014-06-16 09:33:57 -06:00
2014-06-03 09:27:24 +02:00
2014-05-20 15:16:22 -06:00
2014-04-21 16:49:08 -06:00
2014-06-01 05:21:19 +03:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-06-11 14:56:18 +02:00
2014-03-25 14:58:41 +01:00
2014-03-20 17:06:38 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00