public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* 1.1 release?
@ 2012-06-07  7:10 Michael Tokarev
  2012-06-07  7:13 ` Avi Kivity
  2012-06-13 22:50 ` Marcelo Tosatti
  0 siblings, 2 replies; 7+ messages in thread
From: Michael Tokarev @ 2012-06-07  7:10 UTC (permalink / raw)
  To: KVM list

Are there any issues with 1.1 release of qemu-kvm?

The RCs were followed qemu RCs quite closely, but
the final 1.1 is still not released, anything wrong
with it?

Thanks!

/mjt

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

* Re: 1.1 release?
  2012-06-07  7:10 1.1 release? Michael Tokarev
@ 2012-06-07  7:13 ` Avi Kivity
  2012-06-07  7:19   ` Michael Tokarev
  2012-06-13 22:50 ` Marcelo Tosatti
  1 sibling, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2012-06-07  7:13 UTC (permalink / raw)
  To: Michael Tokarev; +Cc: KVM list

On 06/07/2012 10:10 AM, Michael Tokarev wrote:
> Are there any issues with 1.1 release of qemu-kvm?
> 
> The RCs were followed qemu RCs quite closely, but
> the final 1.1 is still not released, anything wrong
> with it?

Yes, there is a regression with IDE PIO that can hang a guest on boot.
We don't think it's a data corruptor, but I'd rather see it fixed before
a release.


-- 
error compiling committee.c: too many arguments to function

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

* Re: 1.1 release?
  2012-06-07  7:13 ` Avi Kivity
@ 2012-06-07  7:19   ` Michael Tokarev
  2012-06-07  7:27     ` Avi Kivity
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Tokarev @ 2012-06-07  7:19 UTC (permalink / raw)
  To: Avi Kivity; +Cc: KVM list

On 07.06.2012 11:13, Avi Kivity wrote:
> On 06/07/2012 10:10 AM, Michael Tokarev wrote:
>> Are there any issues with 1.1 release of qemu-kvm?
[]
> Yes, there is a regression with IDE PIO that can hang a guest on boot.

Any pointers on this?

I were testing 1.1-rc with various guests and it all works more or
less okay so far, but I didn't try pio mode.

> We don't think it's a data corruptor, but I'd rather see it fixed before
> a release.

Yes, that'd be nice.

Thanks,

/mjt

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

* Re: 1.1 release?
  2012-06-07  7:19   ` Michael Tokarev
@ 2012-06-07  7:27     ` Avi Kivity
  2012-06-07  8:38       ` Ren, Yongjie
  0 siblings, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2012-06-07  7:27 UTC (permalink / raw)
  To: Michael Tokarev; +Cc: KVM list

On 06/07/2012 10:19 AM, Michael Tokarev wrote:
> On 07.06.2012 11:13, Avi Kivity wrote:
>> On 06/07/2012 10:10 AM, Michael Tokarev wrote:
>>> Are there any issues with 1.1 release of qemu-kvm?
> []
>> Yes, there is a regression with IDE PIO that can hang a guest on boot.
> 
> Any pointers on this?

See the thread started by Yongjie Ren.

> 
> I were testing 1.1-rc with various guests and it all works more or
> less okay so far, but I didn't try pio mode.
> 

The bios uses it.

-- 
error compiling committee.c: too many arguments to function

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

* RE: 1.1 release?
  2012-06-07  7:27     ` Avi Kivity
@ 2012-06-07  8:38       ` Ren, Yongjie
  2012-06-07 11:38         ` ronnie sahlberg
  0 siblings, 1 reply; 7+ messages in thread
From: Ren, Yongjie @ 2012-06-07  8:38 UTC (permalink / raw)
  To: Avi Kivity, Michael Tokarev; +Cc: KVM list

> -----Original Message-----
> From: kvm-owner@vger.kernel.org [mailto:kvm-owner@vger.kernel.org]
> On Behalf Of Avi Kivity
> Sent: Thursday, June 07, 2012 3:28 PM
> To: Michael Tokarev
> Cc: KVM list
> Subject: Re: 1.1 release?
> 
> On 06/07/2012 10:19 AM, Michael Tokarev wrote:
> > On 07.06.2012 11:13, Avi Kivity wrote:
> >> On 06/07/2012 10:10 AM, Michael Tokarev wrote:
> >>> Are there any issues with 1.1 release of qemu-kvm?
> > []
> >> Yes, there is a regression with IDE PIO that can hang a guest on boot.
> >
> > Any pointers on this?
> 
> See the thread started by Yongjie Ren.
> 
This bug is here.
https://bugs.launchpad.net/qemu/+bug/1002121 
The latest new is: after reverting bef0fd59 in qemu-kvm.git, it can work fine.
For detailed info, please look at the thread with below subject.
"Biweekly KVM Test report, kernel 51bfd299... qemu a1fce560..."

> >
> > I were testing 1.1-rc with various guests and it all works more or
> > less okay so far, but I didn't try pio mode.
> >
> 
> The bios uses it.
> 
> --
> error compiling committee.c: too many arguments to function
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: 1.1 release?
  2012-06-07  8:38       ` Ren, Yongjie
@ 2012-06-07 11:38         ` ronnie sahlberg
  0 siblings, 0 replies; 7+ messages in thread
From: ronnie sahlberg @ 2012-06-07 11:38 UTC (permalink / raw)
  To: Ren, Yongjie; +Cc: Avi Kivity, Michael Tokarev, KVM list

List,

That patch  that is referenced in the bugzilla :

...
after reverting bef0fd59 in qemu-kvm, this issue doesn't exist.
...

That is the exact same patch I had problems with a few weeks ago in iSCSI.
As it turned out, it was NOT that patch that was buggy, but it exposed
bugs in the iscsi block driver that made all I/O sudddenly take 55ms
when booting from the BIOS,   thus making the boot process tkae
forever, andd it looked hung with a black screen, doing one i/o at a
time   55ms apart.


See
http://lists.nongnu.org/archive/html/qemu-devel/2012-05/msg02716.html


Maybe the backend used here has the same bug that I had in block/iscsi.c
which was basically failing to call 'qemu_notify_event()' properly.

Would be a weird coincidence otherwise since the symptoms are so
similar, and they were both triggered by that same patch.
I would check how the events are set up in the backend used here and
check if perhaps that backend has the same bug iscsi had.


regards
ronnie sahlberg

On Thu, Jun 7, 2012 at 6:38 PM, Ren, Yongjie <yongjie.ren@intel.com> wrote:
>> -----Original Message-----
>> From: kvm-owner@vger.kernel.org [mailto:kvm-owner@vger.kernel.org]
>> On Behalf Of Avi Kivity
>> Sent: Thursday, June 07, 2012 3:28 PM
>> To: Michael Tokarev
>> Cc: KVM list
>> Subject: Re: 1.1 release?
>>
>> On 06/07/2012 10:19 AM, Michael Tokarev wrote:
>> > On 07.06.2012 11:13, Avi Kivity wrote:
>> >> On 06/07/2012 10:10 AM, Michael Tokarev wrote:
>> >>> Are there any issues with 1.1 release of qemu-kvm?
>> > []
>> >> Yes, there is a regression with IDE PIO that can hang a guest on boot.
>> >
>> > Any pointers on this?
>>
>> See the thread started by Yongjie Ren.
>>
> This bug is here.
> https://bugs.launchpad.net/qemu/+bug/1002121
> The latest new is: after reverting bef0fd59 in qemu-kvm.git, it can work fine.
> For detailed info, please look at the thread with below subject.
> "Biweekly KVM Test report, kernel 51bfd299... qemu a1fce560..."
>
>> >
>> > I were testing 1.1-rc with various guests and it all works more or
>> > less okay so far, but I didn't try pio mode.
>> >
>>
>> The bios uses it.
>>
>> --
>> error compiling committee.c: too many arguments to function
>> --
>> To unsubscribe from this list: send the line "unsubscribe kvm" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: 1.1 release?
  2012-06-07  7:10 1.1 release? Michael Tokarev
  2012-06-07  7:13 ` Avi Kivity
@ 2012-06-13 22:50 ` Marcelo Tosatti
  1 sibling, 0 replies; 7+ messages in thread
From: Marcelo Tosatti @ 2012-06-13 22:50 UTC (permalink / raw)
  To: Michael Tokarev, Avi Kivity; +Cc: KVM list

On Thu, Jun 07, 2012 at 11:10:01AM +0400, Michael Tokarev wrote:
> Are there any issues with 1.1 release of qemu-kvm?
> 
> The RCs were followed qemu RCs quite closely, but
> the final 1.1 is still not released, anything wrong
> with it?
> 
> Thanks!
> 
> /mjt

WinXP.32 install is still failing due to floppy bugs, will wait for that
fix to land in qemu-kvm.git.


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

end of thread, other threads:[~2012-06-13 23:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-07  7:10 1.1 release? Michael Tokarev
2012-06-07  7:13 ` Avi Kivity
2012-06-07  7:19   ` Michael Tokarev
2012-06-07  7:27     ` Avi Kivity
2012-06-07  8:38       ` Ren, Yongjie
2012-06-07 11:38         ` ronnie sahlberg
2012-06-13 22:50 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox