[PATCH 1/2] qemu_processpriv: Fix #error message

Michal Prívozník mprivozn at redhat.com
Wed Apr 20 14:58:31 UTC 2022


On 4/14/22 16:44, Michal Privoznik wrote:
> The point of qemu_processpriv.h file is to allow a small subset
> of functions to be called from test suite but not elsewhere. This
> is implemented by requiring everybody that includes the file to
> define a macro. If not done so, an error is printed at compile
> time. However, this error message contains a typo because it
> mentions qemu_process_priv.h while the file is called
> qemu_processpriv.h.
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  src/qemu/qemu_processpriv.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

BTW: I've pushed this as trivial.

Michal



More information about the libvir-list mailing list