All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] please release qemu version 1.7.1
@ 2014-03-24 19:23 Laszlo Ersek
  2014-03-24 21:50 ` Andreas Färber
  0 siblings, 1 reply; 8+ messages in thread
From: Laszlo Ersek @ 2014-03-24 19:23 UTC (permalink / raw)
  To: qemu devel list

http://wiki.qemu.org/Planning/1.7

Thank you.
Laszlo

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

* Re: [Qemu-devel] please release qemu version 1.7.1
  2014-03-24 19:23 [Qemu-devel] please release qemu version 1.7.1 Laszlo Ersek
@ 2014-03-24 21:50 ` Andreas Färber
  2014-03-24 21:59   ` Laszlo Ersek
  0 siblings, 1 reply; 8+ messages in thread
From: Andreas Färber @ 2014-03-24 21:50 UTC (permalink / raw)
  To: Laszlo Ersek; +Cc: qemu devel list

Laszlo,

Am 24.03.2014 20:23, schrieb Laszlo Ersek:
> http://wiki.qemu.org/Planning/1.7
> 
> Thank you.
> Laszlo

Since you're not addressing anyone in particular who could create the
release for you, the tag already exists on Michael's branch:
https://github.com/mdroth/qemu/commits/v1.7.1

And you can use scripts/make-release as an interim solution for creating
the tarball from it.

If you do, you might be interested in:
http://patchwork.ozlabs.org/patch/331939/

What's missing is someone who can upload the tarball and edit all
relevant Wiki pages. And someone to push branch and tag to qemu.git.

Regards,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: [Qemu-devel] please release qemu version 1.7.1
  2014-03-24 21:50 ` Andreas Färber
@ 2014-03-24 21:59   ` Laszlo Ersek
  2014-03-25  8:34     ` Gerd Hoffmann
  2014-03-25 12:38     ` Stefan Hajnoczi
  0 siblings, 2 replies; 8+ messages in thread
From: Laszlo Ersek @ 2014-03-24 21:59 UTC (permalink / raw)
  To: Andreas Färber; +Cc: qemu devel list

On 03/24/14 22:50, Andreas Färber wrote:
> Laszlo,
> 
> Am 24.03.2014 20:23, schrieb Laszlo Ersek:
>> http://wiki.qemu.org/Planning/1.7
>>
>> Thank you.
>> Laszlo
> 
> Since you're not addressing anyone in particular who could create the
> release for you, the tag already exists on Michael's branch:
> https://github.com/mdroth/qemu/commits/v1.7.1
> 
> And you can use scripts/make-release as an interim solution for creating
> the tarball from it.

Thank you. However, I don't need the release for myself. I'd like to
submit an OVMF patch (ACPI table download). That patch causes an OVMF
regression when running on v1.7.0, but works on v1.7.1 (and of course on
2.0.0-rc0). I'd like the tarball to be available to users; both to
people who download it from the upstream location, and to those who use
1.7.x-based distro (eg. Debian) packages.

In my OVMF patch I'd like to reference the v1.7.1 qemu release.

(Side note, the patch is also fine on v1.6.x and earlier.)

> If you do, you might be interested in:
> http://patchwork.ozlabs.org/patch/331939/
> 
> What's missing is someone who can upload the tarball and edit all
> relevant Wiki pages. And someone to push branch and tag to qemu.git.

"Can" as in "is willing", or as in "is permitted"?

I didn't know whom to address specifically.

Thank you,
Laszlo

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

* Re: [Qemu-devel] please release qemu version 1.7.1
  2014-03-24 21:59   ` Laszlo Ersek
@ 2014-03-25  8:34     ` Gerd Hoffmann
  2014-03-25 12:38     ` Stefan Hajnoczi
  1 sibling, 0 replies; 8+ messages in thread
From: Gerd Hoffmann @ 2014-03-25  8:34 UTC (permalink / raw)
  To: Laszlo Ersek; +Cc: Andreas Färber, qemu devel list

  Hi,

> > What's missing is someone who can upload the tarball and edit all
> > relevant Wiki pages. And someone to push branch and tag to qemu.git.
> 
> "Can" as in "is willing", or as in "is permitted"?

As in "is permitted" I suspect.  Pushing to qemu.git can be done by any
commiter (i.e. peter for example).  Wiki isn't that a big issue too.
But I'm not sure anyone but Anthony can upload tarballs.

Anthony being swallowed by amazon leaves some holes ...  :(

cheers,
  Gerd

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

* Re: [Qemu-devel] please release qemu version 1.7.1
  2014-03-24 21:59   ` Laszlo Ersek
  2014-03-25  8:34     ` Gerd Hoffmann
@ 2014-03-25 12:38     ` Stefan Hajnoczi
  2014-03-25 14:13       ` Michael Roth
  1 sibling, 1 reply; 8+ messages in thread
From: Stefan Hajnoczi @ 2014-03-25 12:38 UTC (permalink / raw)
  To: Anthony Liguori
  Cc: Michael Roth, Michael Tokarev, Laszlo Ersek, Andreas Färber,
	qemu devel list

On Mon, Mar 24, 2014 at 10:59:42PM +0100, Laszlo Ersek wrote:
> On 03/24/14 22:50, Andreas Färber wrote:
> > Laszlo,
> > 
> > Am 24.03.2014 20:23, schrieb Laszlo Ersek:
> >> http://wiki.qemu.org/Planning/1.7
> >>
> >> Thank you.
> >> Laszlo
> > 
> > Since you're not addressing anyone in particular who could create the
> > release for you, the tag already exists on Michael's branch:
> > https://github.com/mdroth/qemu/commits/v1.7.1
> > 
> > And you can use scripts/make-release as an interim solution for creating
> > the tarball from it.
> 
> Thank you. However, I don't need the release for myself. I'd like to
> submit an OVMF patch (ACPI table download). That patch causes an OVMF
> regression when running on v1.7.0, but works on v1.7.1 (and of course on
> 2.0.0-rc0). I'd like the tarball to be available to users; both to
> people who download it from the upstream location, and to those who use
> 1.7.x-based distro (eg. Debian) packages.
> 
> In my OVMF patch I'd like to reference the v1.7.1 qemu release.
> 
> (Side note, the patch is also fine on v1.6.x and earlier.)
> 
> > If you do, you might be interested in:
> > http://patchwork.ozlabs.org/patch/331939/
> > 
> > What's missing is someone who can upload the tarball and edit all
> > relevant Wiki pages. And someone to push branch and tag to qemu.git.
> 
> "Can" as in "is willing", or as in "is permitted"?
> 
> I didn't know whom to address specifically.

Anthony is doing releases and is the right person to poke.

I think all that's left is publishing the tarball and posting the
release announcement.

Stefan

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

* Re: [Qemu-devel] please release qemu version 1.7.1
  2014-03-25 12:38     ` Stefan Hajnoczi
@ 2014-03-25 14:13       ` Michael Roth
  2014-03-25 14:16         ` Anthony Liguori
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Roth @ 2014-03-25 14:13 UTC (permalink / raw)
  To: Stefan Hajnoczi, Anthony Liguori
  Cc: Michael Tokarev, Laszlo Ersek, Andreas Färber, qemu devel list

Quoting Stefan Hajnoczi (2014-03-25 07:38:38)
> On Mon, Mar 24, 2014 at 10:59:42PM +0100, Laszlo Ersek wrote:
> > On 03/24/14 22:50, Andreas Färber wrote:
> > > Laszlo,
> > > 
> > > Am 24.03.2014 20:23, schrieb Laszlo Ersek:
> > >> http://wiki.qemu.org/Planning/1.7
> > >>
> > >> Thank you.
> > >> Laszlo
> > > 
> > > Since you're not addressing anyone in particular who could create the
> > > release for you, the tag already exists on Michael's branch:
> > > https://github.com/mdroth/qemu/commits/v1.7.1
> > > 
> > > And you can use scripts/make-release as an interim solution for creating
> > > the tarball from it.
> > 
> > Thank you. However, I don't need the release for myself. I'd like to
> > submit an OVMF patch (ACPI table download). That patch causes an OVMF
> > regression when running on v1.7.0, but works on v1.7.1 (and of course on
> > 2.0.0-rc0). I'd like the tarball to be available to users; both to
> > people who download it from the upstream location, and to those who use
> > 1.7.x-based distro (eg. Debian) packages.
> > 
> > In my OVMF patch I'd like to reference the v1.7.1 qemu release.
> > 
> > (Side note, the patch is also fine on v1.6.x and earlier.)
> > 
> > > If you do, you might be interested in:
> > > http://patchwork.ozlabs.org/patch/331939/
> > > 
> > > What's missing is someone who can upload the tarball and edit all
> > > relevant Wiki pages. And someone to push branch and tag to qemu.git.
> > 
> > "Can" as in "is willing", or as in "is permitted"?
> > 
> > I didn't know whom to address specifically.
> 
> Anthony is doing releases and is the right person to poke.
> 
> I think all that's left is publishing the tarball and posting the
> release announcement.

Yes, Anthony was tied up around release time and I was subsequently out for
a couple weeks due to a family emergency so didn't have a chance to follow-up
till late last week. I'll do the announce as soon as we get the tarball
uploaded. I'm still used to being able to walk next door, need to coordinate
in advance a bit better next time.

> 
> Stefan

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

* Re: [Qemu-devel] please release qemu version 1.7.1
  2014-03-25 14:13       ` Michael Roth
@ 2014-03-25 14:16         ` Anthony Liguori
  2014-03-25 15:28           ` Andreas Färber
  0 siblings, 1 reply; 8+ messages in thread
From: Anthony Liguori @ 2014-03-25 14:16 UTC (permalink / raw)
  To: Michael Roth
  Cc: Stefan Hajnoczi, Michael Tokarev, qemu devel list,
	Anthony Liguori, Laszlo Ersek, Andreas Färber

On Tue, Mar 25, 2014 at 7:13 AM, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> Quoting Stefan Hajnoczi (2014-03-25 07:38:38)
>> On Mon, Mar 24, 2014 at 10:59:42PM +0100, Laszlo Ersek wrote:
>> > On 03/24/14 22:50, Andreas Färber wrote:
>> > > Laszlo,
>> > >
>> > > Am 24.03.2014 20:23, schrieb Laszlo Ersek:
>> > >> http://wiki.qemu.org/Planning/1.7
>> > >>
>> > >> Thank you.
>> > >> Laszlo
>> > >
>> > > Since you're not addressing anyone in particular who could create the
>> > > release for you, the tag already exists on Michael's branch:
>> > > https://github.com/mdroth/qemu/commits/v1.7.1
>> > >
>> > > And you can use scripts/make-release as an interim solution for creating
>> > > the tarball from it.
>> >
>> > Thank you. However, I don't need the release for myself. I'd like to
>> > submit an OVMF patch (ACPI table download). That patch causes an OVMF
>> > regression when running on v1.7.0, but works on v1.7.1 (and of course on
>> > 2.0.0-rc0). I'd like the tarball to be available to users; both to
>> > people who download it from the upstream location, and to those who use
>> > 1.7.x-based distro (eg. Debian) packages.
>> >
>> > In my OVMF patch I'd like to reference the v1.7.1 qemu release.
>> >
>> > (Side note, the patch is also fine on v1.6.x and earlier.)
>> >
>> > > If you do, you might be interested in:
>> > > http://patchwork.ozlabs.org/patch/331939/
>> > >
>> > > What's missing is someone who can upload the tarball and edit all
>> > > relevant Wiki pages. And someone to push branch and tag to qemu.git.
>> >
>> > "Can" as in "is willing", or as in "is permitted"?
>> >
>> > I didn't know whom to address specifically.
>>
>> Anthony is doing releases and is the right person to poke.
>>
>> I think all that's left is publishing the tarball and posting the
>> release announcement.
>
> Yes, Anthony was tied up around release time and I was subsequently out for
> a couple weeks due to a family emergency so didn't have a chance to follow-up
> till late last week. I'll do the announce as soon as we get the tarball
> uploaded. I'm still used to being able to walk next door, need to coordinate
> in advance a bit better next time.

It's ready to go.

Regards,

Anthony Liguori

>>
>> Stefan
>
>

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

* Re: [Qemu-devel] please release qemu version 1.7.1
  2014-03-25 14:16         ` Anthony Liguori
@ 2014-03-25 15:28           ` Andreas Färber
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Färber @ 2014-03-25 15:28 UTC (permalink / raw)
  To: Anthony Liguori
  Cc: Stefan Hajnoczi, Michael Tokarev, Michael Roth, qemu devel list,
	Anthony Liguori, Laszlo Ersek

Anthony,

Am 25.03.2014 15:16, schrieb Anthony Liguori:
> On Tue, Mar 25, 2014 at 7:13 AM, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
>> Quoting Stefan Hajnoczi (2014-03-25 07:38:38)
>>> On Mon, Mar 24, 2014 at 10:59:42PM +0100, Laszlo Ersek wrote:
>>>> On 03/24/14 22:50, Andreas Färber wrote:
>>>>> Laszlo,
>>>>>
>>>>> Am 24.03.2014 20:23, schrieb Laszlo Ersek:
>>>>>> http://wiki.qemu.org/Planning/1.7
>>>>>>
>>>>>> Thank you.
>>>>>> Laszlo
>>>>>
>>>>> Since you're not addressing anyone in particular who could create the
>>>>> release for you, the tag already exists on Michael's branch:
>>>>> https://github.com/mdroth/qemu/commits/v1.7.1
>>>>>
>>>>> And you can use scripts/make-release as an interim solution for creating
>>>>> the tarball from it.
>>>>
>>>> Thank you. However, I don't need the release for myself. I'd like to
>>>> submit an OVMF patch (ACPI table download). That patch causes an OVMF
>>>> regression when running on v1.7.0, but works on v1.7.1 (and of course on
>>>> 2.0.0-rc0). I'd like the tarball to be available to users; both to
>>>> people who download it from the upstream location, and to those who use
>>>> 1.7.x-based distro (eg. Debian) packages.
>>>>
>>>> In my OVMF patch I'd like to reference the v1.7.1 qemu release.
>>>>
>>>> (Side note, the patch is also fine on v1.6.x and earlier.)
>>>>
>>>>> If you do, you might be interested in:
>>>>> http://patchwork.ozlabs.org/patch/331939/
>>>>>
>>>>> What's missing is someone who can upload the tarball and edit all
>>>>> relevant Wiki pages. And someone to push branch and tag to qemu.git.
>>>>
>>>> "Can" as in "is willing", or as in "is permitted"?
>>>>
>>>> I didn't know whom to address specifically.
>>>
>>> Anthony is doing releases and is the right person to poke.
>>>
>>> I think all that's left is publishing the tarball and posting the
>>> release announcement.
>>
>> Yes, Anthony was tied up around release time and I was subsequently out for
>> a couple weeks due to a family emergency so didn't have a chance to follow-up
>> till late last week. I'll do the announce as soon as we get the tarball
>> uploaded. I'm still used to being able to walk next door, need to coordinate
>> in advance a bit better next time.
> 
> It's ready to go.

It seems you've ignored the reference to the make-release fix above?
Please apply and use for v2.0.0-rc1 (which we're also waiting for).

Thanks,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

end of thread, other threads:[~2014-03-25 15:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-24 19:23 [Qemu-devel] please release qemu version 1.7.1 Laszlo Ersek
2014-03-24 21:50 ` Andreas Färber
2014-03-24 21:59   ` Laszlo Ersek
2014-03-25  8:34     ` Gerd Hoffmann
2014-03-25 12:38     ` Stefan Hajnoczi
2014-03-25 14:13       ` Michael Roth
2014-03-25 14:16         ` Anthony Liguori
2014-03-25 15:28           ` Andreas Färber

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.