X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2F8259a.c;h=336c0d7a8063b3d10891a15c9d4abf1584aee067;hb=0930d4dd369926196379a19abd04135f73df40c9;hp=036b0bf982bdb5edfc9af29fb4472ec6fd27e7d1;hpb=37c18b2c2335a41c68c2f0b779fd2b7d51ab216d;p=palacios.git diff --git a/palacios/src/devices/8259a.c b/palacios/src/devices/8259a.c index 036b0bf..336c0d7 100644 --- a/palacios/src/devices/8259a.c +++ b/palacios/src/devices/8259a.c @@ -770,4 +770,4 @@ static int pic_init(struct guest_info * vm, void * cfg_data) { -device_register("PIC", pic_init); +device_register("8259A", pic_init);