kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* KVM call agenda for Jan 25
@ 2011-01-24 13:25 Chris Wright
  2011-01-24 22:06 ` Anthony Liguori
  0 siblings, 1 reply; 12+ messages in thread
From: Chris Wright @ 2011-01-24 13:25 UTC (permalink / raw)
  To: kvm; +Cc: qemu-devel

Please send in any agenda items you are interested in covering.

thanks,
-chris

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

* Re: KVM call agenda for Jan 25
  2011-01-24 13:25 KVM call agenda for Jan 25 Chris Wright
@ 2011-01-24 22:06 ` Anthony Liguori
  2011-01-25 13:57   ` [Qemu-devel] " Luiz Capitulino
  2011-01-25 14:26   ` Avi Kivity
  0 siblings, 2 replies; 12+ messages in thread
From: Anthony Liguori @ 2011-01-24 22:06 UTC (permalink / raw)
  To: Chris Wright; +Cc: kvm, qemu-devel

On 01/24/2011 07:25 AM, Chris Wright wrote:
> Please send in any agenda items you are interested in covering.
>    

- coroutines for the block layer
- glib everywhere

Regards,

Anthony Liguori

> thanks,
> -chris
> --
> 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] 12+ messages in thread

* Re: [Qemu-devel] Re: KVM call agenda for Jan 25
  2011-01-24 22:06 ` Anthony Liguori
@ 2011-01-25 13:57   ` Luiz Capitulino
  2011-01-25 14:02     ` Luiz Capitulino
  2011-01-25 14:11     ` Aurelien Jarno
  2011-01-25 14:26   ` Avi Kivity
  1 sibling, 2 replies; 12+ messages in thread
From: Luiz Capitulino @ 2011-01-25 13:57 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: Chris Wright, qemu-devel, kvm

On Mon, 24 Jan 2011 16:06:34 -0600
Anthony Liguori <anthony@codemonkey.ws> wrote:

> On 01/24/2011 07:25 AM, Chris Wright wrote:
> > Please send in any agenda items you are interested in covering.
> >    
> 
> - coroutines for the block layer
> - glib everywhere

- Let's start planning our next release in advance, here's a simple example:

  http://wiki.qemu.org/Planning/0.15-example

> 
> Regards,
> 
> Anthony Liguori
> 
> > thanks,
> > -chris
> > --
> > 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] 12+ messages in thread

* Re: [Qemu-devel] Re: KVM call agenda for Jan 25
  2011-01-25 13:57   ` [Qemu-devel] " Luiz Capitulino
@ 2011-01-25 14:02     ` Luiz Capitulino
  2011-01-25 14:13       ` Stefan Hajnoczi
  2011-01-25 14:11     ` Aurelien Jarno
  1 sibling, 1 reply; 12+ messages in thread
From: Luiz Capitulino @ 2011-01-25 14:02 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: Chris Wright, qemu-devel, kvm

On Tue, 25 Jan 2011 11:57:27 -0200
Luiz Capitulino <lcapitulino@redhat.com> wrote:

> On Mon, 24 Jan 2011 16:06:34 -0600
> Anthony Liguori <anthony@codemonkey.ws> wrote:
> 
> > On 01/24/2011 07:25 AM, Chris Wright wrote:
> > > Please send in any agenda items you are interested in covering.
> > >    
> > 
> > - coroutines for the block layer
> > - glib everywhere
> 
> - Let's start planning our next release in advance, here's a simple example:
> 
>   http://wiki.qemu.org/Planning/0.15-example

Forgot:

 - Google summer of code 2011 is on, are we interested? (note: I just saw the
   news, I don't have any information yet)
> 
> > 
> > Regards,
> > 
> > Anthony Liguori
> > 
> > > thanks,
> > > -chris
> > > --
> > > 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] 12+ messages in thread

* Re: [Qemu-devel] Re: KVM call agenda for Jan 25
  2011-01-25 13:57   ` [Qemu-devel] " Luiz Capitulino
  2011-01-25 14:02     ` Luiz Capitulino
@ 2011-01-25 14:11     ` Aurelien Jarno
  2011-01-25 14:27       ` Anthony Liguori
  2011-01-25 14:42       ` Kevin Wolf
  1 sibling, 2 replies; 12+ messages in thread
From: Aurelien Jarno @ 2011-01-25 14:11 UTC (permalink / raw)
  To: Luiz Capitulino; +Cc: Anthony Liguori, Chris Wright, qemu-devel, kvm

Luiz Capitulino a écrit :
> On Mon, 24 Jan 2011 16:06:34 -0600
> Anthony Liguori <anthony@codemonkey.ws> wrote:
> 
>> On 01/24/2011 07:25 AM, Chris Wright wrote:
>>> Please send in any agenda items you are interested in covering.
>>>    
>> - coroutines for the block layer
>> - glib everywhere
> 
> - Let's start planning our next release in advance, here's a simple example:
> 
>   http://wiki.qemu.org/Planning/0.15-example
> 

What about planning the 0.14 release first? From what I see on the
mailing list, we are more in a development phase than in a bug fix phase
before a release.

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

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

* Re: [Qemu-devel] Re: KVM call agenda for Jan 25
  2011-01-25 14:02     ` Luiz Capitulino
@ 2011-01-25 14:13       ` Stefan Hajnoczi
  0 siblings, 0 replies; 12+ messages in thread
From: Stefan Hajnoczi @ 2011-01-25 14:13 UTC (permalink / raw)
  To: Luiz Capitulino; +Cc: Anthony Liguori, Chris Wright, qemu-devel, kvm

On Tue, Jan 25, 2011 at 2:02 PM, Luiz Capitulino <lcapitulino@redhat.com> wrote:
>  - Google summer of code 2011 is on, are we interested? (note: I just saw the
>   news, I don't have any information yet)

http://www.google-melange.com/document/show/gsoc_program/google/gsoc2011/timeline

I'd like to see an in-place QCOW2 <-> QED image converter with tests.
I'm interested in mentoring this year.

Stefan

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

* Re: KVM call agenda for Jan 25
  2011-01-24 22:06 ` Anthony Liguori
  2011-01-25 13:57   ` [Qemu-devel] " Luiz Capitulino
@ 2011-01-25 14:26   ` Avi Kivity
  2011-01-25 14:35     ` Stefan Hajnoczi
  1 sibling, 1 reply; 12+ messages in thread
From: Avi Kivity @ 2011-01-25 14:26 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: Chris Wright, kvm, qemu-devel

On 01/25/2011 12:06 AM, Anthony Liguori wrote:
> On 01/24/2011 07:25 AM, Chris Wright wrote:
>> Please send in any agenda items you are interested in covering.
>
> - coroutines for the block layer

I have a perpetually in progress branch for this, and would very much 
like to see this done.

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


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

* Re: [Qemu-devel] Re: KVM call agenda for Jan 25
  2011-01-25 14:11     ` Aurelien Jarno
@ 2011-01-25 14:27       ` Anthony Liguori
  2011-01-25 14:42       ` Kevin Wolf
  1 sibling, 0 replies; 12+ messages in thread
From: Anthony Liguori @ 2011-01-25 14:27 UTC (permalink / raw)
  To: Aurelien Jarno; +Cc: Luiz Capitulino, Chris Wright, qemu-devel, kvm

On 01/25/2011 08:11 AM, Aurelien Jarno wrote:
> Luiz Capitulino a écrit :
>    
>> On Mon, 24 Jan 2011 16:06:34 -0600
>> Anthony Liguori<anthony@codemonkey.ws>  wrote:
>>
>>      
>>> On 01/24/2011 07:25 AM, Chris Wright wrote:
>>>        
>>>> Please send in any agenda items you are interested in covering.
>>>>
>>>>          
>>> - coroutines for the block layer
>>> - glib everywhere
>>>        
>> - Let's start planning our next release in advance, here's a simple example:
>>
>>    http://wiki.qemu.org/Planning/0.15-example
>>
>>      
> What about planning the 0.14 release first? From what I see on the
> mailing list, we are more in a development phase than in a bug fix phase
> before a release.
>    

Yeah, lesson learned is releasing before a holiday is probably a bad idea.

What would be a reasonable window to get us in bug fixing mode to do a 
release?  How would a 2/1 stable-0.14 branch sound?

Regards,

Anthony Liguori



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

* Re: KVM call agenda for Jan 25
  2011-01-25 14:26   ` Avi Kivity
@ 2011-01-25 14:35     ` Stefan Hajnoczi
  2011-01-26  9:58       ` Avi Kivity
  0 siblings, 1 reply; 12+ messages in thread
From: Stefan Hajnoczi @ 2011-01-25 14:35 UTC (permalink / raw)
  To: Avi Kivity; +Cc: Anthony Liguori, Chris Wright, kvm, qemu-devel

On Tue, Jan 25, 2011 at 2:26 PM, Avi Kivity <avi@redhat.com> wrote:
> On 01/25/2011 12:06 AM, Anthony Liguori wrote:
>>
>> On 01/24/2011 07:25 AM, Chris Wright wrote:
>>>
>>> Please send in any agenda items you are interested in covering.
>>
>> - coroutines for the block layer
>
> I have a perpetually in progress branch for this, and would very much like
> to see this done.

Seen this?
http://repo.or.cz/w/qemu/stefanha.git/commit/8179e8ff20bb3f14f361109afe5b3bf2bac24f0d
http://repo.or.cz/w/qemu/stefanha.git/shortlog/8179e8ff20bb3f14f361109afe5b3bf2bac24f0d

And the qemu-devel thread:
http://www.mail-archive.com/qemu-devel@nongnu.org/msg52522.html

Stefan

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

* Re: [Qemu-devel] Re: KVM call agenda for Jan 25
  2011-01-25 14:11     ` Aurelien Jarno
  2011-01-25 14:27       ` Anthony Liguori
@ 2011-01-25 14:42       ` Kevin Wolf
  2011-01-25 15:29         ` Aurelien Jarno
  1 sibling, 1 reply; 12+ messages in thread
From: Kevin Wolf @ 2011-01-25 14:42 UTC (permalink / raw)
  To: Aurelien Jarno; +Cc: Luiz Capitulino, Chris Wright, qemu-devel, kvm

Am 25.01.2011 15:11, schrieb Aurelien Jarno:
> Luiz Capitulino a écrit :
>> On Mon, 24 Jan 2011 16:06:34 -0600
>> Anthony Liguori <anthony@codemonkey.ws> wrote:
>>
>>> On 01/24/2011 07:25 AM, Chris Wright wrote:
>>>> Please send in any agenda items you are interested in covering.
>>>>    
>>> - coroutines for the block layer
>>> - glib everywhere
>>
>> - Let's start planning our next release in advance, here's a simple example:
>>
>>   http://wiki.qemu.org/Planning/0.15-example
>>
> 
> What about planning the 0.14 release first? From what I see on the
> mailing list, we are more in a development phase than in a bug fix phase
> before a release.

If we want to get into a bug fix phase, all we need to have is a
stable-0.14 branch. It's not like creating a branch is a lot of work, it
just didn't happen on the announced date.

And I'm almost sure that when it happens, it's going to come as a
surprise once again...

Kevin

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

* Re: [Qemu-devel] Re: KVM call agenda for Jan 25
  2011-01-25 14:42       ` Kevin Wolf
@ 2011-01-25 15:29         ` Aurelien Jarno
  0 siblings, 0 replies; 12+ messages in thread
From: Aurelien Jarno @ 2011-01-25 15:29 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: Chris Wright, qemu-devel, kvm, Luiz Capitulino

On Tue, Jan 25, 2011 at 03:42:04PM +0100, Kevin Wolf wrote:
> Am 25.01.2011 15:11, schrieb Aurelien Jarno:
> > Luiz Capitulino a écrit :
> >> On Mon, 24 Jan 2011 16:06:34 -0600
> >> Anthony Liguori <anthony@codemonkey.ws> wrote:
> >>
> >>> On 01/24/2011 07:25 AM, Chris Wright wrote:
> >>>> Please send in any agenda items you are interested in covering.
> >>>>    
> >>> - coroutines for the block layer
> >>> - glib everywhere
> >>
> >> - Let's start planning our next release in advance, here's a simple example:
> >>
> >>   http://wiki.qemu.org/Planning/0.15-example
> >>
> > 
> > What about planning the 0.14 release first? From what I see on the
> > mailing list, we are more in a development phase than in a bug fix phase
> > before a release.
> 
> If we want to get into a bug fix phase, all we need to have is a
> stable-0.14 branch. It's not like creating a branch is a lot of work, it
> just didn't happen on the announced date.

Agreed. That said when you see the branch date approaching you already 
focus more on identifying and fixing bugs than on new features, that's 
human. For example after seeing the mail from Anthony I started to test
the main TCG targets (actually 8 of them) on the main supported hosts 
(7 of them if you count endianness). That's quite a lot of work that has
been quite useful, that said given the number of patches that have been
committed in the meanwhile, it's probably something to redo.

> And I'm almost sure that when it happens, it's going to come as a
> surprise once again...

If we decide on a date in advance, it's something I can easily do if
Anthony or someone else is busy. We just have to agree on that before.

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

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

* Re: KVM call agenda for Jan 25
  2011-01-25 14:35     ` Stefan Hajnoczi
@ 2011-01-26  9:58       ` Avi Kivity
  0 siblings, 0 replies; 12+ messages in thread
From: Avi Kivity @ 2011-01-26  9:58 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: Anthony Liguori, Chris Wright, kvm, qemu-devel

On 01/25/2011 04:35 PM, Stefan Hajnoczi wrote:
> On Tue, Jan 25, 2011 at 2:26 PM, Avi Kivity<avi@redhat.com>  wrote:
> >  On 01/25/2011 12:06 AM, Anthony Liguori wrote:
> >>
> >>  On 01/24/2011 07:25 AM, Chris Wright wrote:
> >>>
> >>>  Please send in any agenda items you are interested in covering.
> >>
> >>  - coroutines for the block layer
> >
> >  I have a perpetually in progress branch for this, and would very much like
> >  to see this done.
>
> Seen this?
> http://repo.or.cz/w/qemu/stefanha.git/commit/8179e8ff20bb3f14f361109afe5b3bf2bac24f0d
> http://repo.or.cz/w/qemu/stefanha.git/shortlog/8179e8ff20bb3f14f361109afe5b3bf2bac24f0d
>
> And the qemu-devel thread:
> http://www.mail-archive.com/qemu-devel@nongnu.org/msg52522.html

Thanks.  Will follow up on the thread.

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


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

end of thread, other threads:[~2011-01-26  9:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-24 13:25 KVM call agenda for Jan 25 Chris Wright
2011-01-24 22:06 ` Anthony Liguori
2011-01-25 13:57   ` [Qemu-devel] " Luiz Capitulino
2011-01-25 14:02     ` Luiz Capitulino
2011-01-25 14:13       ` Stefan Hajnoczi
2011-01-25 14:11     ` Aurelien Jarno
2011-01-25 14:27       ` Anthony Liguori
2011-01-25 14:42       ` Kevin Wolf
2011-01-25 15:29         ` Aurelien Jarno
2011-01-25 14:26   ` Avi Kivity
2011-01-25 14:35     ` Stefan Hajnoczi
2011-01-26  9:58       ` Avi Kivity

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).