[Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2021-05-05 Thread Thomas Huth
This is an automated cleanup. This bug report has been moved to QEMU's new bug tracker on gitlab.com and thus gets marked as 'expired' now. Please continue with the discussion here: https://gitlab.com/qemu-project/qemu/-/issues/147 ** Changed in: qemu Status: New => Expired ** Bug watch

Re: [Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2021-04-22 Thread Ottavio Caruso
On Thu, 22 Apr 2021 at 18:23, Andreas Gustafsson <1743...@bugs.launchpad.net> wrote: > > Ottavio Caruso wrote: > > I am currently using: > > > > $ qemu-system-x86_64 --version > > QEMU emulator version 5.2.0 > > > > And I have no problem selecting from menu in serial console, so I > > assume this i

Re: [Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2021-04-22 Thread Andreas Gustafsson
Ottavio Caruso wrote: > I am currently using: > > $ qemu-system-x86_64 --version > QEMU emulator version 5.2.0 > > And I have no problem selecting from menu in serial console, so I > assume this is fixed for me. This is my command line: > > $ cat opt/bin/boot-netbsd-virtio > #!/bin/sh > qemu-sys

Re: [Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2021-04-22 Thread Paul Goyette
On Thu, 22 Apr 2021, Ottavio Caruso wrote: > On Thu, 22 Apr 2021 at 13:46, Andreas Gustafsson > <1743...@bugs.launchpad.net> wrote: >> >> Paul Goyette wrote: >>> This bug was fixed long ago, so long ago that I have no idea when! >> >> No, it is not fixed, and I did actually check before I switched

Re: [Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2021-04-22 Thread Ottavio Caruso
On Thu, 22 Apr 2021 at 13:46, Andreas Gustafsson <1743...@bugs.launchpad.net> wrote: > > Paul Goyette wrote: > > This bug was fixed long ago, so long ago that I have no idea when! > > No, it is not fixed, and I did actually check before I switched the > bug state back to "new". > > Perhaps you are

Re: [Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2021-04-22 Thread Andreas Gustafsson
Paul Goyette wrote: > This bug was fixed long ago, so long ago that I have no idea when! No, it is not fixed, and I did actually check before I switched the bug state back to "new". Perhaps you are specifying "-machine graphics=on" as suggested in one of the comments? If so, that's a work-around

Re: [Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2021-04-22 Thread Paul Goyette
This bug was fixed long ago, so long ago that I have no idea when! Please close wiwth an appropriate status. On Thu, 22 Apr 2021, Thomas Huth wrote: > The QEMU project is currently considering to move its bug tracking to > another system. For this we need to know which bugs are still valid > an

[Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2021-04-21 Thread Andreas Gustafsson
** Changed in: qemu Status: Incomplete => New -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1743191 Title: Interacting with NetBSD serial console boot blocks no longer works Status in QEMU:

[Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2021-04-21 Thread Thomas Huth
The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now. If you still think this bug report here is valid, then please switch the

[Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2020-05-26 Thread Ottavio Caruso
Just to clarify my last comment, and in absence of updates, if I launch the VM as: qemu-system-x86_64 \ -drive if=virtio,file=/home/oc/VM/img/openbsd.image,index=0,media=disk \ -drive if=virtio,file=/home/oc/VM/img/openbsd.image.old,index=1,media=disk \ -M q35,accel=kvm,graphics=on -m 250M -cpu ho

Re: [Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2020-03-18 Thread Ottavio Caruso
On Fri, 6 Mar 2020 at 13:24, Gerd Hoffmann <1743...@bugs.launchpad.net> wrote: > So one option is to turn off seabios sercon: "qemu -nographic -machine > graphics=on". This works for me, but only if I turn off "q35", therefore changing from a sata disk to a plain ide: qemu-system-x86_64 \ -drive

[Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2020-03-06 Thread Gerd Hoffmann
Ah, it's a special serial console boot iso. I was trying the normal NetBSD--amd64.iso. So, it seems seabios sercon and bootloader are fighting over the serial line. seabios enables sercon for no-graphical guests ("-machine graphics=off", "-nographics" enables this too). So one option is to turn

[Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2020-03-06 Thread Stefan Hajnoczi
@kraxel-redhat: This issue bisects to commit d6728f301d7e6e31ba0ee2fa51ed4a24feab8860 ("add serial console support"). seabios.git/master + "[PATCH] sercon: vbe modeset is int 10h function 4f02 not 4f00" still has the issue. I'm using the following command-line: qemu-system-x86_64 -M accel=kvm -

[Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2020-03-06 Thread Andreas Gustafsson
Gerd Hommann wrote: > Workaround: add "-vga none" to the qemu command line. This supposed workaround does not work for me. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1743191 Title: Interacting

[Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2020-03-06 Thread Ottavio Caruso
@kraxel-redhat, I guess "-vga none" is implicit when using -nographic? However, for the sake of trying, I've added "-vga none" and it won't solve it for me (when using default bios). -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. h

[Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2020-03-06 Thread Gerd Hoffmann
Workaround: add "-vga none" to the qemu command line. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1743191 Title: Interacting with NetBSD serial console boot blocks no longer works Status in QEMU

[Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2020-03-06 Thread Philippe Mathieu-Daudé
Possibly related thread: "Do we need a cpu with TSC support to run SeaBIOS?" https://www.mail-archive.com/seabios@seabios.org/msg11726.html -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1743191 Title

[Bug 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2020-03-05 Thread Ottavio Caruso
Reverting to Seabios 1.10 (version rel-1.10.3.0-gb76661dd) fixes this problem. Steps: $ cd && mkdir seabios-test && cd seabios-test $ git clone -b 1.10-stable https://github.com/coreboot/seabios.git $ cd seabios $ make $ qemu-system-x86_64 \ -drive if=virtio,file=/home/oc/VM/img/netbsd.image,inde