aboutsummaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2024-07-24 14:30:58 +0100
committerMichael Brown <mcb30@ipxe.org>2024-07-24 14:45:46 +0100
commitc7b76e3adc3b4365aa3b490f24ae22375901c559 (patch)
tree201e7d44fedbee4d2f6b20afc2c73f907b5b6dee /src/config
parent5a9f476d4f1395e69cbb845d7379b0e3591028c0 (diff)
downloadipxe-c7b76e3adc3b4365aa3b490f24ae22375901c559.tar.gz
[gve] Add driver for Google Virtual Ethernet NIC
The Google Virtual Ethernet NIC (GVE or gVNIC) is found only in Google Cloud instances. There is essentially zero documentation available beyond the mostly uncommented source code in the Linux kernel. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config')
-rw-r--r--src/config/fault.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/fault.h b/src/config/fault.h
index 5024a8ff3..b6ee3c934 100644
--- a/src/config/fault.h
+++ b/src/config/fault.h
@@ -29,6 +29,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
/* Corrupt every N received PeerDist packets */
#define PEERBLK_CORRUPT_RATE 0
+/* Experience virtual machine migration on every N watchdog checks */
+#define VM_MIGRATED_RATE 0
+
#include <config/local/fault.h>
#endif /* CONFIG_FAULT_H */