Re: [Spice-devel] [PATCH 2/3] SPICE port implementation

2016-09-26 Thread Oliver Gutierrez
Yes. Of course. Will take a look at this and change it. I will resend the patch as soon as I fix that. Thanks On Thu, Sep 22, 2016 at 7:28 PM, Jeremy White wrote: > Hey Oliver, > > Thanks for this patch; it broadly looks good to me, with one question: > > On 09/20/2016 09:30 AM, Oliver Gutierre

Re: [Spice-devel] [PATCH 2/3] SPICE port implementation

2016-09-22 Thread Jeremy White
Hey Oliver, Thanks for this patch; it broadly looks good to me, with one question: On 09/20/2016 09:30 AM, Oliver Gutierrez wrote: > +this.portName = new TextDecoder('utf-8').decode(new > Uint8Array(m.name)); TextDecoder is considered experimental, and is not supported by IE. Could

[Spice-devel] [PATCH 2/3] SPICE port implementation

2016-09-20 Thread Oliver Gutierrez
--- enums.js| 9 +++ main.js | 3 +++ port.js | 85 + spicemsg.js | 18 + 4 files changed, 115 insertions(+) create mode 100644 port.js diff --git a/enums.js b/enums.js index 301fea0..b6e013c 100644 --- a/e