Re: [Qemu-devel] [PATCH v2 1/3] target/i386: move hflags update code to a function
On 10/01/2018 20:50, Tao Wu wrote: > We will share the same code for hax/kvm. > > Signed-off-by: Tao Wu Merged, thanks. Paolo > --- > target/i386/Makefile.objs | 2 +- > target/i386/common_i386.c | 50 > +++ > target/i386/common_i386.h | 14 ++
[Qemu-devel] [PATCH v2 1/3] target/i386: move hflags update code to a function
We will share the same code for hax/kvm. Signed-off-by: Tao Wu --- target/i386/Makefile.objs | 2 +- target/i386/common_i386.c | 50 +++ target/i386/common_i386.h | 14 + target/i386/kvm.c | 41 ++---