summaryrefslogtreecommitdiffstats
path: root/linux-user/x86_64/signal.c
blob: a509a38045b3748d831cc8595cdf49a210074475 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 *  Emulation of Linux signals
 *
 *  Copyright (c) 2003 Fabrice Bellard
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
#define I386_TARGET_SIGNAL_H /* to only include x86_64/target_signal.h */
#include "../i386/signal.c"
h'>|/ * block: Do not poll in bdrv_do_drained_end()Max Reitz2019-07-191-1/+1 * block: drop bs->jobVladimir Sementsov-Ogievskiy2019-06-181-8/+0Star * blockdev: blockdev_mark_auto_del: drop usage of bs->jobVladimir Sementsov-Ogievskiy2019-06-181-0/+14 * Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star * block: Adjust AioContexts when attaching nodesKevin Wolf2019-06-041-2/+8 * block: Add BlockBackend.ctxKevin Wolf2019-06-041-1/+1 * block: Make bdrv_root_attach_child() unref child_bs on failureAlberto Garcia2019-05-281-1/+1 * blockjob: Remove AioContext notifiersKevin Wolf2019-05-201-41/+2Star * blockjob: Propagate AioContext change to all job nodesKevin Wolf2019-05-201-0/+34 * blockjob: fix user pause in block_job_error_actionVladimir Sementsov-Ogievskiy2019-03-191-3/+5 * block: Use a single global AioWaitKevin Wolf2018-09-251-12/+1Star * blockjob: Lie better in child_job_drained_poll()Kevin Wolf2018-09-251-1/+1 * blockjob: Wake up BDS when job becomes idleKevin Wolf2018-09-251-0/+18 * qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-8/+5Star * block: Really pause block jobs on drainKevin Wolf2018-06-181-0/+23 * blockjob: Remove BlockJob.driverKevin Wolf2018-05-231-7/+10 * job: Move progress fields to JobKevin Wolf2018-05-231-18/+8Star * job: Add job_transition_to_ready()Kevin Wolf2018-05-231-15/+18 * job: Add job_is_ready()Kevin Wolf2018-05-231-2/+1Star * job: Add job_dismiss()Kevin Wolf2018-05-23