qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 5/9] IPMI: Add a PC ISA type structure


From: Corey Minyard
Subject: Re: [Qemu-devel] [PATCH 5/9] IPMI: Add a PC ISA type structure
Date: Tue, 10 Jul 2012 15:00:16 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

On 07/10/2012 04:33 AM, Paolo Bonzini wrote:
Here, you should add a "normal" chardev property so that people can use
-chardev and -device to create the IPMI interface.  The device can be
created like this:

    -chardev ...,id=charipmi -device ipmi,interface=kcs,chardev=charipmi

If the chardev is absent, the local interface is used instead.

See docs/qdev-device-use.txt for more information.

I had originally used a "normal" chardev here. However, I needed a way for the connection to be re-established if it dropped for some reason, for obvious reasons. The standard chardev doesn't seem to have any provision for this, at least none that I could find.

Am I missing something? If not, should I add that capability to the chardev?

-corey



reply via email to

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