Home
last modified time | relevance | path

Searched refs:peripheral (Results 1 – 14 of 14) sorted by relevance

/qemu/tests/qemu-iotests/
H A D186.out9 /machine/peripheral-anon/device[1]: [not inserted]
10 Attached to: /machine/peripheral-anon/device[N]
25 /machine/peripheral-anon/device[1]: [not inserted]
26 Attached to: /machine/peripheral-anon/device[N]
41 /machine/peripheral-anon/device[1]: [not inserted]
42 Attached to: /machine/peripheral-anon/device[N]
61 Attached to: /machine/peripheral-anon/device[N]
77 Attached to: /machine/peripheral-anon/device[N]
109 Attached to: /machine/peripheral-anon/device[N]
127 Attached to: /machine/peripheral-anon/device[N]
[all …]
H A D227.out53 "qdev": "/machine/peripheral-anon/device[0]/virtio-backend"
225 "qdev": "/machine/peripheral/virtio0/virtio-backend"
H A D172.out418 Attached to: /machine/peripheral-anon/device[N]
457 Attached to: /machine/peripheral-anon/device[N]
510 Attached to: /machine/peripheral-anon/device[N]
515 Attached to: /machine/peripheral-anon/device[N]
582 Attached to: /machine/peripheral-anon/device[N]
640 Attached to: /machine/peripheral-anon/device[N]
698 Attached to: /machine/peripheral-anon/device[N]
756 Attached to: /machine/peripheral-anon/device[N]
823 Attached to: /machine/peripheral-anon/device[N]
881 Attached to: /machine/peripheral-anon/device[N]
[all …]
H A D307.out69 {"data": {"device": "sda", "path": "/machine/peripheral/sda"}, "event": "DEVICE_DELETED", "timestam…
/qemu/docs/interop/
H A Dvirtio-balloon-stats.rst67 which generates ``/machine/peripheral-anon/device[1]`` as the QOM path for
73 "arguments": { "path": "/machine/peripheral-anon/device[1]",
81 "arguments": { "path": "/machine/peripheral-anon/device[1]",
89 "arguments": { "path": "/machine/peripheral-anon/device[1]",
108 "arguments": { "path": "/machine/peripheral-anon/device[1]",
/qemu/docs/devel/
H A Ds390-cpu-topology.rst58 "qom-path": "/machine/peripheral-anon/device[0]",
73 "qom-path": "/machine/peripheral-anon/device[1]",
88 "qom-path": "/machine/peripheral-anon/device[2]",
H A Dreplay.rst85 non-determinism. These are inputs from clock and peripheral devices,
/qemu/system/
H A Dqdev-monitor.c1025 static GSList *qdev_build_hotpluggable_device_list(Object *peripheral) in qdev_build_hotpluggable_device_list() argument
1029 object_child_foreach(peripheral, qdev_add_hotpluggable_device, &list); in qdev_build_hotpluggable_device_list()
1037 Object *peripheral = container_get(qdev_get_machine(), "/peripheral"); in peripheral_device_del_completion() local
1040 list = qdev_build_hotpluggable_device_list(peripheral); in peripheral_device_del_completion()
/qemu/docs/system/arm/
H A Db-l475e-iot01a.rst34 See the complete list of unimplemented peripheral devices
/qemu/docs/system/
H A Dcpu-hotplug.rst104 "qom-path": "/machine/peripheral/cpu-2",
H A Dtarget-mips.rst79 - GPEX and virtio as peripheral devices
H A Dreplay.rst77 The following non-deterministic data from peripheral devices is saved into
/qemu/qapi/
H A Dmisc.json602 # "dev-qom-path": "/machine/peripheral/sas1" },
/qemu/hw/ssi/
H A Dxilinx_spips.c1155 int peripheral = flash_addr >> LQSPI_ADDRESS_BITS; in lqspi_load_cache() local
1163 s->regs[R_LQSPI_STS] |= peripheral ? LQSPI_CFG_U_PAGE : 0; in lqspi_load_cache()