From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Received: by 2002:a37:5bc3:: with SMTP id p186mr3441281qkb.401.1594897789159; Thu, 16 Jul 2020 04:09:49 -0700 (PDT) X-Received: by 2002:aca:cd56:: with SMTP id d83mr3441487oig.157.1594897788837; Thu, 16 Jul 2020 04:09:48 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!feeder1.feed.usenet.farm!feed.usenet.farm!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 16 Jul 2020 04:09:48 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=95.250.125.238; posting-account=JRF_-woAAABYlsAtkCl_CUxBuQy2SsaQ NNTP-Posting-Host: 95.250.125.238 References: <242465de-0171-44b1-9618-752b22c3604co@googlegroups.com> <11c21c57-69de-4fcb-9193-71a98ca93ecao@googlegroups.com> <126727e4-3108-46cd-acc6-e42dbdb9dd6bo@googlegroups.com> <011aef92-84e3-47e5-a558-a8c2c6504161o@googlegroups.com> <8959b86d-ec38-4e0b-a272-384751914732o@googlegroups.com> <16b49b03-8657-425d-bad5-67cc5fe725d2o@googlegroups.com> <891fe070-40a4-4ba2-a7be-a7e9c4c036a4o@googlegroups.com> <04195e55-a82f-4035-a05d-5078ea2e6259o@googlegroups.com> <2790711b-d169-4a19-b666-5853eb0f5268o@googlegroups.com> <7052e60c-33ad-4961-9a2c-76014bd6c516o@googlegroups.com> <6efbebf3-8dd2-4909-ab48-d57ba39dc309o@googlegroups.com> <7e2ea50e-412b-421a-b842-e97014043e37o@googlegroups.com> <24f16e6b-e885-4dc5-8519-05c6a786f4dfo@googlegroups.com> <53e66aa5-c298-4b27-8718-386e7a624141o@googlegroups.com> <43a34342-88a2-4af3-b146-817192dab5b7o@googlegroups.com> <80160030-7962-4abd-a6cb-46ea2c91decao@googlegroups.com> <8469bb3c-4caa-404d-8fd0-b74d0238450fo@googlegroups.com> <654e2ffe-f7ee-439d-a535-aab4360fad67o@googlegroups.com> <3ad33643-08b1-4ab6-8672-f9df27d822f6o@googlegroups.com> <89558f25-5b98-40a4-a106-d1e9f12eb6beo@googlegroups.com> <59edfbd5-3108-47d1-ab0e-982fe568078co@googlegroups.com> <437612bd-3739-40d1-ad00-6dfffea7a06fo@googlegroups.com> <487c7db4-da9a-4191-999e-05be41e36b72o@googlegroups.com> <7b67ad1e-f157-4ac5-8512-829ea35b3715o@googlegroups.com> <49c4a965-b50f-4774-9f41-cc535d967399o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9fbd0300-789d-439b-8e29-24ea0ce4a6e5o@googlegroups.com> Subject: Re: SweetAda 0.1 released From: gabriele.galeotti.xyz@gmail.com Injection-Date: Thu, 16 Jul 2020 11:09:49 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:59459 List-Id: On Wednesday, July 15, 2020 at 9:52:05 AM UTC+2, Roger wrote: > On Wednesday, July 15, 2020 at 2:53:11 AM UTC+10, gabriele....@gmail.com = wrote: >=20 > > Hi Roger. > >=20 > > Perhaps, you may want to try also a new build of QEMU, "qemu-x86_64-202= 00714M.tar.gz", which I've just released today. There is no need to install= separate libraries in /usr/local/lib, the package uncompresses as usual in= opt/, but the .dylib libraries are now installed in a relative sibling lib= / directory of executable located in bin/. So you could, eventually, delete= additional libraries installed with the separate package qemu-libraries-os= x.tar.gz some days ago, which may clash with already-present ones, and is n= ow deprecated. The QEMU package is now more compact and manageable. > >=20 > > Best regards >=20 > I tried the latest "qemu-x86_64-20200714M.tar.gz". The results are the sa= me. > I think that your latest .dylib libraries installation is a good idea esp= ecially as it makes the QEMU package more compact and manageable. OK Roger. Yes, now QEMU emulator is a consistent package and there is no need to inst= all=20 libraries in other places. It should be completely independet, just unpack = it and overwrite previous installation. No more libraries in other location= s. For the problem of no IOMEU output, some questions: - do you see the terminals appear? - do you see some messages in those terminals? - do you change something in ioemu.cfg? It would be beautiful if you you could download and work on sweetada-0.1d.t= ar.gz, so we have a common base. In the meantime, I could prepare a QEMU executable (only this, to be used i= nstead of that in the package) full of logs about window creation and widge= ts setup, so we can understand better what's going on. When it will be read= y I'll tell you. Unfortunately no one feed informations so far, so if you are willing, we ha= ve to experiment a bit in "raw" mode. Thanks, let me know.