Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qemu : fixed firmware path
@ 2020-07-19  9:33 pandom79
  2020-07-19  9:53 ` sgn
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: pandom79 @ 2020-07-19  9:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]

There is a new pull request by pandom79 against master on the void-packages repository

https://github.com/pandom79/void-packages qemu
https://github.com/void-linux/void-packages/pull/23651

qemu : fixed firmware path
Hi,
the actual qemu version is built wrong. 
When libvirt start, it searchs firmware in **/usr/share/qemu/firmware** but the firmwares are installed in /usr/lib/qemu/firmware beacuse it has been set **--data-lib=/usr/lib**.
Deleting this setting , now libvirt works correctly and i can choice uefi firmware.
Before this was not possible.
Regards




A patch file from https://github.com/void-linux/void-packages/pull/23651.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qemu-23651.patch --]
[-- Type: text/x-diff, Size: 1132 bytes --]

From a59ada6905a44cbfe73eb70a812d95236835bb22 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sun, 19 Jul 2020 11:19:22 +0200
Subject: [PATCH] qemu : fixed firmware path

---
 srcpkgs/qemu/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 5a32c5c1dd3..e1635cf560b 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,7 +1,7 @@
 # Template file for 'qemu'
 pkgname=qemu
 version=5.0.0
-revision=2
+revision=3
 short_desc="Open Source Processor Emulator"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
@@ -62,7 +62,7 @@ do_configure() {
 		--disable-xen --enable-tpm \
 		--enable-vhost-net --enable-vnc-png --enable-virtfs \
 		--enable-libusb --disable-glusterfs --enable-snappy --enable-usb-redir \
-		--enable-pie --localstatedir=/var --datadir=/usr/lib --enable-docs \
+		--enable-pie --localstatedir=/var --enable-docs \
 		$(vopt_enable virgl virglrenderer) $(vopt_enable opengl) $(vopt_enable spice) \
 		${want_sdl} \
 		$(vopt_enable smartcard) \

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-09-14  8:36 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-19  9:33 [PR PATCH] qemu : fixed firmware path pandom79
2020-07-19  9:53 ` sgn
2020-07-19  9:54 ` sgn
2020-07-19 10:30 ` [PR PATCH] [Closed]: " pandom79
2020-07-19 10:30 ` pandom79
2020-07-20 11:49 ` [PR PATCH] [Updated] " pandom79
2020-07-20 11:51 ` pandom79
2020-07-20 11:53 ` pandom79
2020-07-20 11:54 ` pandom79
2020-07-20 11:55 ` pandom79
2020-07-20 13:51 ` [PR PATCH] [Updated] " pandom79
2020-07-20 14:04 ` sgn
2020-07-20 14:14 ` pandom79
2020-07-20 14:15 ` pandom79
2020-09-14  8:36 ` pandom79
2020-09-14  8:36 ` [PR PATCH] [Closed]: " pandom79

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).