-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expanding the Range of Supported QEMU Devices: Introducing NVMe Storage #595
Comments
Hi @zjmletang, You just need to create the appropriate configuration file. |
@YanVugenfirer Thank you very much. In our scenario, we are using a custom-developed NVMe driver instead of Microsoft's inbox NVMe driver. |
@kostyanf14 can the virtio-scsi device be used as a sample or additional change is needed? https://github.com/HCK-CI/AutoHCK/blob/master/lib/engines/hcktest/drivers/vioscsi.json |
There are 2 different things
Answering to your first question:
You can send a PR if you want. We update/extend AutoHCK for devices/drivers that we need for some reason but we ok to extend it with any devices that are supported by QEMU. |
@kostyanf14 ,Okay, once I verify it on my end, I'll submit a PR. |
I've noticed that our current HCK devices are mostly Virtio devices. I would like to ask if we could also support other QEMU devices, such as NVMe storage devices
The text was updated successfully, but these errors were encountered: