Displaying 2 results from an estimated 2 matches for "msg00374".
Did you mean:
msg00375
2010 Jan 17
2
docs/reference for NUMA usage?
...mmand line: ... numa=on ...
(XEN) No NUMA configuration found
i guess i need to ''configure'' numa. i''ve no clue how, and haven''t
found the docs for it yet, despite looking.
i found this old thread,
http://lists.xensource.com/archives/html/xen-devel/2007-09/msg00374.html
which talks abt numa strategy in xen.
i''ve poked around in the wiki, but haven''t found additional details.
are there any howto-docs for numa usage?
thanks.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.x...
2018 Apr 03
1
Virsh Domain - Serial port; what does the attribute “port” of the serial node's child “target” do?
Hi all!
I want to assign a real serialport to my kvm virtual machine via virsh.
When I add the following XML snippet to the domain xml, it gets successfully
attached but not as I expected it to happen.
<serial type='dev'>
<source path='/dev/ttyS3'/>
<target type='isa-serial' port='2'>
<model name='isa-serial'/>