Re: [PATCH v2 00/12] Replace virHashTable by GHashTable

2020-11-06 Thread Matt Coleman
> On Nov 4, 2020, at 12:05 PM, Peter Krempa wrote: > > Our hash table API was surprisingly close to glibs. > > v2: > - pushed ACK'd patch > - typo fix > - rebased on current master > - hashing function not replaced as our has random initialization > > Peter Krempa (12): > virhashtest:

Re: [PATCH v2 00/12] Replace virHashTable by GHashTable

2020-11-06 Thread Neal Gompa
On Wed, Nov 4, 2020 at 12:06 PM Peter Krempa wrote: > > Our hash table API was surprisingly close to glibs. > > v2: > - pushed ACK'd patch > - typo fix > - rebased on current master > - hashing function not replaced as our has random initialization > > Peter Krempa (12): > virhashtest:

Re: [PATCH v2 00/12] Replace virHashTable by GHashTable

2020-11-05 Thread Daniel Henrique Barboza
On 11/4/20 2:05 PM, Peter Krempa wrote: Our hash table API was surprisingly close to glibs. v2: - pushed ACK'd patch - typo fix - rebased on current master - hashing function not replaced as our has random initialization Peter Krempa (12): virhashtest: testHashGetItems: Remove test case

[PATCH v2 00/12] Replace virHashTable by GHashTable

2020-11-04 Thread Peter Krempa
Our hash table API was surprisingly close to glibs. v2: - pushed ACK'd patch - typo fix - rebased on current master - hashing function not replaced as our has random initialization Peter Krempa (12): virhashtest: testHashGetItems: Remove test case for sorting by value util: hash: Rewrite