]> git.proxmox.com Git - mirror_qemu.git/commit
fw_cfg: rename read callback
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 7 Aug 2017 18:16:11 +0000 (20:16 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 8 Sep 2017 13:15:17 +0000 (16:15 +0300)
commit6f6f4aec749ba9a4fb58c7c20536a61b0381ff35
tree0cef7c3dd1db0c476fdef07ac27955603bbfe26b
parent8b8849844fd6a31956e934885f2a7ae9ac1a95d8
fw_cfg: rename read callback

The callback is called on select.

Furthermore, the next patch introduced a new callback, so rename the
function type with a generic name.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/core/loader.c
hw/nvram/fw_cfg.c
include/hw/loader.h
include/hw/nvram/fw_cfg.h