Files
Yaya48 cf256aa081 Import QEMU upstream snapshot d2e570c
Upstream: https://gitlab.com/qemu-project/qemu.git

Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
2026-08-31 02:15:30 +02:00

19 lines
313 B
Plaintext

config NITRO_VSOCK_BUS
bool
config NITRO_SERIAL_VSOCK
bool
depends on NITRO_VSOCK_BUS
config NITRO_HEARTBEAT
bool
depends on NITRO_VSOCK_BUS
config NITRO_MACHINE
bool
default y
depends on NITRO
select NITRO_VSOCK_BUS
select NITRO_HEARTBEAT
select NITRO_SERIAL_VSOCK