da5fae38 | 01-Jul-2025 |
Wei Liu <liuwe@microsoft.com> |
docs: Fix the chown command in macvtap-bridge.md
When invoking the script chown shows a warning.
chown: warning: '.' should be ':': ‘1000.1000’
From `info coreutils 'chown invocation'`.
So
docs: Fix the chown command in macvtap-bridge.md
When invoking the script chown shows a warning.
chown: warning: '.' should be ':': ‘1000.1000’
From `info coreutils 'chown invocation'`.
Some older scripts may still use ‘.’ in place of the ‘:’ separator. POSIX 1003.1-2001 (*note Standards conformance::) does not require support for that, but for backward compatibility GNU ‘chown’ supports ‘.’ so long as no ambiguity results, although it issues a warning and support may be removed in future versions. New scripts should avoid the use of ‘.’ because it is not portable, and because it has undesirable results if the entire OWNER‘.’GROUP happens to identify a user whose name contains ‘.’.
Signed-off-by: Wei Liu <liuwe@microsoft.com>
show more ...
|
100c6d81 | 13-Jun-2025 |
Demi Marie Obenour <demiobenour@gmail.com> |
docs: SGX virt changes are upstream
Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com> |
40055595 | 02-May-2025 |
abm-77 <andrewmiller77@protonmail.com> |
docs: Update riscv docs for developing in QEMU VM
Since there are not a wide availability of RISC-V boards available at the moment, it is easiest to develop with a QEMU virtual machine. I had a hard
docs: Update riscv docs for developing in QEMU VM
Since there are not a wide availability of RISC-V boards available at the moment, it is easiest to develop with a QEMU virtual machine. I had a hard time setting one up, but with the assistance of Ruoqing, I was able to get one running. These are the steps I took to do so.
Signed-off-by: abm-77 <andrewmiller77@protonmail.com>
show more ...
|
3899cd0e | 28-Mar-2025 |
Ruoqing He <heruoqing@iscas.ac.cn> |
docs: Add guide for direct boot VM on riscv64
Add `riscv.md` to guide developers/users on preparing guest kernel, image, and direct boot VM on riscv64 platforms; document support status and known li
docs: Add guide for direct boot VM on riscv64
Add `riscv.md` to guide developers/users on preparing guest kernel, image, and direct boot VM on riscv64 platforms; document support status and known limitations.
Co-authored-by: Bo Chen <bchen@crusoe.ai> Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
show more ...
|
730cf1e9 | 08-Feb-2025 |
Ruoqing He <heruoqing@iscas.ac.cn> |
docs: Fix broken link to intel 0x80 debug port
Previous link to provide details of `0x80 debug port` is removed, which could no longer be found on intel site [1]. Use snapshot found in web archive [
docs: Fix broken link to intel 0x80 debug port
Previous link to provide details of `0x80 debug port` is removed, which could no longer be found on intel site [1]. Use snapshot found in web archive [2] to fix this link.
Format `debug-port.md` using `mdformat` with GitHub Flavored Markdown (GFM).
[1] https://www.intel.com/content/www/us/en/homepage.html [2] https://web.archive.org
Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
show more ...
|
1caa69d0 | 07-Feb-2025 |
Ruoqing He <heruoqing@iscas.ac.cn> |
docs: Update outdated intel_sgx.md
TDX homepage was moved to elsewhere, and `sgx` support is upstreamed since v5.11 kernel.
Format `intel_sgx.md` using `mdformat` with GitHub Flavored Markdown (GFM
docs: Update outdated intel_sgx.md
TDX homepage was moved to elsewhere, and `sgx` support is upstreamed since v5.11 kernel.
Format `intel_sgx.md` using `mdformat` with GitHub Flavored Markdown (GFM).
Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
show more ...
|
abcbf434 | 07-Feb-2025 |
Ruoqing He <heruoqing@iscas.ac.cn> |
docs: Update outdated intel_tdx.md
TDX homepage was moved to elsewhere, and `tdx-tools` repo was removed.
Provide a valid link of TDX homepage and change all reference to `tdx-tools` to `tdx-linux`
docs: Update outdated intel_tdx.md
TDX homepage was moved to elsewhere, and `tdx-tools` repo was removed.
Provide a valid link of TDX homepage and change all reference to `tdx-tools` to `tdx-linux`.
Format `intel_tdx.md` using `mdformat` with GitHub Flavored Markdown (GFM).
Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
show more ...
|
af74de27 | 07-Feb-2025 |
Ruoqing He <heruoqing@iscas.ac.cn> |
docs: Fix broken link in io_throttling.md
There is a link referencing `rate-limiter` module of `firecracker`, but that module no longer exsits.
Point the link to a commit with the same date in `fir
docs: Fix broken link in io_throttling.md
There is a link referencing `rate-limiter` module of `firecracker`, but that module no longer exsits.
Point the link to a commit with the same date in `firecracker` when this commit was merged to `cloud-hypervisor`.
Format `io_throttling.md` using `mdformat` with GitHub Flavored Markdown (GFM).
Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
show more ...
|
9988379f | 27-Jan-2025 |
Ruoqing He <heruoqing@iscas.ac.cn> |
docs: Fix link to docs/logging.md
Previous link `docs/logging` is not valid, replacing `docs/logging` with `docs/logging.md`.
Format `logging.md` using `mdformat` with GitHub Flavored Markdown (GFM
docs: Fix link to docs/logging.md
Previous link `docs/logging` is not valid, replacing `docs/logging` with `docs/logging.md`.
Format `logging.md` using `mdformat` with GitHub Flavored Markdown (GFM).
Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
show more ...
|
4d121924 | 27-Jan-2025 |
Ruoqing He <heruoqing@iscas.ac.cn> |
docs: Fix broken link in amd_sev_snp.md
Previous link to details of SNP is now broken, pointing that section to a valid link [1].
Format `amd_sev_snp.md` using `mdformat` with GitHub Flavored Markd
docs: Fix broken link in amd_sev_snp.md
Previous link to details of SNP is now broken, pointing that section to a valid link [1].
Format `amd_sev_snp.md` using `mdformat` with GitHub Flavored Markdown (GFM).
[1] https://www.amd.com/content/dam/amd/en/documents/epyc-business-docs/solution-briefs/amd-secure-encrypted-virtualization-solution-brief.pdf
Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
show more ...
|
b9163bf4 | 02-Dec-2024 |
Jinrong Liang <cloudliang@tencent.com> |
docs: Add documentation for cross-host TCP live migration
Updated the live migration documentation to include instructions for performing cross-host live migrations over TCP connections.
Signed-off
docs: Add documentation for cross-host TCP live migration
Updated the live migration documentation to include instructions for performing cross-host live migrations over TCP connections.
Signed-off-by: Jinrong Liang <cloudliang@tencent.com>
show more ...
|
8c9b34c9 | 29-Nov-2024 |
Julian Stecklina <julian.stecklina@cyberus-technology.de> |
docs: rewrite cross-host migration docs
The previous docs were very developer centric and have led several people to believe that cross-machine migration is not supported at all.
Signed-off-by: Jul
docs: rewrite cross-host migration docs
The previous docs were very developer centric and have led several people to believe that cross-machine migration is not supported at all.
Signed-off-by: Julian Stecklina <julian.stecklina@cyberus-technology.de>
show more ...
|
5b822191 | 28-Nov-2024 |
Julian Stecklina <julian.stecklina@cyberus-technology.de> |
docs: apply style fixes to live migration docs
I've added newlines between paragraphs and code blocks for easier reading. I've also changed the code blocks to use the correct highlighting.
Signed-o
docs: apply style fixes to live migration docs
I've added newlines between paragraphs and code blocks for easier reading. I've also changed the code blocks to use the correct highlighting.
Signed-off-by: Julian Stecklina <julian.stecklina@cyberus-technology.de>
show more ...
|
1bc74e43 | 06-Nov-2024 |
Andrew Consroe <aconz2@gmail.com> |
docs: remove old --api-socket behavior
default --api-socket removed in 78f9ddc6beea6344b3eea0c900665ebdf240935f
Signed-off-by: Andrew Consroe <aconz2@gmail.com> |
56ff396e | 22-Oct-2024 |
Jonas Scholz <Jonas.Scholz@bbscholz.de> |
docs: Fix scripts link
Signed-off-by: Jonas Scholz <Jonas.Scholz@bbscholz.de> |
cc5e463e | 23-Oct-2024 |
Songqian Li <sionli@tencent.com> |
docs: improve code coverage document
Fixes: #6507
This patch improves the code coverage use case for integration tests and unit tests.
Signed-off-by: Songqian Li <sionli@tencent.com> |
d2d3ba4e | 04-Oct-2024 |
Rob Bradford <rbradford@rivosinc.com> |
docs: Point at custom image build script in documentation
Remove manual steps and replace with a script.
Signed-off-by: Rob Bradford <rbradford@rivosinc.com> |
026e2c6a | 30-Jul-2024 |
Praveen K Paladugu <prapal@linux.microsoft.com> |
docs: Minor doc update
Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com> |
d2f0e8ae | 30-Jul-2024 |
Praveen K Paladugu <prapal@linux.microsoft.com> |
Revert "vmm: make landlock configs VMM-level config"
This reverts commit 94929889ac2489015d60ca1480a5d412e2792c57. This revert moves landlock config back to VMConfig.
Signed-off-by: Praveen K Palad
Revert "vmm: make landlock configs VMM-level config"
This reverts commit 94929889ac2489015d60ca1480a5d412e2792c57. This revert moves landlock config back to VMConfig.
Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
show more ...
|
e18d32ba | 19-Jul-2024 |
Songqian Li <sionli@tencent.com> |
performance-metrics: add restore latency performance metric
This patch calculates the recovery latency from the start of recovery program to the end of restore.
Signed-off-by: Songqian Li <sionli@t
performance-metrics: add restore latency performance metric
This patch calculates the recovery latency from the start of recovery program to the end of restore.
Signed-off-by: Songqian Li <sionli@tencent.com>
show more ...
|
efb92d40 | 16-Jul-2024 |
Bo Chen <chen.bo@intel.com> |
docs: performance_metrics: Add example section with sample numbers
Signed-off-by: Bo Chen <chen.bo@intel.com> |
e4aa3617 | 16-Jul-2024 |
Bo Chen <chen.bo@intel.com> |
docs: performance_metrics: Wrap line at 80 characters
Signed-off-by: Bo Chen <chen.bo@intel.com> |
d7e8cd82 | 15-Jul-2024 |
Songqian Li <sionli@tencent.com> |
docs: improve performance metrics documentation
Add a performance metrics list and the definition of output format.
Signed-off-by: Songqian Li <sionli@tencent.com> |
94929889 | 02-Jul-2024 |
Wei Liu <liuwe@microsoft.com> |
vmm: make landlock configs VMM-level config
This requires stashing the config values in `struct Vmm`. The configs should be validated before before creating the VMM thread. Refactor the code and upd
vmm: make landlock configs VMM-level config
This requires stashing the config values in `struct Vmm`. The configs should be validated before before creating the VMM thread. Refactor the code and update documentation where necessary.
The place where the rules are applied remain the same.
Signed-off-by: Wei Liu <liuwe@microsoft.com>
show more ...
|
b785e003 | 11-Jun-2024 |
Praveen K Paladugu <prapal@linux.microsoft.com> |
docs: Add doc for Landlock feature
Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com> |