Re: Emulate custom machine on qemu-4.2.0

2021-09-14 Thread Peter Maydell
On Tue, 14 Sept 2021 at 13:51, abhijeet inamdar wrote: > > Is there any example for UART being added to the machine in 4.2.0? Lots of machines have UARTs. Look at almost any Arm board. -- PMM

Re: Emulate custom machine on qemu-4.2.0

2021-09-14 Thread abhijeet inamdar
Is there any example for UART being added to the machine in 4.2.0? Thank you, Abhijeet. On Tue, Sep 14, 2021, 12:26 Peter Maydell wrote: > On Tue, 14 Sept 2021 at 11:21, abhijeet inamdar > wrote: > > > > My question is that can we see the list of devices for say any > particular machine. > >

Re: Emulate custom machine on qemu-4.2.0

2021-09-14 Thread Peter Maydell
On Tue, 14 Sept 2021 at 11:21, abhijeet inamdar wrote: > > My question is that can we see the list of devices for say any particular > machine. > EX: if we do -m help. > we do get the list of machines right so is their anything similar for the > devices to check for a particular machine. "-M

Re: Emulate custom machine on qemu-4.2.0

2021-09-14 Thread abhijeet inamdar
My question is that can we see the list of devices for say any particular machine. EX: if we do -m help. we do get the list of machines right so is their anything similar for the devices to check for a particular machine. Thank you, Abhijeet. On Tue, Sep 14, 2021, 12:14 Peter Maydell wrote: >

Re: Emulate custom machine on qemu-4.2.0

2021-09-14 Thread Peter Maydell
On Tue, 14 Sept 2021 at 10:58, abhijeet inamdar wrote: > Is there anything in qemu to check for a machine which all > devices are added or working? Can we do that!? I dunno what you're asking for; could you elaborate ? In general each machine has a different set of devices that it has, because

Re: Emulate custom machine on qemu-4.2.0

2021-09-14 Thread abhijeet inamdar
Hi, Is there anything in qemu to check for a machine which all devices are added or working? Can we do that!? Thank you, Abhijeet. On Tue, Sep 14, 2021, 11:23 Peter Maydell wrote: > On Tue, 14 Sept 2021 at 09:52, abhijeet inamdar > wrote: > > I was trying to emulate a machine in qemu-4.2.0

Re: Emulate custom machine on qemu-4.2.0

2021-09-14 Thread Peter Maydell
On Tue, 14 Sept 2021 at 09:52, abhijeet inamdar wrote: > I was trying to emulate a machine in qemu-4.2.0 but was getting an error > message: > > Unexpected error in qemu_chr_fe_init() at > /home/qemu-4.2.0/chardev/char-fe.c:220: > qemu-system-arm: Device 'serial0' is in use > > I tried to apply

Emulate custom machine on qemu-4.2.0

2021-09-14 Thread abhijeet inamdar
Hi, I was trying to emulate a machine in qemu-4.2.0 but was getting an error message: Unexpected error in qemu_chr_fe_init() at /home/qemu-4.2.0/chardev/char-fe.c:220: qemu-system-arm: Device 'serial0' is in use I tried to apply this patch

Re: Issue with qemu networking

2021-09-14 Thread Paul Menzel
Dear Sukreet, Am 14.09.21 um 10:30 schrieb Sukreet pal: I am currently new to qemu. Currently , I have a windows host in which I have a Linux VM and inside the Linux VM I have my qemu armv7 vexpress-a9 board virtualized. I want to connect to the internet from my vexpress-a9 board (use wget

Issue with qemu networking

2021-09-14 Thread Sukreet pal
Dear qemu developers, I am currently new to qemu. Currently , I have a windows host in which I have a Linux VM and inside the Linux VM I have my qemu armv7 vexpress-a9 board virtualized. I want to connect to the internet from my vexpress-a9 board (use wget and ping). Currently I am able to ping