Home
last modified time | relevance | path

Searched refs:negotiated (Results 1 – 9 of 9) sorted by relevance

/qemu/docs/interop/
H A Dvhost-user.rst168 been negotiated. Otherwise it is a user address.
609 transfer happens over a channel that is negotiated using the
1326 ``VHOST_USER_F_PROTOCOL_FEATURES`` has been negotiated.
1391 feature has been successfully negotiated.
1404 ``VHOST_USER_PROTOCOL_F_CROSS_ENDIAN`` has been negotiated.
1405 Backends that negotiated this feature should handle both
1446 successfully negotiated. It's a required feature for crypto
1587 been successfully negotiated, along with the
1611 been successfully negotiated, along with the
1747 negotiated.
[all …]
H A Dvhost-user-gpu.rst182 New messages and communication changes are negotiated thanks to the
/qemu/hw/acpi/
H A Dich9.c487 uint64_t negotiated = lpc->smi_negotiated_features; in ich9_pm_device_pre_plug_cb() local
489 if (negotiated & BIT_ULL(ICH9_LPC_SMI_F_BROADCAST_BIT) && in ich9_pm_device_pre_plug_cb()
490 !(negotiated & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT))) { in ich9_pm_device_pre_plug_cb()
537 uint64_t negotiated = lpc->smi_negotiated_features; in ich9_pm_device_unplug_request_cb() local
539 if (negotiated & BIT_ULL(ICH9_LPC_SMI_F_BROADCAST_BIT) && in ich9_pm_device_unplug_request_cb()
540 !(negotiated & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOT_UNPLUG_BIT))) { in ich9_pm_device_unplug_request_cb()
/qemu/docs/system/
H A Dvirtio-net-failover.rst68 when the feature bit was negotiated for the virtio-net standby device.
/qemu/docs/specs/
H A Dppc-spapr-xive.rst26 Which interrupt modes can be used by the machine is negotiated with
56 and QEMU are also negotiated. Depending on the version of the host
/qemu/
H A Dqemu-nbd.c374 static void nbd_client_closed(NBDClient *client, bool negotiated) in nbd_client_closed() argument
377 if (negotiated && nb_fds == 0 && !persistent && state == RUNNING) { in nbd_client_closed()
/qemu/nbd/
H A Dtrace-events37 …nt32_t magic, const char *mode) "Server sent unexpected magic 0x%" PRIx32 " for negotiated mode %s"
H A Dserver.c126 void (*close_fn)(NBDClient *client, bool negotiated);
1604 static void client_close(NBDClient *client, bool negotiated) in client_close() argument
1624 client->close_fn(client, negotiated); in client_close()
/qemu/hw/net/
H A Dtrace-events132 e1000e_link_autoneg_flowctl(bool enabled) "Auto-negotiated flow control state is %d"