Home
last modified time | relevance | path

Searched refs:sync (Results 26 – 50 of 140) sorted by relevance

123456

/qemu/tests/qemu-iotests/
H A D12969 sync="full", buf_size=65536)
77 sync="full",
H A D283.out7 {"execute": "blockdev-backup", "arguments": {"device": "source", "job-id": "backup0", "sync": "full…
16 …ice": "source", "filter-node-name": "backup-filter", "job-id": "backup", "sync": "full", "target":…
H A D109.out11 'mode': 'existing', 'sync': 'full'}}
34 'mode': 'existing', 'sync': 'full'}}
62 'mode': 'existing', 'sync': 'full'}}
85 'mode': 'existing', 'sync': 'full'}}
113 'mode': 'existing', 'sync': 'full'}}
136 'mode': 'existing', 'sync': 'full'}}
164 'mode': 'existing', 'sync': 'full'}}
187 'mode': 'existing', 'sync': 'full'}}
215 'mode': 'existing', 'sync': 'full'}}
238 'mode': 'existing', 'sync': 'full'}}
[all …]
H A D14195 sync='none', \
107 sync='none', \
H A D144.out11 { 'execute': 'blockdev-snapshot-sync',
47 { 'execute': 'blockdev-snapshot-sync',
H A D23569 log(vm.qmp('blockdev-mirror', device='src', target='target', sync='full'))
H A D185.out11 { 'execute': 'blockdev-snapshot-sync',
24 { 'execute': 'blockdev-snapshot-sync',
85 'sync': 'full',
111 'sync': 'full',
165 "sync": "top"
H A D248.out3 {"execute": "blockdev-mirror", "arguments": {"device": "drive0", "on-target-error": "enospc", "sync
H A D24855 vm.qmp_log('blockdev-mirror', device='drive0', sync='full', target='target',
H A D13250 self.vm.cmd('drive-mirror', device='drive0', sync='full',
H A D141.out6 …", "arguments": {"device": "drv0", "format": "IMGFMT", "job-id": "job0", "sync": "none", "target":…
19 …", "arguments": {"device": "drv0", "format": "IMGFMT", "job-id": "job0", "sync": "none", "target":…
H A D255.out27 {"execute": "blockdev-mirror", "arguments": {"device": "src-throttled", "job-id": "job0", "sync": "…
/qemu/hw/dma/
H A Dpl080.c62 VMSTATE_UINT32(sync, PL080State),
277 return s->sync; in pl080_read()
339 s->sync = value; in pl080_write()
365 s->sync = 0; in pl080_reset()
/qemu/util/
H A Dmmap-alloc.c190 const bool sync = qemu_map_flags & QEMU_MAP_SYNC; in mmap_activate() local
203 if (shared && sync) { in mmap_activate()
/qemu/docs/
H A Drequirements.txt2 # Should be in sync with the "installed" key of pythondeps.toml
/qemu/include/hw/dma/
H A Dpl080.h58 uint32_t sync; member
/qemu/tests/qemu-iotests/tests/
H A Dimage-fleecing150 sync='none'))
168 sync='full', target='target',
H A Dmirror-top-perms85 sync='full')
H A Dmigrate-during-backup57 target='target', sync='full',
/qemu/docs/interop/
H A Dbitmaps.rst586 "sync": "full"
673 "sync": "full"
760 "sync": "incremental"
834 "sync": "incremental"
931 "sync": "incremental"
1041 "sync": "full"
1049 "sync": "full"
1257 "sync": "incremental"
1340 "sync": "incremental"
1400 "sync": "incremental",
[all …]
/qemu/hw/input/
H A Dvirtio-input-hid.c272 .sync = virtio_input_handle_sync,
329 .sync = virtio_input_handle_sync,
423 .sync = virtio_input_handle_sync,
548 .sync = virtio_input_handle_sync,
/qemu/io/
H A Dtrace-events19 qio_channel_socket_connect_sync(void *ioc, void *addr) "Socket connect sync ioc=%p addr=%p"
23 qio_channel_socket_listen_sync(void *ioc, void *addr, int num) "Socket listen sync ioc=%p addr=%p n…
27 qio_channel_socket_dgram_sync(void *ioc, void *localAddr, void *remoteAddr) "Socket dgram sync ioc=…
/qemu/
H A DKconfig.host3 # meson.build: these two need to be kept in sync.
/qemu/qapi/
H A Derror.json28 # Keep this in sync with ErrorClass in error.h
/qemu/include/ui/
H A Ddmabuf.h45 void qemu_dmabuf_set_sync(QemuDmaBuf *dmabuf, void *sync);

123456