Re: QEMU Library support

2020-08-19 Thread Pratik Parvati
>> Hi team, >> >> Lately, I have been working on QEMU modeling and interfacing it into the >> existing platform. What actually I wanted to check is; whether QEMU >> supports library that gives developers a clean interface to develop and >> integrate peripheral model in to QEMU. I know of the Greens

Re: QEMU Library support

2020-08-10 Thread Pratik Parvati
Just to hide the core QEMU implementation from the device code. QEMU core source code remains the same for all device; So, was thinking a way of hiding it from the rest of the device code. Regards, Pratik On Mon, Aug 10, 2020 at 3:50 PM Alex Bennée wrote: > > Pratik Parvati writes: > > > As a

Re: QEMU Library support

2020-08-10 Thread Alex Bennée
Pratik Parvati writes: > As an experiment, I have modelled non-existing ARM Watchdog model (SP805) > interfaced to the versatile PB platform. What actually I was looking is - > some sort of QEMU library, where I can model new device outside the QEMU > source hierarchy and still be able to compi

Re: QEMU Library support

2020-08-10 Thread Pratik Parvati
As an experiment, I have modelled non-existing ARM Watchdog model (SP805) interfaced to the versatile PB platform. What actually I was looking is - some sort of QEMU library, where I can model new device outside the QEMU source hierarchy and still be able to compile it using QEMU library and includ

Re: QEMU Library support

2020-08-10 Thread Alex Bennée
Pratik Parvati writes: > Hi team, > > Lately, I have been working on QEMU modeling and interfacing it into the > existing platform. What actually I wanted to check is; whether QEMU > supports library that gives developers a clean interface to develop and > integrate peripheral model in to QEMU.

QEMU Library support

2020-08-09 Thread Pratik Parvati
Hi team, Lately, I have been working on QEMU modeling and interfacing it into the existing platform. What actually I wanted to check is; whether QEMU supports library that gives developers a clean interface to develop and integrate peripheral model in to QEMU. I know of the Greensocs SystemC bridg