File tree 2 files changed +14
-14
lines changed
2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ CPU="-smp 4"
31
31
32
32
# SPICE
33
33
SPICE_PORT=5901
34
- DISPLAY =" -vga qxl \
35
- -spice port=${SPICE_PORT} ,addr=127.0.0.1,disable-ticketing=on"
34
+ GFX =" -vga qxl \
35
+ -spice port=${SPICE_PORT} ,addr=127.0.0.1,disable-ticketing=on"
36
36
# Set up vdagent for copy&paste between host and guest, dynamic resolution
37
37
# changes, etc.
38
- DISPLAY =" ${DISPLAY } \
39
- -device virtio-serial \
40
- -chardev spicevmc,id=vdagent,debug=0,name=vdagent \
41
- -device virtserialport,chardev=vdagent,name=com.redhat.spice.0"
38
+ GFX =" ${GFX } \
39
+ -device virtio-serial \
40
+ -chardev spicevmc,id=vdagent,debug=0,name=vdagent \
41
+ -device virtserialport,chardev=vdagent,name=com.redhat.spice.0"
42
42
43
43
HDD_IMG=" disk.img"
44
44
@@ -75,7 +75,7 @@ qemu-system-x86_64 $KVM \
75
75
$UEFI_VARS \
76
76
$CPU \
77
77
$MACH \
78
- $DISPLAY \
78
+ $GFX \
79
79
$HARDDRIVE \
80
80
$MEMORY \
81
81
$TPM \
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ CPU="-smp 4"
29
29
30
30
# SPICE
31
31
SPICE_PORT=5901
32
- DISPLAY =" -vga qxl \
33
- -spice port=${SPICE_PORT} ,addr=127.0.0.1,disable-ticketing=on"
32
+ GFX =" -vga qxl \
33
+ -spice port=${SPICE_PORT} ,addr=127.0.0.1,disable-ticketing=on"
34
34
# Set up vdagent for copy&paste between host and guest, dynamic resolution
35
35
# changes, etc.
36
- DISPLAY =" ${DISPLAY } \
37
- -device virtio-serial \
38
- -chardev spicevmc,id=vdagent,debug=0,name=vdagent \
39
- -device virtserialport,chardev=vdagent,name=com.redhat.spice.0"
36
+ GFX =" ${GFX } \
37
+ -device virtio-serial \
38
+ -chardev spicevmc,id=vdagent,debug=0,name=vdagent \
39
+ -device virtserialport,chardev=vdagent,name=com.redhat.spice.0"
40
40
41
41
HDD_IMG=" disk.img"
42
42
MPIO_IMG=" mpio.img"
@@ -80,7 +80,7 @@ qemu-system-x86_64 $KVM \
80
80
$UEFI_VARS \
81
81
$CPU \
82
82
$MACH \
83
- $DISPLAY \
83
+ $GFX \
84
84
$HARDDRIVE \
85
85
$MEMORY \
86
86
$TPM \
You can’t perform that action at this time.
0 commit comments