]> git.proxmox.com Git - mirror_qemu.git/blame - net/vmnet-common.m
net/vmnet: add vmnet backends to qapi/net
[mirror_qemu.git] / net / vmnet-common.m
CommitLineData
81ad2964
VY
1/*
2 * vmnet-common.m - network client wrapper for Apple vmnet.framework
3 *
4 * Copyright(c) 2022 Vladislav Yaroshchuk <vladislav.yaroshchuk@jetbrains.com>
5 * Copyright(c) 2021 Phillip Tennen <phillip@axleos.com>
6 *
7 * This work is licensed under the terms of the GNU GPL, version 2 or later.
8 * See the COPYING file in the top-level directory.
9 *
10 */
11
12#include "qemu/osdep.h"
13#include "qapi/qapi-types-net.h"
14#include "vmnet_int.h"
15#include "clients.h"
16#include "qemu/error-report.h"
17#include "qapi/error.h"
18
19#include <vmnet/vmnet.h>