Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread Daniel Henrique Barboza
Patches 1 and 3 from v7, and 2 from v9, queued in ppc-next. Thanks, Daniel On 10/27/23 08:54, BALATON Zoltan wrote: Changes in v7: - Increase default memory size to 512m to match pegasos2 and sam460ex and it's a better default for AmigaOS Changes in v6: - Dropped patch 1, now it's Based-o

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread BALATON Zoltan
On Tue, 7 Nov 2023, BALATON Zoltan wrote: On Tue, 7 Nov 2023, Daniel Henrique Barboza wrote: On 11/7/23 14:33, BALATON Zoltan wrote: On Tue, 7 Nov 2023, Daniel Henrique Barboza wrote: Zoltan, Gitlab is complaining about a missing file in one of the tests:  8/259 qemu:qtest+qtest-ppc / qtest

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread BALATON Zoltan
On Tue, 7 Nov 2023, Daniel Henrique Barboza wrote: On 11/7/23 14:33, BALATON Zoltan wrote: On Tue, 7 Nov 2023, Daniel Henrique Barboza wrote: Zoltan, Gitlab is complaining about a missing file in one of the tests:  8/259 qemu:qtest+qtest-ppc / qtest-ppc/test-hmp ERROR   0.22s   kill

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread Peter Maydell
On Tue, 7 Nov 2023 at 18:18, BALATON Zoltan wrote: > > On Tue, 7 Nov 2023, Peter Maydell wrote: > > On Tue, 7 Nov 2023 at 18:05, BALATON Zoltan wrote: > >> So if it's tests/qtest/test-hmp.c that seems to try to run a bunch of > >> command for each machine AFAIU. This machine needs a firmware imag

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread BALATON Zoltan
On Tue, 7 Nov 2023, Peter Maydell wrote: On Tue, 7 Nov 2023 at 18:05, BALATON Zoltan wrote: So if it's tests/qtest/test-hmp.c that seems to try to run a bunch of command for each machine AFAIU. This machine needs a firmware image but this test seems to run it with -S and never starts the machin

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread Peter Maydell
On Tue, 7 Nov 2023 at 18:05, BALATON Zoltan wrote: > So if it's tests/qtest/test-hmp.c that seems to try to run a bunch of > command for each machine AFAIU. This machine needs a firmware image but > this test seems to run it with -S and never starts the machine so could > take any file with -bios

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread BALATON Zoltan
On Tue, 7 Nov 2023, BALATON Zoltan wrote: On Tue, 7 Nov 2023, Daniel Henrique Barboza wrote: On 11/7/23 14:33, BALATON Zoltan wrote: On Tue, 7 Nov 2023, Daniel Henrique Barboza wrote: Zoltan, Gitlab is complaining about a missing file in one of the tests:  8/259 qemu:qtest+qtest-ppc / qtest

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread BALATON Zoltan
On Tue, 7 Nov 2023, Daniel Henrique Barboza wrote: On 11/7/23 14:33, BALATON Zoltan wrote: On Tue, 7 Nov 2023, Daniel Henrique Barboza wrote: Zoltan, Gitlab is complaining about a missing file in one of the tests:  8/259 qemu:qtest+qtest-ppc / qtest-ppc/test-hmp ERROR   0.22s   kill

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread BALATON Zoltan
On Tue, 7 Nov 2023, BALATON Zoltan wrote: On Tue, 7 Nov 2023, Daniel Henrique Barboza wrote: Zoltan, Gitlab is complaining about a missing file in one of the tests: 8/259 qemu:qtest+qtest-ppc / qtest-ppc/test-hmp ERROR 0.22s killed by signal 6 SIGABRT 4324>>> G_TEST_DBUS_DAEMON=/

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread Daniel Henrique Barboza
On 11/7/23 14:33, BALATON Zoltan wrote: On Tue, 7 Nov 2023, Daniel Henrique Barboza wrote: Zoltan, Gitlab is complaining about a missing file in one of the tests:  8/259 qemu:qtest+qtest-ppc / qtest-ppc/test-hmp ERROR   0.22s   killed by signal 6 SIGABRT 4324>>> G_TEST_DBUS_DAEMON

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread BALATON Zoltan
On Tue, 7 Nov 2023, Daniel Henrique Barboza wrote: Zoltan, Gitlab is complaining about a missing file in one of the tests: 8/259 qemu:qtest+qtest-ppc / qtest-ppc/test-hmp ERROR 0.22s killed by signal 6 SIGABRT 4324>>> G_TEST_DBUS_DAEMON=/builds/danielhb/qemu/tests/dbus-vmstate-da

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread Daniel Henrique Barboza
Zoltan, Gitlab is complaining about a missing file in one of the tests: 8/259 qemu:qtest+qtest-ppc / qtest-ppc/test-hmp ERROR 0.22s killed by signal 6 SIGABRT 4324>>> G_TEST_DBUS_DAEMON=/builds/danielhb/qemu/tests/dbus-vmstate-daemon.sh QTEST_QEMU_BINARY

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread BALATON Zoltan
On Tue, 7 Nov 2023, Daniel Henrique Barboza wrote: On 11/7/23 11:42, BALATON Zoltan wrote: On Tue, 7 Nov 2023, BALATON Zoltan wrote: On Mon, 6 Nov 2023, BALATON Zoltan wrote: On Fri, 27 Oct 2023, BALATON Zoltan wrote: Changes in v7: - Increase default memory size to 512m to match pegasos2 and

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread Daniel Henrique Barboza
On 11/7/23 11:42, BALATON Zoltan wrote: On Tue, 7 Nov 2023, BALATON Zoltan wrote: On Mon, 6 Nov 2023, BALATON Zoltan wrote: On Fri, 27 Oct 2023, BALATON Zoltan wrote: Changes in v7: - Increase default memory size to 512m to match pegasos2 and sam460ex and it's a better default for AmigaOS

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread BALATON Zoltan
On Tue, 7 Nov 2023, BALATON Zoltan wrote: On Mon, 6 Nov 2023, BALATON Zoltan wrote: On Fri, 27 Oct 2023, BALATON Zoltan wrote: Changes in v7: - Increase default memory size to 512m to match pegasos2 and sam460ex and it's a better default for AmigaOS Changes in v6: - Dropped patch 1, now it's

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-07 Thread BALATON Zoltan
On Mon, 6 Nov 2023, BALATON Zoltan wrote: On Fri, 27 Oct 2023, BALATON Zoltan wrote: Changes in v7: - Increase default memory size to 512m to match pegasos2 and sam460ex and it's a better default for AmigaOS Changes in v6: - Dropped patch 1, now it's Based-on: <20231024224056.842607-1-mark.cav

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-11-06 Thread BALATON Zoltan
On Fri, 27 Oct 2023, BALATON Zoltan wrote: Changes in v7: - Increase default memory size to 512m to match pegasos2 and sam460ex and it's a better default for AmigaOS Changes in v6: - Dropped patch 1, now it's Based-on: <20231024224056.842607-1-mark.cave-ayl...@ilande.co.uk> ([PATCH v2 0/3] ide

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-10-28 Thread BALATON Zoltan
On Sat, 28 Oct 2023, Bernhard Beschow wrote: Am 27. Oktober 2023 11:54:48 UTC schrieb BALATON Zoltan : Changes in v7: - Increase default memory size to 512m to match pegasos2 and sam460ex and it's a better default for AmigaOS Changes in v6: - Dropped patch 1, now it's Based-on: <20231024224056

Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-10-28 Thread Bernhard Beschow
Am 27. Oktober 2023 11:54:48 UTC schrieb BALATON Zoltan : >Changes in v7: >- Increase default memory size to 512m to match pegasos2 and sam460ex >and it's a better default for AmigaOS > >Changes in v6: >- Dropped patch 1, now it's > >Based-on: <20231024224056.842607-1-mark.cave-ayl...@ilande.co.

[PATCH v7 0/3] Add emulation of AmigaOne XE board

2023-10-27 Thread BALATON Zoltan
Changes in v7: - Increase default memory size to 512m to match pegasos2 and sam460ex and it's a better default for AmigaOS Changes in v6: - Dropped patch 1, now it's Based-on: <20231024224056.842607-1-mark.cave-ayl...@ilande.co.uk> ([PATCH v2 0/3] ide: implement simple legacy/native mode switchi