mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
Kernel: Add kernel command line flag to disable VirtIO support
This command line flag can be used to disable VirtIO support on certain configurations (native windows) where interfacing with virtio devices can cause qemu to freeze.
This commit is contained in:
parent
7dc95721ee
commit
aaf3d26dae
Notes:
sideshowbarker
2024-07-18 19:25:51 +09:00
Author: https://github.com/IdanHo
Commit: aaf3d26dae
Pull-request: https://github.com/SerenityOS/serenity/pull/6452
4 changed files with 12 additions and 0 deletions
|
@ -87,6 +87,7 @@ public:
|
|||
[[nodiscard]] bool disable_physical_storage() const;
|
||||
[[nodiscard]] bool disable_ps2_controller() const;
|
||||
[[nodiscard]] bool disable_uhci_controller() const;
|
||||
[[nodiscard]] bool disable_virtio() const;
|
||||
[[nodiscard]] AHCIResetMode ahci_reset_mode() const;
|
||||
[[nodiscard]] String userspace_init() const;
|
||||
[[nodiscard]] Vector<String> userspace_init_args() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue