File tree 34 files changed +35
-35
lines changed
34 files changed +35
-35
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package vz
8
8
*/
9
9
import "C"
10
10
import (
11
- "github.com/Code-Hex/vz/v2 /internal/objc"
11
+ "github.com/Code-Hex/vz/v3 /internal/objc"
12
12
)
13
13
14
14
// AudioDeviceConfiguration interface for an audio device configuration.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"fmt"
12
12
"os"
13
13
14
- "github.com/Code-Hex/vz/v2 /internal/objc"
14
+ "github.com/Code-Hex/vz/v3 /internal/objc"
15
15
)
16
16
17
17
// BootLoader is the interface of boot loader definitions.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ package vz
10
10
*/
11
11
import "C"
12
12
import (
13
- "github.com/Code-Hex/vz/v2 /internal/objc"
13
+ "github.com/Code-Hex/vz/v3 /internal/objc"
14
14
)
15
15
16
16
// MacOSBootLoader is a boot loader configuration for booting macOS on Apple Silicon.
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ import (
64
64
"fmt"
65
65
"unsafe"
66
66
67
- "github.com/Code-Hex/vz/v2 /internal/objc"
67
+ "github.com/Code-Hex/vz/v3 /internal/objc"
68
68
)
69
69
70
70
// pointer is a type alias which is able to use as embedded type and
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ package vz
7
7
*/
8
8
import "C"
9
9
import (
10
- "github.com/Code-Hex/vz/v2 /internal/objc"
10
+ "github.com/Code-Hex/vz/v3 /internal/objc"
11
11
)
12
12
13
13
// SpiceAgentPortAttachment is an attachment point that enables
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ package vz
9
9
*/
10
10
import "C"
11
11
import (
12
- "github.com/Code-Hex/vz/v2 /internal/objc"
12
+ "github.com/Code-Hex/vz/v3 /internal/objc"
13
13
)
14
14
15
15
// VirtualMachineConfiguration defines the configuration of a VirtualMachine.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import "C"
9
9
import (
10
10
"unsafe"
11
11
12
- "github.com/Code-Hex/vz/v2 /internal/objc"
12
+ "github.com/Code-Hex/vz/v3 /internal/objc"
13
13
)
14
14
15
15
// ConsoleDeviceConfiguration interface for an console device configuration.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import "C"
12
12
import (
13
13
"runtime"
14
14
15
- "github.com/Code-Hex/vz/v2 /internal/objc"
15
+ "github.com/Code-Hex/vz/v3 /internal/objc"
16
16
)
17
17
18
18
// DebugStubConfiguration is an interface to debug configuration.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ package vz
7
7
*/
8
8
import "C"
9
9
import (
10
- "github.com/Code-Hex/vz/v2 /internal/objc"
10
+ "github.com/Code-Hex/vz/v3 /internal/objc"
11
11
)
12
12
13
13
// VirtioEntropyDeviceConfiguration is used to expose a source of entropy for the guest operating system’s random-number generator.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package vz_test
3
3
import (
4
4
"errors"
5
5
6
- "github.com/Code-Hex/vz/v2 "
6
+ "github.com/Code-Hex/vz/v3 "
7
7
)
8
8
9
9
func ExampleErrUnsupportedOSVersion () {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ package vz
7
7
*/
8
8
import "C"
9
9
import (
10
- "github.com/Code-Hex/vz/v2 /internal/objc"
10
+ "github.com/Code-Hex/vz/v3 /internal/objc"
11
11
)
12
12
13
13
// GraphicsDeviceConfiguration is an interface for a graphics device configuration.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ package vz
10
10
*/
11
11
import "C"
12
12
import (
13
- "github.com/Code-Hex/vz/v2 /internal/objc"
13
+ "github.com/Code-Hex/vz/v3 /internal/objc"
14
14
)
15
15
16
16
// MacGraphicsDeviceConfiguration is a configuration for a display attached to a Mac graphics device.
Original file line number Diff line number Diff line change 7
7
"testing"
8
8
"time"
9
9
10
- "github.com/Code-Hex/vz/v2 /internal/progress"
10
+ "github.com/Code-Hex/vz/v3 /internal/progress"
11
11
)
12
12
13
13
func TestReader (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package vz
8
8
*/
9
9
import "C"
10
10
import (
11
- "github.com/Code-Hex/vz/v2 /internal/objc"
11
+ "github.com/Code-Hex/vz/v3 /internal/objc"
12
12
)
13
13
14
14
// KeyboardConfiguration interface for a keyboard configuration.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ package vz
7
7
*/
8
8
import "C"
9
9
import (
10
- "github.com/Code-Hex/vz/v2 /internal/objc"
10
+ "github.com/Code-Hex/vz/v3 /internal/objc"
11
11
)
12
12
13
13
// MemoryBalloonDeviceConfiguration for a memory balloon device configuration.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
"syscall"
15
15
"unsafe"
16
16
17
- "github.com/Code-Hex/vz/v2 /internal/objc"
17
+ "github.com/Code-Hex/vz/v3 /internal/objc"
18
18
)
19
19
20
20
// BridgedNetwork defines a network interface that bridges a physical interface with a virtual machine.
Original file line number Diff line number Diff line change 4
4
"net"
5
5
"testing"
6
6
7
- "github.com/Code-Hex/vz/v2 "
7
+ "github.com/Code-Hex/vz/v3 "
8
8
)
9
9
10
10
func TestFileHandleNetworkDeviceAttachmentMTU (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"os"
13
13
"unsafe"
14
14
15
- "github.com/Code-Hex/vz/v2 /internal/objc"
15
+ "github.com/Code-Hex/vz/v3 /internal/objc"
16
16
)
17
17
18
18
// PlatformConfiguration is an interface for a platform configuration.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ package vz
10
10
*/
11
11
import "C"
12
12
import (
13
- "github.com/Code-Hex/vz/v2 /internal/objc"
13
+ "github.com/Code-Hex/vz/v3 /internal/objc"
14
14
)
15
15
16
16
// MacPlatformConfiguration is the platform configuration for booting macOS on Apple silicon.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package vz
8
8
*/
9
9
import "C"
10
10
import (
11
- "github.com/Code-Hex/vz/v2 /internal/objc"
11
+ "github.com/Code-Hex/vz/v3 /internal/objc"
12
12
)
13
13
14
14
// PointingDeviceConfiguration is an interface for a pointing device configuration.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ package vz
10
10
*/
11
11
import "C"
12
12
import (
13
- "github.com/Code-Hex/vz/v2 /internal/objc"
13
+ "github.com/Code-Hex/vz/v3 /internal/objc"
14
14
)
15
15
16
16
// MacTrackpadConfiguration is a struct that defines the configuration
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import "C"
9
9
import (
10
10
"os"
11
11
12
- "github.com/Code-Hex/vz/v2 /internal/objc"
12
+ "github.com/Code-Hex/vz/v3 /internal/objc"
13
13
)
14
14
15
15
// SerialPortAttachment interface for a serial port attachment.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import "C"
11
11
import (
12
12
"os"
13
13
14
- "github.com/Code-Hex/vz/v2 /internal/objc"
14
+ "github.com/Code-Hex/vz/v3 /internal/objc"
15
15
)
16
16
17
17
// DirectorySharingDeviceConfiguration for a directory sharing device configuration.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"runtime/cgo"
14
14
"unsafe"
15
15
16
- "github.com/Code-Hex/vz/v2 /internal/objc"
16
+ "github.com/Code-Hex/vz/v3 /internal/objc"
17
17
)
18
18
19
19
// LinuxRosettaAvailability represents an availability of Rosetta support for Linux binaries.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package vz_test
6
6
import (
7
7
"testing"
8
8
9
- "github.com/Code-Hex/vz/v2 "
9
+ "github.com/Code-Hex/vz/v3 "
10
10
)
11
11
12
12
func TestLinuxRosettaAvailabilityString (t * testing.T ) {
Original file line number Diff line number Diff line change 9
9
"testing"
10
10
"time"
11
11
12
- "github.com/Code-Hex/vz/v2 "
12
+ "github.com/Code-Hex/vz/v3 "
13
13
)
14
14
15
15
func TestVirtioFileSystemDeviceConfigurationTag (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
"time"
17
17
"unsafe"
18
18
19
- "github.com/Code-Hex/vz/v2 /internal/objc"
19
+ "github.com/Code-Hex/vz/v3 /internal/objc"
20
20
)
21
21
22
22
// SocketDeviceConfiguration for a socket device configuration.
Original file line number Diff line number Diff line change 7
7
"testing"
8
8
"time"
9
9
10
- "github.com/Code-Hex/vz/v2 "
10
+ "github.com/Code-Hex/vz/v3 "
11
11
)
12
12
13
13
func TestVirtioSocketListener (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import "C"
11
11
import (
12
12
"os"
13
13
14
- "github.com/Code-Hex/vz/v2 /internal/objc"
14
+ "github.com/Code-Hex/vz/v3 /internal/objc"
15
15
)
16
16
17
17
type baseStorageDeviceAttachment struct {}
Original file line number Diff line number Diff line change 5
5
"strings"
6
6
"testing"
7
7
8
- "github.com/Code-Hex/vz/v2 "
8
+ "github.com/Code-Hex/vz/v3 "
9
9
)
10
10
11
11
func TestBlockDeviceIdentifier (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"sync"
14
14
"unsafe"
15
15
16
- "github.com/Code-Hex/vz/v2 /internal/objc"
16
+ "github.com/Code-Hex/vz/v3 /internal/objc"
17
17
)
18
18
19
19
func init () {
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import (
22
22
"sync/atomic"
23
23
"unsafe"
24
24
25
- "github.com/Code-Hex/vz/v2 /internal/objc"
26
- "github.com/Code-Hex/vz/v2 /internal/progress"
25
+ "github.com/Code-Hex/vz/v3 /internal/objc"
26
+ "github.com/Code-Hex/vz/v3 /internal/progress"
27
27
)
28
28
29
29
// WithStartUpFromMacOSRecovery is an option to specifiy whether to start up
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"testing"
11
11
"time"
12
12
13
- "github.com/Code-Hex/vz/v2 "
13
+ "github.com/Code-Hex/vz/v3 "
14
14
"golang.org/x/crypto/ssh"
15
15
)
16
16
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package vz_test
3
3
import (
4
4
"testing"
5
5
6
- "github.com/Code-Hex/vz/v2 "
6
+ "github.com/Code-Hex/vz/v3 "
7
7
)
8
8
9
9
func TestErrorCodeString (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments