Benoît Canet
5726d872f3
qdict: Extract qdict_extract_subqdict
...
Signed-off-by: Benoit Canet <benoit@irqsave.net >
Signed-off-by: Kevin Wolf <kwolf@redhat.com >
2013-09-25 16:21:28 +02:00
Kevin Wolf
f660dc6a2e
Implement qdict_flatten()
...
qdict_flatten(): For each nested QDict with key x, all fields with key y
are moved to this QDict and their key is renamed to "x.y". This operation
is applied recursively for nested QDicts.
Signed-off-by: Kevin Wolf <kwolf@redhat.com >
Reviewed-by: Eric Blake <eblake@redhat.com >
2013-07-26 22:01:31 +02:00
Kevin Wolf
b382bc9a15
Add qdict_clone_shallow()
...
Signed-off-by: Kevin Wolf <kwolf@redhat.com >
Reviewed-by: Eric Blake <eblake@redhat.com >
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com >
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com >
2013-03-15 16:07:49 +01:00
Paolo Bonzini
1de7afc984
misc: move include files to include/qemu/
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2012-12-19 08:32:39 +01:00
Paolo Bonzini
7b1b5d1913
qapi: move include files to include/qobject/
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2012-12-19 08:31:31 +01:00