Re: [Qemu-devel] [PATCH 16/16] RFC hw/net/smc91c111: Convert init helper into an inline function

2019-02-04 Thread Philippe Mathieu-Daudé
On 1/4/19 8:35 PM, Thomas Huth wrote: > On 2019-01-04 18:58, Philippe Mathieu-Daudé wrote: >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> As init helper in "hw/char/pl011.h" >> --- >> hw/net/smc91c111.c | 17 - >> include/hw/net/smc91c111.h | 25

Re: [Qemu-devel] [PATCH 16/16] RFC hw/net/smc91c111: Convert init helper into an inline function

2019-01-04 Thread Thomas Huth
On 2019-01-04 18:58, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé > --- > As init helper in "hw/char/pl011.h" > --- > hw/net/smc91c111.c | 17 - > include/hw/net/smc91c111.h | 25 - > 2 files changed, 24 insertions(+), 18

[Qemu-devel] [PATCH 16/16] RFC hw/net/smc91c111: Convert init helper into an inline function

2019-01-04 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- As init helper in "hw/char/pl011.h" --- hw/net/smc91c111.c | 17 - include/hw/net/smc91c111.h | 25 - 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/hw/net/smc91c111.c b/hw/net/smc91c111.c