Re: [Qemu-devel] [PATCH] memory: update coalesced_range on transaction_commit

2018-11-28 Thread Atsushi Nemoto
>> It seems very old bug since memory region API >> was merged on commit 093bc2cd885e ("Hierarchical memory region API"). >> >> Signed-off-by: Atsushi Nemoto > > I attach the patch I came up with. What do you think? Thank you for the alternative fix. It works well and looks good to me. --- Atsushi Nemoto

[Qemu-devel] [PATCH] memory: update coalesced_range on transaction_commit

2018-11-28 Thread Atsushi Nemoto
emory region API"). Signed-off-by: Atsushi Nemoto --- memory.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/memory.c b/memory.c index d14c6dec1d..f773b0be50 100644 --- a/memory.c +++ b/memory.c @@ -1021,6 +1021,8 @@ void memory_region_transaction_

Re: [Qemu-devel] [PATCH] lan9118: Ignore write to MAC_VLAN1 register

2011-04-05 Thread Atsushi Nemoto
Please see an updated comment below. And though implementing this register might be possible, I suppose it is not worth to supporting FrameTooLong detection, for now at least. Thank you for comments. >8--------- From: Atsushi Nemoto

[Qemu-devel] [PATCH] lan9118: Ignore write to MAC_VLAN1 register

2011-03-29 Thread Atsushi Nemoto
Since kernel 2.6.38, smsc911x driver writes to VLAN1 registger. Signed-off-by: Atsushi Nemoto --- hw/lan9118.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/lan9118.c b/hw/lan9118.c index af6949f..62aead3 100644 --- a/hw/lan9118.c +++ b/hw/lan9118.c @@ -785,6

[Qemu-devel] Re: [MIPS] Use conditional traps for BUG_ON on MIPS II and better.

2007-03-25 Thread Atsushi Nemoto
se OPC_TEQI: case OPC_TGEI: case OPC_TGEIU: --- Atsushi Nemoto