Files
systemd/docs
Lennart Poettering 8de7de462b pid1: import creds from SMBIOS too, not just qemu's fw_cfg
This imports credentials also via SMBIOS' "OEM vendor string" section,
similar to the existing import logic from fw_cfg.

Functionality-wise this is very similar to the existing fw_cfg logic,
both of which are easily settable on the qemu command line.

Pros and cons of each:

SMBIOS OEM vendor strings:
   - pro: fast, because memory mapped
   - pro: somewhat VMM independent, at least in theory
   - pro: qemu upstream sees this as the future
   - pro: no additional kernel module needed
   - con: strings only, thus binary data is base64 encoded

fw_cfg:
   - pro: has been supported for longer in qemu
   - pro: supports binary data
   - con: slow, because IO port based
   - con: only qemu
   - con: requires qemu_fw_cfg.ko kernel module
   - con: qemu upstream sees this as legacy
2022-07-15 08:31:34 +09:00
..
2022-05-17 23:00:18 +02:00
2022-05-17 23:00:18 +02:00
2019-12-11 17:04:20 +01:00
2022-01-12 16:05:59 +01:00
2022-06-28 16:05:31 +02:00
2022-05-18 20:34:10 +02:00
2018-10-12 13:48:34 +02:00
2022-05-26 14:16:17 +00:00
2022-06-10 08:26:08 +09:00
2022-06-28 16:05:31 +02:00
2022-05-18 20:34:10 +02:00
2019-12-11 17:04:20 +01:00
2022-05-18 20:34:10 +02:00
2022-05-18 20:34:10 +02:00
2022-06-28 16:05:31 +02:00
2022-05-18 20:34:10 +02:00
2022-06-28 16:05:31 +02:00
2022-05-05 19:49:26 +02:00
2022-06-28 16:05:31 +02:00
2022-06-28 16:05:31 +02:00