Re: [Qemu-devel] [PATCH v2 0/2] Auto-generated IDs

2015-09-18 Thread Markus Armbruster
Jeff Cody writes: > Changes from RFC v1: > > Patch 1: Several typos / grammatical errors (thanks Eric, John) > Make id_subsys_str[] const pointer to const strings (thanks Eric) > Moved id_subsys_str[] out from id_generate() (thanks John) > Assert on nul

Re: [Qemu-devel] [PATCH v2 0/2] Auto-generated IDs

2015-09-03 Thread Kevin Wolf
Am 02.09.2015 um 00:30 hat Jeff Cody geschrieben: > Changes from RFC v1: > > Patch 1: Several typos / grammatical errors (thanks Eric, John) > Make id_subsys_str[] const pointer to const strings (thanks Eric) > Moved id_subsys_str[] out from id_generate() (thanks Joh

[Qemu-devel] [PATCH v2 0/2] Auto-generated IDs

2015-09-01 Thread Jeff Cody
Changes from RFC v1: Patch 1: Several typos / grammatical errors (thanks Eric, John) Make id_subsys_str[] const pointer to const strings (thanks Eric) Moved id_subsys_str[] out from id_generate() (thanks John) Assert on null string for given id (thanks E