X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2F8259a.c;h=c088a0d5f5e3fdf2b5492ca78088185cb3ec2974;hb=f74d9fc5aca041089829ad8acadfa1c80f8f2b95;hp=c65104999718e5923b067afb4ec94f0598e312a5;hpb=7bb4a918835892e9071ffbdef1ea8e57f9a12950;p=palacios-OLD.git diff --git a/palacios/src/devices/8259a.c b/palacios/src/devices/8259a.c index c651049..c088a0d 100644 --- a/palacios/src/devices/8259a.c +++ b/palacios/src/devices/8259a.c @@ -289,7 +289,7 @@ static int pic_begin_irq(void * private_data, int irq) { irq &= 0x7; irq += 8; } else { - PrintError("8259 PIC: Could not find IRQ (0x%x) to Begin\n",irq); + // PrintError("8259 PIC: Could not find IRQ (0x%x) to Begin\n",irq); return -1; }