Open
Conversation
Implement new QB_DRIVE_TYPE="/dev/vdb" which falls back to virtio block device emulated by qemu. That is needed to support following qemu command line: -drive id=disk0,file=%s,if=none,format=%s \ -device virtio-blk-device,drive=disk0' Real use case is arm64 emulation with qemu with atf+optee+uboot, so that uboot driver sees this disk and able to load from it. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
muvarov
added a commit
to muvarov/ledge-oe-manifest
that referenced
this pull request
Nov 22, 2019
apply ledge specific patch, which sent to upstream: runqemu: add virtio block device openembedded/openembedded-core#56 Change-Id: I3f0eb41d460d9ca66a69b49fee105734d31a720c Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
apalos
added a commit
to Linaro/ledge-oe-manifest
that referenced
this pull request
Nov 22, 2019
apply ledge specific patch, which sent to upstream: runqemu: add virtio block device openembedded/openembedded-core#56 Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
Contributor
Author
|
ping. |
Contributor
|
OE-Core we use mailing list to submit patches. Your patch looks ok. Please send it to openembedded-core@lists.openembedded.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement new QB_DRIVE_TYPE="/dev/vdb" which falls back
to virtio block device emulated by qemu.
That is needed to support following qemu command line:
-drive id=disk0,file=%s,if=none,format=%s
-device virtio-blk-device,drive=disk0'
Real use case is arm64 emulation with qemu with atf+optee+uboot,
so that uboot driver sees this disk and able to load from it.
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org