Re: [Qemu-devel] [PATCH 04/10] sm501: Add emulation of chip connected via PCI

2017-02-25 Thread Peter Maydell
On 24 February 2017 at 20:25, BALATON Zoltan wrote: > On Fri, 24 Feb 2017, Peter Maydell wrote: >> Dropping the requirement for a base addr is not really the same >> change as adding the PCI device. > > > This is needed for PCI device because the base is not accessible before > something maps the

Re: [Qemu-devel] [PATCH 04/10] sm501: Add emulation of chip connected via PCI

2017-02-24 Thread BALATON Zoltan
On Fri, 24 Feb 2017, Peter Maydell wrote: On 19 February 2017 at 16:35, BALATON Zoltan wrote: Only the display controller part is created automatically on PCI Signed-off-by: BALATON Zoltan --- hw/display/sm501.c | 58 + hw/display/sm501_te

Re: [Qemu-devel] [PATCH 04/10] sm501: Add emulation of chip connected via PCI

2017-02-24 Thread Peter Maydell
On 19 February 2017 at 16:35, BALATON Zoltan wrote: > Only the display controller part is created automatically on PCI > > Signed-off-by: BALATON Zoltan > --- > hw/display/sm501.c | 58 > + > hw/display/sm501_template.h | 8 +++ > 2 file

[Qemu-devel] [PATCH 04/10] sm501: Add emulation of chip connected via PCI

2017-02-19 Thread BALATON Zoltan
Only the display controller part is created automatically on PCI Signed-off-by: BALATON Zoltan --- hw/display/sm501.c | 58 + hw/display/sm501_template.h | 8 +++ 2 files changed, 58 insertions(+), 8 deletions(-) diff --git a/hw/display/