From d29c8aaeffea233a7cdd2df0926a49ff7bb7d646 Mon Sep 17 00:00:00 2001 From: Foxlet Date: Sat, 11 May 2019 17:25:09 -0400 Subject: [PATCH] [DOCS] Update sections. --- README.md | 2 ++ docs/guide-performance.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e7dfdc..c21018b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # macOS-Simple-KVM Documentation to set up a simple macOS VM in QEMU, accelerated by KVM. +By [@FoxletFox](https://twitter.com/foxletfox), and the help of many others. + ## Getting Started You'll need a Linux system with `qemu`, `python` and the KVM extensions installed for this project. A Mac is **not** required. diff --git a/docs/guide-performance.md b/docs/guide-performance.md index f1bbf6d..f199494 100644 --- a/docs/guide-performance.md +++ b/docs/guide-performance.md @@ -13,12 +13,12 @@ Increase this as needed (limited to the real amount of memory in your machine). ``` ## Cores -The default configuration enables 4 threads, each with 2 cores. +The default configuration enables 4 threads, divided into CPUs with 2 cores each. ``` -smp 4,cores=2 \ ``` -The following example describes all possible topology configurations: +The following example describes all possible topology flags: ``` -smp cores=4,threads=4,sockets=1 \ -``` \ No newline at end of file +```