Gabriel L. Somlo 3a5c76baf3 fw_cfg: factor out initialization of FW_CFG_ID (rev. number)
The fw_cfg documentation says this of the revision key (0x0001, FW_CFG_ID):

> A 32-bit little-endian unsigned int, this item is used as an interface
> revision number, and is currently set to 1 by all QEMU architectures
> which expose a fw_cfg device.

arm/virt doesn't.  It could be argued that that's an error in
"hw/arm/virt.c"; on the other hand, all of the other fw_cfg providing
boards set the interface version to 1 manually, despite the device
coming from the same, shared implementation. Therefore, instead of
adding

    fw_cfg_add_i32(fw_cfg, FW_CFG_ID, 1);

to arm/virt, consolidate all such existing calls in the fw_cfg
initialization code.

Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
Message-Id: <1426789244-26318-1-git-send-email-somlo@cmu.edu>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-03-25 13:37:10 +01:00
2015-03-19 17:47:08 +00:00
2015-03-04 13:00:36 -05:00
2015-03-19 11:30:37 +03:00
2015-03-20 10:37:03 +00:00
2015-03-19 11:39:18 +03:00
2015-03-19 11:11:55 +03:00
2015-03-09 09:14:28 +00:00
2015-03-16 12:10:30 -04:00
2015-03-08 06:43:32 +00:00
2015-03-19 11:17:27 +03:00
2015-03-18 12:07:34 +01:00
2015-03-19 11:35:52 +03:00
2015-03-17 17:11:33 +00:00
2015-03-17 14:31:15 +01:00
2015-03-12 09:13:07 +00:00
2015-03-20 09:50:08 +00:00
2015-03-19 17:47:08 +00:00
2015-03-19 17:47:08 +00:00
2015-03-10 11:33:35 +01:00
2015-03-10 09:26:22 +01:00
2015-03-17 18:58:33 +00:00

Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%