Markus Armbruster (8):
  fw_cfg: Replace debug prints by tracepoints
  fw_cfg: Dumb down fw_cfg_add_*() not to return success / failure
  fw_cfg: New fw_cfg_add_string()
  pc: Fix unchecked strdup() by switching to fw_cfg_add_string()
  sun4: Fix unchecked strdup() by switching to fw_cfg_add_string()
  pc: Clean up bochs_bios_init()'s (non-)use of sizeof
  fw_cfg: Use void *, size_t instead of uint8_t *, uint32_t for blobs
  vl: Use size_t for sizes in get_boot_devices_list()

 hw/fw_cfg.c             | 86 ++++++++++++++++++++-----------------------------
 hw/fw_cfg.h             | 17 +++++-----
 hw/pc.c                 | 21 ++++++------
 hw/sun4m.c              | 12 ++-----
 hw/sun4u.c              |  4 +--
 include/sysemu/sysemu.h |  2 +-
 trace-events            |  7 ++++
 vl.c                    |  6 ++--
 8 files changed, 68 insertions(+), 87 deletions(-)

-- 
1.7.11.7


Reply via email to