Re: [PATCH 0/9] user-mode: Prune build dependencies (part 2)

2020-03-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200313184153.11275-1-phi...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #

Re: [PATCH 0/9] user-mode: Prune build dependencies (part 2)

2020-03-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200313184153.11275-1-phi...@redhat.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash export

[PATCH 0/9] user-mode: Prune build dependencies (part 2)

2020-03-13 Thread Philippe Mathieu-Daudé
This is the second part of a series reducing user-mode dependencies. By stripping out unused code, the build and testing time is reduced (as is space used by objects). Part 2: - Extract code not related to user-mode from qapi/misc.json Based-on: <20200313183652.10258-1-phi...@redhat.com> Philipp