Home
last modified time | relevance | path

Searched refs:downstream (Results 1 – 21 of 21) sorted by relevance

/qemu/docs/interop/
A Dqmp-spec.rst387 We recommend that downstream consumers of QEMU do *not* modify QMP.
389 versions of QMP without special logic, and downstream extensions are
397 ``__`` (double underscore) for downstream use ("downstream names"). This
398 means upstream will never use any downstream names for its commands,
401 Any new names downstream wishes to add must begin with ``__``. To
416 as to upstream, obviously. It follows that downstream must behave
418 downstream names ("downstream members"), except it may add members
419 with downstream names to its output.
421 Thus, a client should not be able to distinguish downstream from
423 properly ignores any downstream members in the output it receives.
[all …]
/qemu/hw/misc/
A Dtz-ppc.c252 if (s->port[i].downstream) { in tz_ppc_realize()
262 if (!port->downstream) { in tz_ppc_realize()
279 address_space_init(&port->downstream_as, port->downstream, name); in tz_ppc_realize()
281 size = memory_region_size(port->downstream); in tz_ppc_realize()
305 DEFINE_PROP_LINK("port[" #N "]", TZPPC, port[N].downstream, \
A Dtz-msc.c253 if (!s->downstream) { in tz_msc_realize()
262 size = memory_region_size(s->downstream); in tz_msc_realize()
263 address_space_init(&s->downstream_as, s->downstream, name); in tz_msc_realize()
282 DEFINE_PROP_LINK("downstream", TZMSC, downstream,
A Dtz-mpc.c508 if (!s->downstream) { in tz_mpc_realize()
513 size = memory_region_size(s->downstream); in tz_mpc_realize()
553 address_space_init(&s->downstream_as, s->downstream, in tz_mpc_realize()
591 DEFINE_PROP_LINK("downstream", TZMPC, downstream,
/qemu/hw/usb/
A Dbus.c370 void usb_port_location(USBPort *downstream, USBPort *upstream, int portnr) in usb_port_location() argument
373 int l = snprintf(downstream->path, sizeof(downstream->path), "%s.%d", in usb_port_location()
376 assert(l < sizeof(downstream->path)); in usb_port_location()
377 downstream->hubcount = upstream->hubcount + 1; in usb_port_location()
379 snprintf(downstream->path, sizeof(downstream->path), "%d", portnr); in usb_port_location()
380 downstream->hubcount = 0; in usb_port_location()
A Ddev-hub.c293 USBDevice *downstream; in usb_hub_find_device() local
301 downstream = usb_find_device(&port->port, addr); in usb_hub_find_device()
302 if (downstream != NULL) { in usb_hub_find_device()
303 return downstream; in usb_hub_find_device()
/qemu/hw/arm/
A Dmusca.c226 MemoryRegion *downstream; in make_mpc() local
236 downstream = &mms->ram[i]; in make_mpc()
237 memory_region_init_rom(downstream, NULL, mpcinfo[i].name, in make_mpc()
241 downstream = &mms->ram[i]; in make_mpc()
242 memory_region_init_ram(downstream, NULL, mpcinfo[i].name, in make_mpc()
253 downstream = sysbus_mmio_get_region(SYS_BUS_DEVICE(uds), 0); in make_mpc()
260 object_property_set_link(OBJECT(mpc), "downstream", OBJECT(downstream), in make_mpc()
/qemu/include/hw/misc/
A Dtz-msc.h74 MemoryRegion *downstream; member
A Dtz-ppc.h81 MemoryRegion *downstream; member
A Dtz-mpc.h64 MemoryRegion *downstream; member
/qemu/tests/qapi-schema/
A Dreserved-member-underscore.json3 # begin with a letter or a downstream extension double-underscore prefix).
A Dqapi-schema-test.json230 # test that we correctly compile downstream extensions, as well as munge
/qemu/docs/system/devices/
A Dcxl.rst130 downstream ports.
132 Both the CXL upstream and downstream ports have CXL specific
136 appropriate downstream port.
140 downstream ports on the internal switch bus (cxl-downstream).
285 | appropriate downstream port |
377 -device cxl-downstream,port=0,bus=us0,id=swport0,chassis=0,slot=4 \
379 -device cxl-downstream,port=1,bus=us0,id=swport1,chassis=0,slot=5 \
381 -device cxl-downstream,port=2,bus=us0,id=swport2,chassis=0,slot=6 \
383 -device cxl-downstream,port=3,bus=us0,id=swport3,chassis=0,slot=7 \
/qemu/include/hw/dma/
A Dpl080.h69 MemoryRegion *downstream; member
/qemu/hw/dma/
A Dpl080.c396 if (!s->downstream) { in pl080_realize()
401 address_space_init(&s->downstream_as, s->downstream, "pl080-downstream"); in pl080_realize()
412 DEFINE_PROP_LINK("downstream", PL080State, downstream,
/qemu/qapi/
A Dcontrol.json83 # string. The exact format depends on the downstream however it
/qemu/docs/
A Dpcie.txt88 Only use PCI Express Switches (x3130-upstream, xio3130-downstream)
124 … -device xio3130-downstream,id=downstream_port1,bus=upstream_port1,chassis=x1,slot=y1[,addr=z1]] \
/qemu/include/hw/
A Dusb.h510 void usb_port_location(USBPort *downstream, USBPort *upstream, int portnr);
/qemu/docs/devel/testing/
A Dmain.rst299 file. This should be used only for downstream (this file should never appear
300 in upstream). This file may be used for defining some downstream test groups
305 # groups for some company downstream process
308 # down - our downstream tests, not for upstream
/qemu/docs/devel/
A Dqapi-code-gen.rst733 may start with a digit, and names that are downstream extensions (see
773 downstream prefix of the form __RFQDN_ are reserved for the downstream
778 downstream command ``__com.redhat_drive-mirror``.
/qemu/
A Dqemu-options.hx139 configure the downstream Host-managed Device Memory (HDM) decoders

Completed in 57 milliseconds