diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2018-02-28 10:06:11 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-03-19 21:17:40 -0400 |
commit | 1f57bc12d87dda2d56b564d35f21b9e6bdb2bb2c (patch) | |
tree | d4571d43aab1c544819799cb1ebe9deffde49e24 /MAINTAINERS | |
parent | b1cc4097d15c29725060f86ecec20a1e635a541f (diff) |
fw_cfg: add a public uapi header
Create a common header file for well-known values and structures to be
shared by the Linux kernel with qemu or other projects.
It is based from qemu/docs/specs/fw_cfg.txt which references
qemu/include/hw/nvram/fw_cfg_keys.h "for the most up-to-date and
authoritative list" & vmcoreinfo.txt. Those files don't have an
explicit license, but qemu/hw/nvram/fw_cfg.c is BSD-license, so
Michael S. Tsirkin suggested to use the same license.
The patch intentionally left out DMA & vmcoreinfo structures &
defines, which are added in the commits making usage of it.
Suggested-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4623caf8d72d..fc2c373f24a0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -11368,6 +11368,7 @@ M: "Michael S. Tsirkin" <mst@redhat.com> | |||
11368 | L: qemu-devel@nongnu.org | 11368 | L: qemu-devel@nongnu.org |
11369 | S: Maintained | 11369 | S: Maintained |
11370 | F: drivers/firmware/qemu_fw_cfg.c | 11370 | F: drivers/firmware/qemu_fw_cfg.c |
11371 | F: include/uapi/linux/qemu_fw_cfg.h | ||
11371 | 11372 | ||
11372 | QIB DRIVER | 11373 | QIB DRIVER |
11373 | M: Dennis Dalessandro <dennis.dalessandro@intel.com> | 11374 | M: Dennis Dalessandro <dennis.dalessandro@intel.com> |