#!/bin/bash sed -i 's/"QEMU HARDDISK"/"ASMedia SSD"/g; s/"QEMU DVD-ROM"/"ASMedia DISK"/g; s/"QEMU MICRODRIVE"/"ASMedia MD"/g; s/"QM%05d"/"ASUS%05d"/g' hw/ide/core.c sed -i 's/"QEMU HARDDISK"/"ASMedia SSD"/g; s/"QEMU CD-ROM"/"ASMedia CD"/g; s/"QEMU"/"ASUS"/g' hw/scsi/scsi-disk.c sed -i 's/"QEMU DVD-ROM"/"ASMedia DISK"/g; s/"QEMU"/"ASUS"/g' hw/ide/atapi.c sed -i 's/"QEMU PenPartner tablet"/"Lenovo tablet"/g; s/"QEMU PenPartner Tablet"/"Lenovo tablet"/g; s/"Wacom PenPartner"/"Lenovo tablet"/g; s/"QEMU"/"Lenovo"/g' hw/usb/dev-wacom.c sed -i 's/"KVMKVMKVM\\0\\0\\0"/"GenuineIntel"/g' target/i386/kvm/kvm.c sed -i 's/"BOCHS "/"AMD "/g; s/"BXPC "/"PC8086 "/g' include/hw/acpi/aml-build.h sed -i 's/"QEMU v"/"ASUS v"/g' block/vhdx.c sed -i 's/"QEMU VVFAT"/"ASUS VVFAT"/g' block/vvfat.c sed -i 's/"QEMU Microsoft Mouse"/"ASUS Microsoft Mouse"/g' chardev/msmouse.c sed -i 's/"QEMU Wacom Pen Tablet"/"Lenovo Wacom Pen Tablet"/g' chardev/wctablet.c sed -i 's/"QEMU vhost-user-gpu"/"AMD vhost-user-gpu"/g' contrib/vhost-user-gpu/vhost-user-gpu.c sed -i 's/QEMU_HDA_ID_VENDOR 0x1af4/QEMU_HDA_ID_VENDOR 0x8086/g' hw/audio/hda-codec.c sed -i 's/"QEMU Sun Mouse"/"Logitech Sun Mouse"/g' hw/char/escc.c sed -i 's/"RHT"/"DEL"/g; s/"QEMU Monitor"/"DEL Monitor"/g; s/0x1234/0xA05F/g' hw/display/edid-generate.c sed -i 's/"QEMU0002"/"ASUS0002"/g' hw/i386/fw_cfg.c sed -i 's/"QEMU Virtual CPU version "/"AMD Real CPU version "/g' hw/i386/pc.c sed -i 's/"QEMU"/"AAMD"/g' hw/i386/pc_piix.c sed -i 's/"QEMU"/"AMD"/g; s/mc->desc = "[^"]*"/mc->desc = "MS-7E51"/g; s/mc->name = "[^"]*"/mc->name = "MICROSTAR"/g' hw/i386/pc_q35.c sed -i 's/"QEMU USB Hub"/"LOGI USB Hub"/g; s/"QEMU"/"LOGI"/g; s/"314159"/"144514"/g' hw/usb/dev-hub.c sed -i 's/"QEMU USB Net"/"BRDCOM USB Net"/g; s/"QEMU"/"BRDCOM"/g; s/\[STRING_SERIALNUMBER\] = "1"/[STRING_SERIALNUMBER] = "48878997"/g' hw/usb/dev-network.c