Skip to content
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

Kernel: Add virtio-blk devices to DeviceManager #24692

Commits on Jul 11, 2024

  1. Kernel: Add virtio-blk devices to DeviceManager

    This was erroneously not done, because the VirtIOBlockDevice is created
    using a raw new statement, and not using
    DeviceManager::try_create_device.
    sleirsgoevy committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4a67996 View commit details
    Browse the repository at this point in the history