Paolo Bonzini

Results 133 comments of Paolo Bonzini

Honestly I think printing all output on the same line is a bad idea and (the lack of) this is the main reason why I use samu instead of ninja....

Hi, I have done a quick and dirty implementation (less than 200 lines of code) but it uses pthreads. Should I submit a pull request or should I first try...

Clearing CR0.CD and CR0.NW is a good idea anyway for the firmware, but it's only a matter of tidiness (disabling the cache or writeback doesn't work in VMs).

Also fails for me on CentOS 7 + Ruby 2.5. However unlike what was reported by OP, Jekyll 4.0 doesn't seem to require sassc 2.2.0. Just adding `gem "sassc", "<...

an old issue, but FWIW the NDOB bit can be set even if UNMAP=0.

Added more changes. At this point the easiest way to review this is to diff the two components and the corresponding tests, since the only changes basically are related to...

@MartinHjelmare a few years ago you reviewed my `manual`/`manual-mqtt` pull request...

Given little attention on this PR, I have opened #82990 with the `manual` bugfixes. If it is accepted before this one, I will add the relevant commits here as well.

This is now ready for review. The only difference between manual and manual_mqtt is now the MQTT support itself. ``` alarm_control_panel.py | 122 ++++++++++++++++++++--- test_alarm_control_panel.py | 515 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------- ```

I will open separate pull requests with (to be applied in this order): [x] #84264: new states and test parametrization (largest and with the worst conflicts) [ ] the rename...