diff options
| author | David 'Digit' Turner <[email protected]> | 2013-01-21 23:48:21 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2013-01-24 13:49:34 -0800 |
| commit | c89f2750e9845aa115ca30c062edd569da619cad (patch) | |
| tree | f2a230d581d13a84172cfa42c12130fb76f636b2 /tools/perf/scripts/python/Perf-Trace-Util/lib | |
| parent | e809c22b8fb0282048fc008cfcdd017186090dbc (diff) | |
goldfish: add QEMU pipe driver
A QEMU pipe is a very fast communication channel between the
guest system and the emulator. Usage from the guest is simply
something like;
// connect to special device
fd = open("/dev/qemu_pipe", O_RDWR);
// tell which service we want to talk to (must be zero-terminated)
write(fd, "pipeName", strlen("pipeName")+1);
// do read()/write() through fd now
...
// close channel
close(fd);
Signed-off-by: David 'Digit' Turner <[email protected]>
[Added support for parameter buffers for speed]
igned-off-by: Xin, Xiaohui <[email protected]>
Signed-off-by: Jiang, Yunhong <[email protected]>
Signed-off-by: Nakajima, Jun <[email protected]>
[Ported to 3.6]
Signed-off-by: Tom Keel <[email protected]>
[Ported to 3.7, moved to platform/goldfish]
Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions