Re: [Qemu-devel] [PATCHv2 0/4] fw_cfg: qdev-related tidy-ups

2017-06-16 Thread Mark Cave-Ayland
On 14/06/17 13:38, Paolo Bonzini wrote: > On 12/06/2017 23:21, Mark Cave-Ayland wrote: >> As part of some ongoing sun4u work, I need to be able to wire the fw_cfg >> IO interface to a separate IO space by instantiating the qdev device instead >> of calling fw_cfg_init_io(). This patchset brings FW

Re: [Qemu-devel] [PATCHv2 0/4] fw_cfg: qdev-related tidy-ups

2017-06-14 Thread Paolo Bonzini
On 12/06/2017 23:21, Mark Cave-Ayland wrote: > As part of some ongoing sun4u work, I need to be able to wire the fw_cfg > IO interface to a separate IO space by instantiating the qdev device instead > of calling fw_cfg_init_io(). This patchset brings FW_CFG_IO in line with > FW_CFG_MEM and tidies

[Qemu-devel] [PATCHv2 0/4] fw_cfg: qdev-related tidy-ups

2017-06-12 Thread Mark Cave-Ayland
As part of some ongoing sun4u work, I need to be able to wire the fw_cfg IO interface to a separate IO space by instantiating the qdev device instead of calling fw_cfg_init_io(). This patchset brings FW_CFG_IO in line with FW_CFG_MEM and tidies up the realize methods accordingly. Signed-off-by: Ma