[Qemu-devel] [PATCH] Haiku: Platform build fixes

2015-03-24 Thread Alexander von Gluck IV
* skip syscall.h on Haiku * skip signal.h on Haiku * no daemon function * only attach SIGIO when it exists * use termios.h on Haiku --- main-loop.c |2 + os-posix.c |4 ++ target-xtensa/xtensa-semi.c | 84 --- tests

Re: [PATCH] tests/vm: Update haiku test vm to R1/Beta3

2023-01-13 Thread Alexander von Gluck IV
January 13, 2023 7:30 AM, "Philippe Mathieu-Daudé" wrote: > On 13/1/23 12:05, Philippe Mathieu-Daudé wrote: > >> On 14/12/22 11:47, Thomas Huth wrote: >>> On 16/02/2022 16.42, Alexander von Gluck IV wrote: >> >> --- >> tests/vm/haiku.x86_64 |

Re: [PATCH] tests/vm: Update haiku test vm to R1/Beta3

2023-01-14 Thread Alexander von Gluck IV
January 13, 2023 7:30 AM, "Philippe Mathieu-Daudé" wrote: > On 13/1/23 12:05, Philippe Mathieu-Daudé wrote: > >> Per https://www.haiku-os.org/guides/daily-tasks/updating-system we >> can keep the box image in sync with its repo by using: >> # pkgman add https://eu.hpkg.haiku-os.org/haiku/r1beta3

[PATCH] tests/vm: Update haiku test vm to R1/Beta3

2022-02-16 Thread Alexander von Gluck IV
Haiku, Inc. +# Copyright 2020-2022 Haiku, Inc. # # Authors: # Alexander von Gluck IV @@ -48,8 +48,8 @@ class HaikuVM(basevm.BaseVM): name = "haiku" arch = "x86_64" -link = "https://app.vagrantup.com/haiku-os/boxes/r1beta2-x86_64/versions/20200

Re: QEMU's Haiku CI image

2022-02-16 Thread Alexander von Gluck IV
February 16, 2022 6:31 AM, "Thomas Huth" wrote: > > while researching the different "sed" options on our supported build platform > today, I started > "make vm-build-haiku.x86_64" in my QEMU build directory for the first time > since many months again. > And I had to discover that this is comple

Re: [PATCH] tests/vm: Update haiku test vm to R1/Beta3

2022-02-16 Thread Alexander von Gluck IV
February 16, 2022 10:26 AM, "Thomas Huth" wrote: > On 16/02/2022 16.42, Alexander von Gluck IV wrote: > >> --- >> tests/vm/haiku.x86_64 | 8 >> 1 file changed, 4 insertions(+), 4 deletions(-) >> diff --git a/tests/vm/haiku.x86_64 b/tests/vm/haik

[Qemu-devel] Debugging PCI Enhanced Allocation - IOMMU of a bridge?

2018-09-12 Thread Alexander von Gluck IV
Good morning! I'm working through adding support (or at least ignoring) PCI Enhance Allocation devices under Haiku. We run into one of these devices, and crash at boot due to attempting to read an invalid address. Our testing showed that with a USB C dongle plugged in, we don't crash. Without

Re: Will the qemu-devel prefix in the mails come back?

2019-09-19 Thread Alexander von Gluck IV
September 19, 2019 12:58 PM, "Philippe Mathieu-Daudé" wrote: > Hi Martin, > > On 9/19/19 7:04 PM, Martin Schrodt wrote: > >> Does anybody know? > > This change has been announced here: > https://lists.gnu.org/archive/html/qemu-devel/2019-09/msg01645.html > >> My mail filter would appreciate :

virtio "transitional devices"?

2021-09-05 Thread Alexander von Gluck IV
Could someone explain to me what virtio "transitional devices" are? https://docs.oasis-open.org/virtio/virtio/v1.1/cs01/virtio-v1.1-cs01.html#x1-1020002 Are "Transitional devices" pre-1.0 specification? Haiku's virtio driver (PCI) is looking for PCIID Devices 0x1000-0x103F I've noticed qemu-6.

[PATCH] tests/vm: Add Haiku test based on their vagrant images

2020-09-06 Thread Alexander von Gluck IV
Signed-off-by: Alexander von Gluck IV --- tests/keys/vagrant | 27 + tests/keys/vagrant.pub | 1 + tests/vm/basevm.py | 5 +- tests/vm/haiku.x86_64 | 121 + 4 files changed, 152 insertions(+), 2 deletions(-) create mode 100644 tests

Re: [PATCH] tests/vm: Add Haiku test based on their vagrant images

2020-09-06 Thread Alexander von Gluck IV
September 6, 2020 9:35 AM, "Alexander von Gluck IV" wrote: > Signed-off-by: Alexander von Gluck IV > --- > tests/keys/vagrant | 27 + > tests/keys/vagrant.pub | 1 + > tests/vm/basevm.py | 5 +- > tests/vm/haiku.x86_64 | 121