[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC 0/4] QOM class properties - do we need them?
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [RFC 0/4] QOM class properties - do we need them? |
Date: |
Thu, 29 Sep 2016 09:52:35 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 |
On 29/09/2016 02:16, David Gibson wrote:
> Alternatively, if we *don't* want to remove class properties, should
> we instead be trying to convert the many, many "instance" properties
> whose existence is actually per-class to be class properties?
Yes, this was the point of introducing them. :)
Paolo
> David Gibson (4):
> qcrypto: Remove usage of class properties
> s390: Don't use class properties
> tests: Remove tests for class properties
> qom: Abolish class properties
>
> crypto/secret.c | 58 +++++++-------
> crypto/tlscreds.c | 44 +++++-----
> crypto/tlscredsanon.c | 16 ++--
> crypto/tlscredsx509.c | 26 +++---
> include/qom/object.h | 42 ----------
> qom/object.c | 195
> ---------------------------------------------
> target-s390x/cpu.c | 1 -
> target-s390x/cpu_models.c | 47 +++++------
> tests/check-qom-proplist.c | 30 +++----
> 9 files changed, 106 insertions(+), 353 deletions(-)
>
- [Qemu-devel] [RFC 0/4] QOM class properties - do we need them?, David Gibson, 2016/09/28
- [Qemu-devel] [RFC 1/4] qcrypto: Remove usage of class properties, David Gibson, 2016/09/28
- [Qemu-devel] [RFC 3/4] tests: Remove tests for class properties, David Gibson, 2016/09/28
- [Qemu-devel] [RFC 2/4] s390: Don't use class properties, David Gibson, 2016/09/28
- [Qemu-devel] [RFC 4/4] qom: Abolish class properties, David Gibson, 2016/09/28
- Re: [Qemu-devel] [RFC 0/4] QOM class properties - do we need them?,
Paolo Bonzini <=
- Re: [Qemu-devel] [RFC 0/4] QOM class properties - do we need them?, Daniel P. Berrange, 2016/09/29
- Re: [Qemu-devel] [RFC 0/4] QOM class properties - do we need them?, David Gibson, 2016/09/29
Re: [Qemu-devel] [RFC 0/4] QOM class properties - do we need them?, Andreas Färber, 2016/09/29