Results 28 comments of pcworld

Project with a a similar approach: https://github.com/TooTallNate/node-spotify-web/

This appears to be based on the [dns-block branch](https://github.com/SecUpwN/Spotify-AdKiller/tree/dns-block), however authorship information of past commits seems not to have been preserved.

Although I am not deep enough into QEMU internals to give a thorough code review, I can confirm that your PR fixes my `cmpxchg16b` use case (many thanks!).

Still relevant; I now use as a workaround: `panda.run_monitor_cmd('savevm snapshot_name')` (I've joined your Slack but don't have much time at the moment to dig even deeper into Panda; maybe later.)

> `echo img > /dev/pmem0` I suppose you meant `cat` there? (That command would write the literal string "img" onto the device, however mounting should fail after that, so I...

The following patch on top of 593f927a78a6900d7cfec58199fb0a4a4fd1d646 can be used to reproduce the first case (should also work on master): ```diff diff --git a/fs/nova/log.c b/fs/nova/log.c index 750ff47d9124..8c5dd218b715 100644 --- a/fs/nova/log.c...

The following further shows how the file can still be written to, and its contents can then be read, but after remounting the file system, the file becomes unreadable again...

> This bug is probably fixed by PR #129. I can not reproduce the I/O error anymore with PR #129. Leaving the issue open though for the reasons stated in...