[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PULL 8/9] vfio: platform: fix a typo
From: |
Laurent Vivier |
Subject: |
[qemu-s390x] [PULL 8/9] vfio: platform: fix a typo |
Date: |
Wed, 22 May 2019 18:07:22 +0200 |
From: Li Qiang <address@hidden>
'eventd' should be 'eventfd'.
CC: address@hidden
Signed-off-by: Li Qiang <address@hidden>
Message-Id: <address@hidden>
Acked-by: Alex Williamson <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Eric Auger <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
---
hw/vfio/platform.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/vfio/platform.c b/hw/vfio/platform.c
index e59a0234dd87..d52d6552e089 100644
--- a/hw/vfio/platform.c
+++ b/hw/vfio/platform.c
@@ -72,7 +72,7 @@ static VFIOINTp *vfio_init_intp(VFIODevice *vbasedev,
g_free(intp->interrupt);
g_free(intp);
error_setg_errno(errp, -ret,
- "failed to initialize trigger eventd notifier");
+ "failed to initialize trigger eventfd notifier");
return NULL;
}
if (vfio_irq_is_automasked(intp)) {
@@ -84,7 +84,7 @@ static VFIOINTp *vfio_init_intp(VFIODevice *vbasedev,
g_free(intp->unmask);
g_free(intp);
error_setg_errno(errp, -ret,
- "failed to initialize resample eventd notifier");
+ "failed to initialize resample eventfd notifier");
return NULL;
}
}
--
2.20.1
- [qemu-s390x] [PULL 0/9] Trivial branch patches, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 4/9] migration: Fix typo in migrate_add_blocker() error message, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 5/9] configure: Fix spelling of sdl-image in --help, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 2/9] roms: Correct the EDK2_BASETOOLS_OPTFLAGS variable description, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 3/9] roms: List and describe the Makefile 'clean' rule, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 6/9] vfio: pci: make "vfio-pci-nohotplug" as MACRO, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 1/9] hw/virtio/virtio-mmio: Convert DPRINTF to trace and log, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 9/9] pci: msix: move 'MSIX_CAP_LENGTH' to header file, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 8/9] vfio: platform: fix a typo,
Laurent Vivier <=
- [qemu-s390x] [PULL 7/9] hw: vfio: drop TYPE_FOO MACRO in VMStateDescription, Laurent Vivier, 2019/05/22
- Re: [qemu-s390x] [Qemu-devel] [PULL 0/9] Trivial branch patches, Peter Maydell, 2019/05/23