On 02/10/2017 07:19 PM, Alistair Francis wrote:
On Mon, Feb 6, 2017 at 3:39 PM, Philippe Mathieu-Daudé wrote:
The register_read() function expects a bitmask argument.
Signed-off-by: Philippe Mathieu-Daudé
The functionality of these two patches looks good to me.
I think it's weird that we
On Mon, Feb 6, 2017 at 3:39 PM, Philippe Mathieu-Daudé wrote:
> The register_read() function expects a bitmask argument.
>
> Signed-off-by: Philippe Mathieu-Daudé
The functionality of these two patches looks good to me.
I think it's weird that we convert the write function in one patch
(when we
The register_read() function expects a bitmask argument.
Signed-off-by: Philippe Mathieu-Daudé
---
hw/core/register.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/hw/core/register.c b/hw/core/register.c
index 12f4c1e62d..482e3f827a 100644
--- a/hw/core/register.c
+++