Home
last modified time | relevance | path

Searched +full:image +full:- +full:fleecing (Results 1 – 2 of 2) sorted by relevance

/qemu/.gitlab-ci.d/
H A Dbuildtest.yml2 - local: '/.gitlab-ci.d/buildtest-template.yml'
4 build-system-alpine:
6 - .native_build_job_template
7 - .native_build_artifact_template
9 - job: amd64-alpine-container
11 IMAGE: alpine
12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu
13 MAKE_CHECK_ARGS: check-build
14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog
16 check-system-alpine:
[all …]
/qemu/block/
H A Dblock-copy.c9 * Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
12 * See the COPYING file in the top-level directory.
19 #include "block/block-copy.h"
20 #include "block/block_int-io.h"
21 #include "block/dirty-bitmap.h"
23 #include "system/block-backend.h"
25 #include "qemu/co-shared-resource.h"
29 #include "qemu/error-report.h"
59 /* Coroutine where async block-copy is running */
77 * After finishing (call_state->finished is true), it is not modified
[all …]