Home
last modified time | relevance | path

Searched refs:removed (Results 1 – 25 of 56) sorted by relevance

123

/qemu/docs/about/
H A Dremoved-features.rst12 ``-hdachs`` (removed in 2.12)
24 ``-net dump`` (removed in 2.12)
39 ``-tdf`` (removed in 2.12)
82 ``-balloon`` (removed in 3.1)
88 ``-bootp`` (removed in 3.1)
96 ``-redir`` (removed in 3.1)
107 ``-smb`` (removed in 3.1)
115 ``-tftp`` (removed in 3.1)
389 ``-sdl`` (removed in 7.1)
694 points was removed in 7.0.
[all …]
H A Dindex.rst28 removed-features
H A Ddeprecated.rst7 introduced into QEMU. In the event that a feature needs to be removed,
10 releases, the feature is liable to be removed. Deprecated features may also
133 options are removed in favor of using explicit ``blockdev-create`` and
184 an alias, but for consistency these will get removed in a future
193 but for consistency these will get removed in a future release, too.
310 removed (along with its proxy helper daemon) in a future version of QEMU. Please
H A Dbuild-platforms.rst64 Non-supported architectures may be removed in the future following the
/qemu/tests/unit/
H A Dtest-qtree.c95 gboolean removed; in test_tree_search() local
115 g_assert(removed); in test_tree_search()
119 removed = q_tree_remove(tree, &c); in test_tree_search()
120 g_assert(!removed); in test_tree_search()
203 gboolean removed; in test_tree_remove() local
228 removed = q_tree_remove(tree, &c); in test_tree_remove()
229 g_assert(removed); in test_tree_remove()
236 removed = q_tree_steal(tree, &c); in test_tree_remove()
237 g_assert(removed); in test_tree_remove()
243 removed = q_tree_remove(tree, &remove[i]); in test_tree_remove()
[all …]
/qemu/monitor/
H A Dfds.c46 bool removed; member
176 if ((mon_fdset_fd->removed || in monitor_fdset_cleanup()
279 mon_fdset_fd->removed = true; in qmp_remove_fd()
282 mon_fdset_fd->removed = true; in qmp_remove_fd()
398 mon_fdset_fd->removed = false; in monitor_fdset_add_fd()
/qemu/util/
H A Dqtree.c680 gboolean removed; in q_tree_remove() local
684 removed = q_tree_remove_internal(tree, key, FALSE); in q_tree_remove()
690 return removed; in q_tree_remove()
710 gboolean removed; in q_tree_steal() local
714 removed = q_tree_remove_internal(tree, key, TRUE); in q_tree_steal()
720 return removed; in q_tree_steal()
H A Dqsp.c563 bool removed = qht_remove(ht, new, hash); in qsp_iter_diff() local
565 g_assert(removed); in qsp_iter_diff()
/qemu/docs/system/devices/
H A Dccid.rst21 available on the client, possibly locking the computer when it is "removed". On
155 card removed -> | | | |
156 | VSC_CardRemove | remove | remove | card removed
163 … | | | | usb device removed.
/qemu/tests/bench/
H A Dqht-bench.c192 bool removed = false; in do_rw() local
195 removed = qht_remove(&ht, p, hash); in do_rw()
197 if (removed) { in do_rw()
/qemu/hw/hyperv/
H A Dtrace-events33removed, unsigned int both) "response common range %"PRIu64" @ 0x%"PRIx64" from range %"PRIu64" @…
/qemu/include/qemu/
H A Dqueue.h319 #define QSIMPLEQ_SPLIT_AFTER(head, elm, field, removed) do { \ argument
320 QSIMPLEQ_INIT(removed); \
321 if (((removed)->sqh_first = (head)->sqh_first) != NULL) { \
325 (removed)->sqh_last = &(elm)->field.sqe_next; \
/qemu/qapi/
H A Dqdev.json95 # Notes: When this command completes, the device may not be removed
102 # device will not be removed and a DEVICE_UNPLUG_GUEST_ERROR event
H A Dreplay.json70 # breakpoint. When breakpoint is set, any prior one is removed. The
H A Dmisc.json85 # @poll-shrink: how many ns will be removed from polling time, 0 means
225 # change or be removed at ANY time. Applications that rely on
H A Dqobject-input-visitor.c142 bool removed = g_hash_table_remove(tos->h, name); in qobject_input_try_get_object() local
143 assert(removed); in qobject_input_try_get_object()
H A Dstats.json269 # algorithm is changed or some code is removed; changing a default
H A Dmachine-target.json15 # changes are applied (e.g. features added/removed). Most magic values
347 # removed in in some future version of QEMU according to the QEMU
/qemu/tests/qemu-iotests/tests/
H A Dmigrate-bitmaps-test112 removed = (not migrate_bitmaps) and persistent
113 self.check_bitmap(self.vm_a, False if removed else sha256)
/qemu/tests/qemu-iotests/
H A Dpylintrc28 # These are temporary, and should be removed:
/qemu/docs/tools/
H A Dvirtfs-proxy-helper.rst13 removed, along with this daemon, in a future version of QEMU!
/qemu/accel/tcg/
H A Dtb-maint.c346 bool removed; in page_unlock__debug() local
350 removed = g_hash_table_remove(ht_pages_locked_debug, pd); in page_unlock__debug()
351 g_assert(removed); in page_unlock__debug()
/qemu/docs/system/
H A Dimages.rst79 - They cannot cope with removable devices if they are removed or
/qemu/docs/devel/
H A Dci-jobs.rst.inc121 the job permanently removed.
/qemu/docs/system/s390x/
H A Dvfio-ap.rst640 On a Linux guest, the AP devices will be removed from the ``/sys/bus/ap/devices``
722 the corresponding APQNs must be removed from the default queue drivers pool
875 When the guest is shut down, the mediated matrix devices may be removed.
896 host. If the mdev matrix device is removed, one may want to also reconfigure

123