Re: [PATCH] hw/vfio: Drop superfluous inclusion of hw-error.h
Philippe Mathieu-Daudé <[email protected]> Tue, 28 Apr 2026 19:58:09 +0200
| Newsgroups | org.nongnu.qemu-trivial,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 28/4/26 18:37, Thomas Huth wrote: > From: Thomas Huth <[email protected]> > > None of these files use the hw_error() function, so there is no > need to include hw-error.h here. > > Signed-off-by: Thomas Huth <[email protected]> > --- > hw/vfio/device.c | 1 - > hw/vfio/helpers.c | 1 - > hw/vfio/igd.c | 1 - > hw/vfio/kvm-helpers.c | 1 - > 4 files changed, 4 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>