Re: base format

2024-04-26 Thread lacsaP Patatetom
Le jeu. 25 avr. 2024 à 15:13, Jakob Bohm via a écrit : > On 2024-04-25 14:51, lacsaP Patatetom wrote: > > Le jeu. 25 avr. 2024 à 11:30, Peter Maydell > <mailto:peter.mayd...@linaro.org>> a écrit : > > > > On Thu, 25 Apr 2024 at 09:55, lacsaP Patatetom &

Re: base format

2024-04-25 Thread lacsaP Patatetom
Le jeu. 25 avr. 2024 à 11:30, Peter Maydell a écrit : > On Thu, 25 Apr 2024 at 09:55, lacsaP Patatetom > wrote: > > > > hi, > > > > when using `qemu-img create`, why do I have to specify the format of the > base image ? > > can't `qemu-img` detect it it

base format

2024-04-25 Thread lacsaP Patatetom
hi, when using `qemu-img create`, why do I have to specify the format of the base image ? can't `qemu-img` detect it itself ? I understand that I have to specify the format of the created image, but I don't understand for the base image. `qemu-img create -b base.img -f qcow2 new.img` rather than

qemu device_add helper

2024-04-02 Thread lacsaP Patatetom
hi, when I want to offer a smartphone to my virtual machine, I have to attach it as "device_add usb-host,hostbus=X,hostport=Y,id=Z" otherwise, I lose the attachment on the virtual machine side when I switch the smartphone mode (MTP, USB connection sharing, etc...). to avoid having to manually

Re: Directory does not fit in FAT16 (capacity 516.06 MB)

2023-12-15 Thread lacsaP Patatetom
Le ven. 15 déc. 2023 à 11:39, Alberto Garcia a écrit : > On Fri, Dec 15, 2023 at 09:15:22AM +0100, lacsaP Patatetom wrote: > > here's a little script following the exchanges above. > > perhaps it will be useful to others... > > If you want a full disk image with its partiti

Re: Directory does not fit in FAT16 (capacity 516.06 MB)

2023-12-15 Thread lacsaP Patatetom
Le mer. 13 déc. 2023 à 17:32, Alberto Garcia a écrit : > On Wed, Dec 13, 2023 at 04:33:00PM +0100, lacsaP Patatetom wrote: > > having said that, and if you respect the constraints ("what you > > should never do..."), vvfat is a really nice way of performing and > >

Re: Directory does not fit in FAT16 (capacity 516.06 MB)

2023-12-13 Thread lacsaP Patatetom
Le mer. 13 déc. 2023 à 14:57, Thomas Huth a écrit : > On 13/12/2023 13.51, Alberto Garcia wrote: > > On Wed, Dec 13, 2023 at 01:27:49PM +0100, Narcis Garcia wrote: > >> A FAT16 partition (0x06) can be as large as 2 GiB > > > > That's why I say that there's probably a limitation in the QEMU vvfat

Re: Directory does not fit in FAT16 (capacity 516.06 MB)

2023-12-13 Thread lacsaP Patatetom
Le mer. 13 déc. 2023 à 13:29, Narcis Garcia a écrit : > A FAT16 partition (0x06) can be as large as 2 GiB > > > El 13/12/23 a les 12:23, Alberto Garcia ha escrit: > > On Wed, Dec 13, 2023 at 11:46:51AM +0100, lacsaP Patatetom wrote: > >> to quickly test my efi applicat

Re: Directory does not fit in FAT16 (capacity 516.06 MB)

2023-12-13 Thread lacsaP Patatetom
Le mer. 13 déc. 2023 à 12:24, Alberto Garcia a écrit : > On Wed, Dec 13, 2023 at 11:46:51AM +0100, lacsaP Patatetom wrote: > > to quickly test my efi application `./esp/EFI/BOOT/BOOTX64.EFI`, I use > the > > following command `qemu-system-x86_64 -accel kvm -machine q35 -m 102

Directory does not fit in FAT16 (capacity 516.06 MB)

2023-12-13 Thread lacsaP Patatetom
hi, to quickly test my efi application `./esp/EFI/BOOT/BOOTX64.EFI`, I use the following command `qemu-system-x86_64 -accel kvm -machine q35 -m 1024 -bios /usr/share/edk2/x64/OVMF.fd -hda fat:./esp/ -snapshot` but it has recently failed with the error message given in subject. for various

Re: Building without network devices

2023-12-05 Thread lacsaP Patatetom
Le mar. 5 déc. 2023 à 13:50, lacsaP Patatetom a écrit : > `-nic none` (see here > https://qemu.readthedocs.io/system/invocation.html#hxtool-5) > > Le mar. 5 déc. 2023 à 13:33, Talha Khan a écrit : > >> Hello all, >> I want to build an instance of qemu(x86-64)

Re: Building without network devices

2023-12-05 Thread lacsaP Patatetom
`-nic none` (see here https://qemu.readthedocs.io/system/invocation.html#hxtool-5) Le mar. 5 déc. 2023 à 13:33, Talha Khan a écrit : > Hello all, > I want to build an instance of qemu(x86-64) without any network devices in > the emulator (no nic,no netdev or anything). Im new to all these, any

Re: Question about FIDO key passthrough for testing in QEMU

2023-05-26 Thread lacsaP Patatetom
Le ven. 26 mai 2023 à 03:01, skylarmylar via a écrit : > Hi! I am looking for instruction about using command line QEMU-KVM to > create VMs for testing Yubikey authentication of system initialization > stages, logins, and processes. If anyone can tell me where to find the > information I need to

qemu-img-tree

2023-05-17 Thread lacsaP Patatetom
hi Qemu command line users, `qemu-img` does not allow to have a light and tree-like view of a derived image. as I didn't find another solution on the Internet, I wrote this little bash script which may be useful to some of you and which allows to obtain this : $ qemu-img-tree

Re: hubport connectivity problems

2023-03-29 Thread lacsaP Patatetom
socket/mcast complexity > internally and away from the OS. Bonus points if you could merge this > new idea for hubport with SLIRP! > > Many thanks again! > Eric > > > On 3/28/23 6:05 AM, lacsaP Patatetom wrote: > > Le mar. 28 mars 2023 à 09:36, Thomas Huth a écrit : >

Re: hubport connectivity problems

2023-03-28 Thread lacsaP Patatetom
Le mar. 28 mars 2023 à 09:36, Thomas Huth a écrit : > > On 27/03/2023 21.52, Eric Nichols (DirWiz) via wrote: > > Long time user, first time poster... > > > > My setup is simple. Debian host running qemu 7.2.0 and 2 guest (Windows > > 2010 workstation & 2022 server). My goal is to setup a