Dan Robertson

Results 70 comments of Dan Robertson

hmmm this might have been a bad issue on my part... which version of qemu and grub are you using? I was using `make qemu -- -serial pty` and then...

Ah! Seems to be yet another Ubuntu 18.04 thing. I don't see any grub output when using my ubuntu 18.04 dev laptop.

Thanks @francis-starlab!

> Wouldn't it make sense to pass the required information to the device during its construction, so it can determine whatever it needs to inside services? Yeah, I think at...

I think #78 and this PR should now be changed to instead reduce the use of magic numbers like [src/kmain.rs:79](https://github.com/mythril-hypervisor/mythril/blob/master/mythril/src/kmain.rs#L79) and [src/virtdev/ioapic.rs:21](https://github.com/mythril-hypervisor/mythril/blob/master/mythril/src/virtdev/ioapic.rs#L21). Instead we should probably use a constant defined...

> Just follow the instructions at https://cirrus-ci.org/guide/quick-start/ Done!

> Looking at https://w3c.github.io/FileAPI/ Thanks! I hadn't thought to look at this. I also should have noted that when returning a empty blob through https://fetch.spec.whatwg.org/#concept-body-consume-body and https://fetch.spec.whatwg.org/#concept-body-package-data via [Request.blob()](https://fetch.spec.whatwg.org/#dom-body-blob) all...

Some of the tests from this issue are posted in https://github.com/web-platform-tests/wpt/pull/35469

Created https://github.com/web-platform-tests/wpt/pull/36243, but there are certainly some extra cases that would be interesting to test, that the patch does not currently cover. Feedback would be greatly appreciated! My simple local...

> will you file a bug against Firefox for this? Filed https://bugzilla.mozilla.org/show_bug.cgi?id=1771423 > I think with that we can close probably this now that the tests have landed? :+1: Thanks...