Re: qemu and raspberrypi

2022-05-10 Thread Philipp Ammann
Hi Marco, I haven't tried it myself but the Raspberry Pi 2 is a supported machine: https://wiki.qemu.org/Documentation/Platforms/ARM and $ qemu-system-aarch64 -machine help | grep raspi raspi2 Raspberry Pi 2 Generally you can follow any tutorial on creating a Raspbian VM using

Re: Date/Time 4 hours ahead - Ubuntu 20 host/ Windows 10 guest

2021-06-07 Thread Philipp Ammann
Am 07.06.21 um 21:26 schrieb Weiss, Howard: > Whenever I start my guest OS, the date/time is 4 hours ahead.  I disable > synchronization with Internet Time and correct the date/time, then > restarted the guest.  The time reverted to being 4 hours ahead. Do you live on the US East Coast? ;-P Try

Re: Windows 9x - which graphic?

2021-06-07 Thread Philipp Ammann
Am 07.06.21 um 16:27 schrieb Simon Becherer: > I tried minport vbe driver > (https://web.archive.org/web/20191129030225/https://bearwindows.zcm.com.au/vbe9x.htm#2) > with cirrus/vga/vmga card > and cirrus driver with cirrus card - but without sucess. > Both 95 and 98 hangs during shutting down :(

ATAPI Passthrough or how to expose a CD drive to a VM

2021-04-14 Thread Philipp Ammann
Dear List! I'm looking for a way to plug a CD drive's SATA cable into the virtual SATA controller in the guest, i.e. pass through a single SATA port. Unfortunately that doesn't seem to be possible. The next best thing is to pass through ATAPI commands from the guest to the physical CD drive. The

Re: Strange behavior by qemu and the VM console.

2021-01-20 Thread Philipp Ammann
Hi George, did you recently upgrade your DE or mess with your DPI settings? In the GTK window, there's an option "zoom to fit" (or similar, I don't have it in front of me ATM). Make sure that is disabled. Best regards Philipp Am 20.01.21 um 20:45 schrieb George R Goffe: > Hi, > > This system

Re: Windows XP SP3

2020-12-31 Thread Philipp Ammann
Am 30.12.20 um 18:22 schrieb Narcis Garcia via: > Here is working fine with Qemu 4.2.1 > I don't know newer versions. XP works on all versions, including 5.2. It even supports most of the paravirtualized devices, most importantly virtio-blk and virtio-net.

Re: Bug https://bugs.launchpad.net/qemu/+bug/1618301 - any hint/workaround?

2020-10-05 Thread Philipp Ammann
Am 05.10.20 um 08:11 schrieb Thomas Huth: > On 03/10/2020 20.05, Kamil Jońca wrote: >> >> I have some ancient archive machines in virtualbox. These mainly NT 4.0. >> [...] > > Have you tried to use "-device usb-mouse" instead? ... maybe that > behaves differently... > Does NT 4 even support

USB support in microvm

2020-05-31 Thread Philipp Ammann
Hi, I'm trying to add an USB controller to a microvm. Background: I need to pass a USB network controller to the guest. The trouble is that all USB controllers use the PCI(e) bus, which isn't supported by microvm. It should be possible though: the Raspberry Pi < 4 has USB support without PCI.

USB support in microvm

2020-05-31 Thread Philipp Ammann
Hi, I'm trying to add an USB controller to a microvm. Background: I need to pass a USB network controller to the guest. The trouble is that all USB controllers use the PCI(e) bus, which isn't supported by microvm. It should be possible though: the Raspberry Pi < 4 has USB support without PCI.