Gentoo Archives: gentoo-user

From: R0b0t1 <r030t1@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] QEMU on a partition
Date: Fri, 02 Mar 2018 17:22:21
Message-Id: CAAD4mYi7P_=NdzZpiOG+n20ET6wNoa=Tox+eyJVQ=W8o8zD6vw@mail.gmail.com
In Reply to: Re: [gentoo-user] QEMU on a partition by Mick
1 On Fri, Mar 2, 2018 at 10:45 AM, Mick <michaelkintzios@×××××.com> wrote:
2 > On Friday, 2 March 2018 15:33:02 GMT R0b0t1 wrote:
3 >> You can pass a block device directly to QEMU, and this is recommended
4 >> for performance reasons.
5 >
6 > Does it make a measurable difference, after the guest OS has booted?
7 >
8 > I'll need to try this out. :-)
9 >
10
11 If I remember right it makes a huge difference in raw IO speed, but
12 one of the most noticeable benefits is that there are no delays as
13 filesystem cache is flushed to service VM IO operations (which would
14 be noticed outside of the VM as well).