projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b81c47
)
qxl: cleanup s/__FUNCTION__/__func__/
author
Alon Levy
<alevy@redhat.com>
Wed, 25 Apr 2012 09:13:22 +0000
(12:13 +0300)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 3 May 2012 08:45:04 +0000
(10:45 +0200)
Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/qxl.c
patch
|
blob
|
history
diff --git
a/hw/qxl.c
b/hw/qxl.c
index
44a4c9b
..
6e7232c
100644
(file)
--- a/
hw/qxl.c
+++ b/
hw/qxl.c
@@
-1503,7
+1503,7
@@
static void qxl_send_events(PCIQXLDevice *d, uint32_t events)
qxl_update_irq(d);
} else {
if (write(d->pipe[1], d, 1) != 1) {
- dprint(d, 1, "%s: write to pipe failed\n", __
FUNCTION
__);
+ dprint(d, 1, "%s: write to pipe failed\n", __
func
__);
}
}
}