lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 24 Jul 2012 14:30:07 +0200
From:	Sasha Levin <levinsasha928@...il.com>
To:	dlaor@...hat.com
CC:	Rusty Russell <rusty@...tcorp.com.au>, mst@...hat.com,
	penberg@...nel.org, asias.hejun@...il.com,
	virtualization@...ts.linux-foundation.org,
	linux-kernel@...r.kernel.org, kvm@...r.kernel.org, avi@...hat.com,
	anthony@...emonkey.ws, wency@...fujitsu.com
Subject: Re: [RFC 0/2] virtio: provide a way for host to monitor critical
 events in the device

On 07/24/2012 10:26 AM, Dor Laor wrote:
> On 07/24/2012 07:55 AM, Rusty Russell wrote:
>> On Mon, 23 Jul 2012 22:32:39 +0200, Sasha Levin <levinsasha928@...il.com> wrote:
>>> As it was discussed recently, there's currently no way for the guest to notify
>>> the host about panics. Further more, there's no reasonable way to notify the
>>> host of other critical events such as an OOM kill.
>>
>> I clearly missed the discussion.  Is this actually useful?  In practice,
> 
> Admit this is not a killer feature..
> 
>> won't you want the log from the guest?  What makes a virtual guest
>> different from a physical guest?
> 
> Most times virt guest can do better than a physical OS. In that sense, this is where virtualization shines (live migration, hotplug for any virtual resource including net/block/cpu/memory/..).
> 
> There are plenty of niche but worth while small features such as the virtio-trace series and other that allow the host/virt-mgmt to get more insight into the guest w/o a need to configure the guest.
> 
> In theory guest OOM can trigger a host memory hot plug action. Again, I don't see it as a key feature..
> 
>>
>> Guest watchdog functionality might be useful, but that's simpler to
> 
> There is already a fully emulated watchdog device in qemu.

There is, but why emulate physical devices when you can take advantage of virtio?

You could say the same about the rest of the virtio family - "There is already a fully emulated NIC device in qemu".
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists