|
From: | Paolo Bonzini |
Subject: | Re: [Qemu-devel] [PATCH v2] Add infrastructure for QIDL-based device serialization |
Date: | Fri, 21 Sep 2012 17:57:42 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 |
Il 21/09/2012 16:07, Michael Roth ha scritto: > > QIDL_DECLARE(SerialDevice) { > SysBusDevice parent; > > uint8_t thr; /* transmit holding register */ > uint8_t lsr; /* line status register */ > uint8_t ier; /* interrupt enable register */ > > int int_pending qDerived; /* whether we have a pending queued > interrupt */ > CharDriverState *chr qImmutable; /* backend */ > }; I thought we agreed on QIDL(derived), QIDL(immutable) etc. These prefixes just do not scale... Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |