Skip to content

Commit

Permalink
Change Creator ID and OEM Table ID in ACPI Tables (kevoreilly#2341)
Browse files Browse the repository at this point in the history
Patch to hide QEMU from ACPI table IDs
  • Loading branch information
IridiumXOR authored Oct 8, 2024
1 parent acb0261 commit a2962b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/kvm-qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ function replace_qemu_clues_public() {
_sed_aux 's/"bochs"/"'"$BOCHS_BLOCK_REPLACER"'"/g' qemu*/block/bochs.c 'BOCHS was not replaced in block/bochs.c'
_sed_aux 's/"BOCHS "/"ALASKA"/g' qemu*/include/hw/acpi/aml-build.h 'BOCHS was not replaced in block/bochs.c'
_sed_aux 's/Bochs Pseudo/Intel RealTime/g' qemu*/roms/ipxe/src/drivers/net/pnic.c 'Bochs Pseudo was not replaced in roms/ipxe/src/drivers/net/pnic.c'
_sed_aux 's/BXPC/'"$BXPC_REPLACER"'/g' qemu*/include/hw/acpi/aml-build.h 'BXPC was not replaced in include/hw/acpi/aml-build.h'
}

function replace_seabios_clues_public() {
Expand Down

0 comments on commit a2962b1

Please sign in to comment.