Re: [PATCH 6/7] include: Move QemuLockCnt APIs to their own header

2024-10-11 Thread Paolo Bonzini
On 8/16/24 15:22, Peter Maydell wrote: Currently the QemuLockCnt data structure and associated functions are in the include/qemu/thread.h header. Move them to their own qemu/lockcnt.h. The main reason for doing this is that it means we can autogenerate the documentation comments into the docs/d

Re: [PATCH 6/7] include: Move QemuLockCnt APIs to their own header

2024-08-16 Thread Philippe Mathieu-Daudé
On 16/8/24 15:22, Peter Maydell wrote: Currently the QemuLockCnt data structure and associated functions are in the include/qemu/thread.h header. Move them to their own qemu/lockcnt.h. The main reason for doing this is that it means we can autogenerate the documentation comments into the docs/d

[PATCH 6/7] include: Move QemuLockCnt APIs to their own header

2024-08-16 Thread Peter Maydell
Currently the QemuLockCnt data structure and associated functions are in the include/qemu/thread.h header. Move them to their own qemu/lockcnt.h. The main reason for doing this is that it means we can autogenerate the documentation comments into the docs/devel documentation. The copyright/author