xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Re: VMX status report. Xen:25256 & Dom0:d93dc5c...
@ 2012-05-23  1:48 Ren, Yongjie
  2012-05-23 14:29 ` Pasi Kärkkäinen
  0 siblings, 1 reply; 11+ messages in thread
From: Ren, Yongjie @ 2012-05-23  1:48 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: Wu, GabrielX, xen-devel@lists.xen.org

> -----Original Message-----
> From: Konrad Rzeszutek Wilk [mailto:konrad.wilk@oracle.com]
> Sent: Thursday, May 10, 2012 10:39 PM
> To: Ren, Yongjie
> Cc: Wu, GabrielX; xen-devel@lists.xen.org
> Subject: Re: [Xen-devel] VMX status report. Xen:25256 & Dom0:d93dc5c...
> 
> > > > xen-changeset:   25256
> > > > Dom0:          linux.git  3.1.0-rc7 (commit: d93dc5c...)
> > >
> > > Please update your dom0.
> >
> > I think we can use 3.4-RCx kernel as dom0 when sending the report next
> time.
> 
> Excellent!
> >
> > > >
> > >
> ============================================================
> > > =====
> > > >
> > > > New issue(1)
> > > > ==============
> > > > 1. cpu weight out of range error when create hvm domU
> > > >   http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1818
> > >
> > > And what is the guest config? Does it have any cpu weights?
> >
> > Added the config in the BZ.  It doesn't have any cpu weight in config.
> > Some other person also reported this issue in the mailing list several days
> ago.
> 
> I think some of the Citrix folks were going to take a look at this.
> 
> > > >   http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1730
> > > > 3. [VT-D]fail to detach NIC from guest
> > >
> > > Hmm, the last update is from a year ago. Are you sure this
> > > is an issue?
> > >
> > Yeah, it still exist.  It may be a similar issue with BZ# 1812.
> > According to our recent testing, it something about VNC console.
> > Also added some latest info in the BZ.
> >
> > > >   http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1736
> > > > 4. Sometimes Xen panic on ia32pae Sandybridge when restore guest
> > > >   http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1747
> > >
> > > the bug talks about 2.6.32. Can you update it to include the
> > > 3.4 (or 3.3) dmesg output?
> > >
> > This is about 32bit Xen.
> > As we don't test 32bit Xen for a long time, we may update it when we're
> free.
> >
> > > > 5. [VT-D] device reset fail when create/destroy guest
> > > >   http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1752
> > >
> > > Does this happen if you manually echo 1 > ../reset? And is this
> > > an issue with the kernel if you upgrade it to 3.4-rc5?
> > >
> > When doing 'echo 1 >../reset', I get the same error as list in the BZ.
> > "/sys/bus/pci/devices/0000:09:00.0/reset returned -1: Invalid
> argument".
> 
> OK, so then the device can't do reset's properly. Is this the
> physical adaptor or the virtual one?
> 
It's a physical adaptor.

> > This bug only exists when we use 'pcistub' to hide a device.
> 
> Ok, so it looks like upstream Linux can't do this properly on that device.
> 
Yes, I think so. To do some fix on 'pcistub' module might fix this issue.

> >
> > > > 8. after detaching a VF from a guest, shutdown the guest is very slow
> > > >   http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1812
> > >
> > > Where does it slow down? When bringing the NIC down or in specific
> > > cases?
> > > Is this an issue with if you are using a different guest (say Fedora Core
> 16?)
> > >
> > We found it is related to 'stdgva' option in guest config file.
> > If 'stdvga=1' and 'vnc=1', the guest is not slow when shutdown.
> > If 'stdvga=0' and 'vnc=1', guest shutdown will be very slow.
> 
> What does turning standard VGA and VNC on mean to the guest? Doesn't
> that mean
> that the VGA adapter is gone from the guest? And is this issue only
> present if you have PCI devices in the guest? Meaning do you get this
> if you boot a normal HVM guest and do 'stdvga=0' and 'vnc='1?

'stdvga=1' will make the guest use a emulated VGA named "Technical Corp. Device 1111".
'stdvga=0' will make the guest use a emulated VGA "Cirrus Logic GD5446".
We found this issue only exist when we shut down the guest in its VNC after we hot remove a PCI device.
As the manual page says, "If your guest supports VBE 2.0 or later (e.g. Windows XP onwards) then you should enable this (stdvga=1)."
I think most of the OS we use today support VBE 2.0 or later. 
And if 'stdvga=1', this issue will not exist.
So, can we set stdvga to TRUE by default in libxl code?

--Jay

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: VMX status report. Xen:25256 & Dom0:d93dc5c...
@ 2012-05-23  1:48 Ren, Yongjie
  0 siblings, 0 replies; 11+ messages in thread
From: Ren, Yongjie @ 2012-05-23  1:48 UTC (permalink / raw)
  To: Pasi K?rkk?inen, Konrad Rzeszutek Wilk
  Cc: Wu, GabrielX, xen-devel@lists.xen.org

> -----Original Message-----
> From: Pasi Kärkkäinen [mailto:pasik@iki.fi]
> Sent: Friday, May 11, 2012 12:04 AM
> To: Konrad Rzeszutek Wilk
> Cc: Ren, Yongjie; Wu, GabrielX; xen-devel@lists.xen.org
> Subject: Re: [Xen-devel] VMX status report. Xen:25256 & Dom0:d93dc5c...
> 
> On Thu, May 10, 2012 at 10:38:30AM -0400, Konrad Rzeszutek Wilk wrote:
> > > > > xen-changeset:   25256
> > > > > Dom0:          linux.git  3.1.0-rc7 (commit: d93dc5c...)
> > > >
> > > > Please update your dom0.
> > >
> > > I think we can use 3.4-RCx kernel as dom0 when sending the report
> next time.
> >
> > Excellent!
> > >
> > > > >
> > > >
> ============================================================
> > > > =====
> > > > >
> > > > > New issue(1)
> > > > > ==============
> > > > > 1. cpu weight out of range error when create hvm domU
> > > > >   http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1818
> > > >
> > > > And what is the guest config? Does it have any cpu weights?
> > >
> > > Added the config in the BZ.  It doesn't have any cpu weight in config.
> > > Some other person also reported this issue in the mailing list several
> days ago.
> >
> > I think some of the Citrix folks were going to take a look at this.
> >
> > > > >   http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1730
> > > > > 3. [VT-D]fail to detach NIC from guest
> > > >
> > > > Hmm, the last update is from a year ago. Are you sure this
> > > > is an issue?
> > > >
> > > Yeah, it still exist.  It may be a similar issue with BZ# 1812.
> > > According to our recent testing, it something about VNC console.
> > > Also added some latest info in the BZ.
> > >
> > > > >   http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1736
> > > > > 4. Sometimes Xen panic on ia32pae Sandybridge when restore
> guest
> > > > >   http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1747
> > > >
> > > > the bug talks about 2.6.32. Can you update it to include the
> > > > 3.4 (or 3.3) dmesg output?
> > > >
> > > This is about 32bit Xen.
> > > As we don't test 32bit Xen for a long time, we may update it when
> we're free.
> > >
> > > > > 5. [VT-D] device reset fail when create/destroy guest
> > > > >   http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1752
> > > >
> > > > Does this happen if you manually echo 1 > ../reset? And is this
> > > > an issue with the kernel if you upgrade it to 3.4-rc5?
> > > >
> > > When doing 'echo 1 >../reset', I get the same error as list in the BZ.
> > > "/sys/bus/pci/devices/0000:09:00.0/reset returned -1: Invalid
> argument".
> >
> > OK, so then the device can't do reset's properly. Is this the
> > physical adaptor or the virtual one?
> >
> > > This bug only exists when we use 'pcistub' to hide a device.
> >
> > Ok, so it looks like upstream Linux can't do this properly on that device.
> >
> > >
> > > > > 8. after detaching a VF from a guest, shutdown the guest is very
> slow
> > > > >   http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1812
> > > >
> > > > Where does it slow down? When bringing the NIC down or in specific
> > > > cases?
> > > > Is this an issue with if you are using a different guest (say Fedora Core
> 16?)
> > > >
> > > We found it is related to 'stdgva' option in guest config file.
> > > If 'stdvga=1' and 'vnc=1', the guest is not slow when shutdown.
> > > If 'stdvga=0' and 'vnc=1', guest shutdown will be very slow.
> >
> > What does turning standard VGA and VNC on mean to the guest?
> Doesn't that mean
> > that the VGA adapter is gone from the guest? And is this issue only
> > present if you have PCI devices in the guest? Meaning do you get this
> > if you boot a normal HVM guest and do 'stdvga=0' and 'vnc='1?
> >
> 
> stdvga=0 gives you the emulated Cirrus?
> 
Yes, it's Cirrus Logic GD5446 VGA card.

> -- Pasi

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

end of thread, other threads:[~2012-05-24  1:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <40352EBA8B4DF841A9907B883F22B59B0FD2D31F@SHSMSX102.ccr.corp.intel.com>
2012-05-04 10:06 ` VMX status report. Xen:25256 & Dom0:d93dc5c Wu, GabrielX
2012-05-04 11:30   ` Jan Beulich
2012-05-07  8:57     ` Ren, Yongjie
2012-05-04 13:12   ` Konrad Rzeszutek Wilk
2012-05-09  8:33     ` Ren, Yongjie
2012-05-10 14:38       ` Konrad Rzeszutek Wilk
2012-05-10 16:03         ` Pasi Kärkkäinen
2012-05-23  1:48 Ren, Yongjie
2012-05-23 14:29 ` Pasi Kärkkäinen
2012-05-24  1:51   ` Ren, Yongjie
  -- strict thread matches above, loose matches on Subject: below --
2012-05-23  1:48 Ren, Yongjie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).