ARMCM3 startup and linker

2021-07-12 Thread abhijeet inamdar
Hi, I was using startup_ARMCM3.S (v2.0.0 by CMSIS) for my custom machine in qemu-2.10. Now, I updated my qemu-2.10 to qemu-4.2.0 and used the same startup script for my custom machine but it wont work. It is giving me a blank screen. I have tried with all the new scripts (both .ld and .S) on my cu

Cannot install Windows 10 (Win10_21H1_English_x64) with qemu 6.0.0

2021-07-12 Thread Stefano Cappa
I'm trying to install Windows 10 64 bit (latest available official iso) my environment: - macbook pro 13 2020 (intel) - macos BigSur (with all updates) - qemu-system-x86_64 version 6.0.0 - os to install "Win10_21H1_English_x64.iso" from official Microsoft website - virtio iso driver (tried with bo

Re: Cannot install Windows 10 (Win10_21H1_English_x64) with qemu 6.0.0

2021-07-12 Thread Pascal
hi, my 21H1 is running with UEFI activated in the VM (-bios ...) : try on this side... regards. Le lun. 12 juil. 2021 à 10:27, Stefano Cappa a écrit : > I'm trying to install Windows 10 64 bit (latest available official iso) > > my environment: > - macbook pro 13 2020 (intel) > - macos BigSur (w

Re: After having stopped virtual-manager, I can't use command line QEMU: “Failed to get shared ”write“ lock Is another process using the image”

2021-07-12 Thread Pascal
hi, if it is installed on your system, `lsof` may tell you which process blocks (uses) your file... regards. Le sam. 10 juil. 2021 à 16:02, gustavklopp a écrit : > Hi! > I've launched a virtual image through the software virtual-manager (it's a > GUI allowing to launch your virtual images). > >

Re: Cannot install Windows 10 (Win10_21H1_English_x64) with qemu 6.0.0

2021-07-12 Thread Pascal
under Linux, it is generally the `ovmf` package which contains the necessary (ovmf.fd) : -bios /usr/share/ovmf/OVMF.fd Le lun. 12 juil. 2021 à 10:44, Stefano Cappa a écrit : > Thank you, but where can I find the bios file to pass to that command? > > Il lun 12 lug 2021, 10:35 Pascal ha scritto:

Re: Qemu-kvm KDE VM steels my mouse

2021-07-12 Thread ToddAndMargo
On 7/11/21 8:13 PM, ToddAndMargo wrote: Hi All, Host   Fedora 34   Xfce 4.14   qemu-kvm-5.2.0-8.fc34.x86_64 Guest:   Fedora-KDE-Live-x86_64-34-1.2.iso Problem:  my mouse is confined to the VM, unless I throw .  But when I do so, KDE also logs me out and I have to log back into KDE every ti

Re: Qemu-kvm KDE VM steels my mouse

2021-07-12 Thread ToddAndMargo
On 7/12/21 4:11 AM, ToddAndMargo wrote: On 7/11/21 8:13 PM, ToddAndMargo wrote: Hi All, Host    Fedora 34    Xfce 4.14    qemu-kvm-5.2.0-8.fc34.x86_64 Guest:    Fedora-KDE-Live-x86_64-34-1.2.iso Problem:  my mouse is confined to the VM, unless I throw .  But when I do so, KDE also logs me out

Re: Qemu-kvm KDE VM steels my mouse

2021-07-12 Thread ToddAndMargo
On 7/12/21 4:25 AM, ToddAndMargo wrote: On 7/12/21 4:11 AM, ToddAndMargo wrote: On 7/11/21 8:13 PM, ToddAndMargo wrote: Hi All, Host    Fedora 34    Xfce 4.14    qemu-kvm-5.2.0-8.fc34.x86_64 Guest:    Fedora-KDE-Live-x86_64-34-1.2.iso Problem:  my mouse is confined to the VM, unless I throw

Re: Qemu-kvm KDE VM steels my mouse

2021-07-12 Thread ToddAndMargo
On 7/12/21 4:45 AM, ToddAndMargo wrote: On 7/12/21 4:25 AM, ToddAndMargo wrote: On 7/12/21 4:11 AM, ToddAndMargo wrote: On 7/11/21 8:13 PM, ToddAndMargo wrote: Hi All, Host    Fedora 34    Xfce 4.14    qemu-kvm-5.2.0-8.fc34.x86_64 Guest:    Fedora-KDE-Live-x86_64-34-1.2.iso Problem:  my mou

Re: Qemu-kvm KDE VM steels my mouse

2021-07-12 Thread ToddAndMargo
On 7/12/21 5:04 AM, ToddAndMargo wrote: On 7/12/21 4:45 AM, ToddAndMargo wrote: On 7/12/21 4:25 AM, ToddAndMargo wrote: On 7/12/21 4:11 AM, ToddAndMargo wrote: On 7/11/21 8:13 PM, ToddAndMargo wrote: Hi All, Host    Fedora 34    Xfce 4.14    qemu-kvm-5.2.0-8.fc34.x86_64 Guest:    Fedora-KDE

Re: Qemu-kvm KDE VM steels my mouse

2021-07-12 Thread ToddAndMargo
On 7/12/21 5:04 AM, ToddAndMargo wrote: On 7/12/21 4:45 AM, ToddAndMargo wrote: On 7/12/21 4:25 AM, ToddAndMargo wrote: On 7/12/21 4:11 AM, ToddAndMargo wrote: On 7/11/21 8:13 PM, ToddAndMargo wrote: Hi All, Host    Fedora 34    Xfce 4.14    qemu-kvm-5.2.0-8.fc34.x86_64 Guest:    Fedora-KDE

Re: Cannot install Windows 10 (Win10_21H1_English_x64) with qemu 6.0.0

2021-07-12 Thread Stefano Cappa
Ok I found it and passed the fd file as -boot on a debian machine, however the windows 10 vm is still stucked in the just a moment screen. Did you change something in the boot config page or did you pass other params? Il lun 12 lug 2021, 10:52 Pascal ha scritto: > under Linux, it is generally th

Re: Cannot install Windows 10 (Win10_21H1_English_x64) with qemu 6.0.0

2021-07-12 Thread Pascal
nothing special. here is the alias I use to start my vm : $ alias qemu $ alias qemu='/usr/bin/qemu-system-x86_64 -accel kvm -machine q35 -m 1024 -device nec-usb-xhci -device usb-tablet -cpu qemu64,kvm=off -parallel null -serial mon:stdio' $ qemu ./21H1.disk -bios ./uefi where uefi is a copy of ovmf

QEMU with x86-64 EFI disk image crashes WSL2 window

2021-07-12 Thread Konstantin Aladyshev
I have problems with QEMU on WSL2 (Ubuntu 20.04.1). I'm trying to launch 'disk.img' generated from the buildroot 'pc_x86_64_efi_defconfig' according to the buildroot readme https://github.com/buildroot/buildroot/tree/master/board/pc I have downloaded and built qemu-6.0.0. Everything works fine w

Wayland

2021-07-12 Thread ToddAndMargo
Hi All, Is spice-vdagent suppose to support Wayland or only Xorg (X11)? Many thanks, -T

terminal line wraps to the same line, not openning a new line when it reaches the bottom of terminal..

2021-07-12 Thread ckim
Hi all, I've installed ubuntu 20.04 on an aarch64 virtual machine. (using qemu-5.1.0, and referencing https://futurewei-cloud.github.io/ARM-Datacenter/qemu/how-to-launch-aarch64- vm/). This is the launch command to boot with installed ubuntu.. ./qemu-system-aarch64 -nographic -machine vir

Re: Wayland

2021-07-12 Thread Marc-André Lureau
Hi On Tue, Jul 13, 2021 at 5:56 AM ToddAndMargo wrote: > Hi All, > > Is spice-vdagent suppose to support Wayland or > only Xorg (X11)? > > It should work on wayland with the x11 backend. Clipboard sharing with wayland is tricky. See https://gitlab.gnome.org/GNOME/gtk/-/issues/3557 for context a

Re: Wayland

2021-07-12 Thread ToddAndMargo
On 7/12/21 11:09 PM, Marc-André Lureau wrote: Hi On Tue, Jul 13, 2021 at 5:56 AM ToddAndMargo > wrote: Hi All, Is spice-vdagent suppose to support Wayland or only Xorg (X11)? It should work on wayland with the x11 backend. Clipboard sharing with wa

Re: Wayland

2021-07-12 Thread ToddAndMargo
On 7/12/21 11:09 PM, Marc-André Lureau wrote: Hi On Tue, Jul 13, 2021 at 5:56 AM ToddAndMargo > wrote: Hi All, Is spice-vdagent suppose to support Wayland or only Xorg (X11)? It should work on wayland with the x11 backend. Clipboard sharing with wa