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=-0.9 required=3.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:ac8:6789:: with SMTP id b9mr4568577qtp.384.1594899319681; Thu, 16 Jul 2020 04:35:19 -0700 (PDT) X-Received: by 2002:aca:b2d5:: with SMTP id b204mr3343119oif.44.1594899319294; Thu, 16 Jul 2020 04:35:19 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!peer02.ams4!peer.am4.highwinds-media.com!news.highwinds-media.com!tr2.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.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:35:19 -0700 (PDT) In-Reply-To: <9fbd0300-789d-439b-8e29-24ea0ce4a6e5o@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=203.59.139.151; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 203.59.139.151 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> <9fbd0300-789d-439b-8e29-24ea0ce4a6e5o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: SweetAda 0.1 released From: Roger Injection-Date: Thu, 16 Jul 2020 11:35:19 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 4462 X-Received-Body-CRC: 1392525992 Xref: reader01.eternal-september.org comp.lang.ada:59460 List-Id: On Thursday, July 16, 2020 at 9:09:50 PM UTC+10, gabriele....@gmail.com wrote: > OK Roger. > > Yes, now QEMU emulator is a consistent package and there is no need to install > libraries in other places. It should be completely independet, just unpack it and overwrite previous installation. No more libraries in other locations. > > For the problem of no IOMEU output, some questions: > - do you see the terminals appear? Two telnet 127.0.0.1 4447 terminals appear. > - do you see some messages in those terminals? One returns: Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. The other returns: PC-x86-64 PCI Device #0000 8086:29C0 PCI Device #0001 1234:1111 PCI Device #0002 8086:10D3 PCI Device #001F 8086:2918 plus some other messages that I have been using to investigate the code. Also the IOEMU and QEMU windows appear. > - do you change something in ioemu.cfg? I don't seem to have an ioemu.cfg file; only qemu.cfg files which I have not changed. > > It would be beautiful if you you could download and work on sweetada-0.1d.tar.gz, so we have a common base. Will do. > > In the meantime, I could prepare a QEMU executable (only this, to be used instead of that in the package) full of logs about window creation and widgets setup, so we can understand better what's going on. When it will be ready I'll tell you. > Thanks. That will be great. > Unfortunately no one feed informations so far, so if you are willing, we have to experiment a bit in "raw" mode. > > Thanks, let me know.