On Fri, 7 Feb 2020 at 15:14, Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > > Hi Peter, > > I prepared this series on behalf of Eduardo and > Cleber. > > Eduardo already ack'ed yesterday version (2020-02-06) cover: > https://www.mail-archive.com/qemu-devel@nongnu.org/msg677636.html > > Since 2020-02-06 (v1): > - rebased to cover new iotests #283 (merged yesterday). > > Regards, > > Phil. > > The following changes since commit 863d2ed5823f90c42dcd481687cc99cbc9c4a17c: > > Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-02-06' > into staging (2020-02-06 16:22:05 +0000) > > are available in the Git repository at: > > https://gitlab.com/philmd/qemu.git tags/python-next-20200207 > > for you to fetch changes up to 66e7dde18cc4085ca47124be4ca08fa8e6bcdd3a: > > .readthedocs.yml: specify some minimum python requirements (2020-02-07 > 15:15:16 +0100) > > ---------------------------------------------------------------- > - Python 3 cleanups: > . Remove text about Python 2 in qemu-deprecated (Thomas) > . Remove shebang header (Paolo, Philippe) > . scripts/checkpatch.pl now allows Python 3 interpreter (Philippe) > . Explicit usage of Python 3 interpreter in scripts (Philippe) > . Fix Python scripts permissions (Paolo, Philippe) > . Drop 'from __future__ import print_function' (Paolo) > . Specify minimum python requirements in ReadTheDocs configuration (Alex) > - Test UNIX/EXEC transports with migration (Oksana) > - Added extract_from_rpm helper, improved extract_from_deb (Liam) > - Allow to use other serial consoles than default one (Philippe) > - Various improvements in QEMUMonitorProtocol (Wainer) > - Fix kvm_available() on ppc64le (Wainer) >
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0 for any user-visible changes. -- PMM