qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] e47ec1: ui/cocoa.m: add Speed menu


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] e47ec1: ui/cocoa.m: add Speed menu
Date: Fri, 23 Jun 2017 07:03:01 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: e47ec1a9ba1cd239e66733fd8d55dfa3261a9de6
      
https://github.com/qemu/qemu/commit/e47ec1a9ba1cd239e66733fd8d55dfa3261a9de6
  Author: John Arbuckle <address@hidden>
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
    M ui/cocoa.m

  Log Message:
  -----------
  ui/cocoa.m: add Speed menu

Programs running inside of QEMU can sometimes use more CPU time than is really
needed. To solve this problem, we just need to throttle the virtual CPU. This
feature will stop laptops from burning up.

This patch adds a menu called Speed that has menu items from 100% to 1% that
represent the speed options. 100% is full speed and 1% is slowest.

Signed-off-by: John Arbuckle <address@hidden>
Message-id: address@hidden
[PMM: Moved "mark 100% menu item as checked initially" code to
 after menu item is allocated, not before it]
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]