Re: Parameter 'driver' expects pluggable device type

2020-05-08 Thread Priyamvad Acharya
y asap!!! On Fri, 8 May 2020 at 07:40, Priyamvad Acharya wrote: > Hi, > Thanks for providing relevant information. > FYI > I am using Qemu version *4.2.94 (v5.0.0-rc4-dirty).* > I am using *virt* board. > > Where we need to set *user creatable *to true? > Any other modifica

Re: Parameter 'driver' expects pluggable device type

2020-05-07 Thread Priyamvad Acharya
e,file=$DISK,format=qcow2,id=hd \ > -device pl061 \ > -device virtio-blk-device,drive=hd \ > -device virtio-net-device,netdev=usernet \ > -netdev user,id=usernet,hostfwd=tcp::-:22 \ > -nographic > Is the above script correct to boot linux image with pl061 device on vir

Re: Parameter 'driver' expects pluggable device type

2020-05-07 Thread Priyamvad Acharya
e,file=$DISK,format=qcow2,id=hd \ > -device pl061 \ > -device virtio-blk-device,drive=hd \ > -device virtio-net-device,netdev=usernet \ > -netdev user,id=usernet,hostfwd=tcp::-:22 \ > -nographic > Is this script to boot linux image with pl061 device on virt board? On Fri, 8 May 2

Parameter 'driver' expects pluggable device type

2020-05-06 Thread Priyamvad Acharya
Hello developer community, I want to allow a *sysbus *type device to boot with kernel image(arm architecture) via Qemu command line . When I run qemu arm system executable with *-device *option via qemu command line,I get following error message > qemu-system-arm: -device pl061: Parameter 'driver

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/201

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. > > > >

Re: Qemu API documentation

2020-03-20 Thread Priyamvad Acharya
. Please check the files and let me know if needed more details. Regards, Priyamvad On Fri, Mar 20, 2020, 14:24 Alex Bennée wrote: > > Priyamvad Acharya writes: > > > Thanks Alex, I will check it out. > > Have you look at below issue which I mention in my previous email? > &

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

Re: Qemu API documentation

2020-03-19 Thread Priyamvad Acharya
akefile,des_demo.c are files required for bare > metal program > References: https://devkail.wordpress.com/2014/12/16/emulation-of-des-encryption-device-in-qemu/ Thanks, Priyamvad On Thu, 19 Mar 2020 at 01:19, John Snow wrote: > > > On 3/18/20 7:09 AM, Peter Maydell wrote: >

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

Re: New Hardware model emulation

2020-03-04 Thread Priyamvad Acharya
? On Wed, 4 Mar 2020 at 16:45, Priyamvad Acharya wrote: > Hi, > I have commented all the lines of other hardware models except custom > device line *" common-obj-$(CONFIG_TESTPCI) += testpci.o "*. > But when I run *make* I get errors similar to error shown in file whic

Re: New Hardware model emulation

2020-03-04 Thread Priyamvad Acharya
2020 at 02:05, Stefan Hajnoczi wrote: > On Tue, Mar 3, 2020 at 5:12 PM Priyamvad Acharya > wrote: > > > These errors are probably due to the Makefile.objs changes in your > commit: > > > > If I am not wrong, we need to add a rule i.e " > common-obj-$(CONFIG_TES

Re: New Hardware model emulation

2020-03-03 Thread Priyamvad Acharya
e, 3 Mar 2020 at 21:06, Stefan Hajnoczi wrote: > On Tue, Mar 3, 2020 at 12:45 PM Priyamvad Acharya > wrote: > > Thanks Stefan for explaining the method. > > After following above method when I run below command to compile my > custom device in Qemu source code , I get the outp

Re: New Hardware model emulation

2020-03-03 Thread Priyamvad Acharya
>.* Using git-log(1) can be helpful because it shows how new devices were introduced.* What is git-log(1) ? How to use git-log(1) in Qemu? On Tue, 3 Mar 2020 at 18:15, Priyamvad Acharya wrote: > Thanks Stefan for explaining the method. > After following above method when I run belo

Re: New Hardware model emulation

2020-03-03 Thread Priyamvad Acharya
that error might be due to helper.c file. How to resolve it? My qemu version:4.2.50 Thanks, Priyamvad Acharya On Tue, 3 Mar 2020 at 16:16, Stefan Hajnoczi wrote: > On Tue, Mar 3, 2020 at 7:45 AM Priyamvad Acharya > wrote: > > Please use Reply-All when replying to mailing list em

New Hardware model emulation

2020-02-24 Thread Priyamvad Acharya
Hello Qemu development community members, I have created a virtual device in Qemu. Now I want to run Qemu with the virtual device,so how to do it ? Thanks, Priyamvad Acharya