Re: PCI arbiter crash on last qemu image

2020-09-06 Thread Damien Zammit
On 6/9/20 11:17 pm, Samuel Thibault wrote: >> I have uploaded libpciaccess_0.16-1+hurd.5 with the latest upstream >> version. Thanks! > One issue remains, however: Xorg's vesa driver produces > > [1669282.478] (II) VESA(0): initializing int10 > [1669282.478] (EE) VESA(0): Cannot read int vect >

Re: PCI arbiter crash on last qemu image

2020-09-06 Thread Samuel Thibault
Samuel Thibault, le dim. 06 sept. 2020 15:17:51 +0200, a ecrit: > Samuel Thibault, le dim. 06 sept. 2020 15:14:27 +0200, a ecrit: > > Thanks for working on this! > > > > I have uploaded libpciaccess_0.16-1+hurd.5 with the latest upstream > > version. > > One issue remains, however: Xorg's vesa

Re: PCI arbiter crash on last qemu image

2020-09-06 Thread Samuel Thibault
Samuel Thibault, le dim. 06 sept. 2020 15:14:27 +0200, a ecrit: > Thanks for working on this! > > I have uploaded libpciaccess_0.16-1+hurd.5 with the latest upstream > version. One issue remains, however: Xorg's vesa driver produces [1669282.478] (II) VESA(0): initializing int10 [1669282.478]

Re: PCI arbiter crash on last qemu image

2020-09-06 Thread Samuel Thibault
Hello, Thanks for working on this! I have uploaded libpciaccess_0.16-1+hurd.5 with the latest upstream version. Samuel

Re: [PATCH] rumpkernel/pci-userspace: Add missing pci probe call

2020-09-06 Thread Samuel Thibault
Damien Zammit, le dim. 06 sept. 2020 12:15:43 +1000, a ecrit: > With the changes now provided upstream in libpciaccess: > - https://gitlab.freedesktop.org/xorg/lib/libpciaccess/-/commits/master > > This change is now required in rumpkernel. Applied, thanks! > --- >

Re: [PATCH] libmachdev: Remove declaration for static function

2020-09-06 Thread Samuel Thibault
Damien Zammit, le dim. 06 sept. 2020 12:08:37 +1000, a ecrit: > This one-liner fixes libmachdev build failure. Applied, thanks!