Re: [Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit as unmigratable

2019-01-04 Thread Eduardo Habkost
nzini > > > >> Sent: Friday, December 21, 2018 8:44 PM > > > >> To: qemu-devel@nongnu.org > > > >> Cc: ehabk...@redhat.com; qemu-sta...@nongnu.org > > > >> Subject: [Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit > > > >>

Re: [Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit as unmigratable

2019-01-01 Thread Kang, Luwei
To: qemu-devel@nongnu.org > > >> Cc: ehabk...@redhat.com; qemu-sta...@nongnu.org > > >> Subject: [Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit > > >> as unmigratable > > >> > > >> Marshaling of processor tracing MSRs is not yet impl

Re: [Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit as unmigratable

2019-01-01 Thread Kang, Luwei
>> Cc: ehabk...@redhat.com; qemu-sta...@nongnu.org > >> Subject: [Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit as > >> unmigratable > >> > >> Marshaling of processor tracing MSRs is not yet implemented in QEMU, mark > >> the feature as unmigrat

Re: [Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit as unmigratable

2018-12-28 Thread Eduardo Habkost
er 21, 2018 8:44 PM > >> To: qemu-devel@nongnu.org > >> Cc: ehabk...@redhat.com; qemu-sta...@nongnu.org > >> Subject: [Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit as > >> unmigratable > >> > >> Marshaling of processor tracing MSRs is not

Re: [Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit as unmigratable

2018-12-28 Thread Paolo Bonzini
nu.org >> Subject: [Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit as >> unmigratable >> >> Marshaling of processor tracing MSRs is not yet implemented in QEMU, mark >> the feature as unmigratable. > > Hi Paolo, > I think Intel PT has supported

Re: [Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit as unmigratable

2018-12-26 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20181221124410.11920-1-pbonz...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

Re: [Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit as unmigratable

2018-12-26 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20181221124410.11920-1-pbonz...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

Re: [Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit as unmigratable

2018-12-25 Thread Kang, Luwei
> From: Qemu-devel [mailto:qemu-devel-bounces+luwei.kang=intel@nongnu.org] > On Behalf Of Paolo Bonzini > Sent: Friday, December 21, 2018 8:44 PM > To: qemu-devel@nongnu.org > Cc: ehabk...@redhat.com; qemu-sta...@nongnu.org > Subject: [Qemu-devel] [PATCH] i386: mark the 'I

[Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit as unmigratable

2018-12-21 Thread Paolo Bonzini
Marshaling of processor tracing MSRs is not yet implemented in QEMU, mark the feature as unmigratable. Cc: qemu-sta...@nongnu.org Signed-off-by: Paolo Bonzini --- target/i386/cpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index