]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/ssi/xilinx_spips: Convert lqspi_read() to read_with_attrs
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 15 Jul 2019 13:17:03 +0000 (14:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Jul 2019 13:17:03 +0000 (14:17 +0100)
commit5937bd50d3841b6ab2592c1ff4233448762a8483
tree9f150aff2305997ac0d19a2df3acd3d05ffaee31
parent45b1a243b81a7c9ae56235937280711dd9914ca7
hw/ssi/xilinx_spips: Convert lqspi_read() to read_with_attrs

In the next commit we will implement the write_with_attrs()
handler. To avoid using different APIs, convert the read()
handler first.

Reviewed-by: Francisco Iglesias <frasse.iglesias@gmail.com>
Tested-by: Francisco Iglesias <frasse.iglesias@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/ssi/xilinx_spips.c