mirror of
https://github.com/qemu/qemu.git
synced 2025-08-09 01:50:43 +00:00
configure: xen: Stop build-testing for xc_domain_create
Its last uses was removed by: 6d7c06c213
"Remove broken Xen PV domain builder".
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
This commit is contained in:
parent
b3fc0af1ff
commit
2e0e0d4148
19
configure
vendored
19
configure
vendored
@ -2474,7 +2474,6 @@ int main(void) {
|
|||||||
xenforeignmemory_handle *xfmem;
|
xenforeignmemory_handle *xfmem;
|
||||||
xenevtchn_handle *xe;
|
xenevtchn_handle *xe;
|
||||||
xengnttab_handle *xg;
|
xengnttab_handle *xg;
|
||||||
xen_domain_handle_t handle;
|
|
||||||
xengnttab_grant_copy_segment_t* seg = NULL;
|
xengnttab_grant_copy_segment_t* seg = NULL;
|
||||||
|
|
||||||
xs_daemon_open();
|
xs_daemon_open();
|
||||||
@ -2484,7 +2483,6 @@ int main(void) {
|
|||||||
xc_domain_add_to_physmap(0, 0, XENMAPSPACE_gmfn, 0, 0);
|
xc_domain_add_to_physmap(0, 0, XENMAPSPACE_gmfn, 0, 0);
|
||||||
xc_hvm_inject_msi(xc, 0, 0xf0000000, 0x00000000);
|
xc_hvm_inject_msi(xc, 0, 0xf0000000, 0x00000000);
|
||||||
xc_hvm_create_ioreq_server(xc, 0, HVM_IOREQSRV_BUFIOREQ_ATOMIC, NULL);
|
xc_hvm_create_ioreq_server(xc, 0, HVM_IOREQSRV_BUFIOREQ_ATOMIC, NULL);
|
||||||
xc_domain_create(xc, 0, handle, 0, NULL, NULL);
|
|
||||||
|
|
||||||
xfmem = xenforeignmemory_open(0, 0);
|
xfmem = xenforeignmemory_open(0, 0);
|
||||||
xenforeignmemory_map(xfmem, 0, 0, 0, 0, 0);
|
xenforeignmemory_map(xfmem, 0, 0, 0, 0, 0);
|
||||||
@ -2526,7 +2524,6 @@ int main(void) {
|
|||||||
xenforeignmemory_handle *xfmem;
|
xenforeignmemory_handle *xfmem;
|
||||||
xenevtchn_handle *xe;
|
xenevtchn_handle *xe;
|
||||||
xengnttab_handle *xg;
|
xengnttab_handle *xg;
|
||||||
xen_domain_handle_t handle;
|
|
||||||
|
|
||||||
xs_daemon_open();
|
xs_daemon_open();
|
||||||
|
|
||||||
@ -2535,7 +2532,6 @@ int main(void) {
|
|||||||
xc_domain_add_to_physmap(0, 0, XENMAPSPACE_gmfn, 0, 0);
|
xc_domain_add_to_physmap(0, 0, XENMAPSPACE_gmfn, 0, 0);
|
||||||
xc_hvm_inject_msi(xc, 0, 0xf0000000, 0x00000000);
|
xc_hvm_inject_msi(xc, 0, 0xf0000000, 0x00000000);
|
||||||
xc_hvm_create_ioreq_server(xc, 0, HVM_IOREQSRV_BUFIOREQ_ATOMIC, NULL);
|
xc_hvm_create_ioreq_server(xc, 0, HVM_IOREQSRV_BUFIOREQ_ATOMIC, NULL);
|
||||||
xc_domain_create(xc, 0, handle, 0, NULL, NULL);
|
|
||||||
|
|
||||||
xfmem = xenforeignmemory_open(0, 0);
|
xfmem = xenforeignmemory_open(0, 0);
|
||||||
xenforeignmemory_map(xfmem, 0, 0, 0, 0, 0);
|
xenforeignmemory_map(xfmem, 0, 0, 0, 0, 0);
|
||||||
@ -2553,21 +2549,6 @@ EOF
|
|||||||
then
|
then
|
||||||
xen_ctrl_version=40701
|
xen_ctrl_version=40701
|
||||||
xen=yes
|
xen=yes
|
||||||
elif
|
|
||||||
cat > $TMPC <<EOF &&
|
|
||||||
#include <xenctrl.h>
|
|
||||||
#include <stdint.h>
|
|
||||||
int main(void) {
|
|
||||||
xc_interface *xc = NULL;
|
|
||||||
xen_domain_handle_t handle;
|
|
||||||
xc_domain_create(xc, 0, handle, 0, NULL, NULL);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
EOF
|
|
||||||
compile_prog "" "$xen_libs"
|
|
||||||
then
|
|
||||||
xen_ctrl_version=40700
|
|
||||||
xen=yes
|
|
||||||
|
|
||||||
# Xen 4.6
|
# Xen 4.6
|
||||||
elif
|
elif
|
||||||
|
Loading…
Reference in New Issue
Block a user