Lines Matching +full:qemu +full:- +full:x86_64

1 ---
81 Patchew URL: https://patchew.org/QEMU/{{ obj.message_id }}/
91 {% elif test == "docker-mingw@fedora" or test == "docker-quick@centos8" or test == "asan" %}
115 ---
117 Please send your feedback to patchew-devel@redhat.com
126 time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
127 docker-quick@centos8:
129 requirements: docker,x86_64
133 time make docker-test-quick@centos8 SHOW_ENV=1 J=14 NETWORK=1
140 git rev-parse base > /dev/null || exit 0
141 ./scripts/checkpatch.pl --mailback base..
142 docker-mingw@fedora:
144 requirements: docker,x86_64
148 test "$(uname -m)" = "x86_64"
158 set -e
162 mkdir -p $BUILD $INSTALL
165 $SRC/configure --cc=$CC --prefix=$INSTALL
166 make -j4
168 # make check -j4 V=1
177 rpm -qa
187 set -e
191 mkdir -p $BUILD $INSTALL
194 $SRC/configure --cc=$CC --prefix=$INSTALL
195 make -j4
197 # make check -j4 V=1
206 rpm -qa
209 requirements: qemu-x86,x86_64,git
216 if qemu-system-x86_64 --help >/dev/null 2>&1; then
217 QEMU=qemu-system-x86_64
218 elif /usr/libexec/qemu-kvm --help >/dev/null 2>&1; then
219 QEMU=/usr/libexec/qemu-kvm
223 make vm-build-freebsd J=21 QEMU=$QEMU
225 docker-clang@ubuntu:
227 requirements: docker,x86_64
231 time make docker-test-clang@ubuntu SHOW_ENV=1 J=14 NETWORK=1
241 set -e
245 mkdir -p $BUILD $INSTALL
248 $SRC/configure --cc=$CC --prefix=$INSTALL
249 make -j4
251 # make check -j4 V=1
260 rpm -qa
262 x86_64:
265 test "$(uname -m)" = "x86_64"
266 qemu-x86:
269 if qemu-system-x86_64 --help >/dev/null 2>&1; then
271 elif /usr/libexec/qemu-kvm --help >/dev/null 2>&1; then
279 test "$(uname -m)" = "ppc64le"
283 test "$(uname -m)" = "ppc64"
291 docker ps || sudo -n docker ps
295 test "$(uname -m)" = "s390x"
297 push_to: git@github.com:patchew-project/qemu
298 public_repo: https://github.com/patchew-project/qemu
299 url_template: https://github.com/patchew-project/qemu/tree/%t