All of lore.kernel.org
 help / color / mirror / Atom feed
* Issue list for Xen-3.3.0-rc2 (#18186)
@ 2008-08-05  8:39 Li, Haicheng
  2008-08-05  9:49 ` Keir Fraser
  0 siblings, 1 reply; 7+ messages in thread
From: Li, Haicheng @ 2008-08-05  8:39 UTC (permalink / raw)
  To: xen-devel

All,

Though our RC2 testing is still ongoing, I'd like to report the updated
bug status here for Xen-3.3.0-rc2 (c/s 18186). So far, test shows 6 P1
bugs got fixed, and there are still 3 P1 bugs open. More detailed test
report will be sent out when our testing is finished. 

Open P1 issues:
==============================================
1. Guest can not boot up with memory over 2G on IA32PAE host.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1308

2. Guest OS cannot be restored after saving if vncconsole option is
listed in guest config.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1309

3. One 32e, hotplug attaching VT-d NIC to guest failed.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1316.

Fixed P1 issues: 
==============================================
1. With ioemu-remote, guest cannot be created with qcow image.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1304.

2. Domain0 will crash when wake up from S3 on IA32E.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1305

3. Dom0 hangs when destorying one guest with MSI NIC assigned.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1306

4. VT-d NIC does not work in HVM guest.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1307

5. HVM guest S3 resume can not work
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1310

6. Processor power management does not work in Xen-3.3.0-rc1.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1311



-- haicheng

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

* Re: Issue list for Xen-3.3.0-rc2 (#18186)
  2008-08-05  8:39 Issue list for Xen-3.3.0-rc2 (#18186) Li, Haicheng
@ 2008-08-05  9:49 ` Keir Fraser
  2008-08-05  9:57   ` Li, Haicheng
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Keir Fraser @ 2008-08-05  9:49 UTC (permalink / raw)
  To: Li, Haicheng, xen-devel

On 5/8/08 09:39, "Li, Haicheng" <haicheng.li@intel.com> wrote:

> 1. Guest can not boot up with memory over 2G on IA32PAE host.
> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1308

I'll fix this one.

> 2. Guest OS cannot be restored after saving if vncconsole option is
> listed in guest config.
> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1309

I can take a look later, but I'll have to work out what the options are
supposed to mean and do first.

 -- Keir

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

* RE: Issue list for Xen-3.3.0-rc2 (#18186)
  2008-08-05  9:49 ` Keir Fraser
@ 2008-08-05  9:57   ` Li, Haicheng
  2008-08-05 10:08     ` Samuel Thibault
  2008-08-05 12:25   ` Keir Fraser
  2008-08-05 12:46   ` Keir Fraser
  2 siblings, 1 reply; 7+ messages in thread
From: Li, Haicheng @ 2008-08-05  9:57 UTC (permalink / raw)
  To: Keir Fraser, xen-devel

Keir Fraser wrote:

> 
>> 2. Guest OS cannot be restored after saving if vncconsole option is
>> listed in guest config.
>> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1309 
> 
> I can take a look later, but I'll have to work out what the options
> are supposed to mean and do first.
> 

Previously, vncconsole=1 was used to identify using vncviewer spawning.
But since ioemu-remote does not support vncviewer option any more, `xm
create` code path ignores vncconsole option at all; but `xm restore`
still looks it as a valid option and pass it as vncviewer to
ioemu-remote, which causes qemu exit(1).


-- haicheng

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

* Re: Issue list for Xen-3.3.0-rc2 (#18186)
  2008-08-05  9:57   ` Li, Haicheng
@ 2008-08-05 10:08     ` Samuel Thibault
  2008-08-05 14:12       ` Li, Haicheng
  0 siblings, 1 reply; 7+ messages in thread
From: Samuel Thibault @ 2008-08-05 10:08 UTC (permalink / raw)
  To: Li, Haicheng; +Cc: xen-devel, Keir Fraser

Li, Haicheng, le Tue 05 Aug 2008 17:57:25 +0800, a écrit :
> Previously, vncconsole=1 was used to identify using vncviewer spawning.

What is the difference with the vncviewer=1 option?

Samuel

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

* Re: Issue list for Xen-3.3.0-rc2 (#18186)
  2008-08-05  9:49 ` Keir Fraser
  2008-08-05  9:57   ` Li, Haicheng
@ 2008-08-05 12:25   ` Keir Fraser
  2008-08-05 12:46   ` Keir Fraser
  2 siblings, 0 replies; 7+ messages in thread
From: Keir Fraser @ 2008-08-05 12:25 UTC (permalink / raw)
  To: Li, Haicheng, xen-devel

On 5/8/08 10:49, "Keir Fraser" <keir.fraser@eu.citrix.com> wrote:

> On 5/8/08 09:39, "Li, Haicheng" <haicheng.li@intel.com> wrote:
> 
>> 1. Guest can not boot up with memory over 2G on IA32PAE host.
>> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1308
> 
> I'll fix this one.

Fixed as c/s 18239.

 -- Keir

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

* Re: Issue list for Xen-3.3.0-rc2 (#18186)
  2008-08-05  9:49 ` Keir Fraser
  2008-08-05  9:57   ` Li, Haicheng
  2008-08-05 12:25   ` Keir Fraser
@ 2008-08-05 12:46   ` Keir Fraser
  2 siblings, 0 replies; 7+ messages in thread
From: Keir Fraser @ 2008-08-05 12:46 UTC (permalink / raw)
  To: Li, Haicheng, xen-devel

On 5/8/08 10:49, "Keir Fraser" <keir.fraser@eu.citrix.com> wrote:

>> 2. Guest OS cannot be restored after saving if vncconsole option is
>> listed in guest config.
>> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1309
> 
> I can take a look later, but I'll have to work out what the options are
> supposed to mean and do first.

This was a trivial issue actually. It's fixed by c/s 18240.

 -- Keir

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

* RE: Issue list for Xen-3.3.0-rc2 (#18186)
  2008-08-05 10:08     ` Samuel Thibault
@ 2008-08-05 14:12       ` Li, Haicheng
  0 siblings, 0 replies; 7+ messages in thread
From: Li, Haicheng @ 2008-08-05 14:12 UTC (permalink / raw)
  To: Samuel Thibault; +Cc: xen-devel, Keir Fraser

Samuel Thibault wrote:
> Li, Haicheng, le Tue 05 Aug 2008 17:57:25 +0800, a écrit :
>> Previously, vncconsole=1 was used to identify using vncviewer
>> spawning. 
> 
> What is the difference with the vncviewer=1 option?
> 
> Samuel

In old xmexample.hvm, there is no vncviewer opiton, only vncconsole option for spawning vncviewer.


-- haicheng

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

end of thread, other threads:[~2008-08-05 14:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-05  8:39 Issue list for Xen-3.3.0-rc2 (#18186) Li, Haicheng
2008-08-05  9:49 ` Keir Fraser
2008-08-05  9:57   ` Li, Haicheng
2008-08-05 10:08     ` Samuel Thibault
2008-08-05 14:12       ` Li, Haicheng
2008-08-05 12:25   ` Keir Fraser
2008-08-05 12:46   ` Keir Fraser

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.