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
>
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/
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
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
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
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
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
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