syscall.c (c858e537a9eb2e2b788ec323125462ea0991bd93) syscall.c (68365f969c8229b0a9c111bafcd6683bb0ec6a55)
1/*
2 * Linux syscalls
3 *
4 * Copyright (c) 2003 Fabrice Bellard
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

--- 96 unchanged lines hidden (view full) ---

105#include <linux/dm-ioctl.h>
106#include <linux/reboot.h>
107#include <linux/route.h>
108#include <linux/filter.h>
109#include <linux/blkpg.h>
110#include <netpacket/packet.h>
111#include <linux/netlink.h>
112#include <linux/if_alg.h>
1/*
2 * Linux syscalls
3 *
4 * Copyright (c) 2003 Fabrice Bellard
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

--- 96 unchanged lines hidden (view full) ---

105#include <linux/dm-ioctl.h>
106#include <linux/reboot.h>
107#include <linux/route.h>
108#include <linux/filter.h>
109#include <linux/blkpg.h>
110#include <netpacket/packet.h>
111#include <linux/netlink.h>
112#include <linux/if_alg.h>
113#include <linux/rtc.h>
113#include "linux_loop.h"
114#include "uname.h"
115
116#include "qemu.h"
117#include "qemu/guest-random.h"
118#include "user/syscall-trace.h"
119#include "qapi/error.h"
120#include "fd-trans.h"

--- 11995 unchanged lines hidden ---
114#include "linux_loop.h"
115#include "uname.h"
116
117#include "qemu.h"
118#include "qemu/guest-random.h"
119#include "user/syscall-trace.h"
120#include "qapi/error.h"
121#include "fd-trans.h"

--- 11995 unchanged lines hidden ---