Instead of using qemu_system_reset_request() to reset when a watchdog triggers,
let watchdog_perform_action() decide what to do, as stated in the BiteSizedTasks
wiki page.
Signed-off-by: Nikos Filippakis
---
hw/timer/m48t59.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a
Instead of using qemu_system_reset_request() to reset when a watchdog triggers,
let watchdog_perform_action() decide what to do, as stated in the BiteSizedTasks
wiki page.
Signed-off-by: Nikos Filippakis
---
hw/timer/etraxfs_timer.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff
Instead of using qemu_system_reset_request() to reset when a watchdog triggers,
let watchdog_perform_action() decide what to do, as stated in the BiteSizedTasks
wiki page.
Signed-off-by: Nikos Filippakis
---
hw/arm/omap1.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hw
Instead of using qemu_system_reset_request() to reset when a watchdog triggers,
let watchdog_perform_action() decide what to do, as stated in the
BiteSizedTasks wiki page.
Signed-off-by: Nikos Filippakis
---
hw/arm/musicpal.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
Allocate array in nc_sendv_compat on the heap if it is large to reduce stack
frame size, as stated in the BiteSizedTasks wiki page.
Signed-off-by: Nikos Filippakis
---
net/net.c | 32 +---
1 file changed, 25 insertions(+), 7 deletions(-)
diff --git a/net/net.c b
Allocate large array in nc_sendv_compat on the heap to reduce stack frame size,
as stated in the BiteSizedTasks wiki page.
Signed-off-by: Nikos Filippakis
---
net/net.c | 17 +++--
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/net/net.c b/net/net.c
index aebf753
Thank you for your comments!
On Sun, Mar 6, 2016 at 9:47 AM, Alex Bennée wrote:
>
>
> Nikos Filippakis writes:
>
> > Hello everyone! I am interested in getting to know the codebase a little
> > better
> > so that I can eventually apply for a GSOC position.
&
Hello everyone! I am interested in getting to know the codebase a little better
so that I can eventually apply for a GSOC position.
This is my first attempt at posting a patch to a mailing list, any feedback
is greatly appreciated.
Signed-off-by: Nikos Filippakis
---
net/net.c | 17