File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 4
4
"path" : "/machine/install/extensions" ,
5
5
"value" : [
6
6
{
7
- "image" : map (select (. | contains ("nvidia" ) or contains ("tailscale" ) | not )) | . []
7
+ "image" : map (select (. | contains ("nvidia" ) or contains ("tailscale" ) or contains ( "xe-guest-utilities" ) | not )) | . []
8
8
}
9
9
]
10
10
},
29
29
{
30
30
"name" : "ax88796b"
31
31
},
32
+ {
33
+ "name" : "binfmt_misc"
34
+ },
32
35
{
33
36
"name" : "btrfs"
34
37
},
47
50
{
48
51
"name" : "cdc_wdm"
49
52
},
53
+ {
54
+ "name" : "cxgb"
55
+ },
56
+ {
57
+ "name" : "cxgb3"
58
+ },
59
+ {
60
+ "name" : "cxgb4"
61
+ },
62
+ {
63
+ "name" : "cxgb4vf"
64
+ },
50
65
{
51
66
"name" : "drbd"
52
67
},
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ func (suite *ExtensionsSuiteQEMU) TestExtensionsExpectedPaths() {
69
69
"/lib/firmware/amdgpu" ,
70
70
"/lib/firmware/amd-ucode" ,
71
71
"/lib/firmware/bnx2x" ,
72
+ "/lib/firmware/cxgb3" ,
73
+ "/lib/firmware/cxgb4/configs" ,
72
74
"/lib/firmware/i915" ,
73
75
"/lib/firmware/intel/ice/ddp" ,
74
76
"/lib/firmware/intel-ucode" ,
@@ -100,12 +102,17 @@ func (suite *ExtensionsSuiteQEMU) TestExtensionsExpectedModules() {
100
102
"asix" : "asix.ko" ,
101
103
"ax88179_178a" : "ax88179_178a.ko" ,
102
104
"ax88796b" : "ax88796b.ko" ,
105
+ "binfmt_misc" : "binfmt_misc.ko" ,
103
106
"btrfs" : "btrfs.ko" ,
104
107
"cdc_ether" : "cdc_ether.ko" ,
105
108
"cdc_mbim" : "cdc_mbim.ko" ,
106
109
"cdc_ncm" : "cdc_ncm.ko" ,
107
110
"cdc_subset" : "cdc_subset.ko" ,
108
111
"cdc_wdm" : "cdc-wdm.ko" ,
112
+ "cxgb" : "cxgb.ko" ,
113
+ "cxgb3" : "cxgb3.ko" ,
114
+ "cxgb4" : "cxgb4.ko" ,
115
+ "cxgb4vf" : "cxgb4vf.ko" ,
109
116
"drbd" : "drbd.ko" ,
110
117
"gasket" : "gasket.ko" ,
111
118
"net1080" : "net1080.ko" ,
You can’t perform that action at this time.
0 commit comments