Re: [PATCH 00/71] whole-tree: Constify Property structures

2024-12-15 Thread Richard Henderson
On 12/14/24 12:40, Bernhard Beschow wrote: Maybe extend checkpatch to catch these in the future? (Not meant to be a blocker) I believe I have a way to enforce this at build-time, for a follow-up patch set. r~

Re: [PATCH 00/71] whole-tree: Constify Property structures

2024-12-15 Thread Paolo Bonzini
On 12/13/24 20:06, Richard Henderson wrote: Since d36f165d952 (qdev: make properties array "const"), we can define our Property structure const. Do this across the entire tree. There are a few other minor changes: - Two instances where it was obvious that an empty property list could be

Re: [PATCH 00/71] whole-tree: Constify Property structures

2024-12-14 Thread Bernhard Beschow
Am 13. Dezember 2024 19:06:30 UTC schrieb Richard Henderson : >Since d36f165d952 (qdev: make properties array "const"), we can >define our Property structure const. Do this across the entire tree. > >There are a few other minor changes: > - Two instances where it was obvious that an empty pro

Re: [PATCH 00/71] whole-tree: Constify Property structures

2024-12-13 Thread Philippe Mathieu-Daudé
On 13/12/24 20:06, Richard Henderson wrote: Since d36f165d952 (qdev: make properties array "const"), we can define our Property structure const. Do this across the entire tree. There are a few other minor changes: - Two instances where it was obvious that an empty property list could be

Re: [PATCH 00/71] whole-tree: Constify Property structures

2024-12-13 Thread Richard Henderson
On 12/13/24 13:06, Richard Henderson wrote: Since d36f165d952 (qdev: make properties array "const"), we can define our Property structure const. Do this across the entire tree. There are a few other minor changes: - Two instances where it was obvious that an empty property list could be

[PATCH 00/71] whole-tree: Constify Property structures

2024-12-13 Thread Richard Henderson
Since d36f165d952 (qdev: make properties array "const"), we can define our Property structure const. Do this across the entire tree. There are a few other minor changes: - Two instances where it was obvious that an empty property list could be removed entirely. There are other empty lists