Re: [Qemu-devel] [PATCH 0/4] qom: add helpers for integer properties

2013-09-23 Thread Paolo Bonzini
Il 22/09/2013 09:16, Michael S. Tsirkin ha scritto: > Add helper functions for adding read-only properties, that work in the > case where the value is in memory. > > Michael S. Tsirkin (4): > qemu: add Error to typedefs > qom: pull in qemu/typedefs > qom: cleanup struct Error references >

[Qemu-devel] [PATCH 0/4] qom: add helpers for integer properties

2013-09-22 Thread Michael S. Tsirkin
Add helper functions for adding read-only properties, that work in the case where the value is in memory. Michael S. Tsirkin (4): qemu: add Error to typedefs qom: pull in qemu/typedefs qom: cleanup struct Error references qom: add pointer to int property helpers include/qemu/typedefs.h |