On 3/20/25 10:46, John Levon wrote:
On Tue, Mar 18, 2025 at 10:54:07AM +0100, Cédric Le Goater wrote:
File "common.c" has been emptied of most of its definitions by the
previous changes and the only definitions left are related to dirty
tracking. Rename it to "dirty-tracking.c" and introduce its associated
"dirty-tracking.h" header file for the declarations.
Cleanup a little the includes while at it.
Signed-off-by: Cédric Le Goater <c...@redhat.com>
rename from hw/vfio/common.c
rename to hw/vfio/dirty-tracking.c
index
ed2f2ed8839caaf40fabb0cbbcaa1df2c5b70d67..441f9d9a08c06a88dda44ef143dcee5f0a89a900
100644
--- a/hw/vfio/common.c
+++ b/hw/vfio/dirty-tracking.c
@@ -20,14 +20,10 @@
I think you might want to update the file comment from "generic functions used
by VFIO devices".
Yes.
next respin will have to take a closer look at the top of the files:
comments, copyrights, includes.
Thanks,
C.