aboutsummaryrefslogtreecommitdiffstats
path: root/common.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix qemu build and modify launch_qemu.shLouis Burda2023-02-011-1/+1
|
* Using CONFIG_PREEMPT_VOLUNTARY=y and CONFIG_PREEMPT=n for SNP hostAshish Kalra2022-10-121-0/+4
| | | | | | kernel build. Signed-off-by: Ashish Kalra <ashish.kalra@amd.com>
* Properly disable IOMMU passthrough modeTom Lendacky2022-08-171-1/+1
|
* Build updates and fixesTom Lendacky2022-08-091-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
* Clean up kernel config settingsTom Lendacky2022-05-311-5/+8
| | | | | Update the kernel config settings to remove certificate related config and tidy up the existing settings.
* Update common.sh0.alpha2022-05-111-1/+1
|
* common.sh: build/clone optimizations for kernel buildsMichael Roth2022-02-101-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.
* common.sh: include specific git commit in kernel's LOCALVERSIONMichael Roth2022-02-091-1/+2
|
* build.sh: document --packageMichael Roth2022-02-091-0/+9
| | | | | | | | | 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
* fix typoBrijesh Singh2021-12-141-1/+1
|
* update to use newer commitsBrijesh Singh2021-12-131-18/+22
|
* fix launch script to keep in sync with qemu updateBrijesh Singh2021-08-231-1/+1
|
* Add initial build scriptBrijesh Singh2020-04-221-0/+106