From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c9wab-0006h2-2O for qemu-devel@nongnu.org; Thu, 24 Nov 2016 11:09:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c9waa-0005FU-82 for qemu-devel@nongnu.org; Thu, 24 Nov 2016 11:09:32 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:44990 helo=mail.rt-rk.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c9waa-00052Y-0L for qemu-devel@nongnu.org; Thu, 24 Nov 2016 11:09:32 -0500 From: Lena Djokic Date: Thu, 24 Nov 2016 17:08:51 +0100 Message-Id: <1480003738-8754-1-git-send-email-Lena.Djokic@rt-rk.com> Subject: [Qemu-devel] [PATCH v2 0/7] Improvements of qemu linux-user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, riku.voipio@iki.fi v2: added 6 patches This patch series contains implementation of support for two new system calls, and fixes for 5 existing system calls, and fix for a structure definition as well. Lena Djokic (7): linux-user: Add fanotify implementation linux-user: Fix inotify_init1 support linux-user: Fix flock definition for mips64 linux-user: Fix fcnt linux-user: Fix readahead linux-user: Fix syslog linux-user: Fix mq_open configure | 20 ++++++ linux-user/syscall.c | 166 ++++++++++++++++++++++++++++++++++++++++------ linux-user/syscall_defs.h | 2 +- 3 files changed, 168 insertions(+), 20 deletions(-) -- 2.7.4