qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PSA] changelog and pull requests
@ 2018-03-21 15:58 Paolo Bonzini
  2018-03-21 17:21 ` Eric Blake
  2018-03-21 18:10 ` BALATON Zoltan
  0 siblings, 2 replies; 4+ messages in thread
From: Paolo Bonzini @ 2018-03-21 15:58 UTC (permalink / raw)
  To: Markus Armbruster, Aurelien Jarno, Alex Williamson,
	Daniel Berrange, Bastian Koppelmann, Corey Minyard, Jeff Cody,
	Cornelia Huck, David Gibson, Dr. David Alan Gilbert,
	Edgar E. Iglesias, Eduardo Habkost, Eric Blake, Greg Kurz,
	Thomas Huth, Jason Wang (jasowang@redhat.com), Juan Quintela,
	Kevin Wolf, Gerd Hoffmann, Marcel Apfelbaum, Mark Cave-Ayland,
	Max Reitz, Michael S. Tsirkin, Peter Maydell, Richard Henderson,
	Stefano Stabellini, Stefan Berger, Stefan Hajnoczi,
	Alex Bennée, Samuel Thibault, Laurent Vivier, Max Filippov,
	qemu-devel

Hi all!

If you are receiving this email, you have sent a pull request for QEMU
2.12!  That's awesome, and some of you have also updated the ChangeLog
for the upcoming release, which is doubly awesome!  I'm sure Santa will
put you on the nice list and you can stop reading this email. :)

Even if you haven't updated the ChangeLog, don't worry, I have done it
for you.  Please double check because QEMU is too big for one person to
understand all the changes that were made.

Some of you have spent time throughout the release to write nice
messages for the pull requests.  That's very good too, and hopefully
that has helped me and the ChangeLog entries for your subsystems are
already acceptable.

Whoever remains, you have tagged your updates with messages like "xxx
pull request".  Please don't do this, and please do double check the
2.12 page on the wiki because chances are that I have missed or
misunderstood something (no maintainer with poor tag messages has
updated the ChangeLog[1]).

Please, please think of the poor person who has spent about one hour
collecting all your changes, and use 2 minutes after typing "git tag",
while compiling the code one last time, to put together a short
description of what is happening (especially features and user-visible
hanges) in your pull request.

To put it clearly: all that should be needed in order to write the 2.13
ChangeLog should be "git log --merges --reverse v2.12.0..", and that's
exactly what I'll do three months from now: if you don't write good
messages for your tags, you'll have to write the ChangeLog for your
subsystems yourself.

Thanks,

Paolo

[1] If you did update the ChangeLog, you were supposed to stop reading,
weren't you?

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

* Re: [Qemu-devel] [PSA] changelog and pull requests
  2018-03-21 15:58 [Qemu-devel] [PSA] changelog and pull requests Paolo Bonzini
@ 2018-03-21 17:21 ` Eric Blake
  2018-03-21 17:41   ` Greg Kurz
  2018-03-21 18:10 ` BALATON Zoltan
  1 sibling, 1 reply; 4+ messages in thread
From: Eric Blake @ 2018-03-21 17:21 UTC (permalink / raw)
  To: Paolo Bonzini, Markus Armbruster, Aurelien Jarno, Alex Williamson,
	Daniel Berrange, Bastian Koppelmann, Corey Minyard, Jeff Cody,
	Cornelia Huck, David Gibson, Dr. David Alan Gilbert,
	Edgar E. Iglesias, Eduardo Habkost, Greg Kurz, Thomas Huth,
	Jason Wang (jasowang@redhat.com), Juan Quintela, Kevin Wolf,
	Gerd Hoffmann, Marcel Apfelbaum, Mark Cave-Ayland, Max Reitz,
	Michael S. Tsirkin, Peter Maydell, Richard Henderson,
	Stefano Stabellini, Stefan Berger, Stefan Hajnoczi,
	Alex Bennée, Samuel Thibault, Laurent Vivier, Max Filippov,
	qemu-devel

On 03/21/2018 10:58 AM, Paolo Bonzini wrote:
> Hi all!
> 
> If you are receiving this email, you have sent a pull request for QEMU
> 2.12!  That's awesome, and some of you have also updated the ChangeLog
> for the upcoming release, which is doubly awesome!  I'm sure Santa will
> put you on the nice list and you can stop reading this email. :)
> 
> Even if you haven't updated the ChangeLog, don't worry, I have done it
> for you.  Please double check because QEMU is too big for one person to
> understand all the changes that were made.

This link is helpful, if you fell in the "I have to keep reading" camp:

https://wiki.qemu.org/ChangeLog/2.12

> [1] If you did update the ChangeLog, you were supposed to stop reading,
> weren't you?

Huh?  /me looks around...
Were you talking to me?

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

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

* Re: [Qemu-devel] [PSA] changelog and pull requests
  2018-03-21 17:21 ` Eric Blake
@ 2018-03-21 17:41   ` Greg Kurz
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kurz @ 2018-03-21 17:41 UTC (permalink / raw)
  To: Eric Blake
  Cc: Paolo Bonzini, Markus Armbruster, Aurelien Jarno, Alex Williamson,
	Daniel Berrange, Bastian Koppelmann, Corey Minyard, Jeff Cody,
	Cornelia Huck, David Gibson, Dr. David Alan Gilbert,
	Edgar E. Iglesias, Eduardo Habkost, Thomas Huth,
	Jason Wang (jasowang@redhat.com), Juan Quintela, Kevin Wolf,
	Gerd Hoffmann, Marcel Apfelbaum, Mark Cave-Ayland, Max Reitz,
	Michael S. Tsirkin, Peter Maydell, Richard Henderson,
	Stefano Stabellini, Stefan Berger, Stefan Hajnoczi,
	Alex Bennée, Samuel Thibault, Laurent Vivier, Max Filippov,
	qemu-devel

On Wed, 21 Mar 2018 12:21:40 -0500
Eric Blake <eblake@redhat.com> wrote:

> On 03/21/2018 10:58 AM, Paolo Bonzini wrote:
> > Hi all!
> > 
> > If you are receiving this email, you have sent a pull request for QEMU
> > 2.12!  That's awesome, and some of you have also updated the ChangeLog
> > for the upcoming release, which is doubly awesome!  I'm sure Santa will
> > put you on the nice list and you can stop reading this email. :)
> > 
> > Even if you haven't updated the ChangeLog, don't worry, I have done it
> > for you.  Please double check because QEMU is too big for one person to
> > understand all the changes that were made.  
> 
> This link is helpful, if you fell in the "I have to keep reading" camp:
> 
> https://wiki.qemu.org/ChangeLog/2.12
> 
> > [1] If you did update the ChangeLog, you were supposed to stop reading,
> > weren't you?  
> 
> Huh?  /me looks around...
> Were you talking to me?
> 

Heh, same here... I couldn't resist :)

--
Greg

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

* Re: [Qemu-devel] [PSA] changelog and pull requests
  2018-03-21 15:58 [Qemu-devel] [PSA] changelog and pull requests Paolo Bonzini
  2018-03-21 17:21 ` Eric Blake
@ 2018-03-21 18:10 ` BALATON Zoltan
  1 sibling, 0 replies; 4+ messages in thread
From: BALATON Zoltan @ 2018-03-21 18:10 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: David Gibson, qemu-devel

On Wed, 21 Mar 2018, Paolo Bonzini wrote:
> Even if you haven't updated the ChangeLog, don't worry, I have done it
> for you.  Please double check because QEMU is too big for one person to
> understand all the changes that were made.

Thanks for updating the ChangeLog. Best sources of info for the sam460ex 
machine type are probably the cover letters of the patches I've sent: 
http://lists.nongnu.org/archive/html/qemu-ppc/2018-02/msg00189.html
(and the one linked from it which is still mostly true).

This is a single machine so the "New Sam460ex machine types." should 
probably be singular. Maybe it also worth mentioning that a new SATA 
controller emulation, sii3112 was added (that is used by this machine but 
it's a generic PCI card so might be useful elsewhere although it's 
currently only compiled for PPC machines and not very well tested). I 
think also the SM501 emulation had some improvements in this version or 
was that already in 2.11? (Sam460ex uses this too apart from the SH 
machines). For this whole machine it's true that it's kind of preliminary 
and has a lot of missing parts yet so furhter testing and contributions 
are welcome to improve it. I think this should be stated whenever sam460ex 
is mentioned now so people who want to try it know what to expect and 
don't get the impression that it's a finished full emulation.

Regards,
BALATON Zoltan

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

end of thread, other threads:[~2018-03-21 18:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-21 15:58 [Qemu-devel] [PSA] changelog and pull requests Paolo Bonzini
2018-03-21 17:21 ` Eric Blake
2018-03-21 17:41   ` Greg Kurz
2018-03-21 18:10 ` BALATON Zoltan

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