Lines Matching +full:qemu +full:- +full:x86
1 # SPDX-License-Identifier: GPL-2.0+
10 communicate with a non-volatile memory subsystem. This interface is optimized
20 of some number of logical blocks. A namespace is a quantity of non-volatile
25 ------------
28 "nvme-blk"). The host controller driver is supposed to probe the hardware and
35 ------
39 --------------
43 Usage in U-Boot
44 ---------------
45 To use an NVMe hard disk from U-Boot shell, a 'nvme scan' command needs to
78 Testing NVMe with QEMU x86
79 --------------------------
80 QEMU supports NVMe emulation and we can test NVMe driver with QEMU x86 running
81 U-Boot. Please see README.x86 for how to build u-boot.rom image for QEMU x86.
83 Example command line to call QEMU x86 below with emulated NVMe device:
84 $ ./qemu-system-i386 -drive file=nvme.img,if=none,id=drv0 -device nvme,drive=drv0,serial=QEMUNVME00…