Searched hist:da5cf9a4fef1e04608501605b4697f39ea56e0ea (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/net/ |
H A D | e1000e_core.c | da5cf9a4fef1e04608501605b4697f39ea56e0ea Thu Mar 05 01:04:45 UTC 2020 Philippe Mathieu-Daudé <philmd@redhat.com> hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .data
Each array consumes 256KiB of .data. As we do not reassign entries, we can move it to the .rodata section, and save a total of 1MiB of .data (size reported on x86_64 host).
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Dmitry Fleytman <dmitry.fleytman@gmail.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Message-Id: <20200305010446.17029-3-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
H A D | e1000.c | da5cf9a4fef1e04608501605b4697f39ea56e0ea Thu Mar 05 01:04:45 UTC 2020 Philippe Mathieu-Daudé <philmd@redhat.com> hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .data
Each array consumes 256KiB of .data. As we do not reassign entries, we can move it to the .rodata section, and save a total of 1MiB of .data (size reported on x86_64 host).
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Dmitry Fleytman <dmitry.fleytman@gmail.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Message-Id: <20200305010446.17029-3-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|