Home
last modified time | relevance | path

Searched full:incoming (Results 1 – 25 of 171) sorted by relevance

1234567

/qemu/docs/devel/migration/
H A DCPR.rst23 resumes by running QEMU with the ``-incoming`` option. Because the
59 and provides all the data to the incoming side.
62 Incoming:
63 * Start QEMU with the ``-incoming defer`` option.
66 * Issue the ``migrate-incoming`` command.
92 # qemu-kvm ... -incoming defer
131 # qemu-kvm ... -incoming defer
159 line arguments to create the same machine, plus the ``-incoming``
161 In addition, the user adds a second -incoming option with channel
173 migrate-incoming command. It may only be specified on the command
[all …]
/qemu/hw/hyperv/
H A Dtrace-events22 hv_balloon_incoming_version(uint16_t major, uint16_t minor) "incoming proto version %u.%u"
23 hv_balloon_incoming_caps(uint32_t caps) "incoming caps 0x%x"
25 hv_balloon_incoming_unballoon(uint32_t trans_id) "incoming unballoon response %"PRIu32
27 hv_balloon_incoming_hot_add(uint32_t trans_id, uint32_t result, uint32_t count) "incoming hot add r…
29 hv_balloon_incoming_balloon(uint32_t trans_id, uint32_t range_count, uint32_t more_pages) "incoming
/qemu/python/qemu/qmp/
H A Dprotocol.py305 Start listening for an incoming connection, but do not wait for a peer.
307 This method starts listening for an incoming connection, but
311 incoming connection.
333 Accept an incoming connection and begin processing message queues.
490 Stop listening for / accepting new incoming connections.
507 Accept an incoming connection and signal the upper_half.
510 incoming connection. It signals back to the upper_half ASAP so
514 :param reader: Incoming `asyncio.StreamReader`
515 :param writer: Incoming `asyncio.StreamWriter`
518 self.logger.debug("Incoming connection from %s", peer)
[all …]
/qemu/docs/system/
H A Dmanaged-startup.rst13 code loaded by QEMU in the VM's RAM and with incoming migration
14 - with incoming migration, initial state will be amended with the migrated
/qemu/tests/qemu-iotests/
H A D1454 # Test the combination of -incoming and snapshot=on
60 -incoming 'exec:true' -snapshot -serial none -monitor stdio \
H A D1924 # Test NBD export with -incoming (non-shared storage migration use case from
62 _launch_qemu -drive $DRIVE_ARG -incoming defer
H A D20172 -incoming "unix:${MIG_SOCKET}"
76 -incoming "unix:${MIG_SOCKET}"
H A D18172 -incoming "unix:${MIG_SOCKET}"
76 -incoming "unix:${MIG_SOCKET}"
/qemu/migration/
H A Dcolo.c129 * Make sure COLO incoming thread not block in recv or send, in secondary_vm_do_failover()
148 /* Notify COLO incoming thread that failover work is finished */ in secondary_vm_do_failover()
151 /* For Secondary VM, jump to incoming co */ in secondary_vm_do_failover()
826 QIOChannelBuffer *bioc = NULL; /* Cache incoming device state */ in colo_process_incoming_thread()
853 error_report("COLO incoming thread: Open QEMUFile to_src_file failed"); in colo_process_incoming_thread()
858 * should be sequential, we set the fd to unblocked in migration incoming in colo_process_incoming_thread()
859 * coroutine, and here we are in the COLO incoming thread, so it is ok to in colo_process_incoming_thread()
950 /* Wait checkpoint incoming thread exit before free resource */ in colo_incoming_co()
H A Dmigration.h91 /* State for the incoming migration */
96 /* A hook to allow cleanup at the end of incoming migration */
181 * The incoming migration coroutine, non-NULL during qemu_loadvm_state().
182 * Used to wake the migration incoming coroutine from rdma code. How much is
201 /* notify PAUSED postcopy incoming migrations to try to continue */
250 /* Do exit on incoming migration failure */
H A Dsocket.c126 error_report("%s: Extra incoming migration connection; ignoring", in socket_accept_incoming_migration()
131 qio_channel_set_name(QIO_CHANNEL(cioc), "migration-socket-incoming"); in socket_accept_incoming_migration()
H A Dram.h48 * incoming-migration side.
87 /* For incoming postcopy discard */
/qemu/target/arm/
H A Dmachine.c35 * On incoming migration, if the cpu/vfp FPSCR field is non-zero we in vfp_fpcr_fpsr_needed()
920 * irq-line-state subsection in the incoming migration state. in cpu_pre_load()
954 /* Update the values list from the incoming migration data. in cpu_post_load()
955 * Anything in the incoming data which we don't know about is in cpu_post_load()
956 * a migration failure; anything we know about but the incoming in cpu_post_load()
959 * incoming migration index list so we can match the values array in cpu_post_load()
966 /* register in our list but not incoming : skip it */ in cpu_post_load()
990 * incoming migration. For TCG it would trigger the assert in in cpu_post_load()
1005 * forbid bogus incoming data with some other value. in cpu_post_load()
1056 * incoming data possibly overflowing the array.
/qemu/qapi/
H A Dmigration.json596 # -incoming.
628 # -incoming option for the main migration channel, like normal
629 # live migration. In addition, the user adds a second -incoming
642 # a migrate-incoming command. It may only be specified on the
653 # When using -incoming defer, you must issue the migrate command
656 # until you issue the migrate incoming command.
779 # must be for a 'client' endpoint, while for the incoming side the
861 # alias in the incoming migration stream will result in a report,
960 # must be for a 'client' endpoint, while for the incoming side the
1042 # alias in the incoming migration stream will result in a report,
[all …]
/qemu/include/migration/
H A Dmisc.h101 /* True if incoming migration entered POSTCOPY_INCOMING_DISCARD */
104 /* True if incoming migration entered POSTCOPY_INCOMING_ADVISE */
H A Dcolo.h47 * Starts COLO incoming process. Called from process_incoming_migration_co()
/qemu/tests/qemu-iotests/tests/
H A Dqcow2-internal-snapshots155 _qemu -loadvm snap0 -incoming defer
161 } | _qemu -incoming defer
H A Dnbd-tls-iothread130 -incoming defer
135 echo === Dst VM: Enable NBD server for incoming storage migration ===
/qemu/include/block/
H A Dgraph-lock.h37 * current read to finish, and then prevents incoming ones from
173 * In this way an incoming writer is aware of the read and waits.
180 * so that incoming readers will pause.
/qemu/docs/system/devices/
H A Dnet.rst57 incoming connections. You can use a DHCP client to automatically
168 Start QEMU with the ``-incoming`` parameter:
171 |qemu_system| [...OPTIONS...] [...VHOST USER OPTIONS...] -incoming tcp:localhost:4444
/qemu/hw/net/
H A Dtrace-events384 sunhme_rx_incoming(size_t len) "received incoming frame with len %zu"
386 sunhme_rx_filter_local_match(void) "incoming frame matches local MAC address"
387 sunhme_rx_filter_bcast_match(void) "incoming frame matches broadcast MAC address"
388 sunhme_rx_filter_hash_nomatch(void) "incoming MAC address not in hash table"
389 sunhme_rx_filter_hash_match(void) "incoming MAC address found in hash table"
390 sunhme_rx_filter_promisc_match(void) "incoming frame accepted due to promiscuous mode"
391 sunhme_rx_filter_reject(void) "rejecting incoming frame"
392 sunhme_rx_filter_accept(void) "accepting incoming frame"
394 sunhme_rx_xsum_calc(uint16_t xsum) "calculated incoming xsum as 0x%x"
/qemu/tests/qtest/
H A Dxlnx-can-test.c215 * Enable filters for CAN1. This will filter incoming messages with ID. In this
244 /* Set filter for CAN1 for incoming messages. */ in test_can_filter()
299 * incoming data. in test_can_sleepmode()
/qemu/hw/riscv/
H A Driscv-iommu-pci.c44 * "The interfaces related to recording an incoming MSI in a memory-resident
47 * incoming MSI in an MRIF and generating the associated notice MSI are
/qemu/include/system/
H A Daccel-blocker.h38 * 1) incoming accel_{cpu_}ioctl_begin() calls block
/qemu/backends/
H A Ddbus-vmstate1.xml31 ``-incoming`` argument for example), and it may resume on success.

1234567