Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/qemu/hw/misc/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_APPLESMC', if_true: files('applesmc.c'))
2 system_ss.add(when: 'CONFIG_EDU', if_true: files('edu.c'))
7 system_ss.add(when: 'CONFIG_UNIMP', if_true: files('unimp.c'))
9 system_ss.add(when: 'CONFIG_LED', if_true: files('led.c'))
23 system_ss.add(when: 'CONFIG_IOSB', if_true: files('iosb.c'))
57 system_ss.add(when: 'CONFIG_IMX', if_true: files(
71 system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files(
78 system_ss.add(when: 'CONFIG_OMAP', if_true: files(
85 system_ss.add(when: 'CONFIG_RASPI', if_true: files(
98 system_ss.add(when: 'CONFIG_XLNX_VERSAL', if_true: files(
[all …]
/qemu/hw/arm/
H A Dmeson.build3 arm_ss.add(when: 'CONFIG_ARM_VIRT', if_true: files('virt.c'))
4 arm_ss.add(when: 'CONFIG_ACPI', if_true: files('virt-acpi-build.c'))
5 arm_ss.add(when: 'CONFIG_DIGIC', if_true: files('digic_boards.c'))
7 arm_ss.add(when: 'CONFIG_HIGHBANK', if_true: files('highbank.c'))
11 arm_ss.add(when: 'CONFIG_MPS3R', if_true: files('mps3r.c'))
27 arm_ss.add(when: 'CONFIG_DIGIC', if_true: files('digic.c'))
28 arm_ss.add(when: 'CONFIG_OMAP', if_true: files('omap1.c'))
44 arm_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files(
52 arm_ss.add(when: 'CONFIG_MPS2', if_true: files('mps2.c'))
55 arm_ss.add(when: 'CONFIG_MUSCA', if_true: files('musca.c'))
[all …]
/qemu/hw/intc/
H A Dmeson.build2 system_ss.add(when: 'CONFIG_ARM_GIC', if_true: files(
9 system_ss.add(when: 'CONFIG_ARM_GICV3_TCG', if_true: files(
17 system_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_pic.c'))
24 system_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_intc.c'))
25 system_ss.add(when: 'CONFIG_OPENPIC', if_true: files('openpic.c'))
26 system_ss.add(when: 'CONFIG_PL190', if_true: files('pl190.c'))
50 specific_ss.add(when: 'CONFIG_OMPIC', if_true: files('ompic.c'))
51 specific_ss.add(when: ['CONFIG_KVM', 'CONFIG_OPENPIC'],
64 specific_ss.add(when: ['CONFIG_KVM', 'CONFIG_XICS'],
67 specific_ss.add(when: 'CONFIG_XIVE', if_true: files('xive.c'))
[all …]
/qemu/hw/char/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_uart.c'))
3 system_ss.add(when: 'CONFIG_ESCC', if_true: files('escc.c'))
4 system_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_ser.c'))
5 system_ss.add(when: 'CONFIG_GRLIB', if_true: files('grlib_apbuart.c'))
6 system_ss.add(when: 'CONFIG_IBEX', if_true: files('ibex_uart.c'))
7 system_ss.add(when: 'CONFIG_IMX', if_true: files('imx_serial.c'))
8 system_ss.add(when: 'CONFIG_IPACK', if_true: files('ipoctal232.c'))
12 system_ss.add(when: 'CONFIG_PARALLEL', if_true: files('parallel.c'))
13 system_ss.add(when: 'CONFIG_PL011', if_true: files('pl011.c'))
15 system_ss.add(when: 'CONFIG_SERIAL', if_true: files('serial.c'))
[all …]
/qemu/hw/timer/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_A9_GTIMER', if_true: files('a9gtimer.c'))
3 system_ss.add(when: 'CONFIG_ARM_MPTIMER', if_true: files('arm_mptimer.c'))
4 system_ss.add(when: 'CONFIG_ARM_TIMER', if_true: files('arm_timer.c'))
5 system_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('armv7m_systick.c'))
7 system_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_ttc.c'))
12 system_ss.add(when: 'CONFIG_DIGIC', if_true: files('digic-timer.c'))
17 system_ss.add(when: 'CONFIG_HPET', if_true: files('hpet.c'))
19 system_ss.add(when: 'CONFIG_IMX', if_true: files('imx_epit.c'))
20 system_ss.add(when: 'CONFIG_IMX', if_true: files('imx_gpt.c'))
22 system_ss.add(when: 'CONFIG_MSF2', if_true: files('mss-timer.c'))
[all …]
/qemu/hw/net/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_DP8393X', if_true: files('dp8393x.c'))
2 system_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xen_nic.c'))
3 system_ss.add(when: 'CONFIG_NE2000_COMMON', if_true: files('ne2000.c'))
8 system_ss.add(when: 'CONFIG_PCNET_PCI', if_true: files('pcnet-pci.c'))
9 system_ss.add(when: 'CONFIG_PCNET_COMMON', if_true: files('pcnet.c'))
16 system_ss.add(when: 'CONFIG_TULIP', if_true: files('tulip.c'))
24 system_ss.add(when: 'CONFIG_XGMAC', if_true: files('xgmac.c'))
35 system_ss.add(when: 'CONFIG_LANCE', if_true: files('lance.c'))
38 system_ss.add(when: 'CONFIG_SUNHME', if_true: files('sunhme.c'))
57 system_ss.add(when: 'CONFIG_ETSEC', if_true: files(
[all …]
/qemu/hw/virtio/
H A Dmeson.build3 system_virtio_ss.add(when: 'CONFIG_VIRTIO_PCI', if_true: files('virtio-pci.c'))
4 system_virtio_ss.add(when: 'CONFIG_VIRTIO_MMIO', if_true: files('virtio-mmio.c'))
5 system_virtio_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('virtio-crypto.c'))
7 system_virtio_ss.add(when: 'CONFIG_VIRTIO_IOMMU', if_true: files('virtio-iommu.c'))
8 system_virtio_ss.add(when: 'CONFIG_VHOST_VDPA_DEV', if_true: files('vdpa-dev.c'))
34 system_virtio_ss.add(when: ['CONFIG_VIRTIO_PCI', 'CONFIG_VHOST_USER_I2C'],
87 system_ss.add_all(when: 'CONFIG_VIRTIO', if_true: system_virtio_ss)
88 system_ss.add(when: 'CONFIG_VIRTIO', if_false: files('vhost-stub.c'))
89 system_ss.add(when: 'CONFIG_VIRTIO', if_false: files('virtio-stub.c'))
94 specific_ss.add_all(when: 'CONFIG_VIRTIO', if_true: specific_virtio_ss)
[all …]
/qemu/hw/display/
H A Dmeson.build3 system_ss.add(when: 'CONFIG_DDC', if_true: files('i2c-ddc.c'))
11 system_ss.add(when: 'CONFIG_G364FB', if_true: files('g364fb.c'))
13 system_ss.add(when: 'CONFIG_PL110', if_true: files('pl110.c'))
17 system_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xenfb.c'))
34 system_ss.add(when: 'CONFIG_TCX', if_true: files('tcx.c'))
35 system_ss.add(when: 'CONFIG_CG3', if_true: files('cg3.c'))
39 system_ss.add(when: 'CONFIG_VGA', if_true: files('vga.c'))
61 system_ss.add(when: 'CONFIG_DPCD', if_true: files('dpcd.c'))
71 virtio_gpu_ss.add(when: 'CONFIG_VIRTIO_GPU',
120 virtio_vga_ss.add(when: 'CONFIG_VIRTIO_VGA',
[all …]
/qemu/hw/usb/
H A Dmeson.build4 system_ss.add(when: 'CONFIG_USB', if_true: files(
15 system_ss.add(when: 'CONFIG_USB_UHCI', if_true: files('hcd-uhci.c'))
16 system_ss.add(when: 'CONFIG_USB_OHCI', if_true: files('hcd-ohci.c'))
19 system_ss.add(when: 'CONFIG_USB_EHCI', if_true: files('hcd-ehci.c'))
22 system_ss.add(when: 'CONFIG_USB_XHCI', if_true: files('hcd-xhci.c'))
31 system_ss.add(when: 'CONFIG_IMX', if_true: files('chipidea.c'))
38 system_ss.add(when: 'CONFIG_USB_HUB', if_true: files('dev-hub.c'))
57 usbsmartcard_ss.add(when: 'CONFIG_USB_SMARTCARD',
63 system_ss.add(when: 'CONFIG_USB_U2F', if_true: files('u2f.c'))
79 usbredir_ss.add(when: 'CONFIG_USB',
[all …]
/qemu/hw/pci-host/
H A Dmeson.build2 pci_ss.add(when: 'CONFIG_PAM', if_true: files('pam.c'))
3 pci_ss.add(when: 'CONFIG_PCI_BONITO', if_true: files('bonito.c'))
4 pci_ss.add(when: 'CONFIG_GT64120', if_true: files('gt64120.c'))
10 pci_ss.add(when: 'CONFIG_PCI_I440FX', if_true: files('i440fx.c'))
11 pci_ss.add(when: 'CONFIG_PCI_SABRE', if_true: files('sabre.c'))
14 pci_ss.add(when: 'CONFIG_SH_PCI', if_true: files('sh_pci.c'))
19 pci_ss.add(when: 'CONFIG_RAVEN_PCI', if_true: files('raven.c'))
26 pci_ss.add(when: 'CONFIG_ARTICIA', if_true: files('articia.c'))
35 pci_ss.add(when: 'CONFIG_DINO', if_true: files('dino.c'))
37 system_ss.add_all(when: 'CONFIG_PCI', if_true: pci_ss)
[all …]
/qemu/hw/i2c/
H A Dmeson.build2 i2c_ss.add(when: 'CONFIG_I2C', if_true: files('core.c'))
4 i2c_ss.add(when: 'CONFIG_ACPI_SMBUS', if_true: files('pm_smbus.c'))
5 i2c_ss.add(when: 'CONFIG_ACPI_ICH9', if_true: files('smbus_ich9.c'))
6 i2c_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_i2c.c'))
8 i2c_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_i2c.c'))
9 i2c_ss.add(when: 'CONFIG_IMX_I2C', if_true: files('imx_i2c.c'))
10 i2c_ss.add(when: 'CONFIG_MPC_I2C', if_true: files('mpc_i2c.c'))
16 i2c_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_i2c.c'))
17 i2c_ss.add(when: 'CONFIG_PPC4XX', if_true: files('ppc4xx_i2c.c'))
19 i2c_ss.add(when: 'CONFIG_PMBUS', if_true: files('pmbus_device.c'))
[all …]
/qemu/hw/acpi/
H A Dmeson.build14 acpi_ss.add(when: 'CONFIG_ACPI_NVDIMM', if_true: files('nvdimm.c'))
16 acpi_ss.add(when: 'CONFIG_ACPI_PCI', if_true: files('pci.c'))
18 acpi_ss.add(when: 'CONFIG_ACPI_VMGENID', if_true: files('vmgenid.c'))
20 acpi_ss.add(when: 'CONFIG_ACPI_HMAT', if_true: files('hmat.c'))
22 acpi_ss.add(when: 'CONFIG_ACPI_PIIX4', if_true: files('piix4.c'))
23 acpi_ss.add(when: 'CONFIG_ACPI_PCI_BRIDGE', if_true: files('pci-bridge.c'))
24 acpi_ss.add(when: 'CONFIG_ACPI_PCIHP', if_true: files('pcihp.c'))
26 acpi_ss.add(when: 'CONFIG_ACPI_VIOT', if_true: files('viot.c'))
28 acpi_ss.add(when: 'CONFIG_ACPI_ERST', if_true: files('erst.c'))
30 acpi_ss.add(when: 'CONFIG_PC', if_false: files('acpi-x86-stub.c'))
[all …]
/qemu/hw/ppc/
H A Dmeson.build6 ppc_ss.add(when: 'CONFIG_FDT_PPC', if_true: files('fdt.c'))
7 ppc_ss.add(when: 'CONFIG_FW_CFG_PPC', if_true: files('fw_cfg.c'))
10 ppc_ss.add(when: 'CONFIG_PSERIES', if_true: files(
36 ppc_ss.add(when: 'CONFIG_PSERIES', if_true: files(
42 ppc_ss.add(when: 'CONFIG_POWERNV', if_true: files(
59 ppc_ss.add(when: 'CONFIG_PPC405', if_true: files(
62 ppc_ss.add(when: 'CONFIG_PPC440', if_true: files(
65 ppc_ss.add(when: 'CONFIG_PPC4XX', if_true: files(
70 ppc_ss.add(when: 'CONFIG_PREP', if_true: files('prep.c'))
80 ppc_ss.add(when: 'CONFIG_E500', if_true: files(
[all …]
/qemu/hw/gpio/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_GPIO_KEY', if_true: files('gpio_key.c'))
2 system_ss.add(when: 'CONFIG_GPIO_MPC8XXX', if_true: files('mpc8xxx.c'))
3 system_ss.add(when: 'CONFIG_GPIO_PWR', if_true: files('gpio_pwr.c'))
4 system_ss.add(when: 'CONFIG_MAX7310', if_true: files('max7310.c'))
5 system_ss.add(when: 'CONFIG_PCA9552', if_true: files('pca9552.c'))
6 system_ss.add(when: 'CONFIG_PCA9554', if_true: files('pca9554.c'))
7 system_ss.add(when: 'CONFIG_PL061', if_true: files('pl061.c'))
8 system_ss.add(when: 'CONFIG_ZAURUS', if_true: files('zaurus.c'))
10 system_ss.add(when: 'CONFIG_IMX', if_true: files('imx_gpio.c'))
13 system_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_gpio.c'))
[all …]
/qemu/tests/qemu-iotests/
H A D08371 when=$2
72 echo "=== Check disconnect $when $event ==="
78 when=$when
114 for when in before after; do
115 check_disconnect "--$proto" "$event" "$when"
121 for when in 8 16; do
122 check_disconnect "--$proto" "$event" "$when"
126 for when in 4 12 16; do
131 for when in 8 10; do
136 for when in 4 8; do
[all …]
/qemu/hw/dma/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_RC4030', if_true: files('rc4030.c'))
2 system_ss.add(when: 'CONFIG_PL080', if_true: files('pl080.c'))
3 system_ss.add(when: 'CONFIG_PL330', if_true: files('pl330.c'))
4 system_ss.add(when: 'CONFIG_I82374', if_true: files('i82374.c'))
5 system_ss.add(when: 'CONFIG_I8257', if_true: files('i8257.c'))
6 system_ss.add(when: 'CONFIG_XILINX_AXI', if_true: files('xilinx_axidma.c'))
8 system_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_dma.c'))
9 system_ss.add(when: 'CONFIG_STP2000', if_true: files('sparc32_dma.c'))
11 system_ss.add(when: 'CONFIG_XLNX_ZDMA', if_true: files('xlnx-zdma.c'))
13 system_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx_dma.c'))
[all …]
/qemu/hw/ide/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_AHCI', if_true: files('ahci.c'))
2 system_ss.add(when: 'CONFIG_AHCI_ICH9', if_true: files('ich.c'))
4 system_ss.add(when: 'CONFIG_IDE_BUS', if_true: files('ide-bus.c'))
5 system_ss.add(when: 'CONFIG_IDE_CF', if_true: files('cf.c'))
6 system_ss.add(when: 'CONFIG_IDE_CMD646', if_true: files('cmd646.c'))
8 system_ss.add(when: 'CONFIG_IDE_DEV', if_true: files('ide-dev.c'))
10 system_ss.add(when: 'CONFIG_IDE_MACIO', if_true: files('macio.c'))
11 system_ss.add(when: 'CONFIG_IDE_MMIO', if_true: files('mmio.c'))
12 system_ss.add(when: 'CONFIG_IDE_PCI', if_true: files('pci.c'))
14 system_ss.add(when: 'CONFIG_IDE_SII3112', if_true: files('sii3112.c'))
[all …]
/qemu/hw/audio/
H A Dmeson.build2 system_ss.add(when: 'CONFIG_AC97', if_true: files('ac97.c'))
3 system_ss.add(when: 'CONFIG_ADLIB', if_true: files('fmopl.c', 'adlib.c'))
4 system_ss.add(when: 'CONFIG_ASC', if_true: files('asc.c'))
5 system_ss.add(when: 'CONFIG_CS4231', if_true: files('cs4231.c'))
6 system_ss.add(when: 'CONFIG_CS4231A', if_true: files('cs4231a.c'))
7 system_ss.add(when: 'CONFIG_ES1370', if_true: files('es1370.c'))
11 system_ss.add(when: 'CONFIG_PCSPK', if_true: files('pcspk.c'))
12 system_ss.add(when: 'CONFIG_PL041', if_true: files('pl041.c', 'lm4549.c'))
13 system_ss.add(when: 'CONFIG_SB16', if_true: files('sb16.c'))
14 system_ss.add(when: 'CONFIG_VT82C686', if_true: files('via-ac97.c'))
[all …]
/qemu/hw/rtc/
H A Dmeson.build2 system_ss.add(when: 'CONFIG_DS1338', if_true: files('ds1338.c'))
3 system_ss.add(when: 'CONFIG_M41T80', if_true: files('m41t80.c'))
4 system_ss.add(when: 'CONFIG_M48T59', if_true: files('m48t59.c'))
5 system_ss.add(when: 'CONFIG_PL031', if_true: files('pl031.c'))
6 system_ss.add(when: 'CONFIG_TWL92230', if_true: files('twl92230.c'))
10 system_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_rtc.c'))
11 system_ss.add(when: 'CONFIG_SUN4V_RTC', if_true: files('sun4v-rtc.c'))
12 system_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_rtc.c'))
13 system_ss.add(when: 'CONFIG_GOLDFISH_RTC', if_true: files('goldfish_rtc.c'))
14 system_ss.add(when: 'CONFIG_LS7A_RTC', if_true: files('ls7a_rtc.c'))
[all …]
/qemu/hw/ssi/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_smc.c'))
2 system_ss.add(when: 'CONFIG_MSF2', if_true: files('mss-spi.c'))
4 system_ss.add(when: 'CONFIG_PL022', if_true: files('pl022.c'))
5 system_ss.add(when: 'CONFIG_SIFIVE_SPI', if_true: files('sifive_spi.c'))
6 system_ss.add(when: 'CONFIG_SSI', if_true: files('ssi.c'))
8 system_ss.add(when: 'CONFIG_XILINX_SPI', if_true: files('xilinx_spi.c'))
9 system_ss.add(when: 'CONFIG_XILINX_SPIPS', if_true: files('xilinx_spips.c'))
11 system_ss.add(when: 'CONFIG_IMX', if_true: files('imx_spi.c'))
12 system_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_spi.c'))
13 system_ss.add(when: 'CONFIG_IBEX', if_true: files('ibex_spi_host.c'))
[all …]
/qemu/hw/block/
H A Dmeson.build6 system_ss.add(when: 'CONFIG_ECC', if_true: files('ecc.c'))
7 system_ss.add(when: 'CONFIG_FDC', if_true: files('fdc.c'))
8 system_ss.add(when: 'CONFIG_FDC_ISA', if_true: files('fdc-isa.c'))
9 system_ss.add(when: 'CONFIG_FDC_SYSBUS', if_true: files('fdc-sysbus.c'))
10 system_ss.add(when: 'CONFIG_NAND', if_true: files('nand.c'))
11 system_ss.add(when: 'CONFIG_ONENAND', if_true: files('onenand.c'))
14 system_ss.add(when: 'CONFIG_SSI_M25P80', if_true: files('m25p80.c'))
15 system_ss.add(when: 'CONFIG_SSI_M25P80', if_true: files('m25p80_sfdp.c'))
16 system_ss.add(when: 'CONFIG_SWIM', if_true: files('swim.c'))
17 system_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xen-block.c'))
[all …]
/qemu/hw/input/
H A Dmeson.build2 system_ss.add(when: 'CONFIG_ADB', if_true: files('adb.c', 'adb-mouse.c', 'adb-kbd.c'))
3 system_ss.add(when: 'CONFIG_ADS7846', if_true: files('ads7846.c'))
4 system_ss.add(when: 'CONFIG_LM832X', if_true: files('lm832x.c'))
5 system_ss.add(when: 'CONFIG_PCKBD', if_true: files('pckbd.c'))
6 system_ss.add(when: 'CONFIG_PL050', if_true: files('pl050.c'))
7 system_ss.add(when: 'CONFIG_PS2', if_true: files('ps2.c'))
9 system_ss.add(when: 'CONFIG_TSC2005', if_true: files('tsc2005.c'))
11 system_ss.add(when: 'CONFIG_VIRTIO_INPUT', if_true: files('virtio-input.c'))
15 system_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx_keypad.c'))
16 system_ss.add(when: 'CONFIG_TSC210X', if_true: files('tsc210x.c'))
[all …]
/qemu/hw/nvram/
H A Dmeson.build3 system_ss.add(when: 'CONFIG_CHRP_NVRAM', if_true: files('chrp_nvram.c'))
4 system_ss.add(when: 'CONFIG_DS1225Y', if_true: files('ds1225y.c'))
5 system_ss.add(when: 'CONFIG_NMC93XX_EEPROM', if_true: files('eeprom93xx.c'))
6 system_ss.add(when: 'CONFIG_AT24C', if_true: files('eeprom_at24c.c'))
7 system_ss.add(when: 'CONFIG_MAC_NVRAM', if_true: files('mac_nvram.c'))
8 system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_otp.c'))
9 system_ss.add(when: 'CONFIG_NRF51_SOC', if_true: files('nrf51_nvm.c'))
11 system_ss.add(when: 'CONFIG_XLNX_EFUSE', if_true: files('xlnx-efuse.c'))
12 system_ss.add(when: 'CONFIG_XLNX_EFUSE_VERSAL', if_true: files(
15 system_ss.add(when: 'CONFIG_XLNX_EFUSE_ZYNQMP', if_true: files(
[all …]
/qemu/hw/s390x/
H A Dmeson.build21 s390x_ss.add(when: 'CONFIG_KVM', if_true: files(
28 s390x_ss.add(when: 'CONFIG_TCG', if_true: files(
32 s390x_ss.add(when: 'CONFIG_TERMINAL3270', if_true: files('3270-ccw.c'))
33 s390x_ss.add(when: 'CONFIG_VFIO', if_true: files('s390-pci-vfio.c'))
38 virtio_ss.add(when: 'CONFIG_VIRTIO_BLK', if_true: files('virtio-ccw-blk.c'))
41 virtio_ss.add(when: 'CONFIG_VIRTIO_NET', if_true: files('virtio-ccw-net.c'))
42 virtio_ss.add(when: 'CONFIG_VIRTIO_RNG', if_true: files('virtio-ccw-rng.c'))
46 virtio_ss.add(when: 'CONFIG_VIRTIO_9P', if_true: files('virtio-ccw-9p.c'))
48 virtio_ss.add(when: 'CONFIG_VHOST_SCSI', if_true: files('vhost-scsi-ccw.c'))
51 s390x_ss.add_all(when: 'CONFIG_VIRTIO_CCW', if_true: virtio_ss)
[all …]
/qemu/hw/scsi/
H A Dmeson.build12 scsi_ss.add(when: 'CONFIG_ESP', if_true: files('esp.c'))
13 scsi_ss.add(when: 'CONFIG_ESP_PCI', if_true: files('esp-pci.c'))
14 scsi_ss.add(when: 'CONFIG_LSI_SCSI_PCI', if_true: files('lsi53c895a.c'))
15 scsi_ss.add(when: 'CONFIG_MEGASAS_SCSI_PCI', if_true: files('megasas.c'))
17 scsi_ss.add(when: 'CONFIG_VMW_PVSCSI_SCSI_PCI', if_true: files('vmw_pvscsi.c'))
20 virtio_scsi_ss.add(when: 'CONFIG_VHOST_SCSI', if_true: files('vhost-scsi.c'))
26 specific_scsi_ss.add_all(when: 'CONFIG_VIRTIO_SCSI', if_true: specific_virtio_scsi_ss)
27 scsi_ss.add_all(when: 'CONFIG_VIRTIO_SCSI', if_true: virtio_scsi_ss)
29 specific_scsi_ss.add(when: 'CONFIG_SPAPR_VSCSI', if_true: files('spapr_vscsi.c'))
31 system_ss.add_all(when: 'CONFIG_SCSI', if_true: scsi_ss)
[all …]

12345678910>>...17