minikube/pkg/drivers/kvm
Nir Soffer 5d4d03623b
drivers: Extract drivers/common package (#21266)
Move all files and packages which are not a driver to the drivers/common
package. This helps to understand the structure of the code.

While moving, move the iso_test.iso into testdata/test.iso to separate
code and test data.

While fixing the test iso path fix few bugs in the tests using wrong iso
path. The test failed because the iso path was wrong instead of issue
with source or destination path.

New directory structure:

    % tree -L1 pkg/drivers
    pkg/drivers
    ├── common
    ├── hyperkit
    ├── kic
    ├── krunkit
    ├── kvm
    ├── none
    ├── qemu
    ├── ssh
    └── vfkit
2025-08-08 22:50:57 -07:00
..
disks.go Add ability to create extra disks on qemu2 vms 2023-06-06 16:28:19 -06:00
domain.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
domain_definition_arm64.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
domain_definition_x86.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
gpu.go fix undefining kvm domain 2022-04-07 13:33:01 -07:00
kvm.go drivers: Extract drivers/common package (#21266) 2025-08-08 22:50:57 -07:00
network.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
numa.go fix: fix kvm2 numa simulate ut&lint 2021-03-02 22:40:42 +08:00
numa_test.go fix: fix kvm2 numa simulate ut&lint 2021-03-02 22:40:42 +08:00
version.go Add commit id to docker-machine-driver-kvm2 version 2019-06-28 13:45:54 -07:00