Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2018 09:49:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230580] sysutils/vm-bhyve: Add support for guest memory wiring
Message-ID:  <bug-230580-7788-xanWF20YX9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230580-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230580-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230580

--- Comment #2 from vas@mpeks.tomsk.su ---
(In reply to churchers from comment #1)

> Adding this via bhyve_options does affect both commands already though

Sorry, this is not working for me:

Aug 13 16:43:09: bhyve exited with status 1
Aug 13 16:43:09: destroying network device tap0
Aug 13 16:43:09: stopped
Aug 13 16:43:12: initialising
Aug 13 16:43:12:  [loader: bhyveload]
Aug 13 16:43:12:  [uefi: no]
Aug 13 16:43:12:  [cpu: 1]
Aug 13 16:43:12:  [memory: 1G]
Aug 13 16:43:12:  [hostbridge: standard]
Aug 13 16:43:12:  [com ports: com1]
Aug 13 16:43:12:  [uuid: e148afdb-d4af-11e6-9a94-5404a6b49a66]
Aug 13 16:43:12:  [utctime: yes]
Aug 13 16:43:12:  [debug mode: no]
Aug 13 16:43:12:  [primary disk: disk0.img]
Aug 13 16:43:12:  [primary disk dev: file]
Aug 13 16:43:12: initialising network device tap0
Aug 13 16:43:12: adding tap0 -> bridge0 (main)
Aug 13 16:43:12: booting
Aug 13 16:43:12: bhyveload -c /dev/nmdm0A -m 1G -e autoboot_delay=3D3 -d
/d02/vm/fido/disk0.img fido
Aug 13 16:43:17:  [bhyve options: -c 1 -m 1G -AHP -S -U
e148afdb-d4af-11e6-9a94-5404a6b49a66 -u]
Aug 13 16:43:17:  [bhyve devices: -s 0,hostbridge -s 31,lpc -s
4:0,virtio-blk,/d02/vm/fido/disk0.img -s
5:0,virtio-net,tap0,mac=3D58:9c:fc:01:f6:ac]
Aug 13 16:43:17:  [bhyve console: -l com1,/dev/nmdm0A]
Aug 13 16:43:17: starting bhyve (run 1)
Aug 13 16:43:17: bhyve exited with status 1
Aug 13 16:43:17: destroying network device tap0
Aug 13 16:43:17: stopped


Here is my complete config:

guest=3D"freebsd"
loader=3D"bhyveload"
cpu=3D1
memory=3D1G
network0_type=3D"virtio-net"
network0_switch=3D"main"
disk0_type=3D"virtio-blk"
disk0_name=3D"disk0.img"
utctime=3D"yes"
uuid=3D"e148afdb-d4af-11e6-9a94-5404a6b49a66"
network0_mac=3D"58:9c:fc:01:f6:ac"
bhyve_options=3D"-S"

--=20
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?bug-230580-7788-xanWF20YX9>