Hi,
On 22 Jul 2013, at 10:29, Roger Pau Monné <roger.pau@citrix.com>
wrote:> Is your guest running a 32bit or a 64bit kernel?
$ uname -a
FreeBSD positron.dckd.nl 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r+a09eac7-dirty:
Wed Jul 17 17:51:10 CEST 2013
root@image01:/usr/obj/usr/home/jeroen/freebsd/sys/XENHVM amd64
>
> Could you also provide the config file used to launch your guest and the
> Xen and Dom0 kernel versions?
Guest config:
kernel = ''/usr/lib/xen-4.0/boot/hvmloader''
device_model = ''/usr/lib/xen-4.0/bin/qemu-dm''
builder = ''hvm''
shadow_memory = 8
memory = 512
name = "positron"
vcpus = 2
cpus = "2-7"
maxvcpus = 4
xen_shell = ''root, jeroen''
vif = [
''type=vifname=positron.wan,bridge=br-wan,mac=00:16:3E:2F:AD:99,ip=94.142.246.99''
,
''type=vifname=positron.lan,bridge=br-lan,mac=00:16:3E:0D:96:5C,ip=10.20.0.99''
]
disk = [''phy:/xen/domains/positron/positron-disk1,hda,w'']
xen_platform_pci=1
boot = ''c''
sdl=0
stdvga=0
serial=''pty''
Xen info:
host : soleus01.soleus.nu
release : 2.6.32-5-xen-amd64
version : #1 SMP Mon Oct 3 07:53:54 UTC 2011
machine : x86_64
nr_cpus : 8
nr_nodes : 2
cores_per_socket : 4
threads_per_core : 1
cpu_mhz : 2200
hw_caps :
178bf3ff:efd3fbff:00000000:00001310:00802001:00000000:000037ff:00000000
virt_caps : hvm
total_memory : 65534
free_memory : 6865
node_to_cpu : node0:0-3
node1:4-7
node_to_memory : node0:3128
node1:3737
node_to_dma32_mem : node0:3128
node1:0
max_node_id : 1
xen_major : 4
xen_minor : 0
xen_extra : .1
xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
hvm-3.0-x86_32p hvm-3.0-x86_64
xen_scheduler : credit
xen_pagesize : 4096
platform_params : virt_start=0xffff800000000000
xen_changeset : unavailable
xen_commandline : placeholder dom0_mem=1852M
cc_compiler : gcc version 4.4.5 (Debian 4.4.5-10)
cc_compile_by : waldi
cc_compile_domain : debian.org
cc_compile_date : Wed Jan 12 14:04:06 UTC 2011
xend_config_format : 4
> Could you also try a HEAD XENHVM kernel (without my patches), to see if
> the issue is related to my changes or to some bug already present in HEAD?
Will do.
Jeroen.