Re: [Qemu-devel] [PATCH 00/11] static patches

2012-10-14 Thread Blue Swirl
On Sun, Oct 14, 2012 at 8:32 PM, malc wrote: > On Sun, 14 Oct 2012, Blue Swirl wrote: > >> On Sun, Oct 14, 2012 at 7:58 PM, Blue Swirl wrote: >> > I made a small tool to detect unused functions and >> > variables. Here's some fixes. >> >> Just run the attached tool in an object directory and afte

Re: [Qemu-devel] [PATCH 00/11] static patches

2012-10-14 Thread malc
On Sun, 14 Oct 2012, Blue Swirl wrote: > On Sun, Oct 14, 2012 at 7:58 PM, Blue Swirl wrote: > > I made a small tool to detect unused functions and > > variables. Here's some fixes. > > Just run the attached tool in an object directory and after some time, > it will produce a list of suspect symb

Re: [Qemu-devel] [PATCH 00/11] static patches

2012-10-14 Thread Blue Swirl
On Sun, Oct 14, 2012 at 7:58 PM, Blue Swirl wrote: > I made a small tool to detect unused functions and > variables. Here's some fixes. Just run the attached tool in an object directory and after some time, it will produce a list of suspect symbols: AES_decrypt ( ./aes.o) AES_encrypt ( ./aes.o) A

[Qemu-devel] [PATCH 00/11] static patches

2012-10-14 Thread Blue Swirl
I made a small tool to detect unused functions and variables. Here's some fixes. Blue Swirl (11): target-sparc: make do_unaligned_access static vl.c: add missing static vnc: add missing static and remove unused functions tap-win32: avoid a warning m48t59: remove unused m48t59_set_addr