Re: [Qemu-devel] [PATCH 2/4] Enable sigbus_reraise for Solaris

2012-03-27 Thread Jan Kiszka
On 2012-03-24 17:26, Lee Essen wrote: > sigbus_reraise is used by the kvm_wait_io_event function and is > needed on both Linux and Solaris. This patch adds CONFIG_SOLARIS > to the current CONFIG_LINUX only ifdef. > > Signed-off-by: Lee Essen > --- > cpus.c |4 +++- > 1 files changed, 3 inser

Re: [Qemu-devel] [PATCH 2/4] Enable sigbus_reraise for Solaris

2012-03-27 Thread Jan Kiszka
On 2012-03-27 13:47, Jan Kiszka wrote: > On 2012-03-27 13:45, Jan Kiszka wrote: >> On 2012-03-27 13:41, Andreas Färber wrote: >>> Am 24.03.2012 17:26, schrieb Lee Essen: sigbus_reraise is used by the kvm_wait_io_event function and is needed on both Linux and Solaris. This patch adds CONFI

Re: [Qemu-devel] [PATCH 2/4] Enable sigbus_reraise for Solaris

2012-03-27 Thread Jan Kiszka
On 2012-03-27 13:45, Jan Kiszka wrote: > On 2012-03-27 13:41, Andreas Färber wrote: >> Am 24.03.2012 17:26, schrieb Lee Essen: >>> sigbus_reraise is used by the kvm_wait_io_event function and is >>> needed on both Linux and Solaris. This patch adds CONFIG_SOLARIS >>> to the current CONFIG_LINUX onl

Re: [Qemu-devel] [PATCH 2/4] Enable sigbus_reraise for Solaris

2012-03-27 Thread Jan Kiszka
On 2012-03-27 13:41, Andreas Färber wrote: > Am 24.03.2012 17:26, schrieb Lee Essen: >> sigbus_reraise is used by the kvm_wait_io_event function and is >> needed on both Linux and Solaris. This patch adds CONFIG_SOLARIS >> to the current CONFIG_LINUX only ifdef. >> >> Signed-off-by: Lee Essen >> -

Re: [Qemu-devel] [PATCH 2/4] Enable sigbus_reraise for Solaris

2012-03-27 Thread Andreas Färber
Am 24.03.2012 17:26, schrieb Lee Essen: > sigbus_reraise is used by the kvm_wait_io_event function and is > needed on both Linux and Solaris. This patch adds CONFIG_SOLARIS > to the current CONFIG_LINUX only ifdef. > > Signed-off-by: Lee Essen > --- > cpus.c |4 +++- > 1 files changed, 3 ins

Re: [Qemu-devel] [PATCH 2/4] Enable sigbus_reraise for Solaris

2012-03-27 Thread Lee Essen
On 27/03/2012 08:29, Stefan Hajnoczi wrote: On Sat, Mar 24, 2012 at 04:26:28PM +, Lee Essen wrote: sigbus_reraise is used by the kvm_wait_io_event function and is needed on both Linux and Solaris. This patch adds CONFIG_SOLARIS to the current CONFIG_LINUX only ifdef. Signed-off-by: Lee Esse

Re: [Qemu-devel] [PATCH 2/4] Enable sigbus_reraise for Solaris

2012-03-27 Thread Stefan Hajnoczi
On Sat, Mar 24, 2012 at 04:26:28PM +, Lee Essen wrote: > sigbus_reraise is used by the kvm_wait_io_event function and is > needed on both Linux and Solaris. This patch adds CONFIG_SOLARIS > to the current CONFIG_LINUX only ifdef. > > Signed-off-by: Lee Essen > --- > cpus.c |4 +++- > 1 f

[Qemu-devel] [PATCH 2/4] Enable sigbus_reraise for Solaris

2012-03-24 Thread Lee Essen
sigbus_reraise is used by the kvm_wait_io_event function and is needed on both Linux and Solaris. This patch adds CONFIG_SOLARIS to the current CONFIG_LINUX only ifdef. Signed-off-by: Lee Essen --- cpus.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/cpus.c b/cpus.c