From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bs2ti-000525-HU for qemu-devel@nongnu.org; Thu, 06 Oct 2016 03:15:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bs2tf-00088Y-AN for qemu-devel@nongnu.org; Thu, 06 Oct 2016 03:15:18 -0400 Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]:35931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bs2tf-00088J-3I for qemu-devel@nongnu.org; Thu, 06 Oct 2016 03:15:15 -0400 Received: by mail-wm0-x233.google.com with SMTP id k125so309594979wma.1 for ; Thu, 06 Oct 2016 00:15:15 -0700 (PDT) Sender: Paolo Bonzini References: From: Paolo Bonzini Message-ID: <07793b5d-2702-224f-fc9e-7b8328d0d3c1@redhat.com> Date: Thu, 6 Oct 2016 09:15:12 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] QEMU - Security Research Questions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Joey Connelly , qemu-devel@nongnu.org On 06/10/2016 02:10, Joey Connelly wrote: > Hey QEMU dev group, > I'm a graduate student at Boise State University working on my thesis > involving Virtualization/Cloud Computing Security and I wanted to ask a few > questions: > > *[QUESTION#1.]* From within a guest KVM/QEMU process (qemu-system-x86_64 > -enable-kvm) can the VM invoke commands on its host - either through QEMU > Monitor Console commands, or by some other means I'm unaware of? > > *[QUESTION#**2.]* Can a host administrator running a guest KVM/QEMU process > have QEMU Monitor Console commands invoked on that guest VM if *no* > "-monitor" option was used? > > *[QUESTION#**3.]* If a host admin creates a KVM/QEMU process with the > "qemu-system-x86_64 -enable-kvm -netdev tap,<...>" options is there a > KVM/QEMU specific way to query the "tap,<...>" information later after the > process has been created? (assuming your admin account maintains ring 0 > permissions) No to all three. Paolo