The ioctl on sockets is actually named SIOCOUTQ though its value
is identical to TIOCOUTQ which is for terminals.
SIOCOUTQ is linux specific so we add a header check and ifdef based
on the presence of the header
This prevents bogus ioctls on non-Linux platforms
---
configure.ac |1 +
s
The ioctl on sockets is actually named SIOCOUTQ though its value
is identical to TIOCOUTQ which is for terminals.
SIOCOUTQ is linux specific so we add a header check and ifdef based
on the presence of the header / macro
This prevents bogus ioctls on non-Linux platforms
---
configure.ac |
This patch series includes one typo correction and one patch
for which I'd like feedback.
I don't fully understand the latency monitoring system, but I
did manage to figure out two interesting pieces of information:
1. TIOCOUTQ and SIOCOUTQ are the same number
$ grep TIOCOUTQ /usr/include/linux/s
---
configure.ac |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index edda8e9..a549ed9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ m4_define([SPICE_AGE], [8])
# Note on the library name on linux (SONAME) produced by libtool
Hi,
I've installed spice-guest-tools
(http://spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-0.59.exe)
on my Win-XP guest (qemu running on GNU/Linux). But unfortunately USB is
no more working: whenever I start qemu with option "-usb", Windows
hangs.
How could I revert the ins