Re: Qemu API documentation

2020-03-23 Thread Priyamvad Acharya
Thanks for the information. On Fri, 20 Mar 2020 at 16:47, Alex Bennée wrote: > > Priyamvad Acharya writes: > > > Thansk, I will check it out. > > > > To make my device I have used following link as reference > > > > > https://devkail.wordpress.com/2014/12/16/emulation-of-des-encryption-device-i

Re: Qemu API documentation

2020-03-20 Thread Alex Bennée
Priyamvad Acharya writes: > Thansk, I will check it out. > > To make my device I have used following link as reference > > https://devkail.wordpress.com/2014/12/16/emulation-of-des-encryption-device-in-qemu/ > > Also I have shared all the necessary files > in previous mails involved in the deve

Re: Qemu API documentation

2020-03-20 Thread Priyamvad Acharya
So, is there any up to date blog from where I can get a reference about device modelling development On Fri, 20 Mar 2020 at 15:46, Peter Maydell wrote: > On Fri, 20 Mar 2020 at 09:39, Priyamvad Acharya > wrote: > > > > Thansk, I will check it out. > > > > To make my device I have used following

Re: Qemu API documentation

2020-03-20 Thread Peter Maydell
On Fri, 20 Mar 2020 at 09:39, Priyamvad Acharya wrote: > > Thansk, I will check it out. > > To make my device I have used following link as reference > > https://devkail.wordpress.com/2014/12/16/emulation-of-des-encryption-device-in-qemu/ Watch out, because that blog is six years old. Much of QEM

Re: Qemu API documentation

2020-03-20 Thread Priyamvad Acharya
Thansk, I will check it out. To make my device I have used following link as reference https://devkail.wordpress.com/2014/12/16/emulation-of-des-encryption-device-in-qemu/ Also I have shared all the necessary files in previous mails involved in the development and testing process of device. Ple

Re: Qemu API documentation

2020-03-20 Thread Alex Bennée
Priyamvad Acharya writes: > Thanks Alex, I will check it out. > Have you look at below issue which I mention in my previous email? Without seeing the full code changes it's hard to make a determination. But it looks like you haven't followed the template of defining the device type. Also have

Re: Qemu API documentation

2020-03-19 Thread Priyamvad Acharya
Thanks Alex, I will check it out. Have you look at below issue which I mention in my previous email? >>> *>> qemu-system-arm: Unknown device 'soc' for default sysbusAborted >>> (core>> dumped)** >>> >> On Thu, 19 Mar 2020 at 20:09, Alex Bennée wrote: > > Priyamvad Acharya writes: > > > Thanks

Re: Qemu API documentation

2020-03-19 Thread Alex Bennée
Priyamvad Acharya writes: > Thanks John and Peter for guiding me, but still it will be hard to > understand from source code for a newbie. > > I basically want to implement a trivial device for arm architecture which > basically contains register for read/write operation with a program.So what

Re: Qemu API documentation

2020-03-19 Thread Priyamvad Acharya
Thanks John and Peter for guiding me, but still it will be hard to understand from source code for a newbie. I basically want to implement a trivial device for arm architecture which basically contains register for read/write operation with a program.So what are the references? I am providing poi

Re: Qemu API documentation

2020-03-18 Thread John Snow
On 3/18/20 7:09 AM, Peter Maydell wrote: > On Wed, 18 Mar 2020 at 09:55, Priyamvad Acharya > wrote: >> >> Hello developer community, >> >> I am working on implementing a custom device in Qemu, so to implement it I >> need documentation of functions which are used to emulate a hardware model >

Re: Qemu API documentation

2020-03-18 Thread Peter Maydell
On Wed, 18 Mar 2020 at 09:55, Priyamvad Acharya wrote: > > Hello developer community, > > I am working on implementing a custom device in Qemu, so to implement it I > need documentation of functions which are used to emulate a hardware model in > Qemu. > > What are the references to get it ? QE

Qemu API documentation

2020-03-18 Thread Priyamvad Acharya
Hello developer community, I am working on implementing a custom device in Qemu, so to implement it I need documentation of functions which are used to emulate a hardware model in Qemu. What are the references to get it ? Thanks, Priyamvad