Searched refs:interfaces (Results 1 – 25 of 300) sorted by relevance
12345678910>>...12
/qemu/docs/interop/ |
H A D | dbus-display.rst | 8 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 D | net-hmp-cmds.c | 74 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 D | announce.c | 47 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 D | compat.json | 41 # Policy for handling deprecated management interfaces. 43 # This is intended for testing users of the management interfaces.
|
H A D | net.json | 450 # @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 926 # @interfaces: An optional list of interface names, which restricts 927 # the announcement to the listed interfaces. (Since 4.1) [all …]
|
/qemu/tests/functional/ |
H A D | test_virtio_version.py | 54 interfaces = ('pci-express-device', 'conventional-pci-device') 55 return [i for i in interfaces if devtype_implements(vm, devtype, i)]
|
/qemu/qom/ |
H A D | object.c | 74 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() 319 ti->class->interfaces = g_slist_append(ti->class->interfaces, new_iface); in type_initialize_interface() 372 ti->class->interfaces = NULL; in type_initialize() 374 for (e = parent->class->interfaces; e; e = e->next) { in type_initialize() 382 TypeImpl *t = type_get_by_name_noload(ti->interfaces[i].typename); in type_initialize() 385 ti->interfaces[i].typename, parent->name); in type_initialize() 388 for (e = ti->class->interfaces; e; e = e->next) { in type_initialize() 966 if (type->class->interfaces && in object_class_dynamic_cast() [all …]
|
/qemu/hw/pci-host/ |
H A D | uninorth.c | 336 .interfaces = (const InterfaceInfo[]) { 364 .interfaces = (const InterfaceInfo[]) { 392 .interfaces = (const InterfaceInfo[]) { 421 .interfaces = (const InterfaceInfo[]) {
|
H A D | articia.c | 276 .interfaces = (const InterfaceInfo[]) { 286 .interfaces = (const InterfaceInfo[]) {
|
/qemu/hw/display/ |
H A D | virtio-gpu-pci-rutabaga.c | 37 .interfaces = (const InterfaceInfo[]) {
|
/qemu/hw/char/ |
H A D | serial-pci-multi.c | 194 .interfaces = (const InterfaceInfo[]) { 206 .interfaces = (const InterfaceInfo[]) {
|
H A D | diva-gsp.c | 269 .interfaces = (const InterfaceInfo[]) { 283 .interfaces = (const InterfaceInfo[]) {
|
/qemu/docs/system/ppc/ |
H A D | prep.rst | 13 * 2 IDE interfaces with hard disk and CD-ROM support
|
H A D | powermac.rst | 17 * 2 PMAC IDE interfaces with hard disk and CD-ROM support
|
/qemu/docs/system/i386/ |
H A D | kvm-pv.rst | 7 In some cases when implementing hardware interfaces in software is slow, ``KVM`` 8 implements its own paravirtualized interfaces.
|
/qemu/docs/system/arm/ |
H A D | stellaris.rst | 23 - Timers, UARTs, ADC, |I2C| and SSI interfaces.
|
/qemu/hw/s390x/ |
H A D | ap-bridge.c | 78 .interfaces = (const InterfaceInfo[]) {
|
/qemu/hw/sd/ |
H A D | sdhci-pci.c | 78 .interfaces = (const InterfaceInfo[]) {
|
/qemu/net/can/ |
H A D | can_host.c | 95 .interfaces = (const InterfaceInfo[]) {
|
/qemu/hw/pci-bridge/ |
H A D | i82801b11.c | 110 .interfaces = (const InterfaceInfo[]) {
|
H A D | simba.c | 90 .interfaces = (const InterfaceInfo[]) {
|
H A D | pci_expander_bridge.c | 452 .interfaces = (const InterfaceInfo[]) { 489 .interfaces = (const InterfaceInfo[]) { 539 .interfaces =
|
/qemu/hw/misc/ |
H A D | pvpanic-pci.c | 83 .interfaces = (const InterfaceInfo[]) {
|
/qemu/tests/unit/ |
H A D | check-qom-interface.c | 55 .interfaces = (const InterfaceInfo[]) {
|
/qemu/authz/ |
H A D | simple.c | 114 .interfaces = (const InterfaceInfo[]) {
|
12345678910>>...12