|
e71791c0ab
|
Implement vnet_null device
Such device don't need new threads and files but are valid ethernet
devices for the kernel. Convenient for testing.
|
2023-02-07 04:32:32 +00:00 |
|
|
be21f83af2
|
Split vnet driver to generic vnet part, tap and file interfaces
Fix most compilation issues of umka_shell on Windows(R)(TM), not all
of them.
|
2023-02-01 18:55:20 +00:00 |
|
|
76c7819882
|
Split I/O code to generic io* and platform specific io_async*
|
2023-01-18 08:32:17 +00:00 |
|
|
bbc42c6436
|
Implement qcow2 support, convert most images from raw
This allows exbibyte-sized images, compression and (potentially)
non-destructive writing.
|
2023-01-09 02:07:20 +00:00 |
|
|
464b92cda4
|
Change filename suffix of raw images from .img to .raw
|
2023-01-09 02:07:05 +00:00 |
|
|
887b904904
|
Split vdisk to vdisk_raw and vdisk_qcow2
vdisk_raw got existing functionality, no new features. Qcow2 support is
yet to be implemented. Miniz was imported with that in mind.
|
2023-01-09 02:06:52 +00:00 |
|