summaryrefslogtreecommitdiffstats
path: root/hw/input/ps2.c
diff options
context:
space:
mode:
authorThomas Huth2018-06-14 10:38:22 +0200
committerThomas Huth2018-06-18 15:08:44 +0200
commit63c93fac18546ef9468c7b522bad0ae43f9f58ba (patch)
tree1b20896834c25dde4eb19395104ffdef3e638d74 /hw/input/ps2.c
parentpc-bios/s390-ccw/net: Try to load pxelinux.cfg file accoring to the UUID (diff)
downloadqemu-63c93fac18546ef9468c7b522bad0ae43f9f58ba.tar.gz
qemu-63c93fac18546ef9468c7b522bad0ae43f9f58ba.tar.xz
qemu-63c93fac18546ef9468c7b522bad0ae43f9f58ba.zip
pc-bios/s390-ccw: Optimize the s390-netboot.img for size
The -O2 optimization flag is passed via CFLAGS to the firmware Makefile, but in netbook.mak, we've got some rules that only use QEMU_CFLAGS for compiling the libc and libnet from SLOF, so these files get compiled without optimization so far. Use CFLAGS here, too, to create faster and smaller code. We can additionally save some more bytes in the firmware images by compi- ling the code with -fno-asynchronous-unwind-tables. This will omit some ELF sections (used for stack unwinding for example) from the image that we do not need in the firmware. Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/input/ps2.c')
0 files changed, 0 insertions, 0 deletions