Lines Matching +full:ivshmem +full:- +full:v2
1 # SPDX-License-Identifier: Apache-2.0
5 # When using hw model v2, then the board is inherited from CMake.
6 default "$(BOARD)" if "$(HWM_SCHEME)" = "v2"
94 int "QEMU ivshmem-plain shared memory size in mega-bytes"
96 depends on QEMU_TARGET && IVSHMEM && !IVSHMEM_DOORBELL
98 This sets the size of the shared memory when using ivshmem-plain
99 device in Qemu. Note that it's in mega-bytes, so 1 means 1M for Qemu
115 This options is passed onto QEMU as a parameter to `-gdb` option.
116 The default value is equivalent to `-s` which is a shorthand for
117 `-gdb tcp::1234`. An empty value omits the `-gdb` parameter altogether.
118 This allows the injection of `-gdb` parameter from other sources such
129 GDBstub over serial with `-serial tcp:127.0.0.1:5678,server`