Suse 15 sp6 kvm

I am new to SUSE 15 SP6 KVM and KVM in general. Could someone please guide me how do I start with it so that I can have a basis understanding of the SUSE KVM as a whole.
I also want to understand the API support which we might need in order to integrate the SUSE KVM feature in our product.

Have you seen https://documentation.suse.com/sles/15-SP6/html/SLES-all/cha-kvm-intro.html ?

1 Like

Thanks @smflood
Is there any resource where I can get the sample code examples as well for various functionalities that we can achieve using APIs?

KVM is a module in the Linux kernel and has some API documentation at https://docs.kernel.org/virt/kvm/api.html

1 Like