Implement interrupt mitigation for the e1000 device with the corresponding "mitigation" device property.
Add a compat_props entry to pc-1.6 machines in order to set the "mitigation" property for these machines. Vincenzo Maffione (2): e1000: add interrupt mitigation support i386/pc: introducing compat_props for pc-1.6 hw/i386/pc_piix.c | 4 ++ hw/i386/pc_q35.c | 4 ++ hw/net/e1000.c | 131 +++++++++++++++++++++++++++++++++++++++++++++++++-- include/hw/i386/pc.h | 7 +++ 4 files changed, 143 insertions(+), 3 deletions(-) -- 1.8.3.4