On Tue, Sep 27, 2016 at 11:32:13AM +0200, Igor Mammedov wrote: > On Mon, 19 Sep 2016 10:32:32 +0200 > Igor Mammedov <imamm...@redhat.com> wrote: > > > Changes since v1: > > - drop 'pc: fix regression introduced by adding 2.8 machine' > > it's not needed > > - cleanup old style compat chaining > > - add missing HW_COMPAT_2_8 to PC_COMPAT_2_8 machine type > > Eduardo could you take it through your tree?
I see it was already merged to master through Michael's tree. (Except for patch 3/3, which is not needed because we should delete PC_COMPAT_2_8). > > > > > ref to v1: > > https://lists.gnu.org/archive/html/qemu-devel/2016-09/msg03140.html > > > > > > Igor Mammedov (3): > > pc: clean up COMPAT macroses chaining > > target-i386: turn off CPU.l3-cache only for 2.7 and older machine > > types > > add stub HW_COMPAT_2_8 to PC_COMPAT_2_8 > > > > include/hw/compat.h | 2 ++ > > include/hw/i386/pc.h | 10 ++++------ > > 2 files changed, 6 insertions(+), 6 deletions(-) > > -- Eduardo