Skip to content

Commit e2652c5

Browse files
authored
Merge pull request #1142 from AkihiroSuda/dev
qemu: do not use `-device ramfb` for RISC-V
2 parents 5b08cc5 + ffd6422 commit e2652c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/qemu/qemu.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ func Cmdline(cfg Config) (string, []string, error) {
540540
args = appendArgsIfNoConflict(args, "-display", *y.Video.Display)
541541
}
542542
switch *y.Arch {
543-
case limayaml.X8664:
543+
case limayaml.X8664, limayaml.RISCV64:
544544
args = append(args, "-device", "virtio-vga")
545545
args = append(args, "-device", "virtio-keyboard-pci")
546546
args = append(args, "-device", "virtio-mouse-pci")

0 commit comments

Comments
 (0)