[Qemu-devel] [Bug 732155] Re: system_reset doesn't work with qemu-kvm and latest SeaBIOS

2016-11-07 Thread Matthew Bloch
Hi Thomas, thanks for the triage. I'm a few years past working on this project directly so if it's not affecting anyone else I'd probably just close this bug. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net

[Qemu-devel] [Bug 778032] [NEW] qemu spinning on serial port writes

2011-05-05 Thread Matthew Bloch
Public bug reported: As originally found at http://www.mail- archive.com/k...@vger.kernel.org/msg08745.html from 3 years ago! Basically qemu seizes up in the event that the file descriptor for its emulated serial port has a full buffer, i.e. write() returns EAGAIN. For me, this happened when the

[Qemu-devel] [Bug 732155] Re: system_reset doesn't work with qemu-kvm and latest SeaBIOS

2011-03-13 Thread Matthew Bloch
This patch to SeaBIOS seems to fix it, but I still think there's a bug in kvm if it behaves differently with or without the "-no-kvm" flag. ** Tags added: bios kvm reset ** Patch added: "qemu-reset.patch" https://bugs.launchpad.net/qemu/+bug/732155/+attachment/1906859/+files/qemu-reset.patch

[Qemu-devel] [Bug 732155] Re: system_reset doesn't work with qemu-kvm and latest SeaBIOS

2011-03-09 Thread Matthew Bloch
A bit of bisection on SeaBIOS shows that commit 244caf86f11f5f65d166d91704f64cb673167abc was the first to exhibit this behaviour. Arguably a SeaBIOS bug, but I don't know enough about the reset process to judge. -- You received this bug notification because you are a member of qemu- devel-ml, wh

[Qemu-devel] [Bug 732155] [NEW] system_reset doesn't work with qemu-kvm and latest SeaBIOS

2011-03-09 Thread Matthew Bloch
Public bug reported: I've built qemu-kvm and seabios from the latest git sources, and found that the system_reset monitor command causes a freeze if I start qemu- system-x86_64 with the -no-kvm flag. This is a serial log from an attempt at rebooting: $ ./x86_64-softmmu/qemu-system-x86_64 -monito

[Qemu-devel] [Bug 714629] Re: BIOS doesn't load when read() returns less than the full ROM length

2011-02-07 Thread Matthew Bloch
** Patch added: "Fix loading of BIOS file over 9p/network filesystems" https://bugs.launchpad.net/bugs/714629/+attachment/1836057/+files/rom_read.patch -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bu

[Qemu-devel] [Bug 714629] [NEW] BIOS doesn't load when read() returns less than the full ROM length

2011-02-07 Thread Matthew Bloch
Public bug reported: When qemu is running over a 9p filesystem (e.g. when running underneath -virtfs of another qemu), and probably some other network filesystems, it fails to read its BIOS image. This is because it uses a single low- level read() call on the bios.bin, asking for the full file.