X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fapic_regs.h;h=67f5b24ac892994811d2060d9a50600906f8bf3e;hb=bdc39b2899a046d5066b449726143c158d50032f;hp=4d4f54094179f17527ee67f7af614ada92bade90;hpb=387359b88c5e65d79278c16c0848440e64c63417;p=palacios.git diff --git a/palacios/include/devices/apic_regs.h b/palacios/include/devices/apic_regs.h index 4d4f540..67f5b24 100644 --- a/palacios/include/devices/apic_regs.h +++ b/palacios/include/devices/apic_regs.h @@ -220,7 +220,7 @@ struct int_cmd_reg { struct { uint_t vec : 8; - uint_t msg_type : 3; + uint_t del_mode : 3; uint_t dst_mode : 1; uint_t del_status : 1; uint_t rsvd1 : 1;