Home
last modified time | relevance | path

Searched refs:features (Results 201 – 225 of 329) sorted by relevance

12345678910>>...14

/qemu/docs/about/
H A Demulation.rst24 - Wide range of features, see :ref:`Arm Emulation` for details
98 A number of features are only available when running under
/qemu/linux-headers/asm-arm/
H A Dkvm.h106 __u32 features[7]; member
/qemu/include/chardev/
H A Dchar.h72 DECLARE_BITMAP(features, QEMU_CHAR_FEATURE_LAST);
/qemu/linux-headers/linux/
H A Duserfaultfd.h251 __u64 features; member
/qemu/qapi/
H A Dpragma.json122 # feature-words, filtered-features
H A Dblock-core.json1635 'features': [ 'unstable' ] } } }
1732 'features': [ 'allow-write-only-overlay' ],
1907 'data': 'DriveBackup', 'features': ['deprecated'],
2111 'features': [ 'unstable' ],
2471 'features': [ 'unstable' ],
2751 'features': [ 'unstable' ] },
3269 'features': [ { 'name': 'dynamic-auto-read-only',
4060 'features': [ { 'name' :'fdset',
5497 'features': [ 'unstable' ],
5909 'features': [ 'unstable' ],
[all …]
H A Dmisc.json201 'features': [ 'unstable' ] }
244 'features': [ 'savevm-monitor-nodes' ] }
/qemu/docs/interop/
H A Dfirmware.json90 # Defines the features that firmware may support, and the platform
425 # @features: Lists the features that the firmware supports, and the
641 'features' : [ 'FirmwareFeature' ],
H A Dnbd.txt54 various features (both as a server exposing the feature, and as a
H A Dvhost-user.rst45 is supported on any platform that provides the following features:
421 older back-ends don't support negotiating protocol features, a feature
785 uint64_t features;
892 uint64_t features;
1029 Protocol features
1064 Get from the underlying vhost implementation the features bitmask.
1075 Enable features in the underlying vhost implementation using a
1103 Enable protocol features in the underlying vhost implementation.
1298 in the ancillary data. Note that if the protocol features
1314 is set in queried protocol features by
[all …]
/qemu/hw/virtio/
H A Dvirtio-balloon.c694 uint64_t features = s->host_features; in virtio_balloon_config_size() local
699 if (virtio_has_feature(features, VIRTIO_BALLOON_F_PAGE_POISON)) { in virtio_balloon_config_size()
702 if (virtio_has_feature(features, VIRTIO_BALLOON_F_FREE_PAGE_HINT)) { in virtio_balloon_config_size()
/qemu/hw/i386/kvm/
H A Dclock.c337 cpu->env.features[FEAT_KVM] & ((1ULL << KVM_FEATURE_CLOCKSOURCE) | in kvmclock_create()
/qemu/target/tricore/
H A Dcpu.c29 env->features |= 1ULL << feature; in set_feature()
/qemu/tests/qtest/libqos/
H A Dvirtio-pci.c98 static void qvirtio_pci_set_features(QVirtioDevice *d, uint64_t features) in qvirtio_pci_set_features() argument
101 qpci_io_writel(dev->pdev, dev->bar, VIRTIO_PCI_GUEST_FEATURES, features); in qvirtio_pci_set_features()
/qemu/hw/arm/
H A Dtrace-events34 smmuv3_find_ste(uint16_t sid, uint32_t features, uint16_t sid_split) "sid=0x%x features:0x%x, sid_s…
/qemu/docs/system/s390x/
H A D3270.rst12 features only.
/qemu/bsd-user/i386/
H A Dtarget_arch_cpu.h34 if (env->features[FEAT_1_EDX] & CPUID_SSE) { in target_cpu_init()
/qemu/block/
H A Dqed.h93 uint64_t features; /* format feature bits */ member
/qemu/hw/vfio/
H A Dpci.h149 uint32_t features; member
/qemu/hw/i386/
H A Dfw_cfg.c71 smbios_set_cpuid(cpu->env.cpuid_version, cpu->env.features[FEAT_1_EDX]); in fw_cfg_build_smbios()
/qemu/hw/nvme/
H A Dnvme.h268 } features; member
612 } features; member
H A Dctrl.c2672 if (NVME_ERR_REC_DULBE(ns->features.err_rec)) { in nvme_verify()
3084 if (NVME_ERR_REC_DULBE(ns->features.err_rec)) { in nvme_do_copy()
5958 result = n->features.temp_thresh_hi; in nvme_get_feature()
5961 result = n->features.temp_thresh_low; in nvme_get_feature()
5976 result = ns->features.err_rec; in nvme_get_feature()
5994 result = n->features.async_config; in nvme_get_feature()
6224 ns->features.err_rec = dw11; in nvme_set_feature()
6233 ns->features.err_rec = dw11; in nvme_set_feature()
6273 n->features.async_config = dw11; in nvme_set_feature()
6292 if (!n->features.hbs.lbafee) { in nvme_set_feature()
[all …]
/qemu/target/m68k/
H A Dcpu.c66 env->features |= BIT_ULL(feature); in m68k_set_feature()
71 env->features &= ~BIT_ULL(feature); in m68k_unset_feature()
/qemu/docs/system/devices/
H A Dvirtio-pmem.rst75 - ACPI NVDIMM features like regions/namespaces are not supported.
/qemu/hw/display/
H A Dvhost-user-gpu.c624 if (virtio_has_feature(g->vhost->dev.features, VIRTIO_GPU_F_VIRGL)) { in vhost_user_gpu_device_realize()
627 if (virtio_has_feature(g->vhost->dev.features, VIRTIO_GPU_F_EDID)) { in vhost_user_gpu_device_realize()

12345678910>>...14