Home
last modified time | relevance | path

Searched full:added (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/qemu/hw/hyperv/
H A Dhv-balloon-our_range_memslots.h25 /* How many pages were hot-added to the guest */
26 uint64_t added; member
37 return our_range->range.start + our_range->added; in our_range_get_remaining_start()
42 return our_range->range.count - our_range->added - our_range->unusable_tail; in our_range_get_remaining_size()
49 our_range->unusable_tail = our_range->range.count - our_range->added; in our_range_mark_remaining_unusable()
H A Dhv-balloon-our_range_memslots.c26 our_range->added = 0; in our_range_init()
46 assert(additional_size <= UINT64_MAX - our_range->added); in hvb_our_range_mark_added()
48 our_range->added += additional_size; in hvb_our_range_mark_added()
50 assert(our_range->added <= UINT64_MAX - our_range->unusable_tail); in hvb_our_range_mark_added()
51 assert(our_range->added + our_range->unusable_tail <= in hvb_our_range_mark_added()
168 total_map_size = (our_range->range.added + additional_map_size) * in hvb_our_range_memslots_ensure_mapped_additional()
175 * Activate all memslots covered by the newly added region in a single in hvb_our_range_memslots_ensure_mapped_additional()
/qemu/include/hw/core/
H A Dresetcontainer.h33 * When @rc is reset, it will reset every object that has been added
34 * to it, in the order they were added.
44 * previously added to this container.
/qemu/docs/devel/migration/
H A Dvirtio.rst24 have been added to make cross-version migration possible
114 added to the core for compatibility reasons. If transport or device specific
115 state is added, core needs to invoke a callback from the new subsection.
/qemu/tests/qtest/
H A Dusb-hcd-xhci-test.c28 added disk is visible after BUS rescan in test_usb_uas_hotplug()
41 /* check the device can be added again */ in test_usb_ccid_hotplug()
/qemu/scripts/qapi/
H A Dgen.py102 added = after[len(before):]
103 if added[0] == '\n':
105 added = added[1:]
107 out += added
/qemu/target/s390x/
H A Dcpu_models_system.c190 /* features added to the base feature set */ in cpu_info_from_model()
272 S390FeatBitmap missing, added; in qmp_query_cpu_model_comparison() local
316 bitmap_andnot(added, modelb.features, modela.features, S390_FEAT_MAX); in qmp_query_cpu_model_comparison()
317 s390_feat_bitmap_to_ascii(added, &compare_info->responsible_properties, in qmp_query_cpu_model_comparison()
321 } else if (bitmap_empty(added, S390_FEAT_MAX)) { in qmp_query_cpu_model_comparison()
/qemu/docs/system/devices/
H A Dvirtio-pmem.rst49 memory backing has to be added via 'object_add'; afterwards, the virtio
50 pmem device can be added via 'device_add'.
/qemu/include/hw/cpu/
H A Dcluster.h44 * All CPUs must be added as children before the cluster is realized.
46 * object and no way for the parent to be notified when a new child is added
/qemu/docs/system/s390x/
H A Dcss.rst53 If added to the same Linux guest as above, it would show up as ``0.0.0042``
63 If added to the same Linux guest as above, it would show up as ``0.2.1111``
/qemu/tests/qtest/libqos/
H A Dqgraph_internal.h157 * command line that will be added after all the node arguments
167 * command line that will be added before the node command
177 * command line that will be added to the node command
/qemu/include/hw/nvram/
H A Dfw_cfg.h228 * will be used; also, a new entry will be added to the file directory
250 * will be used; also, a new entry will be added to the file directory
296 * will be used; also, a new entry will be added to the file directory
300 * If the @part object does not generate content, no fw_cfg item is added.
/qemu/docs/devel/
H A Dmaintainers.rst63 is welcome to review code on the mailing list getting added to the
84 series when a new sub-system is being added to the code base. This can
/qemu/docs/devel/testing/
H A Dqgraph.rst107 - ``after node`` : added as additional argument to the node name.
108 This argument is added optionally when creating edges,
118 - ``before node`` : added as additional argument to the node name.
119 This argument is added optionally when creating edges,
129 are already added by QEMU, so only nodes that "consumes" will be used to
132 devices to be added in QEMU.
/qemu/tcg/tci/
H A DREADME42 implementations are added.
116 possible to see where code must be added.
/qemu/include/qemu/
H A Dqtree.h30 * to API calls either deprecated (e.g. g_tree_traverse) or recently added
31 * (e.g. g_tree_search_node, added in 2.68); neither have callers in QEMU.
/qemu/include/system/
H A Dreset.h41 * they were added, using the three-phase Resettable protocol,
58 * simulation is reset. It must have been previously added to
/qemu/tests/qemu-iotests/sample_images/
H A DREADME8 Sample images added here must be compressed with bzip2.
/qemu/include/hw/
H A Dqdev-clock.h27 * @returns: a pointer to the newly added clock
41 * @returns: a pointer to the newly added clock
/qemu/hw/pci-host/
H A Dtrace-events47 ppc440_pcix_update_pim(int idx, uint64_t size, uint64_t la) "Added window %d of size=0x%" PRIx64 " …
48 ppc440_pcix_update_pom(int idx, uint32_t size, uint64_t la, uint64_t pcia) "Added window %d of size…
/qemu/tests/qapi-schema/
H A Dunion-bad-discriminator.json2 # this tests the old syntax for anonymous unions before we added alternates
H A Dunion-base-union.json4 # member names added by local variants.
/qemu/tests/tcg/
H A DMakefile.target144 # be added to EXTRA_RUNS.
159 # to avoid an exponential explosion as new tests are added. We also
161 # In more, extra tests can be added using ADDITIONAL_PLUGINS_TESTS variable.
/qemu/include/qapi/
H A Derror.h78 * Note that this loses hints added with error_append_hint().
326 * Just like error_setg(), with @os_error info added to the message.
343 * Just like error_setg(), with @win32_error info added to the message.
449 * The report includes hints added with error_append_hint().
455 * The report includes hints added with error_append_hint().
/qemu/include/qom/
H A Dobject.h782 * have already been allocated. The object will then be added as child property
1344 * unreferenced, and a reference is added to the new target object.
1670 * Returns: The newly added property on success, or %NULL on failure.
1738 * Returns: The newly added property on success, or %NULL on failure.
1764 * Returns: The newly added property on success, or %NULL on failure.
1786 * Returns: The newly added property on success, or %NULL on failure.
1809 * Returns: The newly added property on success, or %NULL on failure.
1833 * Returns: The newly added property on success, or %NULL on failure.
1861 * Returns: The newly added property on success, or %NULL on failure.
1882 * Returns: The newly added property on success, or %NULL on failure.
[all …]

12345678910>>...15