pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/54310 (glib2-2.60.4 breaks qemu)
The following reply was made to PR pkg/54310; it has been noted by GNATS.
From: Harold Gutch <logix%foobar.franken.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/54310 (glib2-2.60.4 breaks qemu)
Date: Thu, 8 Oct 2020 08:59:09 +0200
This might actually be a qemu bug that only started manifesting itself
with more recent Qemu and/or glib versions.
Can you try this change to Qemu? I've only tested it with a FreeBSD
host, but that hangs at the same place and I haven't had the issue
anymore since applying this diff. However, I haven't done extensive
testing with different glib versions.
--- qemu-5.0.0/hw/pci-host/sabre.c.orig 2020-04-28 18:49:24.000000000 +0200
+++ qemu-5.0.0/hw/pci-host/sabre.c 2020-10-07 14:13:06.759614000 +0200
@@ -396,7 +396,7 @@
pci_sabre_set_irq, pci_sabre_map_irq, s,
&s->pci_mmio,
&s->pci_ioport,
- 0, 32, TYPE_PCI_BUS);
+ 0, 64, TYPE_PCI_BUS);
pci_create_simple(phb->bus, 0, TYPE_SABRE_PCI_DEVICE);
cheers,
Harold
Home |
Main Index |
Thread Index |
Old Index