| /qemu/hw/misc/ |
| A D | tz-mpc.c | 110 memory_region_notify_iommu(&s->upstream, IOMMU_IDX_S, event); in tz_mpc_iommu_notify() 111 memory_region_notify_iommu(&s->upstream, IOMMU_IDX_NS, event); in tz_mpc_iommu_notify() 120 memory_region_notify_iommu(&s->upstream, IOMMU_IDX_S, event); in tz_mpc_iommu_notify() 126 memory_region_notify_iommu(&s->upstream, IOMMU_IDX_NS, event); in tz_mpc_iommu_notify() 429 TZMPC *s = TZ_MPC(container_of(iommu, TZMPC, upstream)); in tz_mpc_translate() 515 memory_region_init_iommu(&s->upstream, sizeof(s->upstream), in tz_mpc_realize() 525 s->blocksize = memory_region_iommu_get_min_page_size(&s->upstream); in tz_mpc_realize() 531 object_unref(OBJECT(&s->upstream)); in tz_mpc_realize() 544 sysbus_init_mmio(sbd, MEMORY_REGION(&s->upstream)); in tz_mpc_realize()
|
| A D | tz-ppc.c | 269 memory_region_init_io(&port->upstream, obj, &tz_ppc_dummy_ops, in tz_ppc_realize() 271 sysbus_init_mmio(sbd, &port->upstream); in tz_ppc_realize() 282 memory_region_init_io(&port->upstream, obj, &tz_ppc_ops, in tz_ppc_realize() 284 sysbus_init_mmio(sbd, &port->upstream); in tz_ppc_realize()
|
| A D | tz-msc.c | 264 memory_region_init_io(&s->upstream, obj, &tz_msc_ops, s, name, size); in tz_msc_realize() 265 sysbus_init_mmio(sbd, &s->upstream); in tz_msc_realize()
|
| /qemu/.gitlab-ci.d/ |
| A D | base.yml | 8 # For purposes of CI rules, upstream is the gitlab.com/qemu-project 40 # Never run jobs upstream on stable branch, staging branch jobs already ran 44 # Never run jobs upstream on tags, staging branch jobs already ran 56 # Publishing jobs should only run on the default branch in upstream 60 # Non-publishing jobs should only run on staging branches in upstream 64 # Jobs only intended for forks should always be skipped on upstream
|
| A D | container-template.yml | 9 # Always ':latest' because we always use upstream as a common cache source
|
| A D | buildtest.yml | 206 - git remote add upstream https://gitlab.com/qemu-project/qemu 207 - git fetch upstream refs/tags/$QEMU_PREV_VERSION:refs/tags/$QEMU_PREV_VERSION 788 # Never included on upstream pipelines, except for schedules
|
| /qemu/include/hw/misc/ |
| A D | tz-msc.h | 76 MemoryRegion upstream; member
|
| A D | tz-ppc.h | 79 MemoryRegion upstream; member
|
| A D | tz-mpc.h | 71 IOMMUMemoryRegion upstream; member
|
| /qemu/hw/usb/ |
| A D | bus.c | 370 void usb_port_location(USBPort *downstream, USBPort *upstream, int portnr) in usb_port_location() argument 372 if (upstream) { in usb_port_location() 374 upstream->path, portnr); in usb_port_location() 377 downstream->hubcount = upstream->hubcount + 1; in usb_port_location()
|
| /qemu/hw/arm/ |
| A D | mps2-tz.c | 567 MemoryRegion *upstream; in make_mpc() local 576 upstream = sysbus_mmio_get_region(SYS_BUS_DEVICE(mpc), 1); in make_mpc() 577 memory_region_add_subregion(get_system_memory(), raminfo->base, upstream); in make_mpc() 618 MemoryRegion *upstream = sysbus_mmio_get_region(SYS_BUS_DEVICE(mpc), 1); in remap_memory() local 621 memory_region_set_address(upstream, addr); in remap_memory() 768 MemoryRegion *upstream = sysbus_mmio_get_region(mpc_sbd, 1); in create_non_mpc_ram() local 769 make_ram_alias(&mms->ram[p->mrindex], p->name, upstream, p->base); in create_non_mpc_ram()
|
| A D | musca.c | 227 MemoryRegion *upstream; in make_mpc() local 264 upstream = sysbus_mmio_get_region(SYS_BUS_DEVICE(mpc), 1); in make_mpc() 265 memory_region_add_subregion(get_system_memory(), mpcinfo[i].addr, upstream); in make_mpc()
|
| /qemu/docs/devel/testing/ |
| A D | ci-jobs.rst.inc | 79 the 'upstream'. This defaults to 'qemu-project'. Contributors 82 an upstream context, as opposed to their fork context. 127 merged into the upstream default branch.
|
| /qemu/docs/interop/ |
| A D | qmp-spec.rst | 388 Management tools should be able to support both upstream and downstream 393 avoid modifying QMP. Both upstream and downstream need to take care to 398 means upstream will never use any downstream names for its commands, 416 as to upstream, obviously. It follows that downstream must behave 417 exactly like upstream for any input not containing members with 422 upstream as long as it doesn't send input with downstream members, and
|
| /qemu/docs/system/arm/ |
| A D | xlnx-zynq.rst | 32 Direct Linux boot of a generic ARM upstream Linux kernel:
|
| /qemu/docs/about/ |
| A D | build-platforms.rst | 22 features in that distro match the upstream release with the same 24 software in their distro, QEMU upstream code will not add explicit 26 manner that works for the upstream releases too.
|
| /qemu/ |
| A D | .gitpublish | 2 # Common git-publish profiles that can be used to send patches to QEMU upstream.
|
| A D | README.rst | 135 found when running code built from QEMU git or upstream released sources 142 the bug is also known to affect latest upstream code, it can also be
|
| /qemu/docs/system/devices/ |
| A D | cxl.rst | 62 bridge, switch upstream port and endpoints. 129 with a single upstream port, internal PCI bus and multiple 132 Both the CXL upstream and downstream ports have CXL specific 139 by creating an upstream port (cxl-upstream) and a number of 376 -device cxl-upstream,bus=root_port0,id=us0 \
|
| /qemu/docs/specs/ |
| A D | pci-ids.rst | 46 upstream merge or shipping a distro/product) to avoid conflicts.
|
| A D | riscv-iommu.rst | 90 .. _ventana-linux: https://github.com/ventanamicro/linux/tree/dev-upstream
|
| /qemu/pc-bios/ |
| A D | README | 36 - The u-boot binary for e500 comes from the upstream denx u-boot project where
|
| /qemu/docs/ |
| A D | multiseat.txt | 137 Patch with this rule has been submitted to upstream udev/systemd, was
|
| A D | pcie.txt | 88 Only use PCI Express Switches (x3130-upstream, xio3130-downstream) 123 -device x3130-upstream,id=upstream_port1,bus=root_port1[,addr=x] \
|
| /qemu/include/hw/ |
| A D | usb.h | 510 void usb_port_location(USBPort *downstream, USBPort *upstream, int portnr);
|