From: Stefan Weil Date: Sat, 28 Dec 2013 07:31:11 +0000 (+0100) Subject: pc-bios: Remove execute flag from BIOS files X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3babcc8704f593473ccd0f66d6e39c949c672477;p=qemu.git pc-bios: Remove execute flag from BIOS files BIOS files are not directly executable, so they don't need this flag. All other BIOS files don't use the execute flag. Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- diff --git a/pc-bios/kvmvapic.bin b/pc-bios/kvmvapic.bin old mode 100755 new mode 100644 diff --git a/pc-bios/multiboot.bin b/pc-bios/multiboot.bin old mode 100755 new mode 100644 diff --git a/pc-bios/sgabios.bin b/pc-bios/sgabios.bin old mode 100755 new mode 100644