Re: [Qemu-discuss] SunOS 4.1.4 on Qemu 2.10.0 on Mac OS X 10.12.6 on mid 2012 Intel MBP w/16GB RAM

2017-10-05 Thread Dennis Luehring
then you need to wait for Michael Russo who wants "now to play with in my spare time, I'll see if I run into the same issue." or ask Artyom Tarasenko (http://tyom.blogspot.de/2009/12/solaris-under-qemu-how-to.html) for help - he once helped to get linux on sparc64 running and was very helpfull

Re: [Qemu-discuss] SunOS 4.1.4 on Qemu 2.10.0 on Mac OS X 10.12.6 on mid 2012 Intel MBP w/16GB RAM

2017-10-05 Thread Will Senn
I did that as well, but got the same errors - here's the version I'm running now on Fedora 26. qemu-system-sparc --version QEMU emulator version 2.10.50 (v2.10.0-991-gd147f7e815) Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers On 10/6/17 12:18 AM, Dennis Luehring wrote:

Re: [Qemu-discuss] SunOS 4.1.4 on Qemu 2.10.0 on Mac OS X 10.12.6 on mid 2012 Intel MBP w/16GB RAM

2017-10-05 Thread Dennis Luehring
first i would should build lastest qemu release from source - and test with that version - its very easy you only need some additional packages to build https://www.qemu.org/download/#source https://gns3.com/news/article/how-to-compile-qemu-2-2-0-in-ubu no need for install - just make Am 04.

Re: [Qemu-discuss] Coldfire 5282 Support

2017-10-05 Thread William Mahoney
OK I took a look at slirp.c as you suggested. I put in some fprintf’s in slip.c for the ARP requests and also in arp_table_add and arp_table_search in arp_table.c. In the process I learned a lot about how the ARP services work within QEMU and in the process also realized what I was doing wrong.

[Qemu-discuss] Device not tied to a QemuConsole.

2017-10-05 Thread José Pekkarinen
Hi list, I'm currently toying around with vfio mediated devices in qemu, and I'm having troubles defining a display through vnc for the mediated device. The error in question is this: qemu-system-x86_64: -display vnc=0:1,display=video.1: Failed to start VNC server: Device video

Re: [Qemu-discuss] Fwd: Why iocl with RNDGETENTCNT does not work?

2017-10-05 Thread Marco A L Barbosa
Thanks, I submitted a patch: https://lists.nongnu.org/archive/html/qemu-trivial/2017-10/msg00016.html On Tue, Oct 3, 2017 at 12:30 PM, Peter Maydell wrote: > On 3 October 2017 at 11:50, Marco Aurélio Lopes Barbosa > wrote: > > if (ioctl(fd, RNDGETENTCNT, &entropy) == -1) > > > When I ru