hexware-qemu/patches/9016-antidetect-hw-ppc.patch
2024-08-03 14:39:42 +03:00

15 lines
490 B
Diff

diff -Naur --no-dereference a/hw/ppc/e500plat.c b/hw/ppc/e500plat.c
--- a/hw/ppc/e500plat.c
+++ b/hw/ppc/e500plat.c
@@ -22,8 +22,8 @@
static void e500plat_fixup_devtree(void *fdt)
{
- const char model[] = "QEMU ppce500";
- const char compatible[] = "fsl,qemu-e500";
+ const char model[] = "ASUS ppce500";
+ const char compatible[] = "fsl,asus-e500";
qemu_fdt_setprop(fdt, "/", "model", model, sizeof(model));
qemu_fdt_setprop(fdt, "/", "compatible", compatible,