mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
Revert "x86: don't let decompressed kernel image clobber setup_data"
This reverts commiteac7a7791b
. Fixes:eac7a7791b
("x86: don't let decompressed kernel image clobber setup_data") Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Tested-by: Nathan Chancellor <nathan@kernel.org> Tested-by: Dov Murik <dovmurik@linux.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
60d09b8dc7
commit
b34f2fd17e
5 changed files with 31 additions and 59 deletions
|
@ -139,15 +139,6 @@ void fw_cfg_add_bytes_callback(FWCfgState *s, uint16_t key,
|
|||
void *data, size_t len,
|
||||
bool read_only);
|
||||
|
||||
/**
|
||||
* fw_cfg_read_bytes_ptr:
|
||||
* @s: fw_cfg device being modified
|
||||
* @key: selector key value for new fw_cfg item
|
||||
*
|
||||
* Reads an existing fw_cfg data pointer.
|
||||
*/
|
||||
void *fw_cfg_read_bytes_ptr(FWCfgState *s, uint16_t key);
|
||||
|
||||
/**
|
||||
* fw_cfg_add_string:
|
||||
* @s: fw_cfg device being modified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue