Message ID | 20230814074707.27696-1-jgross@suse.com (mailing list archive) |
---|---|
Headers | show |
Series | tools/xenstore: drop TDB | expand |
Hi Juergen, On 14/08/2023 08:46, Juergen Gross wrote: > Juergen Gross (19): > tools/xenstore: make hashtable key parameter const > tools/xenstore: let hashtable_add() fail in case of existing entry > tools/xenstore: add hashtable_replace() function > tools/xenstore: drop use of tdb > tools/xenstore: remove tdb code > tools/xenstore: let db_delete() return void > tools/xenstore: change talloc_free() to take a const pointer > tools/xenstore: move copying of node data out of db_fetch() > tools/xenstore: rework struct xs_tdb_record_hdr > tools/xenstore: don't use struct node_perms in struct node > tools/xenstore: use struct node_hdr in struct node > tools/xenstore: alloc new memory in domain_adjust_node_perms() > tools/xenstore: introduce read_node_const() > tools/xenstore: merge get_spec_node() into get_node_canonicalized() > tools/xenstore: merge is_valid_nodename() into canonicalize() > tools/xenstore: rework get_node() > tools/xenstore: introduce get_node_const() > tools/config: add XEN_RUN_STORED to config.h I have committed up to this patch. Cheers,