qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] qom: add helpers for integer properties
@ 2013-09-24 21:54 Michael S. Tsirkin
  2013-09-24 21:54 ` [Qemu-devel] [PATCH v2 1/4] qemu: add Error to typedefs Michael S. Tsirkin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2013-09-24 21:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: anthony, pbonzini, afaerber, stefanha, kraxel

Add helper functions for adding read-only properties, that work in the
case where the value is in memory.

This is part of the ACPI series, since there was a bug here
I'm resending just this chunk for more review.

Changes from v1:
    don't pass pointer to visitor directly since it writes there
        fixes crash reported by Gerd

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 |  1 +
 include/qom/object.h    | 73 +++++++++++++++++++++++++++++++------------------
 qom/object.c            | 60 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 108 insertions(+), 26 deletions(-)

-- 
MST

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-24 21:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-24 21:54 [Qemu-devel] [PATCH v2 0/4] qom: add helpers for integer properties Michael S. Tsirkin
2013-09-24 21:54 ` [Qemu-devel] [PATCH v2 1/4] qemu: add Error to typedefs Michael S. Tsirkin
2013-09-24 21:54 ` [Qemu-devel] [PATCH v2 2/4] qom: pull in qemu/typedefs Michael S. Tsirkin
2013-09-24 21:54 ` [Qemu-devel] [PATCH v2 3/4] qom: cleanup struct Error references Michael S. Tsirkin
2013-09-24 21:54 ` [Qemu-devel] [PATCH v2 4/4] qom: add pointer to int property helpers Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).