From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) by mx.groups.io with SMTP id smtpd.web10.80250.1675765360050355074 for ; Tue, 07 Feb 2023 02:22:40 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=K/ZFrDRG; spf=pass (domain: gmail.com, ip: 209.85.167.43, mailfrom: alibanejad1376@gmail.com) Received: by mail-lf1-f43.google.com with SMTP id y25so21648406lfa.9 for ; Tue, 07 Feb 2023 02:22:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=E+Fh9iTTnt8p23CJEtrMFCIzkCw5N42aGA58C4+s+Rs=; b=K/ZFrDRGSyd/HxahHQ7NyoLIHYqdTyrsIkjLulbk/tsTU/5kW/9NKIX6bG+xQ5APOF XZRFa9iHQXReHqLpLPmFJPRoYGEUv3RpaaIr+IiLLCcHBQgvcJ8sVjS3zYGGWhFitYAP Uks0RH6z2CX+9wvB/905ODnqDcEBnr+FQqiA3N5ht1V6IGmcC+NT5481NB4oZJNXp+EV dApdeE/Z4/cI35R4tBbjG+Ks9FA41ZiPqIjcxlYXmVxgUGlFtPxdyis/pYuSZbd5SxVn ym8HUSBbNVTdHCsfvu+dakT5pQQvqvZO4Jv8ePWNOWTV9SyK7o5nrjC5KzMCPRmXXT85 cldA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=E+Fh9iTTnt8p23CJEtrMFCIzkCw5N42aGA58C4+s+Rs=; b=8BlpfLraoXg0BzQ4syEz5HJj9CpwaPX93Q99WefLoaeh7jClGxn87/Al9tbpbyJjLj /3461XCENKWfi1pDKNOQM+QWgiGE8zigXbc6lkJchRktYN/HvgCA44/zEn+3F7MzvZq8 zTgu9Lj6jNZLyRCxAQmK4b2oOz3JZQORn1WBtuZXHU2IWIrlvefj3ji5TgqOrfLuUjFz crpJRGA0ZGrnMvrpPJYKb3HPNHBjYL0oaEtL35YVO0ZrkAv4ipXar45Jpq5kgQQoixrx Wia55cu17HKLW+d1+lzGZls91kcBM4a6a9bfEsWMouUu99eXrfaCXwYbeGrlF93WGes2 7BHQ== X-Gm-Message-State: AO0yUKWvfYJxg23xrE4S21e49YBZrqyQB5gmPRmZyU47ZtVQ0+PzvrbZ FnpPqQQOQsHv8+4q7qw+uX51UXIYaCaL1ZIAwUSl0JeSnEo= X-Google-Smtp-Source: AK7set+GEZ31TYa/CFAJAilyn7GIBLOwCexhPpGDQeQjmnsYRiQaeMSLgYZAS/6sWOoCiAP9vX7KKnxTE2KgYuDzmME= X-Received: by 2002:ac2:50d4:0:b0:4b5:6990:3c94 with SMTP id h20-20020ac250d4000000b004b569903c94mr408206lfm.27.1675765357730; Tue, 07 Feb 2023 02:22:37 -0800 (PST) MIME-Version: 1.0 From: "Alireza Banejad" Date: Tue, 7 Feb 2023 13:52:32 +0330 Message-ID: Subject: Graphic Output on qemu To: devel@edk2.groups.io Content-Type: multipart/alternative; boundary="000000000000dfe0e705f4198660" --000000000000dfe0e705f4198660 Content-Type: text/plain; charset="UTF-8" Hello everyone, I am trying to use the GOP library for my uefi development. But no matter what code whenever i want to open the GOP handle RETURN_UNSUPPORTED is returned. I think this may be a qemu problem as if it doesn't support the GOP at all. This is how I run my qemu qemu-system-x86_64 -bios $FIRMWARE -hda fat:rw:$DRIVE -global isa-debugcon.iobase=0x402 -net none -debugcon file:debug2.log -machine pc-q35-6.2 -device virtio-gpu Should I add any specific options for the qemu command or should I just use another lib for GOP on qemu? --000000000000dfe0e705f4198660 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello everyone,
I am trying to use the GOP library for= my uefi development. But no matter what code whenever i want to open the G= OP handle RETURN_UNSUPPORTED is returned. I think this may be a qemu proble= m as if it doesn't support the GOP at all. This is how I run my qemu

qemu-system-x86_64 -bios $FIRMWARE -hda fat:rw:$DRIV= E -global isa-debugcon.iobase=3D0x402 =C2=A0-net none -debugcon file:debug2= .log =C2=A0-machine pc-q35-6.2 -device virtio-gpu

<= div>Should I add any specific options for the qemu command or should I just= use another lib for GOP on qemu?
--000000000000dfe0e705f4198660--