Re: [Qemu-discuss] quick pointer on adding a new chardev

2017-02-21 Thread Herb Peyerl
> On Feb 21, 2017, at 2:55 AM, Peter Maydell wrote: > You need to create a property for your device which will say > "my property 'chardev' corresponds to s->chr in my struct". > (You probably already have this code or the command line above > wouldn't work I think.)

Re: [Qemu-discuss] quick pointer on adding a new chardev

2017-02-20 Thread Herb Peyerl
Thanks for the explanation. I was away for the weekend so I’m back digging into this now. I think I understand better now. Based on your explanation, this seems to do something though I’m not quite sure if it’s the right thing: -chardev socket,host=192.168.1.1,port=4555,id=foo0 \

Re: [Qemu-discuss] quick pointer on adding a new chardev

2017-02-17 Thread Herb Peyerl
[Thanks for your prompt and helpful reply. I’m digesting it now. I thought I would quickly respond to a couple of your points immediately.] > On Feb 17, 2017, at 9:36 AM, Peter Maydell wrote: >> As a side note, it appears that the API has changed in recent >>