lekernel changed the topic of #milkymist to: Mixxeo, Migen, Milkymist-ng & other Milkymist projects :: Logs: http://en.qi-hardware.com/mmlogs
kristianpaul has quit [Quit: leaving]
kristianpaul has joined #milkymist
digshadow-ru has joined #milkymist
azonenberg has quit [Read error: Connection reset by peer]
azonenberg has joined #milkymist
mumptai has joined #milkymist
mumptai has quit [Ping timeout: 246 seconds]
bhamilton has joined #milkymist
bhamilton has quit [Quit: Leaving.]
bhamilton has joined #milkymist
<ysionneau> mwalle: by reading the code it seems that regardless of the fact that the return value of get_physical_address is 1 (miss) or 2 (fault), the raise_mmu_exception function raises a dtlb fault exception if the access was a memory write
bhamilton has left #milkymist [#milkymist]
<ysionneau> my first memory write (with mmu on and no valid dtlb entry) triggers a fault instead of a miss
bhamilton has joined #milkymist
bhamilton has left #milkymist [#milkymist]
bhamilton has joined #milkymist
bhamilton has quit [Quit: Leaving.]
bhamilton has joined #milkymist
jaeckel has quit [Quit: Goodbye Cruel World]
jaeckel_ has joined #milkymist
jaeckel_ has quit [Excess Flood]
jaeckel has joined #milkymist
jaeckel has quit [Excess Flood]
jaeckel has joined #milkymist
jaeckel has quit [Excess Flood]
jaeckel has joined #milkymist
jaeckel has quit [Excess Flood]
jaeckel has joined #milkymist
jaeckel has quit [Excess Flood]
jaeckel has joined #milkymist
bhamilton has left #milkymist [#milkymist]
jevin has quit [Quit: Textual IRC Client: www.textualapp.com]
jevin has joined #milkymist
kilae has joined #milkymist
<GitHub56> [qemu] mwalle force-pushed for-upstream from 4470c88 to c090f66: https://github.com/mwalle/qemu/commits/for-upstream
<GitHub56> qemu/for-upstream 7ba9add Amit Shah: char: move backends' io watch tag to CharDriverState...
<GitHub56> qemu/for-upstream 26da70c Amit Shah: char: use common function to disable callbacks on chardev close...
<GitHub56> qemu/for-upstream 386a5a1 Amit Shah: char: remove watch callback on chardev detach from frontend...
<GitHub156> [qemu] mwalle pushed 1 new commit to for-upstream: https://github.com/mwalle/qemu/commit/ea58bb33c57895e2b6fed1e2a3063cb5826aa818
<GitHub156> qemu/for-upstream ea58bb3 Michael Walle: target-lm32: stop VM on illegal or unknown instruction...
digshadow-ru has left #milkymist [#milkymist]
<mwalle> ysionneau: there may be some mistakes in the qemu code ;)
bhamilton has joined #milkymist
bhamilton has quit [Client Quit]
bhamilton has joined #milkymist
bhamilton has left #milkymist [#milkymist]
mumptai has joined #milkymist
<ysionneau> mwalle: this seems to fix the issue for me https://github.com/fallen/qemu/commit/c665b5650fa45ffdf51b32e2673535b15c97d94f
<ysionneau> not sure if it's the correct way of doing it though
kilae has quit [Quit: ChatZilla 0.9.90.1 [Firefox 24.0/20130910160258]]
Scopeuk-AFK is now known as Scopeuk
Scopeuk is now known as Scopeuk-AFK
kristianpaul has quit [Ping timeout: 240 seconds]
mumptai has quit [Ping timeout: 272 seconds]
<GitHub8> [qemu] mwalle force-pushed for-upstream from ea58bb3 to d600492: https://github.com/mwalle/qemu/commits/for-upstream
<GitHub8> qemu/for-upstream 9bae902 Michael Walle: target-lm32: move model features to LM32CPU...
<GitHub8> qemu/for-upstream 359b94f Michael Walle: milkymist-vgafb: swap pixel data in source buffer...
<GitHub8> qemu/for-upstream f49cfa8 Michael Walle: target-lm32: kill cpu_abort() calls...
<mwalle> ysionneau: i'll look at you patch tomorrow