]> Git Repo - qemu.git/commit
fw_cfg: move setting of FW_CFG_VERSION_DMA bit to fw_cfg_init1()
authorMark Cave-Ayland <[email protected]>
Thu, 29 Jun 2017 14:07:16 +0000 (15:07 +0100)
committerMichael S. Tsirkin <[email protected]>
Mon, 3 Jul 2017 19:29:49 +0000 (22:29 +0300)
commit3c1aa733d914c1f69f678b4e40ac9b5afc1ea174
tree81e0edcab5faf3b5375d75297ac991ade6bc4f80
parent91685323b142a655378b673bfcc5b424c77dfe1a
fw_cfg: move setting of FW_CFG_VERSION_DMA bit to fw_cfg_init1()

The setting of the FW_CFG_VERSION_DMA bit is the same across both the
TYPE_FW_CFG_MEM and TYPE_FW_CFG_IO devices, so unify the logic in
fw_cfg_init1().

Signed-off-by: Mark Cave-Ayland <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Reviewed-by: Eduardo Habkost <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Tested-by: Gabriel Somlo <[email protected]>
hw/nvram/fw_cfg.c
This page took 0.024716 seconds and 4 git commands to generate.