hexware-kernel/patches/qemu/9014-antidetect-hw-nvram.patch

13 lines
390 B
Diff
Raw Normal View History

2024-07-26 03:09:31 +03:00
diff -Naur --no-dereference a/hw/nvram/fw_cfg.c b/hw/nvram/fw_cfg.c
2024-07-26 20:24:42 +03:00
--- a/hw/nvram/fw_cfg.c
+++ b/hw/nvram/fw_cfg.c
2024-07-26 03:09:31 +03:00
@@ -57,7 +57,7 @@
#define FW_CFG_DMA_CTL_SELECT 0x08
#define FW_CFG_DMA_CTL_WRITE 0x10
-#define FW_CFG_DMA_SIGNATURE 0x51454d5520434647ULL /* "QEMU CFG" */
+#define FW_CFG_DMA_SIGNATURE 0x4155535520434647ULL /* "ASUS CFG" */
struct FWCfgEntry {
uint32_t len;