[Qemu-devel] [PULL 0/2] Docker patches for 2.9

Fam Zheng posted 2 patches 8 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170310072051.15704-1-famz@redhat.com
Test checkpatch passed
Test docker passed
tests/docker/docker.py                             | 6 ++++++
tests/docker/dockerfiles/debian-s390x-cross.docker | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/2] Docker patches for 2.9
Posted by Fam Zheng 8 years, 8 months ago
The following changes since commit eba44e9339fc13c36e24c8c59e2b73ea231b46a1:

  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2017-03-06 15:13:23 +0000)

are available in the git repository at:

  git://github.com/famz/qemu.git tags/docker-pull-request

for you to fetch changes up to 8ba1e5f72b17584f23e17c54494bb4beeb05174e:

  docker/dockerfiles/debian-s390-cross: include clang (2017-03-10 15:05:22 +0800)

----------------------------------------------------------------

Hi Peter, here are two more docker patches:

- Fix for shippable.
- Improvement on proxy env var. Technically it's not a fix but since it's under
  tests/, it doesn't have to wait for the 2.10 window.

----------------------------------------------------------------

Alex Bennée (1):
  docker/dockerfiles/debian-s390-cross: include clang

Philippe Mathieu-Daudé (1):
  tests/docker: support proxy / corporate firewall

 tests/docker/docker.py                             | 6 ++++++
 tests/docker/dockerfiles/debian-s390x-cross.docker | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Docker patches for 2.9
Posted by Peter Maydell 8 years, 7 months ago
On 10 March 2017 at 08:20, Fam Zheng <famz@redhat.com> wrote:
> The following changes since commit eba44e9339fc13c36e24c8c59e2b73ea231b46a1:
>
>   Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2017-03-06 15:13:23 +0000)
>
> are available in the git repository at:
>
>   git://github.com/famz/qemu.git tags/docker-pull-request
>
> for you to fetch changes up to 8ba1e5f72b17584f23e17c54494bb4beeb05174e:
>
>   docker/dockerfiles/debian-s390-cross: include clang (2017-03-10 15:05:22 +0800)
>
> ----------------------------------------------------------------
>
> Hi Peter, here are two more docker patches:
>
> - Fix for shippable.
> - Improvement on proxy env var. Technically it's not a fix but since it's under
>   tests/, it doesn't have to wait for the 2.10 window.
>

Applied, thanks.

-- PMM