summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1354727
blob: 27ebcc9386565999b377766c77e7e50c698fe245 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
build error with GCC 4.9

% gcc --version
gcc (GCC) 4.9.1

latest development version on git

xen-hvm.c: In function ‘xen_hvm_init’:
xen-hvm.c:1008:41: error: ‘HVM_PARAM_IOREQ_PFN’ undeclared (first use in this function)
     xc_get_hvm_param(xen_xc, xen_domid, HVM_PARAM_IOREQ_PFN, &ioreq_pfn);