Home
last modified time | relevance | path

Searched refs:config (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/qemu/hw/misc/
H A DKconfig1 config APPLESMC
5 config ARMSSE_CPUID
8 config ARMSSE_MHU
14 config ISA_DEBUG
28 config EDU
46 config PL310
52 config A9SCU
61 config MACIO
79 config IMX
146 config AUX
[all …]
/qemu/tests/qemu-iotests/
H A D149157 cipher = config.cipher + "-" + config.mode + "-" + config.ivgen
163 if config.mode == "xts":
177 def chown(config): argument
195 def cryptsetup_open(config): argument
200 args = ["luksOpen", config.image_path(), config.device_name()]
212 def delete_image(config): argument
226 delete_image(config)
251 "cipher-alg=%s-%d" % (config.cipher, config.keylen),
294 chown(config)
307 chown(config)
[all …]
/qemu/hw/net/
H A DKconfig1 config DP8393X
4 config NE2000_COMMON
7 config NE2000_PCI
19 config PCNET_PCI
28 config TULIP
65 config LAN9118
78 config XGMAC
99 config LANCE
107 config SUNHME
113 config SUNGEM
[all …]
/qemu/hw/intc/
H A DKconfig1 config HEATHROW_PIC
4 config I8259
8 config PL190
11 config IOAPIC
15 config OPENPIC
19 config APIC
24 config ARM_GIC
38 config XICS
41 config XIVE
54 config OMPIC
[all …]
/qemu/hw/core/
H A Dmachine-smp.c89 unsigned cpus = config->has_cpus ? config->cpus : 0; in machine_parse_smp_config()
105 if ((config->has_cpus && config->cpus == 0) || in machine_parse_smp_config()
106 (config->has_drawers && config->drawers == 0) || in machine_parse_smp_config()
107 (config->has_books && config->books == 0) || in machine_parse_smp_config()
108 (config->has_sockets && config->sockets == 0) || in machine_parse_smp_config()
109 (config->has_dies && config->dies == 0) || in machine_parse_smp_config()
110 (config->has_clusters && config->clusters == 0) || in machine_parse_smp_config()
111 (config->has_modules && config->modules == 0) || in machine_parse_smp_config()
112 (config->has_cores && config->cores == 0) || in machine_parse_smp_config()
113 (config->has_threads && config->threads == 0) || in machine_parse_smp_config()
[all …]
/qemu/hw/display/
H A DKconfig1 config DDC
6 config EDID
9 config FW_CFG_DMA
18 config G364FB
21 config JAZZ_LED
24 config PL110
28 config SII9022
82 config TCX
85 config CG3
92 config VGA
[all …]
H A Dbcm2835_fb.c148 return config->xres_virtual > config->xres && in fb_use_offsets()
149 config->yres_virtual > config->yres; in fb_use_offsets()
204 s->config.xres, s->config.yres, in fb_update_display()
224 config->xres = MIN(config->xres, XRES_MAX); in bcm2835_fb_validate_config()
225 config->xres_virtual = MIN(config->xres_virtual, XRES_MAX); in bcm2835_fb_validate_config()
226 config->yres = MIN(config->yres, YRES_MAX); in bcm2835_fb_validate_config()
227 config->yres_virtual = MIN(config->yres_virtual, YRES_MAX); in bcm2835_fb_validate_config()
240 config->xres_virtual = config->xres; in bcm2835_fb_validate_config()
243 config->yres_virtual = config->yres; in bcm2835_fb_validate_config()
248 config->xoffset = MIN(config->xoffset, in bcm2835_fb_validate_config()
[all …]
/qemu/hw/usb/
H A DKconfig1 config USB
4 config USB_UHCI
10 config USB_OHCI
18 config USB_OHCI_PCI
24 config USB_EHCI
28 config USB_EHCI_PCI
37 config USB_XHCI
56 config USB_MUSB
60 config USB_DWC2
64 config TUSB6010
[all …]
/qemu/hw/pci-host/
H A DKconfig1 config PAM
9 config PPC4XX_PCI
13 config PPC440_PCIX
17 config RAVEN_PCI
26 config UNIN_PCI
40 config PCI_SABRE
80 config SH_PCI
84 config ARTICIA
89 config MV64361
94 config DINO
[all …]
/qemu/hw/char/
H A DKconfig1 config ESCC
4 config HTIF
7 config PARALLEL
12 config PL011
15 config SERIAL
18 config SERIAL_ISA
24 config SERIAL_PCI
50 config SCLPCONSOLE
56 config SH_SCI
59 config RENESAS_SCI
[all …]
/qemu/target/xtensa/
H A Dhelper.c98 config->isa = xtensa_isa_init(config->isa_internal, NULL, NULL); in init_libisa()
130 config->opcode_ops[i] = ops; in init_libisa()
132 config->a_regfile = xtensa_regfile_lookup(config->isa, "AR"); in init_libisa()
142 if (config->regfile[i] == NULL) { in init_libisa()
144 name, config->name); in init_libisa()
148 xtensa_collect_sr_names(config); in init_libisa()
153 if (config->isa_internal) { in xtensa_finalize_config()
154 init_libisa(config); in xtensa_finalize_config()
176 XtensaConfig *config = data; in xtensa_core_class_init() local
178 xtensa_finalize_config(config); in xtensa_core_class_init()
[all …]
/qemu/qga/
H A Dmain.c101 GAConfig *config; member
1038 config->method = in config_load()
1082 config->blockedrpcs = g_list_concat(config->blockedrpcs, in config_load()
1088 config->allowedrpcs = g_list_concat(config->allowedrpcs, in config_load()
1252 config->blockedrpcs = g_list_concat(config->blockedrpcs, in config_parse()
1262 config->allowedrpcs = g_list_concat(config->allowedrpcs, in config_parse()
1327 g_free(config); in config_free()
1450 config->blockedrpcs = ga_command_init_blockedrpcs(config->blockedrpcs); in initialize_agent()
1474 s->config = config; in initialize_agent()
1511 if (!channel_init(s, s->config->method, s->config->channel_path, in run_agent_once()
[all …]
/qemu/tests/unit/
H A Dtest-smp-parse.c122 SMPConfiguration config; member
626 config->has_cpus ? "true" : "false", config->cpus, in smp_config_to_string()
627 config->has_drawers ? "true" : "false", config->drawers, in smp_config_to_string()
628 config->has_books ? "true" : "false", config->books, in smp_config_to_string()
629 config->has_sockets ? "true" : "false", config->sockets, in smp_config_to_string()
630 config->has_dies ? "true" : "false", config->dies, in smp_config_to_string()
631 config->has_clusters ? "true" : "false", config->clusters, in smp_config_to_string()
632 config->has_cores ? "true" : "false", config->cores, in smp_config_to_string()
633 config->has_threads ? "true" : "false", config->threads, in smp_config_to_string()
634 config->has_maxcpus ? "true" : "false", config->maxcpus); in smp_config_to_string()
[all …]
/qemu/hw/timer/
H A DKconfig1 config ARM_TIMER
5 config ARM_MPTIMER
9 config A9_GTIMER
12 config HPET
16 config I8254
24 config SIFIVE_PWM
38 config SH_TIMER
42 config RENESAS_TMR
45 config RENESAS_CMT
48 config SSE_COUNTER
[all …]
/qemu/hw/virtio/
H A DKconfig1 config VIRTIO
4 config VIRTIO_RNG
9 config VIRTIO_IOMMU
14 config VIRTIO_PCI
20 config VIRTIO_MMIO
24 config VIRTIO_CCW
33 config VIRTIO_CRYPTO
38 config VIRTIO_MD
45 config VIRTIO_PMEM
55 config VIRTIO_MEM
[all …]
H A Dvirtio-config-io.c25 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()
86 stw_p(vdev->config + addr, val); in virtio_config_writew()
102 stl_p(vdev->config + addr, val); in virtio_config_writel()
118 k->get_config(vdev, vdev->config); in virtio_config_modern_readb()
[all …]
/qemu/
H A DKconfig.host5 config LINUX
8 config OPENGL
11 config X11
14 config PIXMAN
17 config SPICE
20 config IVSHMEM
23 config TPM
26 config VHOST_USER
29 config VHOST_VDPA
35 config VIRTFS
[all …]
/qemu/hw/acpi/
H A DKconfig1 config ACPI
4 config ACPI_X86
15 config ACPI_ICH9
28 config ACPI_NVDIMM
32 config ACPI_PIIX4
38 config ACPI_PCIHP
46 config ACPI_HMAT
50 config ACPI_APEI
54 config ACPI_PCI
63 config ACPI_VIOT
[all …]
/qemu/hw/ide/
H A DKconfig1 config IDE_CORE
4 config IDE_BUS
8 config IDE_DEV
12 config IDE_PCI
18 config IDE_ISA
24 config IDE_PIIX
32 config IDE_MACIO
37 config IDE_MMIO
42 config IDE_VIA
52 config AHCI
[all …]
/qemu/include/hw/pci/
H A Dpci.h408 *config = val; in pci_set_byte()
412 pci_get_byte(const uint8_t *config) in pci_get_byte() argument
414 return *config; in pci_get_byte()
420 stw_le_p(config, val); in pci_set_word()
424 pci_get_word(const uint8_t *config) in pci_get_word() argument
426 return lduw_le_p(config); in pci_get_word()
432 stl_le_p(config, val); in pci_set_long()
436 pci_get_long(const uint8_t *config) in pci_get_long() argument
438 return ldl_le_p(config); in pci_get_long()
451 stq_le_p(config, val); in pci_set_quad()
[all …]
/qemu/hw/block/
H A DKconfig1 config FDC
4 config FDC_ISA
9 config FDC_SYSBUS
13 config SSI_M25P80
16 config NAND
19 config PFLASH_CFI01
25 config ECC
28 config ONENAND
31 config TC58128
34 config VIRTIO_BLK
[all …]
/qemu/hw/input/
H A DKconfig1 config ADB
4 config ADS7846
7 config LM832X
11 config PCKBD
16 config PL050
20 config PS2
23 config STELLARIS_GAMEPAD
26 config TSC2005
29 config VIRTIO_INPUT
44 config TSC210X
[all …]
/qemu/hw/pci/
H A Dmsi.c129 uint16_t flags = pci_get_word(dev->config + msi_flags_off(dev)); in msi_set_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()
265 flags = pci_get_word(dev->config + msi_flags_off(dev)); in msi_uninit()
283 flags = pci_get_word(dev->config + msi_flags_off(dev)); in msi_reset()
287 pci_set_word(dev->config + msi_flags_off(dev), flags); in msi_reset()
288 pci_set_long(dev->config + msi_address_lo_off(dev), 0); in msi_reset()
290 pci_set_long(dev->config + msi_address_hi_off(dev), 0); in msi_reset()
292 pci_set_word(dev->config + msi_data_off(dev, msi64bit), 0); in msi_reset()
316 mask = pci_get_long(dev->config + in msi_is_masked()
[all …]
/qemu/hw/i2c/
H A DKconfig1 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
41 config PCA954X
[all …]
/qemu/hw/audio/
H A DKconfig1 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 …]

12345678910>>...21