]> git.pld-linux.org Git - packages/xen.git/commitdiff
- updated gcc10 patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Jun 2022 20:53:06 +0000 (22:53 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Jun 2022 20:53:06 +0000 (22:53 +0200)
gcc10.patch

index 03f827802a9845067682c220047e40c4171fd855..c07a48239864efac01566fa01aa4f7b666c82b3d 100644 (file)
@@ -6,31 +6,3 @@
  CFLAGS += -DCONSOLE_SERIAL=1
 +
 +CFLAGS += -Wno-error=enum-conversion -Wno-error=maybe-uninitialized
  CFLAGS += -DCONSOLE_SERIAL=1
 +
 +CFLAGS += -Wno-error=enum-conversion -Wno-error=maybe-uninitialized
---- xen-4.13.1/stubdom/vtpmmgr/vtpmmgr.h.orig  2020-06-07 18:20:43.261215712 +0200
-+++ xen-4.13.1/stubdom/vtpmmgr/vtpmmgr.h       2020-06-07 18:20:56.731170041 +0200
-@@ -50,11 +50,6 @@
- #define RSA_KEY_SIZE 0x0800
- #define RSA_CIPHER_SIZE (RSA_KEY_SIZE / 8)
--enum {
--    TPM1_HARDWARE = 1,
--    TPM2_HARDWARE,
--} tpm_version;
--
- struct tpm_hardware_version {
-     int hw_version;
- };
---- xen-4.13.1/stubdom/vtpmmgr/vtpmmgr.c~      2020-05-14 14:19:32.000000000 +0200
-+++ xen-4.13.1/stubdom/vtpmmgr/vtpmmgr.c       2020-06-07 18:23:14.950766928 +0200
-@@ -45,6 +45,11 @@
- #include "vtpmmgr.h"
- #include "tcg.h"
-+enum {
-+    TPM1_HARDWARE = 1,
-+    TPM2_HARDWARE,
-+} tpm_version;
-+
- struct tpm_hardware_version hardware_version = {
-     .hw_version = TPM1_HARDWARE,
- };
This page took 0.194631 seconds and 4 git commands to generate.