qemu-e2k/pc-bios/descriptors
Sergei Trofimovich 4b956a3999 pc-bios/descriptors: fix paths in json files
Before the change /usr/share/qemu/firmware/50-edk2-x86_64-secure.json
contained the relative path:
            "filename": "share/qemu/edk2-x86_64-secure-code.fd",
            "filename": "share/qemu/edk2-i386-vars.fd",

After then change the paths are absolute:
            "filename": "/usr/share/qemu/edk2-x86_64-secure-code.fd",
            "filename": "/usr/share/qemu/edk2-i386-vars.fd",

The regression appeared in qemu-5.2.0 (seems to be related
to meson port).

CC: Paolo Bonzini <pbonzini@redhat.com>
CC: "Marc-André Lureau" <marcandre.lureau@redhat.com>
CC: "Philippe Mathieu-Daudé" <philmd@redhat.com>
Bug: https://bugs.gentoo.org/766743
Bug: https://bugs.launchpad.net/qemu/+bug/1913012
Signed-off-by: Jannik Glückert <jannik.glueckert@gmail.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Message-Id: <20210131143434.2513363-1-slyfox@gentoo.org>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-02-08 14:43:55 +01:00
..
50-edk2-i386-secure.json pc-bios: document the edk2 firmware images; add firmware descriptors 2019-04-17 15:38:35 +02:00
50-edk2-x86_64-secure.json pc-bios: document the edk2 firmware images; add firmware descriptors 2019-04-17 15:38:35 +02:00
60-edk2-aarch64.json pc-bios: document the edk2 firmware images; add firmware descriptors 2019-04-17 15:38:35 +02:00
60-edk2-arm.json pc-bios: document the edk2 firmware images; add firmware descriptors 2019-04-17 15:38:35 +02:00
60-edk2-i386.json pc-bios: document the edk2 firmware images; add firmware descriptors 2019-04-17 15:38:35 +02:00
60-edk2-x86_64.json pc-bios: document the edk2 firmware images; add firmware descriptors 2019-04-17 15:38:35 +02:00
meson.build pc-bios/descriptors: fix paths in json files 2021-02-08 14:43:55 +01:00