Skip to content
#

hyper-v

Here are 229 public repositories matching this topic...

multipass
yogendra
yogendra commented Jan 22, 2022

What are you trying to do?
Currently all commands use instance name to perform operations. This makes operations on multiple instances difficult and requires individual commands/action on each instance. For example: if I have 3 VMs for apps, 2 vms for db, and I want to run a command on just db nodes, I would have to run two commands. Or If I have to reboot app servers, thats 3 commands.

Simpleator ("Simple-ator") is an innovative Windows-centric x64 user-mode application emulator that leverages several new features that were added in Windows 10 Spring Update (1803), also called "Redstone 4", with additional improvements that were made in Windows 10 October Update (1809), aka "Redstone 5".

  • Updated Dec 10, 2018
  • C++
qua3k
qua3k commented Jan 14, 2022

We currently use -fwrapv to treat signed overflow as well-defined but it would make much more sense to use UBSan's -fsanitize=integer or its subsets to cover our use cases. In addition, this covers unsigned overflow which is well-defined but we would still want to want it to be flagged in the codebase. The performance impact would have to be evaluated but this could be very viable.

feature research-needed good first issue viable-for-vanadium

Improve this page

Add a description, image, and links to the hyper-v topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hyper-v topic, visit your repo's landing page and select "manage topics."

Learn more