savchenko

Results 255 comments of savchenko

On the clip. Looking at MX25L3205 spec, it _should_ tolerate 3.3-3.6v range, but I'd stay as close to 3.3v without jitter as possible. Checksum is, AFAIK, reliable indicator. Apart from...

Is this related to: > create a live USB Linux for flashing including Skulls, flashrom and iomem=relaxed ( https://github.com/ivandavidov/minimal ) ...and if "yes", is there a plan to work on...

_> What would be (legally) required to add?_ Heads is licensed under GPL v2.0 (https://github.com/osresearch/heads/blob/master/COPYING). Some relevant excerpts: p2(a): > ...modified files to carry prominent notices stating that you changed...

This might be entirely irrelevant, but... ```sh $ relro=$(readelf -l /bin/bash | grep -i relro -q; echo $?) ``` ...and so on.

I was replying to... > If you can think of an approach that could be used to solve this issue The snippet above is a crude parsing of `readelf` output...

G'Day, @vrozenfe. I have tried both `VirtIO` and `SCSI` types of drives in `virt-manager`. With v0.1.217-1, pointing installation to `./vioscsi/w10/amd64/vioscsi.inf` results in no drives detected. Additionally, if the box "hide...

> Can you also confirm that 215 works fine for virtio (viostor.sys) case? Yes it does. > Can you dump the qemu command line with "ps -aux" command for both...

> Is it a 100% reproducible? Yes, as long as I use the same image. Again, [v0.1.215-2](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.215-2/) works just fine. > installation media en-us_windows_10_business_editions_version_21h2_x64_dvd_ce067768.iso This doesn't look like something from...

Might be related: after the video type was changed (once!) to VirtIO/OpenGL-enabled Spice, `virtiofs.exe` keeps crashing on transfers. Windows file dialogue shows error 0x800703E3: ![image](https://user-images.githubusercontent.com/300146/163939380-83ae74fa-792d-4214-b29b-7e9914fb8e8e.png) Reverting back to QXL does...

@YanVugenfirer , VM in question is destroyed, but I'll try to reproduce and provide some additional information.