Harsh Prateek Bora <[email protected]> writes: > One minor comment below: > > <snip> > > On 05/01/26 2:30 pm, Harsh Prateek Bora wrote: >>> diff --git a/target/ppc/machine.c b/target/ppc/machine.c >>> index d72e5ecb94..ba63a7debb 100644 >>> --- a/target/ppc/machine.c >>> +++ b/target/ppc/machine.c >>> @@ -6,6 +6,7 @@ >>> #include "mmu-hash64.h" >>> #include "migration/cpu.h" >>> #include "qapi/error.h" >>> +#include "qemu/error-report.h" > > I do not see any error reporting being added in the patch below. > Does this header inclusion need to be removed ? >
Well spotted, that's a leftover from a previous implementation.
