Re: [Qemu-devel] [PATCH v2] target-lm32: move model features to LM32CPU

2013-11-18 Thread Andreas Färber
Am 15.10.2013 00:46, schrieb Michael Walle: > This allows us to completely remove CPULM32State from DisasContext. > Instead, copy the fields we need to DisasContext. > > Cc: Andreas Färber > Signed-off-by: Michael Walle > --- > > changes since v1: > - instead of storing a pointer to the cpu de

Re: [Qemu-devel] [PATCH v2] target-lm32: move model features to LM32CPU

2013-11-18 Thread Andreas Färber
Am 17.11.2013 21:46, schrieb Michael Walle: > Am 2013-10-14 23:46, schrieb Michael Walle: >> This allows us to completely remove CPULM32State from DisasContext. >> Instead, copy the fields we need to DisasContext. >> >> Cc: Andreas Färber >> Signed-off-by: Michael Walle >> --- >> >> changes since

Re: [Qemu-devel] [PATCH v2] target-lm32: move model features to LM32CPU

2013-11-17 Thread Michael Walle
Am 2013-10-14 23:46, schrieb Michael Walle: This allows us to completely remove CPULM32State from DisasContext. Instead, copy the fields we need to DisasContext. Cc: Andreas Färber Signed-off-by: Michael Walle --- changes since v1: - instead of storing a pointer to the cpu definitions, regis

[Qemu-devel] [PATCH v2] target-lm32: move model features to LM32CPU

2013-10-14 Thread Michael Walle
This allows us to completely remove CPULM32State from DisasContext. Instead, copy the fields we need to DisasContext. Cc: Andreas Färber Signed-off-by: Michael Walle --- changes since v1: - instead of storing a pointer to the cpu definitions, register individual cpu types and store features