Re: [PATCH 04/14] hw/i386: Restrict fw_cfg to the PC machines

2020-01-07 Thread Paolo Bonzini
On 07/01/20 11:16, Michael S. Tsirkin wrote: > On Tue, Jan 07, 2020 at 11:01:48AM +0100, Paolo Bonzini wrote: >> On 31/12/19 19:32, Philippe Mathieu-Daudé wrote: >>> Only the PC-based machines use the fw_cfg device. In particular, >>> the MicroVM machine does not use it. Only compile/link it when >

Re: [PATCH 04/14] hw/i386: Restrict fw_cfg to the PC machines

2020-01-07 Thread Michael S. Tsirkin
On Tue, Jan 07, 2020 at 11:01:48AM +0100, Paolo Bonzini wrote: > On 31/12/19 19:32, Philippe Mathieu-Daudé wrote: > > Only the PC-based machines use the fw_cfg device. In particular, > > the MicroVM machine does not use it. Only compile/link it when > > machines require it. > > > > Signed-off-by:

Re: [PATCH 04/14] hw/i386: Restrict fw_cfg to the PC machines

2020-01-07 Thread Paolo Bonzini
On 31/12/19 19:32, Philippe Mathieu-Daudé wrote: > Only the PC-based machines use the fw_cfg device. In particular, > the MicroVM machine does not use it. Only compile/link it when > machines require it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Cc: Sergio Lopez > --- > hw/i386/Makefile

Re: [PATCH 04/14] hw/i386: Restrict fw_cfg to the PC machines

2020-01-07 Thread Philippe Mathieu-Daudé
On 1/7/20 11:01 AM, Paolo Bonzini wrote: On 31/12/19 19:32, Philippe Mathieu-Daudé wrote: Only the PC-based machines use the fw_cfg device. In particular, the MicroVM machine does not use it. Only compile/link it when machines require it. Signed-off-by: Philippe Mathieu-Daudé --- Cc: Sergio Lo

Re: [PATCH 04/14] hw/i386: Restrict fw_cfg to the PC machines

2020-01-07 Thread Paolo Bonzini
On 31/12/19 19:32, Philippe Mathieu-Daudé wrote: > Only the PC-based machines use the fw_cfg device. In particular, > the MicroVM machine does not use it. Only compile/link it when > machines require it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Cc: Sergio Lopez > --- > hw/i386/Makefile

[PATCH 04/14] hw/i386: Restrict fw_cfg to the PC machines

2019-12-31 Thread Philippe Mathieu-Daudé
Only the PC-based machines use the fw_cfg device. In particular, the MicroVM machine does not use it. Only compile/link it when machines require it. Signed-off-by: Philippe Mathieu-Daudé --- Cc: Sergio Lopez --- hw/i386/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -