Re: [Qemu-devel] [PATCH 05/14] qdev: remove opts pointer tracking
On 09/16/11 18:00, Anthony Liguori wrote: This was only used because id's memory was stored in opts. No, see reply for patch #4. cheers, Gerd
[Qemu-devel] [PATCH 05/14] qdev: remove opts pointer tracking
This was only used because id's memory was stored in opts. Signed-off-by: Anthony Liguori --- hw/qdev.c |5 ++--- hw/qdev.h |1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hw/qdev.c b/hw/qdev.c index 41ed872..3096667 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -281,7 +