/qemu/hw/virtio/ |
H A D | virtio-mmio.c | 47 int n, bool assign) in virtio_mmio_ioeventfd_assign() argument 51 if (assign) { in virtio_mmio_ioeventfd_assign() 655 static int virtio_mmio_set_guest_notifier(DeviceState *d, int n, bool assign, in virtio_mmio_set_guest_notifier() argument 664 if (assign) { in virtio_mmio_set_guest_notifier() 676 vdc->guest_notifier_mask(vdev, n, !assign); in virtio_mmio_set_guest_notifier() 681 static int virtio_mmio_set_config_guest_notifier(DeviceState *d, bool assign, in virtio_mmio_set_config_guest_notifier() argument 690 if (assign) { in virtio_mmio_set_config_guest_notifier() 695 virtio_config_set_guest_notifier_fd_handler(vdev, assign, with_irqfd); in virtio_mmio_set_config_guest_notifier() 697 virtio_config_set_guest_notifier_fd_handler(vdev, assign, with_irqfd); in virtio_mmio_set_config_guest_notifier() 701 vdc->guest_notifier_mask(vdev, VIRTIO_CONFIG_IRQ_IDX, !assign); in virtio_mmio_set_config_guest_notifier() [all …]
|
H A D | virtio-pci.c | 326 int n, bool assign) in virtio_pci_ioeventfd_assign() argument 341 if (assign) { in virtio_pci_ioeventfd_assign() 1166 int n, bool assign, in virtio_pci_set_guest_notifier_fd_handler() argument 1170 virtio_config_set_guest_notifier_fd_handler(vdev, assign, with_irqfd); in virtio_pci_set_guest_notifier_fd_handler() 1172 virtio_queue_set_guest_notifier_fd_handler(vq, assign, with_irqfd); in virtio_pci_set_guest_notifier_fd_handler() 1176 static int virtio_pci_set_guest_notifier(DeviceState *d, int n, bool assign, in virtio_pci_set_guest_notifier() argument 1192 if (assign) { in virtio_pci_set_guest_notifier() 1207 vdc->guest_notifier_mask(vdev, n, !assign); in virtio_pci_set_guest_notifier() 1224 static int virtio_pci_set_guest_notifiers(DeviceState *d, int nvqs, bool assign) in virtio_pci_set_guest_notifiers() argument 1240 if (!assign && !proxy->nvqs_with_notifiers) { in virtio_pci_set_guest_notifiers() [all …]
|
H A D | virtio-bus.c | 276 int virtio_bus_set_host_notifier(VirtioBusState *bus, int n, bool assign) in virtio_bus_set_host_notifier() argument 289 if (assign) { in virtio_bus_set_host_notifier() 306 virtio_queue_set_host_notifier_enabled(vq, assign); in virtio_bus_set_host_notifier()
|
H A D | virtio.c | 3743 void virtio_queue_set_guest_notifier_fd_handler(VirtQueue *vq, bool assign, in virtio_queue_set_guest_notifier_fd_handler() argument 3746 if (assign && !with_irqfd) { in virtio_queue_set_guest_notifier_fd_handler() 3752 if (!assign) { in virtio_queue_set_guest_notifier_fd_handler() 3760 bool assign, bool with_irqfd) in virtio_config_set_guest_notifier_fd_handler() argument 3764 if (assign && !with_irqfd) { in virtio_config_set_guest_notifier_fd_handler() 3769 if (!assign) { in virtio_config_set_guest_notifier_fd_handler() 3906 MemoryRegion *mr, bool assign) in virtio_queue_set_host_notifier_mr() argument 3912 return k->set_host_notifier_mr(qbus->parent, n, mr, assign); in virtio_queue_set_host_notifier_mr()
|
/qemu/include/hw/virtio/ |
H A D | virtio-bus.h | 52 int (*set_guest_notifiers)(DeviceState *d, int nvqs, bool assign); 54 MemoryRegion *mr, bool assign); 84 int n, bool assign); 155 int virtio_bus_set_host_notifier(VirtioBusState *bus, int n, bool assign);
|
H A D | virtio.h | 362 MemoryRegion *mr, bool assign); 413 void virtio_queue_set_guest_notifier_fd_handler(VirtQueue *vq, bool assign, 429 bool assign, bool with_irqfd);
|
H A D | virtio-pci.h | 267 int n, bool assign,
|
/qemu/accel/kvm/ |
H A D | trace-events | 20 …fd, uint64_t addr, uint32_t val, bool assign, uint32_t size, bool datamatch) "fd: %d @0x%" PRIx64 … 21 …int fd, uint16_t addr, uint32_t val, bool assign, uint32_t size, bool datamatch) "fd: %d @0x%x val…
|
H A D | kvm-all.c | 1349 bool assign, uint32_t size, bool datamatch) in kvm_set_ioeventfd_mmio() argument 1360 trace_kvm_set_ioeventfd_mmio(fd, (uint64_t)addr, val, assign, size, in kvm_set_ioeventfd_mmio() 1369 if (!assign) { in kvm_set_ioeventfd_mmio() 1383 bool assign, uint32_t size, bool datamatch) in kvm_set_ioeventfd_pio() argument 1393 trace_kvm_set_ioeventfd_pio(fd, addr, val, assign, size, datamatch); in kvm_set_ioeventfd_pio() 1400 if (!assign) { in kvm_set_ioeventfd_pio() 2246 bool assign) in kvm_irqchip_assign_irqfd() argument 2254 .flags = assign ? 0 : KVM_IRQFD_FLAG_DEASSIGN, in kvm_irqchip_assign_irqfd() 2258 assert(assign); in kvm_irqchip_assign_irqfd() 2281 } else if (!assign) { in kvm_irqchip_assign_irqfd() [all …]
|
/qemu/target/s390x/kvm/ |
H A D | trace-events | 7 …_assign_subch_ioeventfd(int fd, uint32_t addr, bool assign, int datamatch) "fd: %d sch: @0x%x assi…
|
H A D | kvm_s390x.h | 38 int vq, bool assign);
|
H A D | kvm.c | 1968 int vq, bool assign) in kvm_s390_assign_subch_ioeventfd() argument 1978 trace_kvm_assign_subch_ioeventfd(kick.fd, kick.addr, assign, in kvm_s390_assign_subch_ioeventfd() 1983 if (!assign) { in kvm_s390_assign_subch_ioeventfd()
|
/qemu/target/hexagon/ |
H A D | gen_printinsn.py | 52 assign = re.compile(assignment_re) 81 am = assign.match(t)
|
/qemu/target/s390x/ |
H A D | cpu-system.c | 284 int vq, bool assign) in s390_assign_subch_ioeventfd() argument 287 return kvm_s390_assign_subch_ioeventfd(notifier, sch_id, vq, assign); in s390_assign_subch_ioeventfd()
|
H A D | cpu.h | 877 int vq, bool assign);
|
/qemu/docs/system/s390x/ |
H A D | vfio-ap.rst | 379 To assign an AP adapter to the mediated matrix device, its APID is written 380 to the ``assign_adapter`` file. This may be done multiple times to assign more 382 as a decimal, hexadecimal, or octal number. For example, to assign adapters 390 In order to successfully assign an adapter: 414 To assign a usage domain, the domain number is written into the 415 ``assign_domain`` file. This may be done multiple times to assign more than one 417 a decimal, hexadecimal, or octal number. For example, to assign usage domains 425 In order to successfully assign a domain: 450 To assign a control domain, the domain number is written into the 452 assign more than one control domain. The domain number may be specified using [all …]
|
/qemu/hw/s390x/ |
H A D | virtio-ccw.c | 152 int n, bool assign) in virtio_ccw_ioeventfd_assign() argument 159 return s390_assign_subch_ioeventfd(notifier, sch_id, n, assign); in virtio_ccw_ioeventfd_assign() 1021 bool assign, bool with_irqfd) in virtio_ccw_set_guest_notifier() argument 1028 if (assign) { in virtio_ccw_set_guest_notifier()
|
/qemu/docs/system/devices/ |
H A D | nvme.rst | 261 the controller will assign the controller-specified reclaim unit handle to 335 controller and assign an admin queue, an IO queue, and a MSI-X interrupt. 366 * assign the flexible resources to the VF and set it ONLINE
|
H A D | usb.rst | 89 Then use ``bus=ehci.0`` to assign your USB devices to that bus. 357 and also assign it to the correct USB bus in QEMU like this:
|
H A D | net.rst | 58 configure the network in the QEMU VM. The DHCP server assign addresses
|
/qemu/qapi/ |
H A D | misc.json | 249 # Receive a file descriptor via SCM rights and assign it a name 273 # and assign it a name (the SOCKET is associated with a CRT file
|
/qemu/docs/specs/ |
H A D | ppc-spapr-hotplug.rst | 18 a Dynamic Resource Connector (DRC) is used to assign a particular dynamic 56 QEMU, this mapping is less important, so we assign a location code that 72 convention used to assign them to pSeries guests on pHyp (the hypervisor
|
/qemu/docs/about/ |
H A D | deprecated.rst | 509 The vfio-calxeda-xgmac device allows to assign a host Calxeda Highbank 516 The vfio-amd-xgbe device allows to assign a host AMD 10GbE controller 522 The vfio-platform device allows to assign a host platform device
|
/qemu/docs/system/i386/ |
H A D | sgx.rst | 29 By default, QEMU does not assign EPC to a VM, i.e. fully enabling SGX in a VM
|
/qemu/docs/ |
H A D | qcow2-cache.txt | 140 - If only "cache-size" is specified then QEMU will assign as much
|