Gabriel L. Somlo
48779e5018
fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparc
...
On ppc, sparc, and sparc64, the value of the FW_CFG_BOOT_DEVICE 16bit
fw_cfg entry is repeatedly modified from a series of callbacks, which
currently results in the previous value's dynamically allocated memory
being leaked.
This patch switches updating to the new fw_cfg_modify_i16() call, which
does not cause memory leaks.
Signed-off-by: Gabriel Somlo <somlo@cmu.edu >
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2015-06-10 08:00:37 +02:00
..
2015-06-01 14:18:55 +02:00
2015-06-05 19:45:13 +02:00
2015-06-03 14:21:24 +03:00
2015-06-05 17:36:31 +02:00
2015-04-27 18:24:18 +02:00
2015-06-08 15:57:41 +01:00
2015-04-28 15:36:08 +02:00
2015-06-05 17:09:58 +02:00
2015-06-09 07:37:37 +02:00
2014-11-03 19:51:56 +03:00
2015-04-11 20:03:57 +10:00
2015-06-05 17:09:59 +02:00
2015-04-26 16:49:24 +01:00
2015-06-02 14:56:25 +01:00
2015-05-29 11:28:59 +01:00
2015-06-05 17:36:39 +02:00
2015-06-08 14:07:32 +01:00
2015-06-01 14:18:55 +02:00
2015-06-04 12:49:15 +01:00
2015-02-26 12:42:16 +01:00
2015-06-05 19:45:13 +02:00
2015-06-03 14:21:24 +03:00
2015-03-25 14:35:24 +01:00
2015-06-04 11:20:34 +02:00
2015-04-30 16:06:18 +03:00
2015-06-04 11:25:42 +02:00
2015-06-03 23:56:49 +02:00
2014-09-09 13:41:43 +02:00
2015-06-04 18:33:24 +01:00
2015-06-10 08:00:37 +02:00
2014-11-03 00:59:10 +03:00
2015-06-04 18:33:24 +01:00
2015-06-03 18:19:18 +02:00
2015-06-05 19:45:13 +02:00
2014-10-24 12:19:11 +01:00
2015-06-10 08:00:37 +02:00
2015-06-03 18:07:05 +02:00
2015-06-01 14:18:55 +02:00
2015-05-12 11:57:16 +01:00
2015-04-26 16:49:24 +01:00
2015-06-10 08:00:37 +02:00
2015-06-10 08:00:37 +02:00
2015-03-19 11:11:55 +03:00
2015-06-03 14:21:24 +03:00
2015-06-01 14:18:54 +02:00
2014-11-02 10:04:34 +03:00
2015-06-03 14:21:24 +03:00
2015-05-11 13:54:00 +01:00
2015-04-30 16:55:32 +02:00
2015-06-05 17:09:59 +02:00
2015-03-25 13:38:05 +01:00
2015-06-02 15:07:01 +00:00
2014-10-20 14:02:25 +02:00
2015-03-10 08:15:33 +03:00
2014-12-19 15:24:06 -07:00