* [PATCH 5/9] Define SIGIO constant with SIGPOLL equivalence
@ 2020-06-29 21:48 David CARLIER
2020-07-03 13:51 ` Peter Maydell
0 siblings, 1 reply; 2+ messages in thread
From: David CARLIER @ 2020-06-29 21:48 UTC (permalink / raw)
To: QEMU Trivial, qemu-devel
From 93c001e7da19c76a73a687dc6584bc31385a2693 Mon Sep 17 00:00:00 2001
From: David Carlier <devnexen@gmail.com>
Date: Mon, 29 Jun 2020 22:18:32 +0000
Subject: [PATCH 5/9] Define SIGIO constant with SIGPOLL equivalence,
Signed-off-by: David Carlier <devnexen@gmail.com>
---
include/qemu/osdep.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/qemu/osdep.h b/include/qemu/osdep.h
index 6e0cf9132d..e090ead826 100644
--- a/include/qemu/osdep.h
+++ b/include/qemu/osdep.h
@@ -425,6 +425,10 @@ void qemu_anon_ram_free(void *ptr, size_t size);
#define HAVE_CHARDEV_PARPORT 1
#endif
+#if defined(__HAIKU__)
+#define SIGIO SIGPOLL
+#endif
+
#if defined(CONFIG_LINUX)
#ifndef BUS_MCEERR_AR
#define BUS_MCEERR_AR 4
--
2.26.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 5/9] Define SIGIO constant with SIGPOLL equivalence
2020-06-29 21:48 [PATCH 5/9] Define SIGIO constant with SIGPOLL equivalence David CARLIER
@ 2020-07-03 13:51 ` Peter Maydell
0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2020-07-03 13:51 UTC (permalink / raw)
To: David CARLIER; +Cc: QEMU Trivial, qemu-devel
On Tue, 30 Jun 2020 at 01:47, David CARLIER <devnexen@gmail.com> wrote:
>
> From 93c001e7da19c76a73a687dc6584bc31385a2693 Mon Sep 17 00:00:00 2001
> From: David Carlier <devnexen@gmail.com>
> Date: Mon, 29 Jun 2020 22:18:32 +0000
> Subject: [PATCH 5/9] Define SIGIO constant with SIGPOLL equivalence,
>
> Signed-off-by: David Carlier <devnexen@gmail.com>
> ---
> include/qemu/osdep.h | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/include/qemu/osdep.h b/include/qemu/osdep.h
> index 6e0cf9132d..e090ead826 100644
> --- a/include/qemu/osdep.h
> +++ b/include/qemu/osdep.h
> @@ -425,6 +425,10 @@ void qemu_anon_ram_free(void *ptr, size_t size);
> #define HAVE_CHARDEV_PARPORT 1
> #endif
>
> +#if defined(__HAIKU__)
> +#define SIGIO SIGPOLL
> +#endif
> +
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-03 13:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-29 21:48 [PATCH 5/9] Define SIGIO constant with SIGPOLL equivalence David CARLIER
2020-07-03 13:51 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).