From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.3102.1663738251885769369 for ; Tue, 20 Sep 2022 22:30:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=PzC1HzAl; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1663738250; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=yFW5/m5ZD9RnnAYywgb6ds7DxF78l2K6IpYCseEsZOM=; b=PzC1HzAlP77qLe9HjY6q+YvEoIdsPJ5Oa+5PNh0IxGltSuigh9a36P0lXeM0vZfuSMqcnC +jyxE4xv2JZpNJBx4l3FZYFlkyHsvyutiqHtq1WgBOJdcOEIpnzzdG53lOzc+Iemr++0kY Lje2nJcGbWr8e6ie28be3t4eMA8bPH0= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-61-E7cn-3YTMfa_Mq4k4PCrUg-1; Wed, 21 Sep 2022 01:30:47 -0400 X-MC-Unique: E7cn-3YTMfa_Mq4k4PCrUg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6842A185A78B; Wed, 21 Sep 2022 05:30:47 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.24]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 243D2140EBF3; Wed, 21 Sep 2022 05:30:47 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 26FDF1800081; Wed, 21 Sep 2022 07:30:45 +0200 (CEST) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Jordan Justen , Gerd Hoffmann , Oliver Steffen , Ard Biesheuvel , Pawel Polawski , Jiewen Yao Subject: [PATCH 0/2] OvmfPkg/QemuBootOrderLib: StoreQemuBootOrder bugfix Date: Wed, 21 Sep 2022 07:30:43 +0200 Message-Id: <20220921053045.92473-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Gerd Hoffmann (2): OvmfPkg/QemuBootOrderLib: allow slash in rom filenames OvmfPkg/QemuBootOrderLib: skip over unsupported entries in StoreQemuBootOrder .../QemuBootOrderLib/QemuBootOrderLib.c | 75 ++++++++++++------- 1 file changed, 48 insertions(+), 27 deletions(-) -- 2.37.3