-
Notifications
You must be signed in to change notification settings - Fork 15
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
Create minimal driver VMs #122
base: main
Are you sure you want to change the base?
Commits on Sep 22, 2024
-
create a minimal linux kernel image and rootfs for the virtio example…
… on qemu and mark the unused imgaes with a .old extension Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7479a8e - Browse repository at this point
Copy the full SHA 7479a8eView commit details -
4867a7c set the target flag for userlevel cc aarch64-linux-musl inste…
…ad of aarch64-linux-gnu for static linking Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d7d7ac - Browse repository at this point
Copy the full SHA 7d7d7acView commit details -
add a new option to packrootfs that saves a file to the root as init …
…rather than copying it to /etc/init.d Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 206f58d - Browse repository at this point
Copy the full SHA 206f58dView commit details -
add perl as a dependency to nix.shell for shasum
Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcfc705 - Browse repository at this point
Copy the full SHA fcfc705View commit details -
create a minimal linux kernel image and rootfs for the virtio-snd exa…
…mple on qemu and mark the unused imgaes with a .old extension Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c80e8a2 - Browse repository at this point
Copy the full SHA c80e8a2View commit details -
set the target flag for userlevel cc aarch64-linux-musl instead of aa…
…rch64-linux-gnu for static linking Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9f3e61 - Browse repository at this point
Copy the full SHA d9f3e61View commit details -
update nix.shell to build a static library for alsa-lib
Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2931105 - Browse repository at this point
Copy the full SHA 2931105View commit details -
compile the uio sound driver and link it with the alsa-lib separately…
… to prevent it from duplicating the alsa-lib symbols Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9e82ec - Browse repository at this point
Copy the full SHA b9e82ecView commit details -
Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50e3800 - Browse repository at this point
Copy the full SHA 50e3800View commit details -
update the linux kernel image for the virtio example to use same linu…
…x kernel image as virtio-snd include config options that are required but were not previously included Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e9557d - Browse repository at this point
Copy the full SHA 2e9557dView commit details -
create a custom init script for the block driver VM userspace
create a custom init script for the sound driver VM userspace move alsactl init back to the uio sound driver program create a script that performs the initial setup for a driver VM and provides functions that each driver VM can implement Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccaa83f - Browse repository at this point
Copy the full SHA ccaa83fView commit details -
alsactl init was being called before the sound device node was create…
…d. This fixes the issue by calling it multiple times until it succeeds. Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6713b0b - Browse repository at this point
Copy the full SHA 6713b0bView commit details
Commits on Sep 23, 2024
-
remove old linux, linux_config, buildroot_config and init script file…
…s from virtio-snd and virtio examples Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b8941c - Browse repository at this point
Copy the full SHA 8b8941cView commit details -
find the minumum amount of RAM required by the sound driver VM
Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97a0929 - Browse repository at this point
Copy the full SHA 97a0929View commit details -
find the minumum amount of RAM required by the block driver VM
Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30d15dd - Browse repository at this point
Copy the full SHA 30d15ddView commit details -
copy the linux, linux_config and rootfs.cpio.gz from the qemu board t…
…o odroidc4 and delete buildroot_config for the sound driver VM Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 240a5e8 - Browse repository at this point
Copy the full SHA 240a5e8View commit details -
copy the linux, linux_config and rootfs.cpio.gz files from the qemu b…
…oard to the odroidc4 and delete buildroot_config for the block driver VM Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef1afd1 - Browse repository at this point
Copy the full SHA ef1afd1View commit details -
Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5dff2fe - Browse repository at this point
Copy the full SHA 5dff2feView commit details -
document the process for creating a minimal driver VM
Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35e4f70 - Browse repository at this point
Copy the full SHA 35e4f70View commit details -
updated instructions for creating a minimal rootfs and included build…
…root config for sound driver VM, for building alsactl Signed-off-by: Anuraag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 511edd4 - Browse repository at this point
Copy the full SHA 511edd4View commit details