| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use cachepc custom qemu versionHEADmaster | Louis Burda | 2023-02-08 | 1 | -1/+1 |
| | | |||||
| * | Allow more vcpus for setup | Louis Burda | 2023-02-01 | 1 | -1/+1 |
| | | |||||
| * | fixup! Fix qemu build and modify launch_qemu.sh | Louis Burda | 2023-02-01 | 1 | -5/+11 |
| | | |||||
| * | Fix qemu build and modify launch_qemu.sh | Louis Burda | 2023-02-01 | 3 | -9/+105 |
| | | |||||
| * | Update the README | Tom Lendacky | 2022-11-10 | 1 | -0/+8 |
| | | |||||
| * | Using CONFIG_PREEMPT_VOLUNTARY=y and CONFIG_PREEMPT=n for SNP host | Ashish Kalra | 2022-10-12 | 1 | -0/+4 |
| | | | | | | | kernel build. Signed-off-by: Ashish Kalra <ashish.kalra@amd.com> | ||||
| * | Fix stable commits | Ashish Kalra | 2022-10-07 | 1 | -1/+1 |
| | | | | | Signed-off-by: Ashish Kalra <ashish.kalra@amd.com> | ||||
| * | Updates to latest commits | Ashish Kalra | 2022-10-07 | 1 | -2/+2 |
| | | | | | Signed-off-by: Ashish Kalra <ashish.kalra@amd.com> | ||||
| * | Add the UEFI variables pflash file on qmeu command line | Tom Lendacky | 2022-08-19 | 1 | -0/+1 |
| | | |||||
| * | Properly disable IOMMU passthrough mode | Tom Lendacky | 2022-08-17 | 1 | -1/+1 |
| | | |||||
| * | Update README to clear up confusion about hexadecimal FW versioning | Michael Roth | 2022-08-15 | 1 | -1/+1 |
| | | |||||
| * | Build updates and fixes | Tom Lendacky | 2022-08-09 | 1 | -1/+3 |
| | | | | | | | | | | Updates: - Build the the SEV guest module - Disable IOMMU passthrough mode in the kernel config Fixes: - Use the build directory when moving the RPM files | ||||
| * | Updates to latest commits | Ashish Kalra | 2022-07-14 | 2 | -3/+3 |
| | | | | | | | | | Update the stable-commits and README to reflect the latest versions of the SNP support. Now both Host and Guest kernel branches are the same as SNP Guest support has been merged upstream. Signed-off-by: Ashish Kalra <ashish.kalra@amd.com> | ||||
| * | Clean up kernel config settings | Tom Lendacky | 2022-05-31 | 1 | -5/+8 |
| | | | | | | Update the kernel config settings to remove certificate related config and tidy up the existing settings. | ||||
| * | Merge pull request #96 from JustPlay/sev-snp-devel | Tom Lendacky | 2022-05-11 | 3 | -4/+4 |
| |\ | | | | | update build/common/install.sh to support debian (use ID or ID_LIKE) | ||||
| | * | Update install.sh | 0.alpha | 2022-05-11 | 1 | -2/+2 |
| | | | |||||
| | * | Update build.sh | 0.alpha | 2022-05-11 | 1 | -1/+1 |
| | | | |||||
| | * | Update common.sh | 0.alpha | 2022-05-11 | 1 | -1/+1 |
| |/ | |||||
| * | Updates to latest commits | Tom Lendacky | 2022-04-28 | 2 | -2/+2 |
| | | | | | | Update the stable-commits and README to reflect the latest versions of the SNP support. | ||||
| * | README.md: update to reflect latest firmware | Michael Roth | 2022-02-10 | 1 | -5/+6 |
| | | |||||
| * | common.sh: build/clone optimizations for kernel builds | Michael Roth | 2022-02-10 | 1 | -9/+27 |
| | | | | | | | | | | | | | Currently kernel source repo is cloned twice; once for guest and once for host. Instead, clone guest repo, then copy the directory to use as host repo. Also add support for doing building latest commits from stable-commits without needing to remove/re-clone the kernel repo. Also remove existing linux deb/rpm packages prior to build so they don't end up in package tarball for new builds. | ||||
| * | build.sh: update usage() details | Michael Roth | 2022-02-10 | 1 | -5/+5 |
| | | | | | | | Previous update accidentally grouped the components under the --package option, but the components are actually standalone arguments, so update the wording for accuracy. | ||||
| * | stable-commits: update documentation notes for OVMF | Michael Roth | 2022-02-10 | 1 | -3/+2 |
| | | | | | | | | Previous comment incorrectly suggested that OVMF_BRANCH could be set to a specific commit hash if there were regressions with latest upstream master branch, but the build scripts don't currently support building from a specific commit, only a specific branch, so drop that wording. | ||||
| * | Update README.md | Brijesh Singh | 2022-02-09 | 1 | -4/+4 |
| | | | | Update with upgrade section to use the latest FW. | ||||
| * | Update README.md | Brijesh Singh | 2022-02-09 | 1 | -1/+1 |
| | | |||||
| * | common.sh: include specific git commit in kernel's LOCALVERSION | Michael Roth | 2022-02-09 | 1 | -1/+2 |
| | | |||||
| * | build.sh: document --package | Michael Roth | 2022-02-09 | 2 | -4/+16 |
| | | | | | | | | | | Also allow users to select a specific type of kernel packages to build via: build.sh --package kernel build.sh --package kernel host build.sh --package kernel guest | ||||
| * | update README for clarity regarding supported distros/firmware | Michael Roth | 2022-02-09 | 1 | -10/+16 |
| | | | | | | | | | | With latest kernel build, SNP firmware 1.51+ is required, so update docs to reflect that. While there, also update with additional details about live firmware update, fix a few typos, and clarify what distros may be used by the launch-qemu.sh script. | ||||
| * | stable-commits: update to build with latest kernel/OVMF branches | Michael Roth | 2022-02-09 | 1 | -3/+7 |
| | | |||||
| * | fix typo | Brijesh Singh | 2021-12-14 | 1 | -1/+1 |
| | | |||||
| * | Update README with SNP guest launch instruction | Brijesh Singh | 2021-12-13 | 1 | -14/+57 |
| | | |||||
| * | update to use newer commits | Brijesh Singh | 2021-12-13 | 4 | -25/+32 |
| | | |||||
| * | fix launch script to keep in sync with qemu update | Brijesh Singh | 2021-08-23 | 2 | -2/+2 |
| | | |||||
| * | update to use newer commit | Brijesh Singh | 2021-08-20 | 2 | -13/+10 |
| | | |||||
| * | update ovmf commit | Brijesh Singh | 2021-07-16 | 1 | -1/+1 |
| | | |||||
| * | update to use RFCv4 | Brijesh Singh | 2021-07-07 | 1 | -2/+2 |
| | | |||||
| * | update the stable commit id | Brijesh Singh | 2021-06-02 | 1 | -2/+2 |
| | | |||||
| * | update the README | Brijesh Singh | 2021-04-30 | 1 | -2/+2 |
| | | |||||
| * | update the stable commit to point to rfc2 | Brijesh Singh | 2021-04-30 | 1 | -3/+3 |
| | | |||||
| * | update latest qemu to be in sync with SNP RFC | Brijesh Singh | 2021-03-25 | 1 | -1/+1 |
| | | |||||
| * | update commit to point the RFC branches | Brijesh Singh | 2021-03-24 | 3 | -8/+10 |
| | | |||||
| * | Copy the GHCB spec from SNP ML. | Brijesh Singh | 2021-03-24 | 1 | -0/+0 |
| | | | | | https://lists.suse.com/mailman/private/amd-sev-snp/ | ||||
| * | Update stable commit to use newer version and drop thp check | Brijesh Singh | 2020-09-11 | 3 | -11/+3 |
| | | |||||
| * | update the kernel commit | Brijesh Singh | 2020-07-09 | 2 | -11/+1 |
| | | |||||
| * | Update the stable-commit to use ovmf v16 | Brijesh Singh | 2020-06-10 | 1 | -1/+1 |
| | | |||||
| * | update newer kernel commit | Brijesh Singh | 2020-06-08 | 2 | -4/+4 |
| | | |||||
| * | move to 5.7-rc1 | Brijesh Singh | 2020-06-06 | 2 | -7/+6 |
| | | |||||
| * | fix SEV policy calculation and remove thp change from grub | Brijesh Singh | 2020-05-24 | 2 | -19/+5 |
| | | |||||
| * | copy all the deb in package dir | Brijesh Singh | 2020-05-15 | 1 | -1/+1 |
| | | |||||
| * | check the THP disabled | Brijesh Singh | 2020-05-15 | 1 | -0/+8 |
| | | |||||
