/qemu/hw/misc/ |
H A D | Kconfig | 1 config APPLESMC 5 config ARMSSE_CPUID 8 config ARMSSE_MHU 11 config ARMSSE_CPU_PWRCTRL 14 config ISA_DEBUG 18 config ISA_TESTDEV 23 config PCI_TESTDEV 28 config EDU 33 config I2C_ECHO 38 config PL310 [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | 149 | 129 def cryptsetup_add_password(config, slot): argument 132 (password, mainslot) = config.first_password() 136 fh.write(config.passwords[slot]) 139 args = ["luksAddKey", config.image_path(), 150 def cryptsetup_format(config): argument 154 (password, slot) = config.first_password() 157 cipher = config.cipher + "-" + config.mode + "-" + config.ivgen 158 if config.ivgen_hash is not None: 159 cipher = cipher + ":" + config.ivgen_hash 160 elif config.ivgen == "essiv": [all …]
|
/qemu/hw/net/ |
H A D | Kconfig | 1 config DP8393X 4 config NE2000_COMMON 7 config NE2000_PCI 13 config EEPRO100_PCI 19 config PCNET_PCI 25 config PCNET_COMMON 28 config TULIP 34 config I82596_COMMON 37 config E1000_PCI 42 config E1000E_PCI_EXPRESS [all …]
|
/qemu/hw/intc/ |
H A D | Kconfig | 1 config HEATHROW_PIC 4 config I8259 8 config PL190 11 config IOAPIC 15 config OPENPIC 19 config APIC 24 config ARM_GIC 30 config ARM_GICV3 34 config ARM_GIC_KVM 38 config XICS [all …]
|
/qemu/hw/display/ |
H A D | bcm2835_fb.c | 66 switch (s->config.bpp) { in draw_line_src16() 105 if (s->config.pixo == 0) { in draw_line_src16() 140 static bool fb_use_offsets(BCM2835FBConfig *config) in fb_use_offsets() argument 148 return config->xres_virtual > config->xres || in fb_use_offsets() 149 config->yres_virtual > config->yres; in fb_use_offsets() 162 if (s->lock || !s->config.xres) { in fb_update_display() 166 src_width = bcm2835_fb_get_pitch(&s->config); in fb_update_display() 167 if (fb_use_offsets(&s->config)) { in fb_update_display() 168 xoff = s->config.xoffset; in fb_update_display() 169 yoff = s->config.yoffset; in fb_update_display() [all …]
|
H A D | Kconfig | 1 config DDC 6 config EDID 9 config FW_CFG_DMA 12 config VGA_CIRRUS 18 config G364FB 21 config JAZZ_LED 24 config PL110 28 config SII9022 33 config SSD0303 37 config SSD0323 [all …]
|
/qemu/hw/usb/ |
H A D | Kconfig | 1 config USB 4 config USB_UHCI 10 config USB_OHCI 14 config USB_OHCI_SYSBUS 18 config USB_OHCI_PCI 24 config USB_EHCI 28 config USB_EHCI_PCI 33 config USB_EHCI_SYSBUS 37 config USB_XHCI 41 config USB_XHCI_PCI [all …]
|
/qemu/hw/char/ |
H A D | Kconfig | 1 config ESCC 4 config HTIF 7 config PARALLEL 12 config PL011 18 config PL011_C 21 config SERIAL 24 config SERIAL_ISA 30 config SERIAL_MM 34 config SERIAL_PCI 40 config SERIAL_PCI_MULTI [all …]
|
/qemu/tests/unit/ |
H A D | test-smp-parse.c | 125 SMPConfiguration config; member 141 .config = SMP_CONFIG_GENERIC(F, 0, F, 0, F, 0, F, 0, F, 0), 148 .config = SMP_CONFIG_GENERIC(T, 8, F, 0, F, 0, F, 0, F, 0), 154 .config = SMP_CONFIG_GENERIC(F, 0, T, 2, F, 0, F, 0, F, 0), 160 .config = SMP_CONFIG_GENERIC(F, 0, F, 0, T, 4, F, 0, F, 0), 166 .config = SMP_CONFIG_GENERIC(F, 0, F, 0, F, 0, T, 2, F, 0), 173 .config = SMP_CONFIG_GENERIC(F, 0, F, 0, F, 0, F, 0, T, 16), 179 .config = SMP_CONFIG_GENERIC(T, 8, T, 2, F, 0, F, 0, F, 0), 185 .config = SMP_CONFIG_GENERIC(T, 8, F, 0, T, 4, F, 0, F, 0), 192 .config = SMP_CONFIG_GENERIC(T, 8, F, 0, F, 0, T, 2, F, 0), [all …]
|
/qemu/hw/pci-host/ |
H A D | Kconfig | 1 config PAM 4 config XEN_IGD_PASSTHROUGH 9 config PPC4XX_PCI 13 config PPC440_PCIX 17 config RAVEN_PCI 22 config GRACKLE_PCI 26 config UNIN_PCI 32 config PPCE500_PCI 36 config VERSATILE_PCI 40 config PCI_SABRE [all …]
|
/qemu/hw/core/ |
H A D | machine-smp.c | 86 const SMPConfiguration *config, Error **errp) in machine_parse_smp_config() argument 89 unsigned cpus = config->has_cpus ? config->cpus : 0; in machine_parse_smp_config() 90 unsigned drawers = config->has_drawers ? config->drawers : 0; in machine_parse_smp_config() 91 unsigned books = config->has_books ? config->books : 0; in machine_parse_smp_config() 92 unsigned sockets = config->has_sockets ? config->sockets : 0; in machine_parse_smp_config() 93 unsigned dies = config->has_dies ? config->dies : 0; in machine_parse_smp_config() 94 unsigned clusters = config->has_clusters ? config->clusters : 0; in machine_parse_smp_config() 95 unsigned modules = config->has_modules ? config->modules : 0; in machine_parse_smp_config() 96 unsigned cores = config->has_cores ? config->cores : 0; in machine_parse_smp_config() 97 unsigned threads = config->has_threads ? config->threads : 0; in machine_parse_smp_config() [all …]
|
H A D | Kconfig | 1 config EMPTY_SLOT 4 config PTIMER 7 config DEVICE_TREE 12 config FITLOADER 16 config GENERIC_LOADER 20 config GUEST_LOADER 25 config OR_IRQ 28 config PLATFORM_BUS 32 config REGISTER 35 config SPLIT_IRQ [all …]
|
/qemu/ |
H A D | Kconfig.host | 1 # These are "proxy" symbols used to pass config-host.mak values 5 config LINUX 8 config LIBCBOR 11 config GNUTLS 14 config OPENGL 17 config X11 20 config PIXMAN 23 config SPICE 26 config IVSHMEM 29 config TPM [all …]
|
/qemu/target/xtensa/ |
H A D | helper.c | 92 static void init_libisa(XtensaConfig *config) in init_libisa() argument 99 config->isa = xtensa_isa_init(config->isa_internal, NULL, NULL); in init_libisa() 100 assert(xtensa_isa_maxlength(config->isa) <= MAX_INSN_LENGTH); in init_libisa() 101 assert(xtensa_insnbuf_size(config->isa) <= MAX_INSNBUF_LENGTH); in init_libisa() 102 opcodes = xtensa_isa_num_opcodes(config->isa); in init_libisa() 103 formats = xtensa_isa_num_formats(config->isa); in init_libisa() 104 regfiles = xtensa_isa_num_regfiles(config->isa); in init_libisa() 105 config->opcode_ops = g_new(XtensaOpcodeOps *, opcodes); in init_libisa() 108 assert(xtensa_format_num_slots(config->isa, i) <= MAX_INSN_SLOTS); in init_libisa() 112 const char *opc_name = xtensa_opcode_name(config->isa, i); in init_libisa() [all …]
|
/qemu/qga/ |
H A D | main.c | 123 GAConfig *config; member 429 GAConfig *config = state->config; in ga_command_is_allowed() local 434 if (config->allowedrpcs) { in ga_command_is_allowed() 441 if (g_list_find_custom(config->allowedrpcs, name, ga_strcmp) != NULL) { in ga_command_is_allowed() 450 if (config->blockedrpcs) { in ga_command_is_allowed() 451 if (g_list_find_custom(config->blockedrpcs, name, ga_strcmp) != NULL) { in ga_command_is_allowed() 1043 static void config_load(GAConfig *config, const char *confpath, bool required) in config_load() argument 1054 config->daemonize = in config_load() 1058 config->method = in config_load() 1062 config->channel_path = in config_load() [all …]
|
/qemu/hw/timer/ |
H A D | Kconfig | 1 config ARM_TIMER 5 config ARM_MPTIMER 9 config A9_GTIMER 12 config HPET 19 config HPET_C 22 config I8254 26 config ALLWINNER_A10_PIT 30 config PXA2XX_TIMER 33 config SIFIVE_PWM 36 config STM32F2XX_TIMER [all …]
|
/qemu/hw/virtio/ |
H A D | Kconfig | 1 config VIRTIO 4 config VIRTIO_RNG 9 config VIRTIO_NSM 13 config VIRTIO_IOMMU 18 config VIRTIO_PCI 25 config VIRTIO_MMIO 29 config VIRTIO_CCW 34 config VIRTIO_BALLOON 39 config VIRTIO_CRYPTO 46 config VIRTIO_MD_SUPPORTED [all …]
|
H A D | virtio-config-io.c | 25 k->get_config(vdev, vdev->config); in virtio_config_readb() 27 val = ldub_p(vdev->config + addr); in virtio_config_readb() 40 k->get_config(vdev, vdev->config); in virtio_config_readw() 42 val = lduw_p(vdev->config + addr); in virtio_config_readw() 55 k->get_config(vdev, vdev->config); in virtio_config_readl() 57 val = ldl_p(vdev->config + addr); in virtio_config_readl() 70 stb_p(vdev->config + addr, val); in virtio_config_writeb() 73 k->set_config(vdev, vdev->config); in virtio_config_writeb() 86 stw_p(vdev->config + addr, val); in virtio_config_writew() 89 k->set_config(vdev, vdev->config); in virtio_config_writew() [all …]
|
/qemu/hw/acpi/ |
H A D | Kconfig | 1 config ACPI 4 config ACPI_X86 15 config ACPI_ICH9 21 config ACPI_CPU_HOTPLUG 24 config ACPI_MEMORY_HOTPLUG 28 config ACPI_NVDIMM 32 config ACPI_PIIX4 38 config ACPI_PCIHP 42 config ACPI_PCI_BRIDGE 46 config ACPI_HMAT [all …]
|
/qemu/hw/ide/ |
H A D | Kconfig | 1 config IDE_CORE 4 config IDE_BUS 8 config IDE_DEV 12 config IDE_PCI 18 config IDE_ISA 24 config IDE_PIIX 28 config IDE_CMD646 32 config IDE_MACIO 37 config IDE_MMIO 42 config IDE_VIA [all …]
|
/qemu/include/hw/pci/ |
H A D | pci.h | 454 pci_set_byte(uint8_t *config, uint8_t val) in pci_set_byte() argument 456 *config = val; in pci_set_byte() 460 pci_get_byte(const uint8_t *config) in pci_get_byte() argument 462 return *config; in pci_get_byte() 466 pci_set_word(uint8_t *config, uint16_t val) in pci_set_word() argument 468 stw_le_p(config, val); in pci_set_word() 472 pci_get_word(const uint8_t *config) in pci_get_word() argument 474 return lduw_le_p(config); in pci_get_word() 478 pci_set_long(uint8_t *config, uint32_t val) in pci_set_long() argument 480 stl_le_p(config, val); in pci_set_long() [all …]
|
/qemu/hw/pci/ |
H A D | msi.c | 129 uint16_t flags = pci_get_word(dev->config + msi_flags_off(dev)); in msi_set_message() 133 pci_set_quad(dev->config + msi_address_lo_off(dev), msg.address); in msi_set_message() 135 pci_set_long(dev->config + msi_address_lo_off(dev), msg.address); in msi_set_message() 137 pci_set_word(dev->config + msi_data_off(dev, msi64bit), msg.data); in msi_set_message() 142 uint16_t flags = pci_get_word(dev->config + msi_flags_off(dev)); in msi_prepare_message() 150 msg.address = pci_get_quad(dev->config + msi_address_lo_off(dev)); in msi_prepare_message() 152 msg.address = pci_get_long(dev->config + msi_address_lo_off(dev)); in msi_prepare_message() 156 msg.data = pci_get_word(dev->config + msi_data_off(dev, msi64bit)); in msi_prepare_message() 173 (pci_get_word(dev->config + msi_flags_off(dev)) & in msi_enabled() 236 pci_set_word(dev->config + msi_flags_off(dev), flags); in msi_init() [all …]
|
/qemu/hw/i2c/ |
H A D | Kconfig | 1 config I2C 4 config I2C_DEVICES 9 config SMBUS 13 config SMBUS_EEPROM 17 config ARM_SBCON_I2C 21 config ACPI_SMBUS 25 config BITBANG_I2C 29 config IMX_I2C 33 config MPC_I2C 37 config ALLWINNER_I2C [all …]
|
/qemu/hw/audio/ |
H A D | Kconfig | 1 config SB16 6 config ES1370 11 config AC97 16 config ADLIB 21 config GUS 26 config CS4231A 31 config HDA 36 config PCSPK 41 config WM8750 45 config PL041 [all …]
|
/qemu/hw/arm/ |
H A D | Kconfig | 1 config ARM_VIRT 41 config CUBIEBOARD 47 config DIGIC 54 config EXYNOS4 68 config HIGHBANK 84 config INTEGRATOR 98 config MPS3R 103 config MUSCA 113 config MARVELL_88W8618 116 config MUSICPAL [all …]
|