[Qemu-devel] [PATCH v3 00/10] ipmi: a couple of enhancements to the BMC simulator (round 2)

2016-03-10 Thread Cédric Le Goater
Hello, The first patches are cleanups and prepare ground for an extension of the BMC simulator providing a SDR loader using a file. A simple FRU support comes next. Changes since v2: - changed 'struct rsp_buffer' to 'RspBuffer' - reworked ipmi_sim_handle_command() to introduce a ipmi_get_h

[Qemu-devel] [PATCH v3 00/10] ipmi: a couple of enhancements to the BMC simulator

2016-01-25 Thread Cédric Le Goater
Hi, Here are a few patches adding a couple of IPMI commands to the BMC simulator. Changes since v2: - splitted a bit more the patchset to separate fixes - moved forward patch "ipmi: fix SDR length value" as it is a fix - changed sdr_add_entry() prototype to use struct a ipmi_sdr_header Ch