Re: [Qemu-devel] [PATCH 4/8] ipmi: add some local variables in ipmi_sdr_init

2016-02-15 Thread Cédric Le Goater
On 02/14/2016 09:55 AM, Marcel Apfelbaum wrote: > On 02/09/2016 02:13 PM, Cédric Le Goater wrote: >> This patch adds a couple of variables to manipulate the raw sdr >> entries. The const attribute is also removed on init_sdrs. This will >> ease the introduction of a sdr loader using a file. > > Hi

Re: [Qemu-devel] [PATCH 4/8] ipmi: add some local variables in ipmi_sdr_init

2016-02-14 Thread Marcel Apfelbaum
On 02/09/2016 02:13 PM, Cédric Le Goater wrote: This patch adds a couple of variables to manipulate the raw sdr entries. The const attribute is also removed on init_sdrs. This will ease the introduction of a sdr loader using a file. Hi, You could remove the const attribute when you have to, an

[Qemu-devel] [PATCH 4/8] ipmi: add some local variables in ipmi_sdr_init

2016-02-09 Thread Cédric Le Goater
This patch adds a couple of variables to manipulate the raw sdr entries. The const attribute is also removed on init_sdrs. This will ease the introduction of a sdr loader using a file. Signed-off-by: Cédric Le Goater --- hw/ipmi/ipmi_bmc_sim.c | 15 ++- 1 file changed, 10 insertions(