Lines Matching full:can
7 QEMU is a very versatile emulator; it can be built for a variety of
8 targets, where each target can emulate various boards and at the same
9 time different targets can share large amounts of code. For example,
10 a POWER and an x86 board can run the same code to emulate a PCI network
12 can run the same code to emulate a SCSI disk while using different
13 SCSI adapters. Arm, s390 and x86 boards can all present a virtio-blk
24 * new targets and boards can be added without knowing in detail the
28 user can add to that board;
30 * users can easily build reduced versions of QEMU that support only a subset
43 configuration and dependencies can be treated as a black box when building
72 Boolean expressions can be used within the language, whenever ``<expr>``
79 directives can be included:
89 While ``depends on`` can force a symbol to false, reverse dependencies can
108 or false respectively. ``<value>`` can be ``y`` or ``n``; it cannot
110 the default value can be added with ``if``.
112 A configuration element can have any number of default values (usually,
154 channel "bus") selects ``I2C`` because it can act as an I2C master too.
166 Devices are the most complex of the five. They can have a variety
168 all the devices that can be accessed from QEMU.
203 to be wired up in a way that can't be done on the command line).