Home
last modified time | relevance | path

Searched refs:host (Results 176 – 200 of 385) sorted by path

12345678910>>...16

/qemu/docs/
H A Dxbzrle.txt96 {qemu} migrate -d tcp:destination.host:4444
/qemu/
H A Dhmp-commands-info.hx342 .help = "show host USB devices",
347 Show host USB devices.
H A Dhmp-commands.hx196 .help = "remove host block device",
1294 "|vmnet-host|vmnet-shared|vmnet-bridged"
1297 .help = "add host network device",
1305 Add host network device.
1312 .help = "remove host network device",
1320 Remove host network device.
1372 .help = "remove host-to-guest TCP or UDP redirection",
1379 Remove host-to-guest TCP or UDP redirection.
1426 .params = "nbd_server_start [-a] [-w] host:port",
1432 ``nbd_server_start`` *host*:*port*
[all …]
/qemu/host/include/aarch64/host/
H A Dload-extract-al16-al8.h.inc11 #include "host/cpuinfo.h"
16 * @pv: host address
H A Dstore-insert-al16.h.inc13 * @p: host address
/qemu/host/include/generic/host/
H A Dload-extract-al16-al8.h.inc13 * @pv: host address
H A Dstore-insert-al16.h.inc13 * @p: host address
/qemu/host/include/loongarch64/host/
H A Dload-extract-al16-al8.h.inc11 #include "host/cpuinfo.h"
16 * @pv: host address
/qemu/host/include/x86_64/host/
H A Dload-extract-al16-al8.h.inc12 #include "host/atomic128-ldst.h"
16 * @pv: host address
33 * If the host supports atomic loads with VMOVDQU, then always use that,
/qemu/hw/9pfs/
H A D9p-util.h88 #error Missing errno translation to Linux for this host system in errno_to_dotl()
H A D9p.c3977 #error Missing definition for P9_XATTR_SIZE_MAX for this host system
/qemu/hw/
H A DKconfig29 source pci-host/Kconfig
H A Dmeson.build29 subdir('pci-host')
/qemu/hw/acpi/
H A Daml-build.c2322 Aml *build_crs(PCIHostState *host, CrsRangeSet *range_set, uint32_t io_offset, in build_crs() argument
2329 uint8_t max_bus = pci_bus_num(host->bus); in build_crs()
2335 for (devfn = 0; devfn < ARRAY_SIZE(host->bus->devices); devfn++) { in build_crs()
2337 PCIDevice *dev = host->bus->devices[devfn]; in build_crs()
2476 pci_bus_num(host->bus), in build_crs()
2479 max_bus - pci_bus_num(host->bus) + 1)); in build_crs()
H A Dpcihp.c103 Object *host = acpi_get_i386_pci_host(); in acpi_set_pci_info() local
113 if (!host) { in acpi_set_pci_info()
117 bus = PCI_HOST_BRIDGE(host)->bus; in acpi_set_pci_info()
/qemu/hw/arm/
H A Dpxa2xx.c1251 PXA2xxI2CState *host; member
1292 PXA2xxI2CState *s = slave->host; in pxa2xx_i2c_event()
1320 PXA2xxI2CState *s = slave->host; in pxa2xx_i2c_rx()
1337 PXA2xxI2CState *s = slave->host; in pxa2xx_i2c_tx()
1528 s->slave->host = s; in pxa2xx_i2c_init()
/qemu/hw/core/
H A Dloader.c1046 static void fw_cfg_resized(const char *id, uint64_t length, void *host) in fw_cfg_resized() argument
1049 fw_cfg_modify_file(fw_cfg, id + strlen("/rom@"), host, length); in fw_cfg_resized()
1278 void *host = memory_region_get_ram_ptr(rom->mr); in rom_reset() local
1279 memcpy(host, rom->data, rom->datasize); in rom_reset()
1280 memset(host + rom->datasize, 0, rom->romsize - rom->datasize); in rom_reset()
H A Dnuma.c822 void *host = qemu_ram_get_host_addr(rb); in ram_block_notify_add_single() local
825 if (host) { in ram_block_notify_add_single()
826 notifier->ram_block_added(notifier, host, size, max_size); in ram_block_notify_add_single()
835 void *host = qemu_ram_get_host_addr(rb); in ram_block_notify_remove_single() local
838 if (host) { in ram_block_notify_remove_single()
839 notifier->ram_block_removed(notifier, host, size, max_size); in ram_block_notify_remove_single()
863 void ram_block_notify_add(void *host, size_t size, size_t max_size) in ram_block_notify_add() argument
870 notifier->ram_block_added(notifier, host, size, max_size); in ram_block_notify_add()
875 void ram_block_notify_remove(void *host, size_t size, size_t max_size) in ram_block_notify_remove() argument
882 notifier->ram_block_removed(notifier, host, size, max_size); in ram_block_notify_remove()
[all …]
/qemu/hw/cxl/
H A Dmeson.build6 'cxl-host.c',
12 'cxl-host-stubs.c',
/qemu/hw/i386/
H A Dacpi-build.c279 PCIHostState *host; in acpi_get_i386_pci_host() local
281 host = PCI_HOST_BRIDGE(object_resolve_path("/machine/i440fx", NULL)); in acpi_get_i386_pci_host()
282 if (!host) { in acpi_get_i386_pci_host()
283 host = PCI_HOST_BRIDGE(object_resolve_path("/machine/q35", NULL)); in acpi_get_i386_pci_host()
286 return OBJECT(host); in acpi_get_i386_pci_host()
/qemu/hw/input/
H A Dmeson.build13 system_ss.add(when: 'CONFIG_VIRTIO_INPUT_HOST', if_true: files('virtio-input-host.c'))
/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c62 CXLHost *host = PXB_CXL_HOST(hb); local
64 return &host->cxl_cstate;
69 CXLHost *host = PXB_CXL_HOST(hb); in cxl_get_hb_passthrough() local
71 return host->passthrough; in cxl_get_hb_passthrough()
/qemu/hw/pci-host/
H A Ddesignware.c88 DesignwarePCIEHost *host = designware_pcie_root_to_host(root); in designware_pcie_root_msi_write() local
93 qemu_set_irq(host->pci.irqs[DESIGNWARE_PCIE_IRQ_MSI], 1); in designware_pcie_root_msi_write()
303 DesignwarePCIEHost *host = designware_pcie_root_to_host(root); in designware_pcie_root_config_write() local
338 qemu_set_irq(host->pci.irqs[DESIGNWARE_PCIE_IRQ_MSI], 0); in designware_pcie_root_config_write()
397 DesignwarePCIEHost *host = designware_pcie_root_to_host(root); in designware_pcie_root_realize() local
398 MemoryRegion *address_space = &host->pci.memory; in designware_pcie_root_realize()
437 source = &host->pci.address_space_root; in designware_pcie_root_realize()
461 destination = &host->pci.memory; in designware_pcie_root_realize()
519 DesignwarePCIEHost *host = DESIGNWARE_PCIE_HOST(opaque); in designware_pcie_set_irq() local
521 qemu_set_irq(host->pci.irqs[irq_num], level); in designware_pcie_set_irq()
/qemu/hw/pci/
H A Dpci.c446 static void pci_host_bus_register(DeviceState *host) in pci_host_bus_register() argument
448 PCIHostState *host_bridge = PCI_HOST_BRIDGE(host); in pci_host_bus_register()
453 static void pci_host_bus_unregister(DeviceState *host) in pci_host_bus_unregister() argument
455 PCIHostState *host_bridge = PCI_HOST_BRIDGE(host); in pci_host_bus_unregister()
/qemu/hw/ppc/
H A Dspapr_pci.c789 g_autofree char *host = NULL; in spapr_phb_vfio_get_loc_code() local
794 host = object_property_get_str(OBJECT(pdev), "host", NULL); in spapr_phb_vfio_get_loc_code()
795 if (!host) { in spapr_phb_vfio_get_loc_code()
800 path = g_strdup_printf("/sys/bus/pci/devices/%s/devspec", host); in spapr_phb_vfio_get_loc_code()

12345678910>>...16