Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] qemu: datadir is not set, uefi support is broken
@ 2021-01-16 10:40 gspe
  2021-01-19 21:22 ` ericonr
                   ` (64 more replies)
  0 siblings, 65 replies; 66+ messages in thread
From: gspe @ 2021-01-16 10:40 UTC (permalink / raw)
  To: ml

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

New issue by gspe on void-packages repository

https://github.com/void-linux/void-packages/issues/27965

Description:
this pr https://github.com/void-linux/void-packages/pull/24884 remove `--datadir=/usr/lib` but not set `--datadir=/usr/share` so now qemu package has broken support for uefi, for example this is the content of `60-edk2-x86_64.json` :
```
cat /usr/share/qemu/firmware/60-edk2-x86_64.json
{
    "description": "UEFI firmware for x86_64",
    "interface-types": [
        "uefi"
    ],
    "mapping": {
        "device": "flash",
        "executable": {
            "filename": "share/qemu/edk2-x86_64-code.fd",
            "format": "raw"
        },
        "nvram-template": {
            "filename": "share/qemu/edk2-i386-vars.fd",
            "format": "raw"
        }
    },
    "targets": [
        {
            "architecture": "x86_64",
            "machines": [
                "pc-i440fx-*",
                "pc-q35-*"
            ]
        }
    ],
    "features": [
        "acpi-s3",
        "amd-sev",
        "verbose-dynamic"
    ],
    "tags": [

    ]
}
```

as you can see the filename path is not correct ` "filename": "share/qemu/edk2-i386-vars.fd",`


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

end of thread, other threads:[~2021-01-26  2:57 UTC | newest]

Thread overview: 66+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-16 10:40 [ISSUE] qemu: datadir is not set, uefi support is broken gspe
2021-01-19 21:22 ` ericonr
2021-01-19 22:51 ` gspe
2021-01-19 22:55 ` ericonr
2021-01-20 17:55 ` gspe
2021-01-20 17:55 ` gspe
2021-01-21  1:41 ` ericonr
2021-01-21  1:42 ` ericonr
2021-01-21 21:02 ` gspe
2021-01-21 21:10 ` ericonr
2021-01-21 21:15 ` gspe
2021-01-21 21:19 ` ericonr
2021-01-21 21:21 ` gspe
2021-01-21 21:22 ` gspe
2021-01-21 21:23 ` gspe
2021-01-21 21:24 ` gspe
2021-01-21 21:28 ` ericonr
2021-01-24 15:14 ` ackalker
2021-01-24 15:17 ` ackalker
2021-01-24 15:19 ` ackalker
2021-01-24 15:21 ` ackalker
2021-01-24 15:28 ` ackalker
2021-01-24 15:42 ` ackalker
2021-01-24 15:46 ` ackalker
2021-01-24 15:48 ` ackalker
2021-01-24 17:39 ` ackalker
2021-01-24 17:39 ` ackalker
2021-01-24 17:45 ` ackalker
2021-01-24 17:46 ` ackalker
2021-01-24 17:47 ` ackalker
2021-01-24 17:48 ` ackalker
2021-01-24 17:51 ` ackalker
2021-01-24 17:52 ` ackalker
2021-01-24 17:52 ` ackalker
2021-01-24 17:53 ` ackalker
2021-01-24 17:54 ` ackalker
2021-01-24 17:56 ` ackalker
2021-01-24 17:56 ` ackalker
2021-01-24 17:58 ` ackalker
2021-01-24 18:01 ` ackalker
2021-01-24 18:02 ` ackalker
2021-01-24 18:10 ` ackalker
2021-01-25  2:21 ` ackalker
2021-01-25  2:23 ` ackalker
2021-01-25  2:23 ` ackalker
2021-01-25  2:40 ` ackalker
2021-01-25  2:43 ` ackalker
2021-01-25  2:45 ` ackalker
2021-01-25  2:49 ` ackalker
2021-01-25  2:51 ` ackalker
2021-01-25  2:52 ` ackalker
2021-01-25  2:55 ` ackalker
2021-01-25  2:59 ` ackalker
2021-01-25  3:02 ` ackalker
2021-01-25  3:04 ` ackalker
2021-01-25  3:04 ` ackalker
2021-01-25  3:05 ` ackalker
2021-01-25  3:07 ` ackalker
2021-01-25  3:07 ` ackalker
2021-01-25  3:10 ` ackalker
2021-01-25  7:04 ` ackalker
2021-01-25  7:08 ` ackalker
2021-01-25  7:09 ` ackalker
2021-01-25  7:10 ` ackalker
2021-01-26  2:57 ` ackalker
2021-01-26  2:57 ` ackalker

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).