qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2][RFC] Introduce macros for setting properties


From: Anthony Liguori
Subject: [Qemu-devel] [PATCH 0/2][RFC] Introduce macros for setting properties
Date: Fri, 17 Jul 2009 09:41:23 -0500

This series introduces macros for create qdev properties.  Unlike Gerd's series,
this attempts to simplify the common cases by using type inference and choosing
default names.

A consequence of this is that we need to use proper pointer property types
because GCC's builtin_types_compatible does not consider void * compatible with
arbitrary pointer types.




reply via email to

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