qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 13/18] include/hw/s390x: Add include files for common IPL str


From: Jared Rossi
Subject: Re: [PATCH 13/18] include/hw/s390x: Add include files for common IPL structs
Date: Mon, 30 Sep 2024 09:31:49 -0400
User-agent: Mozilla Thunderbird


On 9/30/24 6:42 AM, Thomas Huth wrote:
On 27/09/2024 02.51, jrossi@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 <thuth@redhat.com>


Will do.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]