Re: [Qemu-devel] [PATCH] Ensure PCIR is aligned to 4 bytes

2013-11-24 Thread Gerd Hoffmann
On So, 2013-11-24 at 15:35 -0500, Brad Smith wrote: > On 11/10/13 2:31 AM, Gerd Hoffmann wrote: > > On Do, 2013-10-10 at 21:17 +0200, Sebastian Herbszt wrote: > >> Andreas Färber wrote: > >>> Same for http://patchwork.ozlabs.org/patch/273758/ - vgabios seems to > >>> be falling through the cracks..

Re: [Qemu-devel] [PATCH] Ensure PCIR is aligned to 4 bytes

2013-11-24 Thread Brad Smith
On 11/10/13 2:31 AM, Gerd Hoffmann wrote: On Do, 2013-10-10 at 21:17 +0200, Sebastian Herbszt wrote: Andreas Färber wrote: Same for http://patchwork.ozlabs.org/patch/273758/ - vgabios seems to be falling through the cracks... Andreas Is this patch still required? I was under the impression

Re: [Qemu-devel] [PATCH] Ensure PCIR is aligned to 4 bytes

2013-10-10 Thread Gerd Hoffmann
On Do, 2013-10-10 at 21:17 +0200, Sebastian Herbszt wrote: > Andreas Färber wrote: > > Same for http://patchwork.ozlabs.org/patch/273758/ - vgabios seems to > > be falling through the cracks... > > > > Andreas > > > > Is this patch still required? > I was under the impression that no patch is nee

Re: [Qemu-devel] [PATCH] Ensure PCIR is aligned to 4 bytes

2013-10-10 Thread Sebastian Herbszt
Andreas Färber wrote: > Same for http://patchwork.ozlabs.org/patch/273758/ - vgabios seems to > be falling through the cracks... > > Andreas > Is this patch still required? I was under the impression that no patch is needed for Win 8 after reading the thread on SeaBIOS list. Sebastian

Re: [Qemu-devel] [PATCH] Ensure PCIR is aligned to 4 bytes

2013-10-09 Thread Andreas Färber
Am 09.10.2013 03:56, schrieb Brad Smith: > On 25/09/13 7:24 PM, Brad Smith wrote: >> On 21/09/13 12:38 PM, Sebastian Herbszt wrote: >>> Brad Smith wrote: On 19/09/13 12:53 PM, Sebastian Herbszt wrote: > Brad Smith wrote: >> On 20/01/13 1:12 PM, David Woodhouse wrote: >>> The PCI Fi

Re: [Qemu-devel] [PATCH] Ensure PCIR is aligned to 4 bytes

2013-10-08 Thread Brad Smith
On 25/09/13 7:24 PM, Brad Smith wrote: On 21/09/13 12:38 PM, Sebastian Herbszt wrote: Brad Smith wrote: On 19/09/13 12:53 PM, Sebastian Herbszt wrote: Brad Smith wrote: On 20/01/13 1:12 PM, David Woodhouse wrote: The PCI Firmware Specification apparently requires that the PCI Data Structure

Re: [Qemu-devel] [PATCH] Ensure PCIR is aligned to 4 bytes

2013-09-25 Thread Brad Smith
On 21/09/13 12:38 PM, Sebastian Herbszt wrote: Brad Smith wrote: On 19/09/13 12:53 PM, Sebastian Herbszt wrote: Brad Smith wrote: On 20/01/13 1:12 PM, David Woodhouse wrote: The PCI Firmware Specification apparently requires that the PCI Data Structure be DWORD-aligned. The implementation in

Re: [Qemu-devel] [PATCH] Ensure PCIR is aligned to 4 bytes

2013-09-21 Thread Sebastian Herbszt
Brad Smith wrote: > On 19/09/13 12:53 PM, Sebastian Herbszt wrote: > > Brad Smith wrote: > >> On 20/01/13 1:12 PM, David Woodhouse wrote: > >>> The PCI Firmware Specification apparently requires that the PCI > >>> Data Structure be DWORD-aligned. The implementation in OVMF also > >>> requires this,

Re: [Qemu-devel] [PATCH] Ensure PCIR is aligned to 4 bytes

2013-09-20 Thread Brad Smith
On 19/09/13 12:53 PM, Sebastian Herbszt wrote: Brad Smith wrote: On 20/01/13 1:12 PM, David Woodhouse wrote: The PCI Firmware Specification apparently requires that the PCI Data Structure be DWORD-aligned. The implementation in OVMF also requires this, so vgabios ROMs don't work there. With thi

Re: [Qemu-devel] [PATCH] Ensure PCIR is aligned to 4 bytes

2013-09-19 Thread Sebastian Herbszt
Brad Smith wrote: > On 20/01/13 1:12 PM, David Woodhouse wrote: >> The PCI Firmware Specification apparently requires that the PCI Data >> Structure be DWORD-aligned. The implementation in OVMF also requires >> this, so vgabios ROMs don't work there. With this fixed, I can now >> initialise the VGA

Re: [Qemu-devel] [PATCH] Ensure PCIR is aligned to 4 bytes

2013-09-12 Thread Brad Smith
On 20/01/13 1:12 PM, David Woodhouse wrote: The PCI Firmware Specification apparently requires that the PCI Data Structure be DWORD-aligned. The implementation in OVMF also requires this, so vgabios ROMs don't work there. With this fixed, I can now initialise the VGA ROM from EFI, and EFI can dis

[Qemu-devel] [PATCH] Ensure PCIR is aligned to 4 bytes

2013-01-20 Thread David Woodhouse
The PCI Firmware Specification apparently requires that the PCI Data Structure be DWORD-aligned. The implementation in OVMF also requires this, so vgabios ROMs don't work there. With this fixed, I can now initialise the VGA ROM from EFI, and EFI can display using INT 10h services. --- vgabios-0.6c