Error recovery with data on NFS

2022-10-06 Thread Mihai Moldovan
Hi I have a few VMs managed over libvirt, whose image files are being served via NFS (4.2). This connection is not particularly stable (driver or hardware issues, probably). Whenever it breaks off, NFS connections seem to be severed and the file descriptors used by Qemu likewise seem to be inval

Re: Support for Cortex-A55

2023-01-29 Thread Mihai Moldovan
* On 1/29/23 18:12, Alyosha Shevandin wrote: > The below call: > > qemu-system-aarch64 -nographic -machine virt,secure=on -cpu cortex-a55 -smp > clusters=1,cores=1 -m 1024 -bios ../bl1.bin -d unimp -semihosting-config > enable=on,target=native > > fails with error: > > qemu-system-aarch64: unabl

Re: SSD pass-through

2023-05-03 Thread Mihai Moldovan
* On 5/3/23 22:37, Sascha Ziemann wrote: > The problem is that the SSD is in IOMMU group 9, but the GPU is > in group 8. And there are other devices in group 9, for example > the Ethernet device. > > How to fix this? Is it possible to move the SSD from group 9 to group 8? If I remember correctly,

Re: Error : init: partition(s) not found in /sys, waiting for their uevent(s): mmcblk0p2, mmcblk0p3 while trying to emulate Android 14 on Ubuntu 24.04 X64 bit using qemu-system-aarch64.

2024-09-04 Thread Mihai Moldovan
* On 9/4/24 10:00, Mario Marietto wrote: My goal is to watch NowTV on my Ubuntu workstation through Android. This thread has been going on for ages - without any clear intention. It's certainly worthwhile to be able to run Android in a VM, but not exactly easy to do, less so without knowing A

Re: Logitech wireless keyboard problems

2024-09-26 Thread Mihai Moldovan
* On 9/26/24 16:29, G.W. Haywood wrote: I am running a Logitech wireless keyboard and mouse, with Logitech's USB transmitter/receiver plugged into a USB port. I have tried other USB ports and the problem continues. Does anyone have any ideas .. it sounds like a bug to me. To begin with I'd loo

Re: How To Emulate An eMMC And SD Host Controller

2024-09-19 Thread Mihai Moldovan
* On 9/19/24 23:59, darius.mca...@goldkey.com wrote: > [...] QEMU emulator version 8.2.2 (Debian 1:8.2.2+ds-0ubuntu1.2) Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers > [...] > For the virt board, thesdhci-pci host controller is the only one I saw supported, so I deci