X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fsimple_pic.c;fp=palacios%2Fsrc%2Fdevices%2Fsimple_pic.c;h=70031116b6cdbf55b418d0fc6b2a76712f2b27c6;hb=7cdedeb7a01b51c5242cce94924f2ea246008e7d;hp=b8d3fb2888f79fc2a765dbe1ce2007879fa93928;hpb=3cd1d3771e3f8e30b09f6c4995851979aaafc5ff;p=palacios.git diff --git a/palacios/src/devices/simple_pic.c b/palacios/src/devices/simple_pic.c index b8d3fb2..7003111 100644 --- a/palacios/src/devices/simple_pic.c +++ b/palacios/src/devices/simple_pic.c @@ -62,7 +62,7 @@ static struct intr_ctrl_ops intr_ops = { static int pic_init_device(struct vm_device * dev) { struct pic_internal * data = (struct pic_internal *)dev->private_data; - set_intr_controller(dev->vm, &intr_ops, data); + v3_set_intr_controller(dev->vm, &intr_ops, data); data->pending_irq = 0; return 0;