[Qemu-discuss] qemu-system-aarch64 doesn't close after guest executes halt -f

2019-09-04 Thread Shlomo Pongratz
Hi, I'm running minimal Busybox/Linux guest on qemu-system-aarch64. When I write halt -f the quest finish / # halt -f [ 36.385978] reboot: System halted But the qemu dosen't exit. In the monitor the result of info status is: (qemu) info status VM status: running (qemu) Is there a specific conf

Re: [Qemu-discuss] qemu-system-aarch64 doesn't close after guest executes halt -f

2019-09-04 Thread Shlomo Pongratz
On Wed, Sep 4, 2019 at 5:50 PM Peter Maydell wrote: > > On Wed, 4 Sep 2019 at 15:41, Shlomo Pongratz wrote: > > > > Hi, > > > > I'm running minimal Busybox/Linux guest on qemu-system-aarch64. > > When I write halt -f the quest finish > > / # h

Re: [Qemu-discuss] qemu-system-aarch64 doesn't close after guest executes halt -f

2019-09-05 Thread Shlomo Pongratz
On Wed, Sep 4, 2019 at 8:23 PM Peter Maydell wrote: > > On Wed, 4 Sep 2019 at 18:06, Shlomo Pongratz wrote: > > > > On Wed, Sep 4, 2019 at 5:50 PM Peter Maydell > > wrote: > > > > > > On Wed, 4 Sep 2019 at 15:41, Shlomo Pongratz > > > wrot

Re: [Qemu-discuss] qemu-system-aarch64 doesn't close after guest executes halt -f

2019-09-05 Thread Shlomo Pongratz
On Thu, Sep 5, 2019 at 3:48 PM Nerijus Baliūnas wrote: > > 2019-09-05 14:10, Shlomo Pongratz rašė: > > I've added the GONFIG_GPIO_PL061 (isn't it emulated on realview only?) > > and CONFIG_KEYBOARD_GPIO and also added The CONFIG_POWER_RESET_GPIO. > > But the QEM

Re: [Qemu-discuss] qemu-system-aarch64 doesn't close after guest executes halt -f

2019-09-05 Thread Shlomo Pongratz
On Thu, Sep 5, 2019 at 3:04 PM Peter Maydell wrote: > > On Thu, 5 Sep 2019 at 12:10, Shlomo Pongratz wrote: > > Thank you, > > I've added the GONFIG_GPIO_PL061 (isn't it emulated on realview only?) > > No, the 'virt' board provides a PL061, largely j

Re: [Qemu-discuss] qemu-system-aarch64 doesn't close after guest executes halt -f

2019-09-05 Thread Shlomo Pongratz
On Thu, Sep 5, 2019 at 4:09 PM Shlomo Pongratz wrote: > > On Thu, Sep 5, 2019 at 3:04 PM Peter Maydell wrote: > > > > On Thu, 5 Sep 2019 at 12:10, Shlomo Pongratz > > wrote: > > > Thank you, > > > I've added the GONFIG_GPIO_PL061 (isn't

PL011

2020-01-05 Thread Shlomo Pongratz
Hi, I'm running Busybox/Linux one qemu-system-aarch64 with board virt. I see the following message in the boot log: [1.775328] uart-pl011 900.pl011: no DMA platform data Other from that system seems to run normally. What is the meaning of this message? How can I eliminate it? Best regards,

Usage of vfio-pci without KVM.

2023-09-12 Thread Shlomo Pongratz
Hi, I'm running qemu-system-aarch64 (QEMU emulator version 7.0.93) on Ubuntu 20.04.4 LTS i with Intel's i7. I'm trying to pass a Samsung NVME device using vfio-pci. I detached the device from the nvme driver and attached it to the vfio-pci. Using lspci I can see "Kernel driver in use: vfio-pci" In

Re: Usage of vfio-pci without KVM.

2023-09-12 Thread Shlomo Pongratz
dé wrote: > > > Cc'ing VFIO maintainers. > > > > On 12/9/23 14:39, Shlomo Pongratz wrote: > > > Hi, > > > I'm running qemu-system-aarch64 (QEMU emulator version 7.0.93) on > > > Ubuntu 20.04.4 LTS i with Intel's i7. > > > I'm

PCIe with Designware RC.

2023-12-24 Thread Shlomo Pongratz
ted? But the main problem is that during the initialization of the controller registers in BAR0 all the read and writes are actually done into the config space. Any ideas? Thank you Shlomo Pongratz.

Re: PCIe with Designware RC.

2023-12-24 Thread Shlomo Pongratz
Thank you, see comment inside. On Sun, Dec 24, 2023 at 1:11 PM BALATON Zoltan wrote: > > On Sun, 24 Dec 2023, Shlomo Pongratz wrote: > > Hi, > > I'm working on a AARCH64 project that uses the designeware > > (hw/pci-host/designware.c). > > I've copied t