Re: [Qemu-devel] [PATCH v2] e1000: add interrupt mitigation support

2013-07-26 Thread Vincenzo Maffione
That's very clear! Thanks, Vincenzo 2013/7/26 Andreas Färber : > Am 26.07.2013 15:09, schrieb Vincenzo Maffione: >> 2013/7/26 Andreas Färber : >>> Am 26.07.2013 12:14, schrieb Vincenzo Maffione: I tried to support cross-version migration using version_id and VMState subsections. >>>

Re: [Qemu-devel] [PATCH v2] e1000: add interrupt mitigation support

2013-07-26 Thread Andreas Färber
Am 26.07.2013 15:09, schrieb Vincenzo Maffione: > 2013/7/26 Andreas Färber : >> Am 26.07.2013 12:14, schrieb Vincenzo Maffione: >>> I tried to support cross-version migration using version_id and >>> VMState subsections. >> >> The point of using a subsection is to avoid incrementing version_id AF

Re: [Qemu-devel] [PATCH v2] e1000: add interrupt mitigation support

2013-07-26 Thread Vincenzo Maffione
2013/7/26 Andreas Färber : > Hi, > > Am 26.07.2013 12:14, schrieb Vincenzo Maffione: >> I tried to support cross-version migration using version_id and >> VMState subsections. > > The point of using a subsection is to avoid incrementing version_id AFAIU. > Consider a migration from an older QEMU

Re: [Qemu-devel] [PATCH v2] e1000: add interrupt mitigation support

2013-07-26 Thread Andreas Färber
Hi, Am 26.07.2013 12:14, schrieb Vincenzo Maffione: > I tried to support cross-version migration using version_id and > VMState subsections. The point of using a subsection is to avoid incrementing version_id AFAIU. > I also disable MIT if the machine is "pc-i440fx-1.5": Is that the > correct