All of lore.kernel.org
 help / color / mirror / Atom feed
* xpti=dom0=false doesn't seem to work on 4.8.4
@ 2018-07-13 18:54 Karl Johnson
  2018-07-16  9:39 ` Jan Beulich
  0 siblings, 1 reply; 4+ messages in thread
From: Karl Johnson @ 2018-07-13 18:54 UTC (permalink / raw)
  To: xen-devel

Hello,

I'm currently testing last Xen 4.8.4 build for CentOS
(http://cbs.centos.org/koji/buildinfo?buildID=23169) and disabling
XPTI for dom0 doesn't seem to work:

(XEN) Command line: dom0_mem=1792M,max:2048M dom0_max_vcpus=4 cpuinfo
com1=115200,8n1 console=com1,vga xpti=dom0=false loglvl=all
guest_loglvl=all crashkernel=512M@64M

(XEN)   XPTI (64-bit PV only): Dom0 enabled, DomU enabled

Bug or wrong syntax?

Karl

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: xpti=dom0=false doesn't seem to work on 4.8.4
  2018-07-13 18:54 xpti=dom0=false doesn't seem to work on 4.8.4 Karl Johnson
@ 2018-07-16  9:39 ` Jan Beulich
  2018-09-10 16:40   ` Karl Johnson
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Beulich @ 2018-07-16  9:39 UTC (permalink / raw)
  To: Karl Johnson; +Cc: xen-devel

>>> On 13.07.18 at 20:54, <karljohnson.it@gmail.com> wrote:
> Hello,
> 
> I'm currently testing last Xen 4.8.4 build for CentOS
> (http://cbs.centos.org/koji/buildinfo?buildID=23169) and disabling
> XPTI for dom0 doesn't seem to work:
> 
> (XEN) Command line: dom0_mem=1792M,max:2048M dom0_max_vcpus=4 cpuinfo
> com1=115200,8n1 console=com1,vga xpti=dom0=false loglvl=all
> guest_loglvl=all crashkernel=512M@64M
> 
> (XEN)   XPTI (64-bit PV only): Dom0 enabled, DomU enabled
> 
> Bug or wrong syntax?

Bug - see https://lists.xenproject.org/archives/html/xen-devel/2018-07/msg01305.html.

Alternatively you could use "xpti=no-dom0" or (I think) "xpti=dom0=false,".

Jan



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: xpti=dom0=false doesn't seem to work on 4.8.4
  2018-07-16  9:39 ` Jan Beulich
@ 2018-09-10 16:40   ` Karl Johnson
  2018-09-11  8:07     ` Jan Beulich
  0 siblings, 1 reply; 4+ messages in thread
From: Karl Johnson @ 2018-09-10 16:40 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1246 bytes --]

On Mon, Jul 16, 2018 at 5:39 AM Jan Beulich <JBeulich@suse.com> wrote:

> >>> On 13.07.18 at 20:54, <karljohnson.it@gmail.com> wrote:
> > Hello,
> >
> > I'm currently testing last Xen 4.8.4 build for CentOS
> > (http://cbs.centos.org/koji/buildinfo?buildID=23169) and disabling
> > XPTI for dom0 doesn't seem to work:
> >
> > (XEN) Command line: dom0_mem=1792M,max:2048M dom0_max_vcpus=4 cpuinfo
> > com1=115200,8n1 console=com1,vga xpti=dom0=false loglvl=all
> > guest_loglvl=all crashkernel=512M@64M
> >
> > (XEN)   XPTI (64-bit PV only): Dom0 enabled, DomU enabled
> >
> > Bug or wrong syntax?
>
> Bug - see
> https://lists.xenproject.org/archives/html/xen-devel/2018-07/msg01305.html
> .
>
> Alternatively you could use "xpti=no-dom0" or (I think) "xpti=dom0=false,".
>
> Jan
>

Is xpti command line broken again on 4.8? I've upgraded to package
xen-4.8.4.43.ge52ec4b787-1 which is based on latest staging snapshot and
xpti=no-dom0 now seems to disable XPTI for domU:

[root@node-tmp1 ~]# xl dmesg|grep -i xpti
(XEN) Command line: dom0_mem=1792M,max:2048M dom0_max_vcpus=4 cpuinfo
com1=115200,8n1 console=com1,vga xpti=no-dom0 crashkernel=512M@64M
loglvl=all guest_loglvl=all
(XEN)   XPTI (64-bit PV only): Dom0 disabled, DomU disabled

Karl

[-- Attachment #1.2: Type: text/html, Size: 2060 bytes --]

[-- Attachment #2: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: xpti=dom0=false doesn't seem to work on 4.8.4
  2018-09-10 16:40   ` Karl Johnson
@ 2018-09-11  8:07     ` Jan Beulich
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Beulich @ 2018-09-11  8:07 UTC (permalink / raw)
  To: Andrew Cooper, Karl Johnson; +Cc: xen-devel

>>> On 10.09.18 at 18:40, <karljohnson.it@gmail.com> wrote:
> On Mon, Jul 16, 2018 at 5:39 AM Jan Beulich <JBeulich@suse.com> wrote:
> 
>> >>> On 13.07.18 at 20:54, <karljohnson.it@gmail.com> wrote:
>> > Hello,
>> >
>> > I'm currently testing last Xen 4.8.4 build for CentOS
>> > (http://cbs.centos.org/koji/buildinfo?buildID=23169) and disabling
>> > XPTI for dom0 doesn't seem to work:
>> >
>> > (XEN) Command line: dom0_mem=1792M,max:2048M dom0_max_vcpus=4 cpuinfo
>> > com1=115200,8n1 console=com1,vga xpti=dom0=false loglvl=all
>> > guest_loglvl=all crashkernel=512M@64M
>> >
>> > (XEN)   XPTI (64-bit PV only): Dom0 enabled, DomU enabled
>> >
>> > Bug or wrong syntax?
>>
>> Bug - see
>> https://lists.xenproject.org/archives/html/xen-devel/2018-07/msg01305.html 
>> .
>>
>> Alternatively you could use "xpti=no-dom0" or (I think) "xpti=dom0=false,".
> 
> Is xpti command line broken again on 4.8? I've upgraded to package
> xen-4.8.4.43.ge52ec4b787-1 which is based on latest staging snapshot and
> xpti=no-dom0 now seems to disable XPTI for domU:
> 
> [root@node-tmp1 ~]# xl dmesg|grep -i xpti
> (XEN) Command line: dom0_mem=1792M,max:2048M dom0_max_vcpus=4 cpuinfo
> com1=115200,8n1 console=com1,vga xpti=no-dom0 crashkernel=512M@64M
> loglvl=all guest_loglvl=all
> (XEN)   XPTI (64-bit PV only): Dom0 disabled, DomU disabled

Still a bug, see
https://lists.xenproject.org/archives/html/xen-devel/2018-08/msg01742.html
I was hoping to have this committed quite some time ago, but
Andrew isn't really happy with it plus the discussion looks to be
stalled right now.

Jan



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-11  8:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-13 18:54 xpti=dom0=false doesn't seem to work on 4.8.4 Karl Johnson
2018-07-16  9:39 ` Jan Beulich
2018-09-10 16:40   ` Karl Johnson
2018-09-11  8:07     ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.