Re: [Qemu-devel] [PATCH 2/8] ipmi: use a function to initialize the SDR table

2016-02-15 Thread Cédric Le Goater
On 02/14/2016 09:31 AM, Marcel Apfelbaum wrote: > On 02/09/2016 02:13 PM, Cédric Le Goater wrote: >> This patch does not change anything. > > Hi, > > Well, it changes *something*, otherwise ... :) > > Maybe "This is only a re-factoring." Yes. This is much better. "does not change anything" doe

Re: [Qemu-devel] [PATCH 2/8] ipmi: use a function to initialize the SDR table

2016-02-14 Thread Marcel Apfelbaum
On 02/09/2016 02:13 PM, Cédric Le Goater wrote: This patch does not change anything. Hi, Well, it changes *something*, otherwise ... :) Maybe "This is only a re-factoring." It only moves the code section initializing the sdrs in its own routine and prepares ground for the subsequent patc

[Qemu-devel] [PATCH 2/8] ipmi: use a function to initialize the SDR table

2016-02-09 Thread Cédric Le Goater
This patch does not change anything. It only moves the code section initializing the sdrs in its own routine and prepares ground for the subsequent patches. Signed-off-by: Cédric Le Goater --- hw/ipmi/ipmi_bmc_sim.c | 49 - 1 file changed, 28 inser