Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 553540 Details for
Bug 669880
app-emulation/qemu-3.0.0: efifb on Linux guest fails to load when using VGA passthrough
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qemu configuration #1
file_669880.txt (text/plain), 1.01 KB, created by
nvinson234
on 2018-10-28 17:07:15 UTC
(
hide
)
Description:
qemu configuration #1
Filename:
MIME Type:
Creator:
nvinson234
Created:
2018-10-28 17:07:15 UTC
Size:
1.01 KB
patch
obsolete
>#!/bin/sh > >VM_MACHINE_PATH="$(dirname "$0")/../machines/Gentoo_qxl" > >/usr/bin/qemu-system-x86_64 \ > -rtc base=localtime \ > -m 8G \ > -usb \ > -accel kvm \ > -machine q35 \ > -cpu host,kvm=off \ > -smp maxcpus=4,cores=2,threads=2,sockets=1 \ > -netdev user,id=vmnic,hostname=Gentoo_qxl \ > -vga qxl \ > -device vfio-pci,host=01:00.1 \ > -device vfio-pci,host=01:00.0, \ > -device virtio-net,netdev=vmnic \ > -device usb-host,vendorid=0x1852,productid=0x7022 \ > -device usb-host,vendorid=0x046d,productid=0xc31c \ > -device usb-host,vendorid=0x046d,productid=0xc52b \ > -device virtio-balloon \ > -drive if=pflash,format=raw,readonly,file=/usr/share/edk2-ovmf/OVMF_CODE.fd \ > -drive if=pflash,format=raw,file="${VM_MACHINE_PATH}/OVMF_VARS.fd" \ > -drive file="${VM_MACHINE_PATH}/disk.img",format=raw,if=virtio \ > -spice port=8400,addr=0.0.0.0,disable-ticketing \ > -display none -cdrom systemrescuecd-x86-5.3.1.iso
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 669880
:
553532
|
553534
|
553536
|
553538
| 553540 |
553542