Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 85) sorted by relevance

1234

/qemu/hw/hyperv/
H A Dhv-balloon-our_range_memslots.h26 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()
/qemu/scripts/qapi/
H A Dgen.py101 added = after[len(before):]
102 if added[0] == '\n':
104 added = added[1:]
106 out += added
/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.
H A Dmapped-ram.rst15 location in the file, rather than constantly being added to a
123 - ramblock mapped-ram header: the information added by this feature:
/qemu/target/s390x/
H A Dcpu_models_sysemu.c263 S390FeatBitmap missing, added; in qmp_query_cpu_model_comparison() local
307 bitmap_andnot(added, modelb.features, modela.features, S390_FEAT_MAX); in qmp_query_cpu_model_comparison()
308 s390_feat_bitmap_to_ascii(added, &compare_info->responsible_properties, in qmp_query_cpu_model_comparison()
312 } else if (bitmap_empty(added, S390_FEAT_MAX)) { in qmp_query_cpu_model_comparison()
/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/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/tests/qemu-iotests/sample_images/
H A DREADME8 Sample images added here must be compressed with bzip2.
/qemu/docs/devel/
H A Dnested-papr.txt7 to enable this on papr/pseries, a new cap-nested-papr option is added. eg:
39 The L0 code was added::
46 The L1 code was added::
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
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.
H A Dqtest.rst37 1. Create a new source file for the test. (More than one file can be added as
/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/tcg/tci/
H A DREADME42 implementations are added.
116 possible to see where code must be added.
/qemu/plugins/
H A Dapi.c561 uint64_t added) in qemu_plugin_u64_add() argument
563 *plugin_u64_address(entry, vcpu_index) += added; in qemu_plugin_u64_add()
/qemu/hw/vfio/
H A Dpci-quirks.c848 int added; member
896 addr >= PCI_STD_HEADER_SIZEOF && last->added <= MAX_DYN_IOEVENTFD) { in vfio_nvidia_quirk_mirror_write()
903 if (last->added < MAX_DYN_IOEVENTFD) { in vfio_nvidia_quirk_mirror_write()
912 last->added++; in vfio_nvidia_quirk_mirror_write()
915 last->added++; in vfio_nvidia_quirk_mirror_write()
935 last->addr = last->data = last->size = last->hits = last->added = 0; in vfio_nvidia_bar0_quirk_reset()
/qemu/docs/system/
H A Dconfidential-guest-support.rst6 can compromise any of its guests. A number of platforms have added
H A Dbarrier.rst28 The object can be added on the QEMU command line, for instance with::
H A Dtarget-sparc.rst31 Optional boolean features can be added with a "+" in front of the feature name,
H A Dvirtio-net-failover.rst64 A new migration state wait-unplug was added for this feature. If failover primary
/qemu/
H A Dqemu.sasl16 # added to the Kerberos server for each host running QEMU.
/qemu/docs/system/arm/
H A Dsbsa.rst76 is updated when features are added that don't break fw compatibility.
/qemu/docs/specs/
H A Dppc-spapr-hcalls.rst13 In addition to those calls, we have added our own private hypervisor

1234