hexware-kernel/patches/qemu/9016-antidetect-hw-ppc.patch
2024-07-26 03:09:31 +03:00

15 lines
562 B
Diff

diff -Naur --no-dereference a/hw/ppc/e500plat.c b/hw/ppc/e500plat.c
--- a/hw/ppc/e500plat.c 2023-07-04 11:03:21.623219298 +0000
+++ b/hw/ppc/e500plat.c 2023-07-20 16:47:44.428720226 +0000
@@ -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,