NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

XENPVHVM



Hello,

I just checked in support for PVHVM guests. 

There is no MP support yet - I will look at that next.

Only two PV drivers are currently supported - 

xennet(4)
xbd(4)

The console is still serial, so the following
xl configuration should work:

#--------------------------------------
builder = "hvm"

# Guest name
name = "NetBSD.hvm"

# Initial memory allocation (MB)
memory = 2048

# Number of VCPUS
vcpus = 1

# Network devices
vif = [ 'bridge=BRIDGENAME' ]

boot = 'c'

# Disk Devices
disk = [ 'DISKIMAGEPATH,raw,xvda,rw' ]

# Serial console
serial = 'pty'
#--------------------------------------


Give it a spin and let me know how it goes.

Cheers,
-- 
~cherry


Home | Main Index | Thread Index | Old Index