Jiri Denemark
5d462bd0b3
Implement CPU topology support for QEMU driver
...
QEMU's command line equivalent for the following domain XML fragment
<vcpus>2</vcpus>
<cpu ...>
...
<topology sockets='1' cores='2', threads='1'/>
</cpu>
is
-smp 2,sockets=1,cores=2,threads=1
This syntax was introduced in QEMU-0.12.
Version 2 changes:
- -smp argument build split into a separate function
- always add ",sockets=S,cores=C,threads=T" to -smp if qemu supports it
- use qemuParseCommandLineKeywords for command line parsing
Version 3 changes:
- ADD_ARG_LIT => ADD_ARG and line reordering in qemudBuildCommandLine
- rebased
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
2010-01-19 11:40:09 +01:00
..
2009-09-10 12:25:42 +01:00
2009-07-16 15:06:42 +02:00
2008-08-01 13:31:37 +00:00
2009-07-15 20:16:36 +02:00
2009-10-28 15:57:49 +01:00
2009-10-28 15:57:49 +01:00
2009-12-14 14:58:23 +01:00
2009-07-16 15:06:42 +02:00
2010-01-18 13:39:14 +00:00
2010-01-18 13:55:57 +00:00
2009-12-04 17:01:34 +01:00
2009-10-16 10:21:47 -04:00
2009-10-16 10:21:47 -04:00
2009-10-16 10:52:27 -04:00
2009-10-16 10:52:27 -04:00
2010-01-18 01:44:20 +01:00
2009-07-16 15:06:42 +02:00
2009-12-04 17:01:34 +01:00
2010-01-18 12:44:50 +00:00
2010-01-18 01:44:20 +01:00
2009-10-16 10:52:27 -04:00
2009-11-26 12:07:17 +00:00
2010-01-15 16:28:05 +00:00
2009-12-15 17:46:04 +01:00
2009-11-03 16:46:54 -05:00
2010-01-15 16:28:05 +00:00
2009-10-07 12:18:13 +02:00
2010-01-15 16:28:05 +00:00
2010-01-15 16:28:05 +00:00
2010-01-15 16:28:05 +00:00
2009-10-07 12:18:13 +02:00
2010-01-15 16:28:05 +00:00
2009-10-20 14:17:34 -04:00
2009-10-07 12:18:13 +02:00
2009-10-07 12:18:13 +02:00
2010-01-18 09:50:08 +01:00
2010-01-15 16:28:05 +00:00
2009-10-28 15:57:49 +01:00
2010-01-15 16:28:05 +00:00
2009-12-14 14:58:23 +01:00
2009-12-15 17:46:04 +01:00
2009-09-30 14:05:24 +02:00
2008-05-29 15:21:45 +00:00
2010-01-18 13:55:57 +00:00
2010-01-19 11:40:09 +01:00
2010-01-18 13:55:57 +00:00
2010-01-15 16:38:29 +00:00
2009-02-03 13:08:59 +00:00
2009-11-06 10:12:32 -05:00
2009-10-07 12:18:13 +02:00
2009-12-15 17:46:04 +01:00
2010-01-15 16:28:05 +00:00
2009-10-08 16:34:22 +02:00
2009-09-21 14:41:44 +01:00
2009-12-04 17:01:34 +01:00
2009-10-07 12:18:13 +02:00
2010-01-15 16:28:05 +00:00
2010-01-15 16:28:05 +00:00
2009-10-16 10:21:47 -04:00
2010-01-15 16:28:05 +00:00
2009-10-16 10:52:27 -04:00
2010-01-15 16:28:05 +00:00
2010-01-15 16:28:05 +00:00
2010-01-15 16:28:05 +00:00
2010-01-15 16:28:05 +00:00
2010-01-15 16:28:05 +00:00
2009-07-16 15:06:42 +02:00
2009-07-27 16:45:01 +01:00
2009-07-16 15:06:42 +02:00
2009-10-07 12:18:13 +02:00
2009-10-07 12:18:13 +02:00
2010-01-15 16:28:05 +00:00
2009-10-07 12:18:13 +02:00
2009-12-15 17:46:04 +01:00
2009-11-13 11:04:23 +01:00
2010-01-18 01:44:20 +01:00
2009-09-21 14:41:42 +01:00
2009-12-04 17:01:34 +01:00
2009-12-04 17:01:34 +01:00
2010-01-18 01:44:20 +01:00