Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/qemu/docs/interop/
H A Ddbus-display.rst8 Various specialized D-Bus interfaces are available on different object paths
11 QEMU also implements the standard interfaces, such as
13 <https://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces>`_.
/qemu/net/
H A Dnet-hmp-cmds.c74 qapi_free_strList(params->interfaces); in hmp_announce_self()
75 params->interfaces = hmp_split_at_comma(interfaces_str); in hmp_announce_self()
76 params->has_interfaces = params->interfaces != NULL; in hmp_announce_self()
H A Dannounce.c47 qapi_free_strList(timer->params.interfaces); in qemu_announce_timer_del()
48 timer->params.interfaces = NULL; in qemu_announce_timer_del()
144 strList *entry = timer->params.interfaces; in qemu_announce_self_iter()
/qemu/qapi/
H A Dcompat.json41 # Policy for handling deprecated management interfaces.
43 # This is intended for testing users of the management interfaces.
H A Dnet.json450 # @queues: number of queues to be used for multiqueue interfaces
535 # interfaces that are in host mode and also with the host.
552 # other vmnet interfaces. Only communication with host is
558 # is allowed only with other interfaces added to this network
580 # interfaces on the same subnet. If no DHCP settings, subnet mask and
582 # other interfaces in shared mode.
599 # other vmnet interfaces. Only communication with host is
628 # other vmnet interfaces. Only communication with host is
908 # @interfaces: An optional list of interface names, which restricts
909 # the announcement to the listed interfaces. (Since 4.1)
[all …]
/qemu/tests/avocado/
H A Dvirtio_version.py55 interfaces = ('pci-express-device', 'conventional-pci-device')
56 return [i for i in interfaces if devtype_implements(vm, devtype, i)]
/qemu/docs/system/devices/
H A Dnet.rst14 Using TAP network interfaces
28 TAP network interfaces: the device ``/dev/net/tun`` must be present.
31 lines using the TAP network interfaces.
/qemu/hw/misc/
H A Dedu.c435 static InterfaceInfo interfaces[] = { in pci_edu_register_types() local
445 .interfaces = interfaces, in pci_edu_register_types()
H A Dpvpanic-pci.c84 .interfaces = (InterfaceInfo[]) {
/qemu/qom/
H A Dobject.c74 InterfaceImpl interfaces[MAX_INTERFACES]; member
132 for (i = 0; info->interfaces && info->interfaces[i].type; i++) { in type_new()
133 ti->interfaces[i].typename = g_strdup(info->interfaces[i].type); in type_new()
311 ti->class->interfaces = g_slist_append(ti->class->interfaces, new_iface); in type_initialize_interface()
364 ti->class->interfaces = NULL; in type_initialize()
366 for (e = parent->class->interfaces; e; e = e->next) { in type_initialize()
374 TypeImpl *t = type_get_by_name(ti->interfaces[i].typename); in type_initialize()
380 for (e = ti->class->interfaces; e; e = e->next) { in type_initialize()
974 if (type->class->interfaces && in object_class_dynamic_cast()
979 for (i = class->interfaces; i; i = i->next) { in object_class_dynamic_cast()
[all …]
/qemu/hw/pci-host/
H A Duninorth.c336 .interfaces = (InterfaceInfo[]) {
364 .interfaces = (InterfaceInfo[]) {
392 .interfaces = (InterfaceInfo[]) {
420 .interfaces = (InterfaceInfo[]) {
H A Darticia.c276 .interfaces = (InterfaceInfo[]) {
286 .interfaces = (InterfaceInfo[]) {
/qemu/hw/display/
H A Dvirtio-gpu-pci-rutabaga.c37 .interfaces = (InterfaceInfo[]) {
/qemu/docs/system/ppc/
H A Dprep.rst13 * 2 IDE interfaces with hard disk and CD-ROM support
H A Dpowermac.rst17 * 2 PMAC IDE interfaces with hard disk and CD-ROM support
/qemu/docs/system/i386/
H A Dkvm-pv.rst7 In some cases when implementing hardware interfaces in software is slow, ``KVM``
8 implements its own paravirtualized interfaces.
/qemu/hw/char/
H A Dserial-pci-multi.c198 .interfaces = (InterfaceInfo[]) {
210 .interfaces = (InterfaceInfo[]) {
/qemu/docs/system/arm/
H A Dstellaris.rst23 - Timers, UARTs, ADC, |I2C| and SSI interfaces.
/qemu/hw/s390x/
H A Dap-bridge.c78 .interfaces = (InterfaceInfo[]) {
/qemu/hw/pci-bridge/
H A Dsimba.c90 .interfaces = (InterfaceInfo[]) {
H A Di82801b11.c110 .interfaces = (InterfaceInfo[]) {
H A Dpci_expander_bridge.c440 .interfaces = (InterfaceInfo[]) {
477 .interfaces = (InterfaceInfo[]) {
526 .interfaces =
/qemu/hw/sd/
H A Dsdhci-pci.c77 .interfaces = (InterfaceInfo[]) {
/qemu/tests/unit/
H A Dcheck-qom-interface.c55 .interfaces = (InterfaceInfo[]) {
/qemu/net/can/
H A Dcan_host.c101 .interfaces = (InterfaceInfo[]) {

12345678910>>...12