Re: [Qemu-devel] [PATCH] target-mips: Remove unused inline function

2012-04-23 Thread Stefan Weil
Am 19.03.2012 14:08, schrieb Stefan Weil: Am 19.03.2012 13:43, schrieb Andreas Färber: Am 19.03.2012 13:31, schrieb Stefan Weil: Am 19.03.2012 13:17, schrieb Stefan Hajnoczi: On Mon, Mar 19, 2012 at 10:33 AM, Andreas Färber wrote: Am 17.03.2012 13:00, schrieb Stefan Weil: Function set_HILO

Re: [Qemu-devel] [PATCH] target-mips: Remove unused inline function

2012-03-19 Thread Stefan Weil
Am 19.03.2012 13:43, schrieb Andreas Färber: Am 19.03.2012 13:31, schrieb Stefan Weil: Am 19.03.2012 13:17, schrieb Stefan Hajnoczi: On Mon, Mar 19, 2012 at 10:33 AM, Andreas Färber wrote: Am 17.03.2012 13:00, schrieb Stefan Weil: Function set_HILO is not needed anywhere. Does this cause a

Re: [Qemu-devel] [PATCH] target-mips: Remove unused inline function

2012-03-19 Thread Andreas Färber
Am 19.03.2012 13:31, schrieb Stefan Weil: > Am 19.03.2012 13:17, schrieb Stefan Hajnoczi: >> On Mon, Mar 19, 2012 at 10:33 AM, Andreas Färber >> wrote: >>> Am 17.03.2012 13:00, schrieb Stefan Weil: Function set_HILO is not needed anywhere. >>> >>> Does this cause any warnings? Given the state

Re: [Qemu-devel] [PATCH] target-mips: Remove unused inline function

2012-03-19 Thread Stefan Weil
Am 19.03.2012 13:17, schrieb Stefan Hajnoczi: On Mon, Mar 19, 2012 at 10:33 AM, Andreas Färber wrote: Hello Stefan, Am 17.03.2012 13:00, schrieb Stefan Weil: Function set_HILO is not needed anywhere. Does this cause any warnings? Given the state mips is currently in (TCG patches queuing), I

Re: [Qemu-devel] [PATCH] target-mips: Remove unused inline function

2012-03-19 Thread Stefan Hajnoczi
On Mon, Mar 19, 2012 at 10:33 AM, Andreas Färber wrote: > Hello Stefan, > > Am 17.03.2012 13:00, schrieb Stefan Weil: >> Function set_HILO is not needed anywhere. > > Does this cause any warnings? Given the state mips is currently in (TCG > patches queuing), I'd suggest to hold this off for a bit,

Re: [Qemu-devel] [PATCH] target-mips: Remove unused inline function

2012-03-19 Thread Andreas Färber
Hello Stefan, Am 17.03.2012 13:00, schrieb Stefan Weil: > Function set_HILO is not needed anywhere. Does this cause any warnings? Given the state mips is currently in (TCG patches queuing), I'd suggest to hold this off for a bit, but I don't really mind either way. Commit message does not mentio

[Qemu-devel] [PATCH] target-mips: Remove unused inline function

2012-03-17 Thread Stefan Weil
Function set_HILO is not needed anywhere. Signed-off-by: Stefan Weil --- target-mips/op_helper.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c index 3a20731..7b77d5a 100644 --- a/target-mips/op_helper.c +++ b/targe