Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
qemu
提交
7fa22f2b
Q
qemu
项目概览
openeuler
/
qemu
通知
10
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
Q
qemu
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
7fa22f2b
编写于
10月 24, 2012
作者:
P
Paolo Bonzini
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
net: do not include net.h everywhere
Signed-off-by:
N
Paolo Bonzini
<
pbonzini@redhat.com
>
上级
090f7ac5
变更
17
隐藏空白更改
内联
并排
Showing
17 changed file
with
1 addition
and
16 deletion
+1
-16
arch_init.c
arch_init.c
+0
-1
hw/alpha_sys.h
hw/alpha_sys.h
+0
-1
hw/device-hotplug.c
hw/device-hotplug.c
+0
-1
hw/lm32_boards.c
hw/lm32_boards.c
+0
-1
hw/milkymist-hw.h
hw/milkymist-hw.h
+1
-0
hw/milkymist.c
hw/milkymist.c
+0
-1
hw/s390-virtio-bus.c
hw/s390-virtio-bus.c
+0
-1
hw/spapr_vscsi.c
hw/spapr_vscsi.c
+0
-1
hw/virtex_ml507.c
hw/virtex_ml507.c
+0
-1
hw/virtio-net.h
hw/virtio-net.h
+0
-1
hw/virtio-pci.c
hw/virtio-pci.c
+0
-1
hw/virtio-scsi.h
hw/virtio-scsi.h
+0
-1
hw/xen_backend.h
hw/xen_backend.h
+0
-1
hw/xen_platform.c
hw/xen_platform.c
+0
-1
input.c
input.c
+0
-1
qemu-char.c
qemu-char.c
+0
-1
qemu-timer.c
qemu-timer.c
+0
-1
未找到文件。
arch_init.c
浏览文件 @
7fa22f2b
...
...
@@ -40,7 +40,6 @@
#include "hw/audiodev.h"
#include "kvm.h"
#include "migration.h"
#include "net.h"
#include "gdbstub.h"
#include "hw/smbios.h"
#include "exec-memory.h"
...
...
hw/alpha_sys.h
浏览文件 @
7fa22f2b
...
...
@@ -6,7 +6,6 @@
#include "pci/pci.h"
#include "pci/pci_host.h"
#include "ide.h"
#include "net.h"
#include "pc.h"
#include "irq.h"
...
...
hw/device-hotplug.c
浏览文件 @
7fa22f2b
...
...
@@ -24,7 +24,6 @@
#include "hw.h"
#include "boards.h"
#include "net.h"
#include "blockdev.h"
#include "qemu-config.h"
#include "sysemu.h"
...
...
hw/lm32_boards.c
浏览文件 @
7fa22f2b
...
...
@@ -19,7 +19,6 @@
#include "sysbus.h"
#include "hw.h"
#include "net.h"
#include "flash.h"
#include "devices.h"
#include "boards.h"
...
...
hw/milkymist-hw.h
浏览文件 @
7fa22f2b
...
...
@@ -3,6 +3,7 @@
#include "qdev.h"
#include "qdev-addr.h"
#include "net.h"
static
inline
DeviceState
*
milkymist_uart_create
(
hwaddr
base
,
qemu_irq
irq
)
...
...
hw/milkymist.c
浏览文件 @
7fa22f2b
...
...
@@ -19,7 +19,6 @@
#include "sysbus.h"
#include "hw.h"
#include "net.h"
#include "flash.h"
#include "sysemu.h"
#include "devices.h"
...
...
hw/s390-virtio-bus.c
浏览文件 @
7fa22f2b
...
...
@@ -20,7 +20,6 @@
#include "hw.h"
#include "block.h"
#include "sysemu.h"
#include "net.h"
#include "boards.h"
#include "monitor.h"
#include "loader.h"
...
...
hw/spapr_vscsi.c
浏览文件 @
7fa22f2b
...
...
@@ -34,7 +34,6 @@
#include "hw.h"
#include "scsi.h"
#include "scsi-defs.h"
#include "net.h"
/* Remove that when we can */
#include "srp.h"
#include "hw/qdev.h"
#include "hw/spapr.h"
...
...
hw/virtex_ml507.c
浏览文件 @
7fa22f2b
...
...
@@ -25,7 +25,6 @@
#include "sysbus.h"
#include "hw.h"
#include "serial.h"
#include "net.h"
#include "flash.h"
#include "sysemu.h"
#include "devices.h"
...
...
hw/virtio-net.h
浏览文件 @
7fa22f2b
...
...
@@ -15,7 +15,6 @@
#define _QEMU_VIRTIO_NET_H
#include "virtio.h"
#include "net.h"
#include "pci/pci.h"
#define ETH_ALEN 6
...
...
hw/virtio-pci.c
浏览文件 @
7fa22f2b
...
...
@@ -26,7 +26,6 @@
#include "qemu-error.h"
#include "pci/msi.h"
#include "pci/msix.h"
#include "net.h"
#include "loader.h"
#include "kvm.h"
#include "blockdev.h"
...
...
hw/virtio-scsi.h
浏览文件 @
7fa22f2b
...
...
@@ -15,7 +15,6 @@
#define _QEMU_VIRTIO_SCSI_H
#include "virtio.h"
#include "net.h"
#include "pci/pci.h"
/* The ID for virtio_scsi */
...
...
hw/xen_backend.h
浏览文件 @
7fa22f2b
...
...
@@ -4,7 +4,6 @@
#include "xen_common.h"
#include "sysemu.h"
#include "net.h"
#include "net/hub.h"
/* ------------------------------------------------------------- */
...
...
hw/xen_platform.c
浏览文件 @
7fa22f2b
...
...
@@ -30,7 +30,6 @@
#include "pci/pci.h"
#include "irq.h"
#include "xen_common.h"
#include "net.h"
#include "xen_backend.h"
#include "trace.h"
#include "exec-memory.h"
...
...
input.c
浏览文件 @
7fa22f2b
...
...
@@ -23,7 +23,6 @@
*/
#include "sysemu.h"
#include "net.h"
#include "monitor.h"
#include "console.h"
#include "error.h"
...
...
qemu-char.c
浏览文件 @
7fa22f2b
...
...
@@ -22,7 +22,6 @@
* THE SOFTWARE.
*/
#include "qemu-common.h"
#include "net.h"
#include "monitor.h"
#include "console.h"
#include "sysemu.h"
...
...
qemu-timer.c
浏览文件 @
7fa22f2b
...
...
@@ -23,7 +23,6 @@
*/
#include "sysemu.h"
#include "net.h"
#include "monitor.h"
#include "console.h"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录