Skip to content
  • Paolo Bonzini's avatar
    9176e800
    keyval: introduce keyval_merge · 9176e800
    Paolo Bonzini authored
    
    
    This patch introduces a function that merges two keyval-produced
    (or keyval-like) QDicts.  It can be used to emulate the behavior of
    .merge_lists = true QemuOpts groups, merging -readconfig sections and
    command-line options in a single QDict, and also to implement -set.
    
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    9176e800
    keyval: introduce keyval_merge
    Paolo Bonzini authored
    
    
    This patch introduces a function that merges two keyval-produced
    (or keyval-like) QDicts.  It can be used to emulate the behavior of
    .merge_lists = true QemuOpts groups, merging -readconfig sections and
    command-line options in a single QDict, and also to implement -set.
    
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
Loading