Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
qemu
提交
625f9e1f
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
625f9e1f
编写于
9月 01, 2011
作者:
A
Anthony Liguori
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
上级
a952c570
2542bfd5
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
4 addition
and
4 deletion
+4
-4
docs/qapi-code-gen.txt
docs/qapi-code-gen.txt
+1
-1
hw/pci-stub.c
hw/pci-stub.c
+1
-1
libcacard/vscclient.c
libcacard/vscclient.c
+1
-1
qemu-ga.c
qemu-ga.c
+1
-1
未找到文件。
docs/qapi-code-gen.txt
浏览文件 @
625f9e1f
...
...
@@ -229,7 +229,7 @@ in the schema. The following files are generated:
$(prefix)qmp-marshal.c: command marshal/dispatch functions for each
QMP command defined in the schema. Functions
generated by qapi-visit.py are used to
convert QObjects rec
ie
ved from the wire into
convert QObjects rec
ei
ved from the wire into
function parameters, and uses the same
visitor functions to convert native C return
values to QObjects from transmission back
...
...
hw/pci-stub.c
浏览文件 @
625f9e1f
/*
* PCI stubs for plat
home that does
n't support pci bus.
* PCI stubs for plat
forms that do
n't support pci bus.
*
* Copyright (c) 2010 Isaku Yamahata <yamahata at valinux co jp>
* VA Linux Systems Japan K.K.
...
...
libcacard/vscclient.c
浏览文件 @
625f9e1f
...
...
@@ -585,7 +585,7 @@ main(
printf
(
" recv APDU: "
);
print_byte_array
(
pbSendBuffer
,
mhHeader
.
length
);
}
/* Transmit rec
ie
ved APDU */
/* Transmit rec
ei
ved APDU */
dwSendLength
=
mhHeader
.
length
;
dwRecvLength
=
sizeof
(
pbRecvBuffer
);
reader
=
vreader_get_reader_by_id
(
mhHeader
.
reader_id
);
...
...
qemu-ga.c
浏览文件 @
625f9e1f
...
...
@@ -51,7 +51,7 @@ static struct GAState *ga_state;
static
void
quit_handler
(
int
sig
)
{
g_debug
(
"rec
ie
ved signal num %d, quitting"
,
sig
);
g_debug
(
"rec
ei
ved signal num %d, quitting"
,
sig
);
if
(
g_main_loop_is_running
(
ga_state
->
main_loop
))
{
g_main_loop_quit
(
ga_state
->
main_loop
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录