commit | 336b60bb10196adf287489cca4fd17092d9fac5e | [log] [tgz] |
---|---|---|
author | Ben Warren <ben@skyportsystems.com> | Mon Feb 20 19:56:18 2017 -0800 |
committer | Kevin O'Connor <kevin@koconnor.net> | Tue Feb 21 09:30:15 2017 -0500 |
tree | f985a4df2c90b0be11de25dc76814f9bdbd331d7 | |
parent | bb9cbbcabc37665cb645cacd1cfefbfe1f4364ab [diff] |
QEMU fw_cfg: Add functions for accessing files by key Due to memory contraints, when resuming from S3 the fw_cfg "files" API isn't available. This adds a simple API to get a file 'key', and to write to the file using the key as a reference. Signed-off-by: Ben Warren <ben@skyportsystems.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>