---
spice/enums.h | 13 +
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/spice/enums.h b/spice/enums.h
index 3317536..76fec0c 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -327,6 +327,7 @@ enum {
SPICE_CHANNEL_PLAYBACK,
SPICE_CHANNEL_RECORD,
SPICE_
On Tue, 2010-09-14 at 14:50 -0400, Alon Levy wrote:
> - "Gerd Hoffmann" wrote:
> > I don't think this is a good idea. This is just a chardev
> > passthrough,
> > right? If so, then we should just make it that. Name it 'chardev' or
> >
> > 'datapipe' or something simliar. Have a addition
On Tue, 2010-09-14 at 14:46 -0400, Alon Levy wrote:
> - "Alexander Larsson" wrote:
>
> > On Mon, 2010-09-13 at 13:58 -0400, Alon Levy wrote:
> > > ---
> > > spice/enums.h | 13 +
> > > 1 files changed, 13 insertions(+), 0 deletions(-)
> > >
> > > diff --git a/spice/enums.h b/s
- "Gerd Hoffmann" wrote:
> Hi,
>
> > +enum {
> > +SPICE_MSG_SMARTCARD_DATA = 1,
> > +
> > +SPICE_MSG_END_SMARTCARD
> > +};
> > +
> > +enum {
> > +SPICE_MSGC_SMARTCARD_DATA = 1,
> > +
> > +SPICE_MSGC_END_SMARTCARD
> > +};
>
> I don't think this is a good idea. This is just
- "Alexander Larsson" wrote:
> On Mon, 2010-09-13 at 13:58 -0400, Alon Levy wrote:
> > ---
> > spice/enums.h | 13 +
> > 1 files changed, 13 insertions(+), 0 deletions(-)
> >
> > diff --git a/spice/enums.h b/spice/enums.h
>
> Is this change generated? If not, just update the
On Mon, 2010-09-13 at 13:58 -0400, Alon Levy wrote:
> ---
> spice/enums.h | 13 +
> 1 files changed, 13 insertions(+), 0 deletions(-)
>
> diff --git a/spice/enums.h b/spice/enums.h
Is this change generated? If not, just update the spice.proto and run
./spice_codegen.py -e spice.p
Hi,
+enum {
+SPICE_MSG_SMARTCARD_DATA = 1,
+
+SPICE_MSG_END_SMARTCARD
+};
+
+enum {
+SPICE_MSGC_SMARTCARD_DATA = 1,
+
+SPICE_MSGC_END_SMARTCARD
+};
I don't think this is a good idea. This is just a chardev passthrough,
right? If so, then we should just make it that. Name
---
spice/enums.h | 13 +
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/spice/enums.h b/spice/enums.h
index 3317536..6c65d61 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -327,6 +327,7 @@ enum {
SPICE_CHANNEL_PLAYBACK,
SPICE_CHANNEL_RECORD,
SPICE