|
29a129f2b8
|
Started implementing an utility to manage PCI passthrough
|
2024-02-20 23:48:09 +01:00 |
|
|
a36277c002
|
Started implementing XML generation for libvirt
|
2024-02-20 23:06:02 +01:00 |
|
|
070a5dfe15
|
Added a basic setup script for sandboxes
|
2024-02-20 20:27:42 +01:00 |
|
|
c814955afc
|
Fixed missing header
|
2024-02-20 17:56:51 +01:00 |
|
|
091c9fa692
|
Added helper for backing info
|
2024-02-20 15:12:27 +01:00 |
|
|
6eaa10e3d3
|
Added logging system, but still not used
|
2024-02-20 15:00:17 +01:00 |
|
|
af34a9c260
|
Added space reservation
|
2024-02-20 14:54:04 +01:00 |
|
|
a260002a6c
|
Made some small modifications (backing extraction)
|
2024-02-19 20:23:26 +01:00 |
|
|
7513bb37cc
|
Added documentation for container and backing
|
2024-02-19 20:03:30 +01:00 |
|
|
a9be69eed7
|
Added some documentation on disk operations
|
2024-02-19 19:48:11 +01:00 |
|
|
4c22e13ad9
|
Started adding some documentation
|
2024-02-19 19:44:36 +01:00 |
|
|
24cbc9725f
|
Removed testing code
|
2024-02-19 19:30:17 +01:00 |
|
|
3c773a8dc2
|
Added add_backing
|
2024-02-19 18:18:18 +01:00 |
|
|
b77418f0ec
|
Added a janky system for storing commands
|
2024-02-19 16:44:07 +01:00 |
|
|
5cf1b33178
|
Made some small adjustments
|
2024-02-19 16:01:53 +01:00 |
|
|
1896e41b8a
|
Add commands
|
2024-02-19 02:06:12 +01:00 |
|
|
0da7474158
|
Made small modifications
|
2024-02-18 18:09:53 +01:00 |
|
|
c9f76746b4
|
Added automatic backing id generation
|
2024-02-18 15:33:25 +01:00 |
|
|
5613fbdcab
|
Added add-backing and remove-backing commands (still missing recursive remove)
|
2024-02-18 15:23:01 +01:00 |
|
|
444bbc6ebe
|
Improved the entry listing
|
2024-02-18 14:56:36 +01:00 |
|
|
cf6e692289
|
Fixed a bug and added resetting
|
2024-02-18 14:43:38 +01:00 |
|
|
4d859efdac
|
Refined the commands
|
2024-02-18 14:38:31 +01:00 |
|
|
3e08d6a438
|
Added commands for managing disks
|
2024-02-18 14:05:04 +01:00 |
|
|
a149a838d1
|
Implemented entry resetting
|
2024-02-18 13:20:30 +01:00 |
|
|
1ff4d4df2f
|
Added some small modifications
|
2024-02-18 02:06:49 +01:00 |
|
|
dcdec67476
|
Implemented some more functions. Next big step : AddBacking
|
2024-02-18 00:28:42 +01:00 |
|
|
051b95484c
|
Started implementing the backing system
|
2024-02-18 00:11:12 +01:00 |
|
|
0aa2cfbfa8
|
Added some commands
|
2024-02-18 00:07:44 +01:00 |
|
|
487982a182
|
Reimplemented most functions
|
2024-02-17 23:59:38 +01:00 |
|
|
1cd34dd514
|
Small regression to a more stable state
|
2024-02-17 18:10:07 +01:00 |
|
|
c1b3f3c262
|
Added a user system
|
2024-02-17 15:15:40 +01:00 |
|
|
f0dd2ca5fb
|
Implemented the add-entry command
|
2024-02-17 14:38:52 +01:00 |
|
|
8821519a12
|
Added backing signatures
|
2024-02-17 14:21:14 +01:00 |
|
|
fd7b056457
|
Started implementing backing managment
|
2024-02-17 13:01:40 +01:00 |
|
|
36a1faf948
|
Added an inefficient listing for entries
|
2024-02-17 12:55:21 +01:00 |
|
|
2d1f228ad0
|
Added disk resetting
|
2024-02-17 12:35:33 +01:00 |
|
|
694092e12e
|
Implemented creation of root disks
|
2024-02-17 12:34:24 +01:00 |
|
|
188e57dc31
|
Added some signatures to handle updating entries
|
2024-02-17 12:11:09 +01:00 |
|
|
e38e07ca68
|
Added some signatures to reprensent automatic entries
|
2024-02-17 12:00:17 +01:00 |
|
|
5073ba3834
|
Added resetting and trim to the entries
|
2024-02-17 02:46:21 +01:00 |
|
|
799a362074
|
Added disk trim function
|
2024-02-17 02:39:41 +01:00 |
|
|
d13a2e3053
|
Implemented some entry functions
|
2024-02-17 02:28:17 +01:00 |
|
|
a2339d7515
|
Modified some signatures
|
2024-02-17 02:18:16 +01:00 |
|
|
ab244698c5
|
Added some more signatures to implement
|
2024-02-17 01:44:37 +01:00 |
|
|
4d9e89e48f
|
Implemented most disk functions (except trim)
|
2024-02-17 01:34:58 +01:00 |
|
|
48ec1c6412
|
Added some more signatures
|
2024-02-17 01:20:20 +01:00 |
|
|
f92c3c6a1e
|
Added disk operation signatures
|
2024-02-17 00:57:30 +01:00 |
|
|
044f15dc3c
|
Added a result system to keep better track of errors
|
2024-02-17 00:46:09 +01:00 |
|
|
85ad0ab103
|
Started working on a refactored version
|
2024-02-17 00:40:09 +01:00 |
|
|
66caca4a7f
|
Added signatures for the backing system.
|
2024-02-16 23:26:29 +01:00 |
|