X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fsimple_pic.c;h=11848e0cffc2cbcf068618960d959f3728731c16;hb=debabd511ff9dc2d0e6cd608045ac44295fe7319;hp=b8d3fb2888f79fc2a765dbe1ce2007879fa93928;hpb=3cd1d3771e3f8e30b09f6c4995851979aaafc5ff;p=palacios-OLD.git diff --git a/palacios/src/devices/simple_pic.c b/palacios/src/devices/simple_pic.c index b8d3fb2..11848e0 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_register_intr_controller(dev->vm, &intr_ops, data); data->pending_irq = 0; return 0;