X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fnvram.c;fp=palacios%2Fsrc%2Fdevices%2Fnvram.c;h=15c8dfa885e37b87c96f64113d5515beb78476e6;hb=0899a5c74318e582f3d6ebec52cc744cdb727734;hp=e53f5c34553a20c96103c142f262216d8ae6d577;hpb=7cdedeb7a01b51c5242cce94924f2ea246008e7d;p=palacios.git diff --git a/palacios/src/devices/nvram.c b/palacios/src/devices/nvram.c index e53f5c3..15c8dfa 100644 --- a/palacios/src/devices/nvram.c +++ b/palacios/src/devices/nvram.c @@ -409,7 +409,7 @@ static void update_time(struct vm_device * dev, uint_t period_us) { // Interrupt associated VM, if needed if (statc->irq) { PrintDebug("nvram: injecting interrupt\n"); - dev->vm->vm_ops.raise_irq(dev->vm, NVRAM_RTC_IRQ); + v3_raise_irq(dev->vm, NVRAM_RTC_IRQ); } }