Avi Kivity a écrit :
On 09/25/2011 12:18 PM, Avi Kivity wrote:
On 09/24/2011 11:29 AM, Hervé Poussineau wrote:
This part breaks Magnum emulation, where firmware writes to
0x6000, and then checks if value has been modified.
This is not working as expected (value is modified) because
memor
On 09/25/2011 12:18 PM, Avi Kivity wrote:
On 09/24/2011 11:29 AM, Hervé Poussineau wrote:
This part breaks Magnum emulation, where firmware writes to
0x6000, and then checks if value has been modified.
This is not working as expected (value is modified) because
memory_region_set_readonly(
On 09/24/2011 11:29 AM, Hervé Poussineau wrote:
This part breaks Magnum emulation, where firmware writes to
0x6000, and then checks if value has been modified.
This is not working as expected (value is modified) because
memory_region_set_readonly() is unimplemented...
Whoops! Will provi
Avi Kivity wrote:
> Signed-off-by: Avi Kivity
> ---
>
> hw/mips_jazz.c | 90
> 1 files changed, 45 insertions(+), 45 deletions(-)
>
> diff --git a/hw/mips_jazz.c b/hw/mips_jazz.c
> index f3c9f93..7cac5da 100644
> --- a/hw/mips_jazz.c
> ++
Signed-off-by: Avi Kivity
---
hw/mips_jazz.c | 90
1 files changed, 45 insertions(+), 45 deletions(-)
diff --git a/hw/mips_jazz.c b/hw/mips_jazz.c
index f3c9f93..7cac5da 100644
--- a/hw/mips_jazz.c
+++ b/hw/mips_jazz.c
@@ -52,44 +52,42 @
Signed-off-by: Avi Kivity
---
hw/mips_jazz.c | 90
1 files changed, 45 insertions(+), 45 deletions(-)
diff --git a/hw/mips_jazz.c b/hw/mips_jazz.c
index f3c9f93..7cac5da 100644
--- a/hw/mips_jazz.c
+++ b/hw/mips_jazz.c
@@ -52,44 +52,42 @