summary refs log tree commit diff stats
path: root/include/qemu/datadir.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* system/datadir: Add new type constant for DTB filesBALATON Zoltan2025-04-251-3/+8
| | | | | | | | | | Currently DTB files are mixed with ROMs under BIOS type. Separate them under a new type constant and turn defines into an enum while at it. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <ae793d1f81e3577605759c43871722324a1ef2cb.1745402140.git.balaton@eik.bme.hu> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+28
Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>