virtualization - Virtualize all cpu cores on a guest with a virtual single core -


suppose have guest os allows support single core. have host n=2^k cores virtualization solution allows provide such cores our guest. guest see 1 core while using of computational resources of host's n cores.

is possible, actual technologies, have such transparent allocation of cpu cores guest?

regards, giovanni

p.s. found old answer question on serverfault

no. such technology not exist atm. if did, using it.


Comments

Popular posts from this blog

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

c# - Update a combobox from a presenter (MVP) -