|
From: | Kevin Wolf |
Subject: | [Qemu-devel] Re: [RFC] QCFG: a new mechanism to replace QemuOpts and option handling |
Date: | Tue, 15 Mar 2011 12:21:32 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10 |
Am 14.03.2011 18:48, schrieb Anthony Liguori: > I've got a spec written up at http://wiki.qemu.org/Features/QCFG. > Initial code is in my QAPI tree. One question about a small detail on this wiki page: > typedef struct BlockdevConfig { > char * file; > struct BlockdevConfig * backing_file; > > struct BlockdevConfig * next; > } BlockdevConfig; What is the 'next' pointer used for, are you going to store a list of all -blockdev options used? And why isn't it a QLIST or something? Kevin
[Prev in Thread] | Current Thread | [Next in Thread] |