search for: romfile

Displaying 18 results from an estimated 18 matches for "romfile".

2016 Feb 07
1
GPU passthrough failed to find romfile
Hello guys, this drives me insane. I am trying to pass romfile of my GPU for UEFI boot This is an error I am getting : [root@brutus-coreos opt]# virsh start winos1 error: Failed to start domain winos1 error: internal error: early end of file from monitor: possible problem: 2016-02-07T16:56:09.358285Z qemu-system-x86_64: -device vfio-pci,host=01:00.0,id=hostd...
2012 Jan 24
2
[PATCH 26/28] pci: convert to QEMU Object Model
...iceInfo cirrus_vga_info = { - .qdev.name = "cirrus-vga", - .qdev.desc = "Cirrus CLGD 54xx VGA", - .qdev.size = sizeof(PCICirrusVGAState), - .qdev.vmsd = &vmstate_pci_cirrus_vga, - .no_hotplug = 1, - .init = pci_cirrus_vga_initfn, - .romfile = VGABIOS_CIRRUS_FILENAME, - .vendor_id = PCI_VENDOR_ID_CIRRUS, - .device_id = CIRRUS_ID_CLGD5446, - .class_id = PCI_CLASS_DISPLAY_VGA, +static void cirrus_vga_class_init(ObjectClass *klass, void *data) +{ + PCIDeviceClass *k = PCI_DEVICE_CLASS(klass); + + k->no_hot...
2018 Aug 28
0
OVMF / UEFI boot abnormally
...ailed settings. ovmf: os: <loader readonly='yes' type='pflash'>/root/OVMF_CODE.fd</loader> <nvram>/root/OVMF_VARS.fd</nvram> vga: <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=01:00.0,romfile=/root/10de:1b06:19da:1474.dump,multifunction=on'/> bios: os: <loader readonly='yes' type='rom'>/usr/share/qemu/bios.bin</loader> vga: <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=01:00.0,romfile=/root...
2015 Aug 03
1
EFI: ipxe + syslinux = Failed to read blocks: 0xC
...s thread. I'll read up on it. I think it is one of the links that got hit by sourceforge's horrible downtime last month. I remember hitting their "we're rebuilding our site" page quite often while searching around... > The easiest probably is to use virtio-net with the romfile= option to > completely disable iPXE roms and use the OVMF built in driver. You can > tell it's using that if you don't see the iPXE header just syslinux.efi > booting. I did not succeed in doing this, because I'm running qemu from libvirt. There is a new '<rom file=&q...
2015 Apr 07
3
syslinux.efi with QEMU/OVMF
...in these threads: http://www.syslinux.org/archives/2014-November/022804.html http://sourceforge.net/p/edk2/mailman/message/33236100/ I'm now getting further to almost being able to boot but still not quite. To eliminate further variables I'm now using the suggested virtio-net-pci with romfile= option to disable any iPXE code and only use code included in OVMF and syslinux. Where I'm stuck now is that syslinux.efi fails when trying to download a file from http. This fails with the efi version but works with the same PXE/HTTP server and QEMU client not using OVMF and instead of sy...
2018 Aug 06
0
Qemu guest display black after reboot
...ot appear. My screen is black. My environment: Guest: windows 10 vm-bios: ovmf host: ubuntu 1604 qemu: 2.12 libvirt: 4.2 kernel: 4.17.2 xml config: gpu: <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=0000:01:00.0,romfile=/root/rom.file,multifunction=on,x-vga=on'/> </qemu:commandline> features: <kvm> <hidden state='on'/> </kvm> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-user...
2015 Apr 07
0
syslinux.efi with QEMU/OVMF
...ww.syslinux.org/archives/2014-November/022804.html > http://sourceforge.net/p/edk2/mailman/message/33236100/ > > I'm now getting further to almost being able to boot but still not quite. > > To eliminate further variables I'm now using the suggested > virtio-net-pci with romfile= option to disable any iPXE code and only > use code included in OVMF and syslinux. > > Where I'm stuck now is that syslinux.efi fails when trying to download a > file from http. This fails with the efi version but works with the same > PXE/HTTP server and QEMU client not using...
2015 Jul 31
0
EFI: ipxe + syslinux = Failed to read blocks: 0xC
...er branch on ipxe.org > yet. If you go back one message in that thread you'll find a link to another thread explaining what's happening and what workarounds are available here: http://sourceforge.net/p/edk2/mailman/message/33735116/ The easiest probably is to use virtio-net with the romfile= option to completely disable iPXE roms and use the OVMF built in driver. You can tell it's using that if you don't see the iPXE header just syslinux.efi booting. This unfortunately only works with virtio-net as that's the only network inferface that OVMF has a driver. Or you could...
2015 Jul 31
5
EFI: ipxe + syslinux = Failed to read blocks: 0xC
Hello dear list, Using VMware I built a test setup of a server with dhcp, tftp and a http-server and several pxe-clients with EFI mode turned on. This setup worked, albeit with the exponential-like decay of IO rate I described earlier. The work-around of using HTTP works beautifully though. So it was time for the next step. Migrate this setup to our automated testing environment that runs
2013 Apr 02
3
[PATCH 0/2 V3] virtio-spec/net: dynamic network offloads configuration
From: Dmitry Fleytman <dfleytma at redhat.com> V3 changes: 1. Compat macro added 2. Feature name beautification V2 changes: 1. _GUEST_ added to command and feature names 2. Live migration logic fixed Reported-by: Michael S. Tsirkin <mst at redhat.com> One of recently introduced Windows features (RSC) requires network driver to be able to enable and disable HW LRO offload on
2013 Apr 02
3
[PATCH 0/2 V3] virtio-spec/net: dynamic network offloads configuration
From: Dmitry Fleytman <dfleytma at redhat.com> V3 changes: 1. Compat macro added 2. Feature name beautification V2 changes: 1. _GUEST_ added to command and feature names 2. Live migration logic fixed Reported-by: Michael S. Tsirkin <mst at redhat.com> One of recently introduced Windows features (RSC) requires network driver to be able to enable and disable HW LRO offload on
2020 Oct 14
2
scsi passthrough differs between guests
Greetings, I have two machines running the same distro, both running qemu 5.1.0, one runs libvirt 6.7.0, the other 6.8.0. I've decided to test the viability of passing through my sata cdrom into a vm, so I went to the libvirt docs, read a bit and added the following to a debian10 uefi vm running on libvirt 6.8.0: <controller type='scsi' index='0'
2020 Oct 15
2
Re: scsi passthrough differs between guests
...filename":"/dev/sg0","node-name":"libvirt-hostdev0-backend","read-only":true}' \ -device scsi-generic,bus=scsi0.0,channel=0,scsi-id=0,lun=0,drive=libvirt-hostdev0-backend,id=hostdev0 \ -device vfio-pci,host=0000:00:02.0,id=hostdev1,bus=pci.7,addr=0x0,romfile=/home/streamer/gpu-8086:5902-uefi.rom \ -device vfio-pci,host=0000:00:1f.3,id=hostdev2,bus=pci.2,addr=0x2 \ -device usb-host,id=hostdev3,bus=usb.0,port=1 \ -device usb-host,id=hostdev4,bus=usb.0,port=2 \ -device virtio-balloon-pci,id=balloon0,bus=pci.6,addr=0x0 \ -sandbox on,obsolete=deny,elevatepr...
2013 Apr 04
3
[PATCH 0/2 V4] virtio-spec/net: dynamic network offloads configuration
From: Dmitry Fleytman <dfleytma at redhat.com> V4 changes: 1. Feature definitions re-used for command bitmask 2. Command data made uint64 3. Commit messsages fixed Reported-by: Rusty Russell rusty at rustcorp.com.au V3 changes: 1. Compat macro added 2. Feature name beautification V2 changes: 1. _GUEST_ added to command and feature names 2. Live migration logic fixed
2013 Apr 04
3
[PATCH 0/2 V4] virtio-spec/net: dynamic network offloads configuration
From: Dmitry Fleytman <dfleytma at redhat.com> V4 changes: 1. Feature definitions re-used for command bitmask 2. Command data made uint64 3. Commit messsages fixed Reported-by: Rusty Russell rusty at rustcorp.com.au V3 changes: 1. Compat macro added 2. Feature name beautification V2 changes: 1. _GUEST_ added to command and feature names 2. Live migration logic fixed
2013 Jul 04
2
Libvirt, virtmanager & Windows 7 installation partition
I need to use an existing windows 7 installation in a virtual machine form a libvirt host running Ubuntu 12.10. Windows 7 installs on two partitions. There a 100MB boot partitiona and then the main partition for the installation. If I boot the laptop (which dual boots), I can select Windows 7 and boot it just fine, or alternative Ubuntu. If I select /dev/sda1 in the virtmanager as the source
2009 Apr 18
111
[Bug 21273] New: Driver can't detect video output and xserver doesn't start
http://bugs.freedesktop.org/show_bug.cgi?id=21273 Summary: Driver can't detect video output and xserver doesn't start Product: xorg Version: git Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo:
2013 Sep 17
10
RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
*RESEND* due to exceeding the mailinglists limit for attachment size. Hi, I''m trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting. So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter. - When i don''t passthrough the radeon card, the