Re: [Bug 1892540] Re: qemu can no longer boot NetBSD/sparc

2020-11-23 Thread mst
Seems to at least do the innital part of the boot ok. I got to shell at least: not sure how far I'm supposed to get or which options to choose. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1892540

Re: [Bug 1892540] [RFC PATCH v2] hw/display/tcx: Allow 64-bit accesses to framebuffer stippler and blitter

2020-08-30 Thread mst
On Sat, Aug 22, 2020 at 02:21:27PM -, Philippe Mathieu-Daudé wrote: > The S24/TCX datasheet is listed as "Unable to locate" on [1]. > > However the NetBSD revision 1.32 of the driver introduced > 64-bit accesses to the stippler and blitter [2]. It is safe > to assume these memory regions are

[Qemu-devel] [Bug 1803872] Re: [PATCH v3 0/5] Fix strncpy() warnings for GCC8 new -Wstringop-truncation

2018-12-18 Thread mst
On Tue, Dec 18, 2018 at 06:51:17PM +0100, Philippe Mathieu-Daudé wrote: > GCC 8 new warning prevents builds to success since quite some time. > First report on the mailing list is in July 2018: > https://lists.gnu.org/archive/html/qemu-devel/2018-07/msg03723.html > > Various intents has been sent

[Qemu-devel] [PATCH comment tweaked] msix: allow byte and word reading from mmio

2010-11-16 Thread mst
Although explicitly disallowed by the PCI spec, some guests read a single byte or word from mmio. Likely a guest OS bug, but I have an OS which reads single bytes and it works fine on real hardware. Signed-off-by: Bernhard Kohl bernhard.k...@nsn.com Signed-off-by: Michael S. Tsirkin