Re: [Qemu-devel] [PATCH v2 0/7] Remove more unused functions

2015-04-28 Thread Michael Tokarev
28.04.2015 09:38, Thomas Huth wrote: >> Date: Mon, 27 Apr 2015 20:09:50 +0200 >> From: Stefan Weil >> >> Am 27.04.2015 um 13:27 schrieb Michael Tokarev: >>> 14.03.2015 09:19, Thomas Huth wrote: Here are some more patches to remove completely unused functions from QEMU. Please review care

Re: [Qemu-devel] [PATCH v2 0/7] Remove more unused functions

2015-04-27 Thread Thomas Huth
> Date: Mon, 27 Apr 2015 20:09:50 +0200 > From: Stefan Weil > > Am 27.04.2015 um 13:27 schrieb Michael Tokarev: > > 14.03.2015 09:19, Thomas Huth wrote: > >> Here are some more patches to remove completely unused functions > >> from QEMU. Please review carefully, some of the functions might > >>

Re: [Qemu-devel] [PATCH v2 0/7] Remove more unused functions

2015-04-27 Thread Stefan Weil
Am 27.04.2015 um 13:27 schrieb Michael Tokarev: 14.03.2015 09:19, Thomas Huth wrote: Here are some more patches to remove completely unused functions from QEMU. Please review carefully, some of the functions might still get usefull in the future again, so if you discover one, please let me know,

Re: [Qemu-devel] [PATCH v2 0/7] Remove more unused functions

2015-04-27 Thread Michael Tokarev
14.03.2015 09:19, Thomas Huth wrote: > Here are some more patches to remove completely unused functions > from QEMU. Please review carefully, some of the functions might > still get usefull in the future again, so if you discover one, > please let me know, then I'll remove it from the patch series

Re: [Qemu-devel] [PATCH v2 0/7] Remove more unused functions

2015-04-26 Thread Thomas Huth
Am Wed, 18 Mar 2015 12:22:35 +0100 schrieb Thomas Huth : > > Here are some more patches to remove completely unused functions > from QEMU. Please review carefully, some of the functions might > still get usefull in the future again, so if you discover one, > please let me know, then I'll remove i

[Qemu-devel] [PATCH v2 0/7] Remove more unused functions

2015-03-13 Thread Thomas Huth
Here are some more patches to remove completely unused functions from QEMU. Please review carefully, some of the functions might still get usefull in the future again, so if you discover one, please let me know, then I'll remove it from the patch series again. v2: Changed series according to revie