Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Mar 2015 18:30:50 +1100 (EST)
From:      ImporterDeals <importerdeals@inxserver.com.au>
To:        freebsd-bugs@freebsd.org
Subject:   Portable Mono Scooter SegWay
Message-ID:  <INX.14b3d7fa5d1d3eb07f1744edd6e.32.2656f.17db2.14bedc71a1c2e0.bounce_importerdeals@inxserver.com.au>

next in thread | raw e-mail | index | archive | help
ImporterDeals


Air Wheel Bike:
http://rdir.importerdeals.com.au/d/d.html?q0000b5000jris00d0000lyi00000000000ku7d05

VIOLET Jewellery Set:
http://rdir.importerdeals.com.au/d/d.html?q0000b3i00jris00d0000lyi00000000000kqw6i5

240 Watt Solar Folding - $290:
http://rdir.importerdeals.com.au/d/d.html?q0000b3q00jris00d0000lyi00000000000k5mgy5

Safe Wash - $299:
http://rdir.importerdeals.com.au/d/d.html?q0000b3y00jris00d0000lyi00000000000kwb6q5

un-subscribe:
http://rdir.importerdeals.com.au/d/d.html?q0000b4000jris00k0000lyi00000000000k2egy5
From owner-freebsd-bugs@FreeBSD.ORG  Fri Mar  6 09:38:35 2015
Return-Path: <owner-freebsd-bugs@FreeBSD.ORG>
Delivered-To: freebsd-bugs@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id B17B14AB
 for <freebsd-bugs@FreeBSD.org>; Fri,  6 Mar 2015 09:38:35 +0000 (UTC)
Received: from kenobi.freebsd.org (kenobi.freebsd.org
 [IPv6:2001:1900:2254:206a::16:76])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 7DEA4C4A
 for <freebsd-bugs@FreeBSD.org>; Fri,  6 Mar 2015 09:38:35 +0000 (UTC)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t269cZZN066554
 for <freebsd-bugs@FreeBSD.org>; Fri, 6 Mar 2015 09:38:35 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: freebsd-bugs@FreeBSD.org
Subject: [Bug 198344] [virtio] virtio-balloon does not work
Date: Fri, 06 Mar 2015 09:38:35 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Base System
X-Bugzilla-Component: kern
X-Bugzilla-Version: 10.1-RELEASE
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: Jan.Henke@taujhe.de
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform
 op_sys bug_status bug_severity priority component assigned_to reporter
Message-ID: <bug-198344-8@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-BeenThere: freebsd-bugs@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Bug reports <freebsd-bugs.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-bugs>,
 <mailto:freebsd-bugs-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-bugs/>;
List-Post: <mailto:freebsd-bugs@freebsd.org>
List-Help: <mailto:freebsd-bugs-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-bugs>,
 <mailto:freebsd-bugs-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Mar 2015 09:38:35 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198344

            Bug ID: 198344
           Summary: [virtio] virtio-balloon does not work
           Product: Base System
           Version: 10.1-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: Jan.Henke@taujhe.de

I am running FreeBSD in a Linux/KVM environment with the -balloon virtio flag
passed to qemu.

The virtio-balloon kernel module gets loaded:
jan@vm03 ~ $ kldstat -v | grep virtio
        460 virtio_pci/virtio_scsi
        459 virtio_pci/virtio_balloon
        458 virtio_pci/virtio_blk
        457 virtio_pci/vtnet
        456 pci/virtio_pci
        455 virtio

But there is no ballooning at all. The VM allocates all the memory up to the
specified maximum from the host, no matter how much memory is actually in use
inside FreeBSD.

Expected result would be that the VM only allocates as much memory from the
host as it actually uses right now. This works with Linux guests, but not
FreeBSD ones.

For reference the complete qemu command line:
qemu-system-x86_64 -enable-kvm \
-cpu host \
-smp cores=4,threads=2 \-drive file=/var/kvm/disks/vm03.img,if=virtio \-net
tap,ifname=tap_br1_3,script=no,downscript=no -net
nic,model=virtio,macaddr=0e:77:77:0e:0e:03 \
-m 4G \
-balloon virtio \
-vga std \
-display vnc=:3 \
-monitor stdio \
-name "VM 03" \
-usbdevice tablet \
-k de

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?INX.14b3d7fa5d1d3eb07f1744edd6e.32.2656f.17db2.14bedc71a1c2e0.bounce_importerdeals>