Re: [edk2] [PATCH v3 05/11] OvmfPkg/VirtioPciDeviceDxe: Implement VIRTIO_DEVICE_PROTOCOL for VirtIo Devices over PCI

2013-09-25 Thread Jordan Justen
On Mon, Sep 23, 2013 at 4:17 AM, Olivier Martin wrote: Still no main commit message... > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Olivier Martin > --- > diff --git a/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.c > b/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.c >

Re: [edk2] [PATCH v3 05/10] OvmfPkg/VirtioMmioDeviceLib: Implement VIRTIO_DEVICE_PROTOCOL for VirtIo Devices over MMIO

2013-09-25 Thread Laszlo Ersek
On 09/23/13 15:37, Olivier Martin wrote: > Contributed-under: TianoCore Contribution Agreement 1.0 > diff --git a/OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf > b/OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf > new file mode 100644 > index 000..e6deccb > --- /dev/

Re: [edk2] error in uefi application

2013-09-25 Thread Andrew Fish
On Sep 25, 2013, at 6:14 AM, [email protected] wrote: > Dell - Internal Use - Confidential > > Hi All, > > I have developed below code, it is crashing the system, can anybody tell me > why ? what is solution ? > EFI_STATUS > EFIAPI > UefiMain(IN EFI_HANDLE ImageHandle, IN EFI_SYS

Re: [edk2] [PATCH v3 04/10] OvmfPkg/VirtioPciDeviceDxe: Implement VIRTIO_DEVICE_PROTOCOL for VirtIo Devices over PCI

2013-09-25 Thread Laszlo Ersek
On 09/23/13 15:37, Olivier Martin wrote: > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Olivier Martin > --- > OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.c | 652 > + > OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.h | 267 + > Ovm

Re: [edk2] Problem to Compile AppPkg PythonCore

2013-09-25 Thread Rafael Machado
Hi Everyone. Does any of you already have the problem I'm facing while compiling the Python interpreter at UDK2010? *I'm trying to do some tests with the Python interpreter but I'm having some problems.* ** *The first error I had was this:* build... c:\udk2010sr1\AppPkg\Applications\Python\Pytho

Re: [edk2] error in uefi application

2013-09-25 Thread Andrew Fish
And the code is passing in a garbage handle. Sent from my iPhone > On Sep 25, 2013, at 7:21 AM, "Carsey, Jaben" wrote: > > My first reaction is that passthrough should be a pointer to > EFI_SCSI_IO_PROTOCOL, not an instance of that structure. > > But you’re crashing because This is uninitial

Re: [edk2] error in uefi application

2013-09-25 Thread Carsey, Jaben
My first reaction is that passthrough should be a pointer to EFI_SCSI_IO_PROTOCOL, not an instance of that structure. But you're crashing because This is uninitialized and you dereference it. Maybe you want the gImageHandle you can get from a standard library? -Jaben From: parmeshwr_pra...@de

[edk2] error in uefi application

2013-09-25 Thread Parmeshwr_Prasad
Dell - Internal Use - Confidential Hi All, I have developed below code, it is crashing the system, can anybody tell me why ? what is solution ? EFI_STATUS EFIAPI UefiMain(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE * SystemTable) { EFI_STATUS Status; EFI_SCSI_IO_PROTOCOL pa