qemu-discuss
[Top][All Lists]
Advanced

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

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


From: Herb Peyerl
Subject: Re: [Qemu-discuss] quick pointer on adding a new chardev
Date: Fri, 17 Feb 2017 10:47:17 -0700

> On Feb 17, 2017, at 10:17 AM, Peter Maydell <address@hidden> wrote:
> If your device is already present then you don't want to
> try to use -device (which would be attempting to add
> a second instance of it to the system).

so then, as you say, I should be using ‘-global’ somehow instead to bind it to 
a ‘-chardev socket’  and I don’t need to “DEFINE_PROP_CHR()” and so forth?  

I apparently don’t understand this as well as I thought I did. 


reply via email to

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