[PATCH 0/6] Update Travis from Xenial to Bionic and Focal

Thomas Huth posted 6 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200918103430.297167-1-thuth@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Fam Zheng <fam@euphon.net>
.travis.yml              | 46 ++++++--------------
configure                | 91 ++--------------------------------------
meson.build              | 85 +++++++++++++++++++++++++++++++++----
meson_options.txt        |  2 +
migration/global_state.c |  4 +-
5 files changed, 97 insertions(+), 131 deletions(-)
[PATCH 0/6] Update Travis from Xenial to Bionic and Focal
Posted by Thomas Huth 3 years, 7 months ago
According to our support policy, we do not support Xenial anymore.
Time to switch the Travis jobs to Focal or Bionic instead now.

Paolo Bonzini (2):
  meson: move libudev test
  meson: move libmpathpersist test

Thomas Huth (4):
  migration: Silence compiler warning in global_state_store_running()
  travis.yml: Drop the default softmmu builds
  travis.yml: Update Travis to use Bionic and Focal instead of Xenial
  travis.yml: Drop the superfluous Python 3.6 build

 .travis.yml              | 46 ++++++--------------
 configure                | 91 ++--------------------------------------
 meson.build              | 85 +++++++++++++++++++++++++++++++++----
 meson_options.txt        |  2 +
 migration/global_state.c |  4 +-
 5 files changed, 97 insertions(+), 131 deletions(-)

-- 
2.18.2


Re: [PATCH 0/6] Update Travis from Xenial to Bionic and Focal
Posted by Paolo Bonzini 3 years, 7 months ago
On 18/09/20 12:34, Thomas Huth wrote:
> According to our support policy, we do not support Xenial anymore.
> Time to switch the Travis jobs to Focal or Bionic instead now.
> 
> Paolo Bonzini (2):
>   meson: move libudev test
>   meson: move libmpathpersist test

Can you skip these since I'm going to send a pull request today?

Paolo


Re: [PATCH 0/6] Update Travis from Xenial to Bionic and Focal
Posted by Thomas Huth 3 years, 7 months ago
On 18/09/2020 14.51, Paolo Bonzini wrote:
> On 18/09/20 12:34, Thomas Huth wrote:
>> According to our support policy, we do not support Xenial anymore.
>> Time to switch the Travis jobs to Focal or Bionic instead now.
>>
>> Paolo Bonzini (2):
>>   meson: move libudev test
>>   meson: move libmpathpersist test
> 
> Can you skip these since I'm going to send a pull request today?

Sure, I don't expect my patches to be part of a pull-request very soon
anyway (they need some reviews first).

 Thomas


Re: [PATCH 0/6] Update Travis from Xenial to Bionic and Focal
Posted by Alex Bennée 3 years, 7 months ago
Thomas Huth <thuth@redhat.com> writes:

> According to our support policy, we do not support Xenial anymore.
> Time to switch the Travis jobs to Focal or Bionic instead now.

Queued to testing/next, thanks.

>
> Paolo Bonzini (2):
>   meson: move libudev test
>   meson: move libmpathpersist test
>
> Thomas Huth (4):
>   migration: Silence compiler warning in global_state_store_running()
>   travis.yml: Drop the default softmmu builds
>   travis.yml: Update Travis to use Bionic and Focal instead of Xenial
>   travis.yml: Drop the superfluous Python 3.6 build
>
>  .travis.yml              | 46 ++++++--------------
>  configure                | 91 ++--------------------------------------
>  meson.build              | 85 +++++++++++++++++++++++++++++++++----
>  meson_options.txt        |  2 +
>  migration/global_state.c |  4 +-
>  5 files changed, 97 insertions(+), 131 deletions(-)


-- 
Alex Bennée