Home
last modified time | relevance | path

Searched full:enable (Results 1 – 25 of 862) sorted by relevance

12345678910>>...35

/qemu/scripts/
H A Dmeson-buildoptions.sh15 printf "%s\n" ' --disable-debug-info Enable debug symbols and other information'
24 printf "%s\n" ' --enable-asan enable address sanitizer'
25 printf "%s\n" ' --enable-block-drv-whitelist-in-tools'
28 printf "%s\n" ' --enable-cfi Control-Flow Integrity (CFI)'
29 printf "%s\n" ' --enable-cfi-debug Verbose errors in case of CFI violation'
30 printf "%s\n" ' --enable-debug-graph-lock'
32 printf "%s\n" ' --enable-debug-mutex mutex debugging support'
33 printf "%s\n" ' --enable-debug-remap syscall buffer debugging support'
34 printf "%s\n" ' --enable-debug-stack-usage'
36 printf "%s\n" ' --enable-debug-tcg TCG debugging'
[all …]
/qemu/scripts/coverity-scan/
H A Drun-coverity-scan418 ../configure --disable-modules --enable-sdl --enable-gtk \
419 --enable-opengl --enable-vte --enable-gnutls \
420 --enable-nettle --enable-curses --enable-curl \
421 --audio-drv-list=oss,alsa,sdl,pa --enable-virtfs \
422 --enable-vnc --enable-vnc-sasl --enable-vnc-jpeg --enable-png \
423 --enable-xen --enable-brlapi \
424 --enable-linux-aio --enable-attr \
425 --enable-cap-ng --enable-trace-backends=log --enable-spice --enable-rbd \
426 --enable-libusb --enable-usb-redir \
427 --enable-libiscsi --enable-libnfs --enable-seccomp \
[all …]
/qemu/include/hw/misc/
H A Daspeed_scu.h101 * 31 Enable Video Engine clock dynamic slow down
104 * 26 2D Engine GCLK clock throttling enable
107 * 19 LPC Host LHCLK clock generation/output enable control
109 * 15 SD/SDIO clock running enable
113 * 7 ARM CPU/AHB clock slow down enable
117 * 0 CPU/AHB clock dynamic slow down enable (defined in bit[6:4])
127 * 17 Enable H-PLL bypass mode
143 * 21 Enable H-PLL reset
144 * 20 Enable H-PLL bypass mode
164 * 23 Enable 25 MHz reference clock input
[all …]
/qemu/tests/docker/
H A Dtest-mingw22 --enable-trace-backends=simple \
23 --enable-gnutls \
24 --enable-nettle \
25 --enable-curl \
26 --enable-vnc \
27 --enable-bzip2 \
28 --enable-guest-agent \
29 --enable-docs
/qemu/include/hw/net/
H A Dnpcm_gmac.h257 /* Early Receive Interrupt Enable */
259 /* Fatal Bus Error Interrupt Enable */
261 /* Early transmit Interrupt Enable */
263 /* Receive Watchdog Timout Enable */
265 /* Receive Process Stopped Enable */
267 /* Receive Buffer Unavailable Enable */
269 /* Receive Interrupt Enable */
271 /* Transmit Underflow Enable */
273 /* Receive Overflow Enable */
275 /* Transmit Jabber Timeout Enable */
[all …]
H A Dnpcm7xx_emc.h63 /* Enable CAM Compare */
81 /* Enable MDC Clock Generation */
85 /* Enable SQE Checking */
107 /* Enable Transmit Descriptor Unavailable Interrupt */
109 /* Enable Transmit Completion Interrupt */
111 /* Enable Transmit Interrupt */
113 /* Enable Receive Descriptor Unavailable Interrupt */
115 /* Enable Receive Good Interrupt */
117 /* Enable Receive Interrupt */
180 /* Transmit interrupt enable */
[all …]
/qemu/hw/char/
H A Dstm32l4x5_usart.c37 FIELD(CR1, EOBIE, 27, 1) /* End of Block interrupt enable */
38 FIELD(CR1, RTOIE, 26, 1) /* Receiver timeout interrupt enable */
39 FIELD(CR1, DEAT, 21, 5) /* Driver Enable assertion time */
40 FIELD(CR1, DEDT, 16, 5) /* Driver Enable de-assertion time */
42 FIELD(CR1, CMIE, 14, 1) /* Character match interrupt enable */
43 FIELD(CR1, MME, 13, 1) /* Mute mode enable */
46 FIELD(CR1, PCE, 10, 1) /* Parity control enable */
48 FIELD(CR1, PEIE, 8, 1) /* PE interrupt enable */
49 FIELD(CR1, TXEIE, 7, 1) /* TXE interrupt enable */
50 FIELD(CR1, TCIE, 6, 1) /* Transmission complete interrupt enable */
[all …]
/qemu/.gitlab-ci.d/
H A Dbuildtest.yml14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog
42 CONFIGURE_ARGS: --enable-docs --enable-rust
72 CONFIGURE_ARGS: --with-coroutine=sigaltstack --enable-rust
115 … CONFIGURE_ARGS: --disable-gcrypt --enable-nettle --enable-docs --enable-crypto-afalg --enable-rust
128 CONFIGURE_ARGS: --disable-docs --enable-rust --enable-strict-rust-lints
173 CONFIGURE_ARGS: --disable-nettle --enable-gcrypt --enable-vfio-user-server
174 --enable-modules --enable-trace-backends=dtrace --enable-docs
402 CONFIGURE_ARGS: --disable-tools --disable-docs --enable-debug-tcg
414 CONFIGURE_ARGS: --disable-tools --enable-debug
425 CONFIGURE_ARGS: --disable-tools --enable-debug
[all …]
/qemu/docs/system/i386/
H A Dkvm-pv.rst45 Enable asynchronous page fault mechanism. Supported since Linux v2.6.38.
50 Enable stolen (when guest vCPU is not running) time accounting. Supported
54 Enable paravirtualized end-of-interrupt signaling. Supported since Linux
58 Enable paravirtualized spinlocks support. Supported since Linux v3.12.
61 Enable paravirtualized TLB flush mechanism. Supported since Linux v4.16.
64 Enable paravirtualized IPI mechanism. Supported since Linux v4.19.
67 Enable host-side polling on HLT control from the guest. Supported since Linux
71 Enable paravirtualized sched yield feature. Supported since Linux v5.10.
74 Enable interrupt based asynchronous page fault mechanism. Supported since Linux
/qemu/include/hw/char/
H A Dimx_serial.h67 #define UCR1_TRDYEN (1<<13) /* Tx Ready Interrupt Enable */
68 #define UCR1_RRDYEN (1<<9) /* Rx Ready Interrupt Enable */
69 #define UCR1_TXMPTYEN (1<<6) /* Tx Empty Interrupt Enable */
70 #define UCR1_UARTEN (1<<0) /* UART Enable */
72 #define UCR2_ATEN (1<<3) /* Ageing Timer Enable */
73 #define UCR2_TXEN (1<<2) /* Transmitter enable */
74 #define UCR2_RXEN (1<<1) /* Receiver enable */
77 #define UCR4_DREN BIT(0) /* Receive Data Ready interrupt enable */
78 #define UCR4_OREN BIT(1) /* Overrun interrupt enable */
79 #define UCR4_TCEN BIT(3) /* TX complete interrupt enable */
[all …]
/qemu/include/hw/usb/
H A Dehci-regs.h18 #define USBCMD_PSE (1 << 4) // Periodic Schedule Enable
19 #define USBCMD_ASE (1 << 5) // Asynch Schedule Enable
23 #define USBCMD_ASPME (1 << 11) // Async Sched Park Mode Enable
41 * Interrupt enable bits correspond to the interrupt active bits in USBSTS
61 #define PORTSC_WKOC_E (1 << 22) // Wake on Over Current Enable
62 #define PORTSC_WKDS_E (1 << 21) // Wake on Disconnect Enable
63 #define PORTSC_WKCN_E (1 << 20) // Wake on Connect Enable
77 #define PORTSC_PEDC (1 << 3) // Port Enable/Disable Change
78 #define PORTSC_PED (1 << 2) // Port Enable/Disable
/qemu/include/standard-headers/linux/
H A Dpci_regs.h41 #define PCI_COMMAND_IO 0x1 /* Enable response in I/O space */
42 #define PCI_COMMAND_MEMORY 0x2 /* Enable response in Memory space */
43 #define PCI_COMMAND_MASTER 0x4 /* Enable bus mastering */
44 #define PCI_COMMAND_SPECIAL 0x8 /* Enable response to special cycles */
46 #define PCI_COMMAND_VGA_PALETTE 0x20 /* Enable palette snooping */
47 #define PCI_COMMAND_PARITY 0x40 /* Enable parity checking */
48 #define PCI_COMMAND_WAIT 0x80 /* Enable address/data stepping */
49 #define PCI_COMMAND_SERR 0x100 /* Enable SERR */
50 #define PCI_COMMAND_FAST_BACK 0x200 /* Enable back-to-back writes */
162 #define PCI_BRIDGE_CTL_PARITY 0x01 /* Enable parity detection on secondary interface */
[all …]
/qemu/hw/intc/
H A Daspeed_vic.c24 * Additionally, the "Interrupt Enable", "Edge Status" and "Software Interrupt"
25 * fields have separate "enable"/"status" and "clear" registers, where set bits
47 uint64_t new = (s->raw & s->enable); in aspeed_vic_update()
125 val = s->raw & ~s->select & s->enable; in aspeed_vic_read()
129 val = s->raw & s->select & s->enable; in aspeed_vic_read()
139 case 0xa0: /* Interrupt Enable */ in aspeed_vic_read()
141 val = s->enable; in aspeed_vic_read()
163 case 0xa8: /* Interrupt Enable Clear */ in aspeed_vic_read()
204 /* Given we have members using separate enable/clear registers, deposit64() in aspeed_vic_write()
226 case 0xa0: /* Interrupt Enable */ in aspeed_vic_write()
[all …]
/qemu/docs/system/arm/
H A Dvirt.rst83 enable all the CPU features for a given ``virt`` machine. Where a CPU
86 but instead requires a machine option to enable it.
108 Set ``on``/``off`` to enable/disable emulating a guest CPU which implements the
112 Set ``on``/``off`` to enable/disable emulating a guest CPU which implements the
116 Set ``on``/``off`` to enable/disable emulating a guest CPU which implements the
120 Set ``on``/``off`` to enable/disable placing devices and RAM in physical
131 Set ``on``/``off`` to enable/disable the compact layout for high memory regions.
135 Set ``on``/``off`` to enable/disable the high memory region for GICv3 or
140 Set ``on``/``off`` to enable/disable the high memory region for PCI ECAM.
144 Set ``on``/``off`` to enable/disable the high memory region for PCI MMIO.
[all …]
H A Dcpu-features.rst130 enable all CPU features that the host has by default. Indeed it's even
174 paravirt features or features that enable CPU virtualization extensions.
194 Enable kvm-no-adjvtime to disable virtual time adjustment, also
214 Enable or disable ``FEAT_Pauth`` entirely.
235 is used to enable or disable the entire SVE feature, just as the ``pmu``
237 is used to enable or disable specific vector lengths, where ``N`` is the
292 is generated when attempting to enable any ``sve*`` properties (see
296 generated when attempting to enable any vector lengths not supported
319 enable at least one vector length prior to enabling SVE.
328 2) Implicitly enable all vector lengths for the ``max`` CPU type::
[all …]
/qemu/scripts/kvm/
H A Dkvm_flightrecorder46 def enable_event(subsystem, event, enable): argument
47 write_file(trace_path('events', subsystem, event, 'enable'), '1' if enable else '0')
49 def enable_subsystem(subsystem, enable): argument
50 write_file(trace_path('events', subsystem, 'enable'), '1' if enable else '0')
59 write_file(trace_path('events', 'enable'), '0')
/qemu/linux-user/arm/nwfpe/
H A Dfpsr.h29 EXCEPTION TRAP ENABLE BYTE
48 /* EXCEPTION TRAP ENABLE BYTE
53 #define BIT_IXE 0x00100000 /* inexact exception enable */
54 #define BIT_UFE 0x00080000 /* underflow exception enable */
55 #define BIT_OFE 0x00040000 /* overflow exception enable */
56 #define BIT_DZE 0x00020000 /* divide by zero exception enable */
57 #define BIT_IOE 0x00010000 /* invalid operation exception enable */
/qemu/rust/hw/char/pl011/src/
H A Dregisters.rs201 /// PEN: Parity enable
207 /// FEN: Enable FIFOs
246 /// `FEN` "Enable FIFOs" or Device mode, field of [Line Control
276 /// enable bits, and the bits to write to set the usual outbound RS232
282 /// `UARTEN` UART enable: 0 = UART is disabled.
284 /// `SIREN` `SIR` enable: disable or enable IrDA SIR ENDEC.
291 /// `LBE` Loopback enable: feed UART output back to the input
293 /// `TXE` Transmit enable
295 /// `RXE` Receive enable
305 /// `RTSEn` RTS hardware flow control enable
[all …]
/qemu/hw/net/
H A De1000x_regs.h471 #define E1000_RCTL_EN 0x00000002 /* enable */
473 #define E1000_RCTL_UPE 0x00000008 /* unicast promiscuous enable */
475 #define E1000_RCTL_LPE 0x00000020 /* long packet enable */
491 #define E1000_RCTL_BAM 0x00008000 /* broadcast enable */
501 #define E1000_RCTL_VFE 0x00040000 /* vlan filter enable */
502 #define E1000_RCTL_CFIEN 0x00080000 /* canonical form enable */
538 #define E1000_CTRL_ASDE 0x00000020 /* Auto-speed detect enable */
548 #define E1000_CTRL_D_UD_EN 0x00002000 /* Dock/Undock enable */
555 #define E1000_CTRL_EXT_LINK_EN 0x00010000 /* enable link status from external LINK_0 and LINK_1 pin…
573 #define E1000_CTRL_RFCE 0x08000000 /* Receive Flow Control enable */
[all …]
H A Digb_regs.h94 /* Enable flexible speed on link-up */
170 #define E1000_ADVTXD_DCMD_VLE 0x40000000 /* VLAN pkt enable */
171 #define E1000_ADVTXD_DCMD_TSE 0x80000000 /* TCP Seg enable */
179 /* IPSec Encrypt Enable for ESP */
186 #define E1000_TXDCTL_QUEUE_ENABLE 0x02000000 /* Enable specific Tx Queue */
189 #define E1000_RXDCTL_QUEUE_ENABLE 0x02000000 /* Enable specific Rx Queue */
196 #define E1000_DCA_RXCTRL_DESC_DCA_EN BIT(5) /* DCA Rx Desc enable */
197 #define E1000_DCA_RXCTRL_HEAD_DCA_EN BIT(6) /* DCA Rx Desc header enable */
198 #define E1000_DCA_RXCTRL_DATA_DCA_EN BIT(7) /* DCA Rx Desc payload enable */
202 #define E1000_DCA_TXCTRL_DESC_DCA_EN BIT(5) /* DCA Tx Desc enable */
[all …]
/qemu/include/hw/xen/interface/hvm/
H A Dparams.h118 /* Enable Partition Time Reference Counter (HV_X64_MSR_TIME_REF_COUNT) */
122 /* Enable Reference TSC Page (HV_X64_MSR_REFERENCE_TSC) */
134 /* Enable crash MSRs */
138 /* Enable SYNIC MSRs */
142 /* Enable STIMER MSRs */
150 /* Enable ExProcessorMasks */
158 /* Enable vCPU hotplug */
204 /* Boolean: Enable virtual HPET (high-precision event timer)? (x86-only) */
216 /* Boolean: Enable aligning all periodic vpts to reduce interrupts */
294 /* Enable MCA capabilities. */
/qemu/qapi/
H A Dcontrol.json12 # Enable QMP capabilities.
14 # @enable: An optional list of QMPCapability values to enable. The
15 # client must not enable any capability that is not mentioned in
22 # "arguments": { "enable": [ "oob" ] } }
30 # .. note:: The QMP client needs to explicitly enable QMP
37 'data': { '*enable': [ 'QMPCapability' ] },
/qemu/docs/devel/
H A Dtracing.rst16 Enable tracing of ``memory_region_ops_read`` and ``memory_region_ops_write``
25 ``./configure --enable-trace-backends=BACKENDS`` was not explicitly specified.
188 Enable/disable a given trace event or a group of events (using wildcards).
190 The "--trace events=<file>" command line argument can be used to enable the
196 to enable an entire family of events but one noisy event needs to be disabled.
199 events list file. That means you can enable/disable the events having a common
216 ./configure --enable-trace-backends=simple,dtrace
261 Enable/disable/flush the trace file or set the trace file name.
283 if you use KVM, enable kvm events in ftrace::
285 # echo 1 > /sys/kernel/debug/tracing/events/kvm/enable
[all …]
/qemu/include/hw/timer/
H A Dimx_gpt.h48 #define GPT_CR_EN (1 << 0) /* GPT Enable */
49 #define GPT_CR_ENMOD (1 << 1) /* GPT Enable Mode */
50 #define GPT_CR_DBGEN (1 << 2) /* GPT Debug mode enable */
51 #define GPT_CR_WAITEN (1 << 3) /* GPT Wait Mode Enable */
52 #define GPT_CR_DOZEN (1 << 4) /* GPT Doze mode enable */
53 #define GPT_CR_STOPEN (1 << 5) /* GPT Stop Mode Enable */
/qemu/net/
H A Dnetmap.c116 static void netmap_read_poll(NetmapState *s, bool enable) in netmap_read_poll() argument
118 if (s->read_poll != enable) { /* Do nothing if not changed. */ in netmap_read_poll()
119 s->read_poll = enable; in netmap_read_poll()
125 static void netmap_write_poll(NetmapState *s, bool enable) in netmap_write_poll() argument
127 if (s->write_poll != enable) { in netmap_write_poll()
128 s->write_poll = enable; in netmap_write_poll()
133 static void netmap_poll(NetClientState *nc, bool enable) in netmap_poll() argument
137 if (s->read_poll != enable || s->write_poll != enable) { in netmap_poll()
138 s->write_poll = enable; in netmap_poll()
139 s->read_poll = enable; in netmap_poll()
[all …]

12345678910>>...35