qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 2/7] ui/vdagent: core infrastructure


From: Gerd Hoffmann
Subject: Re: [PATCH v2 2/7] ui/vdagent: core infrastructure
Date: Mon, 22 Mar 2021 11:27:17 +0100

  Hi,

> > +    if (vd->msgsize != msg->size + sizeof(*msg)) {
> > +        /* FIXME: handle parse messages splitted into multiple chunks */
> > +        fprintf(stderr, "%s: size mismatch: chunk %d, msg %d (+%zd)\n",
> > +                __func__, vd->msgsize, msg->size, sizeof(*msg));
> >
> 
> Not fixing? You handle chunking on sending but not on receiving?

linux vdagent doesn't do chunking on send, so no need (and also no
testcase) so far.

Didn't try windows guests (yet), but that is next on my clipboard
todo list.

take care,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]