> +n = read(uinput_fd, (char *)&inp_event + offset, sizeof(inp_event) -
> offset);
> +offset += n;
> +if (offset < sizeof(inp_event)) {
> +return;
> +}
Nit: you don't handle errors (I realize you're only here when select
indicates read data is present, but still...)
Chee
I have done a cursory review, and it doesn't seem to break things
horribly .
A few nits:
> I have used this for the last day and it seems fine, so I'm sending it as a
> patchset and not RFC.
>
> Alon Levy (11):
> xspice: support sending monitors config
This introduces a warning; and we were
- Original Message -
> Hi,
> >> I'm trying to use virsh and virt-viewer on Windows. I'm running the
> >> latest binaries from http://spice-space.org/download.html, that is,
> >> virt-viewer-x64-0.5.7.msi on a Windows 7 64-bits computer.
> >>
> >> So far I got remote-viewer.exe to work, a
Hi,
I'm trying to use virsh and virt-viewer on Windows. I'm running the
latest binaries from http://spice-space.org/download.html, that is,
virt-viewer-x64-0.5.7.msi on a Windows 7 64-bits computer.
So far I got remote-viewer.exe to work, after some pain. But have no
sucess using virt-viewer.ex
- Original Message -
> On 09/04/2013 12:53 PM, Fernando Lozano wrote:
> > Hi there,
> >
> > Sorry for the cross-post, but I seeked help on this issue before on
> > those lists, but nobody answered. :-(
> >
> > I'm trying to use virsh and virt-viewer on Windows. I'm running the
> > late
On 09/04/2013 12:53 PM, Fernando Lozano wrote:
> Hi there,
>
> Sorry for the cross-post, but I seeked help on this issue before on
> those lists, but nobody answered. :-(
>
> I'm trying to use virsh and virt-viewer on Windows. I'm running the
> latest binaries from http://spice-space.org/downloa
Hi there,
Sorry for the cross-post, but I seeked help on this issue before on
those lists, but nobody answered. :-(
I'm trying to use virsh and virt-viewer on Windows. I'm running the
latest binaries from http://spice-space.org/download.html, that is,
virt-viewer-x64-0.5.7.msi on a Windows
Hey Fedor,
On Tue, Sep 03, 2013 at 01:06:18PM +0400, Fedor Lyakhov wrote:
> Hello Spice developers,
>
> I'm planning to visit FOSDEM this year, hope to meet you in 'real
> life'. As I'm a newbie, there are few questions which bother me:
>
> 1. Do you know whether Virtualization devroom will be h