On 15-Apr-2017 11:34 PM, "Suramya Shah" wrote:
> Signed-off-by: Suramya Shah
> ---
> hw/arm/pxa2xx.c | 14 ++
> 1 file changed, 6 insertions(+), 8 deletions(-)
>
> diff --git a/hw/arm/pxa2xx.c b/hw/arm/pxa2xx.c
> index cfee392..eea551d 100644
> --
Signed-off-by: Suramya Shah
---
hw/arm/pxa2xx.c | 14 ++
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/hw/arm/pxa2xx.c b/hw/arm/pxa2xx.c
index cfee392..eea551d 100644
--- a/hw/arm/pxa2xx.c
+++ b/hw/arm/pxa2xx.c
@@ -755,19 +755,18 @@ static void pxa2xx_ssp_reset
Signed-off-by: Suramya Shah
---
hw/core/qdev.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/hw/core/qdev.c b/hw/core/qdev.c
index 1e7fb33..07a211b 100644
--- a/hw/core/qdev.c
+++ b/hw/core/qdev.c
@@ -84,7 +84,11 @@ static void bus_add_child(BusState *bus, DeviceState *child
The lance device needs pointer to ISA DMA device to operate. But according to
qdev-properties.h, properties of pointer type should be avoided.
A link type property is a good substitution.
Changes since v1
-changed the code in hw/sparc/sun4m.c which uses the device.
Signed-off-by: Suramya Shah
On 03-Apr-2017 1:06 PM, "Suramya Shah" wrote:
> The lance device needs pointer to ISA DMA device to operate. But according
> to
> qdev-properties.h, properties of pointer type should be avoided.
> A link type property is a good substitution.
>
> Signed-off-by: S
The lance device needs pointer to ISA DMA device to operate. But according to
qdev-properties.h, properties of pointer type should be avoided.
A link type property is a good substitution.
Signed-off-by: Suramya Shah
---
hw/net/lance.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions
Running QEMU with qemu-system-unicore32 without the kernel parameter results in
an assertion error.
Assert should not be used to check user provided parameters. Report an error
and exit instead
Signed-off-by: Suramya Shah
---
hw/unicore32/puv3.c | 7 +--
1 file changed, 5 insertions(+), 2
Running QEMU with qemu-system-unicore32 without the kernel parameter results in
an assertion error.Assert should not be used to check user provided parameters.
Report an error and exit instead
Signed-off-by: Suramya Shah
---
hw/unicore32/puv3.c | 7 +--
1 file changed, 5 insertions(+), 2
Signed-off-by: Suramya Shah
Running QEMU with qemu-system-unicore32 without the kernel parameter results in
an assertion error.
Assert should not be used to check user provided parameters. Report an error
and exit instead
---
hw/unicore32/puv3.c | 7 +--
1 file changed, 5 insertions(+), 2
Signed-off-by: Suramya Shah
Reviewed-by: Marcel Apfelbaum
Running QEMU with qemu-system-unicore32 without the kernel parameter results in
an assertion error.
Assert should not be used to check user provided parameters. Report an error
and exit instead
---
hw/unicore32/puv3.c | 7 +--
1
Kindly have a look at the forwarded patch.
On 30-Mar-2017 8:28 PM, "Suramya Shah" wrote:
> Signed-off-by: Suramya Shah
> ---
> Running QEMU with qemu-system-unicore32 without the kernel parameter
> results in an assertion error.
> Fix this by..
> hw/unicore32/
Signed-off-by: Suramya Shah
---
Running QEMU with qemu-system-unicore32 without the kernel parameter results in
an assertion error.
Fix this by..
hw/unicore32/puv3.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/hw/unicore32/puv3.c b/hw/unicore32/puv3.c
index
Signed-off-by: Suramya Shah
Reviewed-by: Eric Blake
---
qemu-common.h is no longer necessary as of refactoring done in commit f348b6d.
util/path.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/util/path.c b/util/path.c
index 5479f76..7f9fc27 100644
--- a/util/path.c
+++ b/util/path.c
Signed-off-by: Suramya Shah
--- fix of typo in v1 that broke compilation
util/path.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/util/path.c b/util/path.c
index 5479f76..7f9fc27 100644
--- a/util/path.c
+++ b/util/path.c
@@ -6,7 +6,6 @@
#include "qemu/osdep.h"
#include
Signed-off-by: Suramya Shah
---
util/path.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/util/path.c b/util/path.c
index 5479f76..7f9fc27 100644
--- a/util/path.c
+++ b/util/path.c
@@ -6,7 +6,6 @@
#include "qemu/osdep.h"
#include
#include
-#include "qemu-common.h&q
Signed-off-by: Suramya Shah
---
util/path.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/util/path.c b/util/path.c
index 5479f76..46a6098 100644
--- a/util/path.c
+++ b/util/path.c
@@ -6,8 +6,7 @@
#include "qemu/osdep.h"
#include
#include
-#include &quo
Signed-off-by: Suramya Shah
---
hw/display/sm501.c | 17 -
1 file changed, 17 deletions(-)
diff --git a/hw/display/sm501.c b/hw/display/sm501.c
index 040a0b9..faca906 100644
--- a/hw/display/sm501.c
+++ b/hw/display/sm501.c
@@ -1173,23 +1173,6 @@ typedef void draw_line_func
Signed-off-by: Suramya Shah
---
hw/display/sm501_template.h | 8 +---
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/hw/display/sm501_template.h b/hw/display/sm501_template.h
index f33e499..4e5801e 100644
--- a/hw/display/sm501_template.h
+++ b/hw/display/sm501_template.h
18 matches
Mail list logo