On 2 March 2017 at 20:55, BALATON Zoltan wrote:
> On Thu, 2 Mar 2017, Peter Maydell wrote:
>>
>> On 2 March 2017 at 20:18, BALATON Zoltan wrote:
>>>
>>> On Thu, 2 Mar 2017, Peter Maydell wrote:
Don't use qemu_register_reset(). Set the appropriate dc->reset
function pointers in
On Thu, 2 Mar 2017, BALATON Zoltan wrote:
On Thu, 2 Mar 2017, Peter Maydell wrote:
On 2 March 2017 at 20:18, BALATON Zoltan wrote:
On Thu, 2 Mar 2017, Peter Maydell wrote:
Don't use qemu_register_reset(). Set the appropriate dc->reset
function pointers instead.
Any reason for that? This w
On Thu, 2 Mar 2017, Peter Maydell wrote:
On 2 March 2017 at 20:18, BALATON Zoltan wrote:
On Thu, 2 Mar 2017, Peter Maydell wrote:
Don't use qemu_register_reset(). Set the appropriate dc->reset
function pointers instead.
Any reason for that? This way I could save two more boilerplate functi
On 2 March 2017 at 20:18, BALATON Zoltan wrote:
> On Thu, 2 Mar 2017, Peter Maydell wrote:
>>
>> Don't use qemu_register_reset(). Set the appropriate dc->reset
>> function pointers instead.
>
>
> Any reason for that? This way I could save two more boilerplate functions
> because I could define res
On Thu, 2 Mar 2017, Peter Maydell wrote:
On 25 February 2017 at 23:53, BALATON Zoltan wrote:
Signed-off-by: BALATON Zoltan
---
hw/display/sm501.c | 110 ++---
1 file changed, 105 insertions(+), 5 deletions(-)
diff --git a/hw/display/sm501.c b/h
On 25 February 2017 at 23:53, BALATON Zoltan wrote:
> Signed-off-by: BALATON Zoltan
> ---
> hw/display/sm501.c | 110
> ++---
> 1 file changed, 105 insertions(+), 5 deletions(-)
>
> diff --git a/hw/display/sm501.c b/hw/display/sm501.c
> index 3222
Signed-off-by: BALATON Zoltan
---
hw/display/sm501.c | 110 ++---
1 file changed, 105 insertions(+), 5 deletions(-)
diff --git a/hw/display/sm501.c b/hw/display/sm501.c
index 32223f6..b682a95 100644
--- a/hw/display/sm501.c
+++ b/hw/display/sm501.c