Re: [Qemu-devel] [PATCH V3 06/10] NUMA: split out the common range parser

2013-06-24 Thread Bandan Das
Wanlong Gao writes: > Since cpus parser and hostnode parser have the common range parser > part, split it out to the common range parser to avoid the duplicate > code. > > Signed-off-by: Wanlong Gao > --- > vl.c | 89 > > 1 f

[Qemu-devel] [PATCH V3 06/10] NUMA: split out the common range parser

2013-06-24 Thread Wanlong Gao
Since cpus parser and hostnode parser have the common range parser part, split it out to the common range parser to avoid the duplicate code. Signed-off-by: Wanlong Gao --- vl.c | 89 1 file changed, 37 insertions(+), 52 deleti