Hi everyone, I am working with Debian 7 / Xen 4.1.4 and XL. I have this line on a simple config file: cpuid = ''host,constant_tsc=0,rep_good=0'' that following what http://xenbits.xen.org/docs/unstable/man/xl.cfg.5.html says. when I start the DomU, but shows flags constant_tsc and rep_good, it indeed starts but shows some errors: root@lepton:~# xl create debian-atp.cfg Parsing config file debian-atp.cfg while parsing CPUID flag: "constant_tsc=0": error #2: unknown CPUID flag name while parsing CPUID flag: "rep_good=0": error #2: unknown CPUID flag name xc: info: VIRTUAL MEMORY ARRANGEMENT: Loader: 0000000000100000->0000000000174170 TOTAL: 0000000000000000->000000001f800000 ENTRY ADDRESS: 0000000000101520 xc: info: PHYSICAL MEMORY ALLOCATION: 4KB PAGES: 0x0000000000000200 2MB PAGES: 0x00000000000000fb 1GB PAGES: 0x0000000000000000 Daemon running with PID 15388 root@lepton:~# What is the proper syntax to add the cpuid line in a xen config file?. I have tried with cpuid = [''..''], but it doesn''t work. Any example of proper way to define cpuid inside a config file? Thank you in advance!! _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Thu, 2013-06-06 at 20:00 -0500, Antonio Colín wrote:> Hi everyone, > > > I am working with Debian 7 / Xen 4.1.4 and XL. I have this line on a > simple config file: > cpuid = 'host,constant_tsc=0,rep_good=0' > that following what > http://xenbits.xen.org/docs/unstable/man/xl.cfg.5.html says.I don't see either "constant_tsc" nor "rep_good" mentioned either in that man page nor in the actual code. Where did you see those names?> when I start the DomU, but shows flags constant_tsc and rep_good, it > indeed starts but shows some errors:Which indicates that the code has no idea what those flags are, so I wouldn't expect it to have worked. Do you happen to know which CPUID leaf+register+bits you want to clear? Ian. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users