On 9/30/24 6:42 AM, Thomas Huth wrote:
On 27/09/2024 02.51, jro...@linux.ibm.com wrote: ...+ +struct IPLBlockPVComp { + uint64_t tweak_pref; + uint64_t addr; + uint64_t size; +} QEMU_PACKED;Could you please replace the two spaces in front of QEMU_PACKED with just one place? (also in the other affected spots in this file)Apart from that cosmetic nit: Reviewed-by: Thomas Huth <th...@redhat.com>
Will do.