[Qemu-devel] The relationship of ide and bmdma in hw/ide module

2014-03-21 Thread Arthur Chunqi Li
vice? Besides, where can I get a detailed information of ATA/IDE programming guidance? Thanks, Arthur -- Arthur Chunqi Li Department of Computer Science School of EECS Peking University Beijing, China

[Qemu-devel] [Bug Report] Compile error in current uq/master

2013-08-13 Thread Arthur Chunqi Li
*s, EventNotifier *n, + EventNotifier *rn, int virq) { return -ENOSYS; } -- Arthur Chunqi Li Department of Computer Science School of EECS Peking University Beijing, China

Re: [Qemu-devel] [ [PATCH]] nVMX: Initialize IA32_FEATURE_CONTROL MSR in reset and migration

2013-07-16 Thread Arthur Chunqi Li
On Tue, Jul 16, 2013 at 7:42 PM, Gleb Natapov wrote: > On Sun, Jul 07, 2013 at 11:13:37PM +0800, Arthur Chunqi Li wrote: >> The recent KVM patch adds IA32_FEATURE_CONTROL support. QEMU needs >> to clear this MSR when reset vCPU and keep the value of it when >> migration

Re: [Qemu-devel] [ [PATCH]] nVMX: Initialize IA32_FEATURE_CONTROL MSR in reset and migration

2013-07-14 Thread Arthur Chunqi Li
Hi Gleb and Paolo, What is the status of this patch since the relevant patch for KVM is accepted? These two patches must cooperate to fix the bug. Arthur On Sun, Jul 7, 2013 at 11:13 PM, Arthur Chunqi Li wrote: > The recent KVM patch adds IA32_FEATURE_CONTROL support. QEMU needs > to clea

[Qemu-devel] [PATCH v4] KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROL

2013-07-08 Thread Arthur Chunqi Li
ed to handle emulation of reset and migration. Reset to vCPU should clear this MSR and migration should reserve value of it. This patch is based on Nadav's previous commit. http://permalink.gmane.org/gmane.comp.emulators.kvm.devel/88478 Signed-off-by: Nadav Har'El Signed-off-by: A

[Qemu-devel] [ [PATCH]] nVMX: Initialize IA32_FEATURE_CONTROL MSR in reset and migration

2013-07-07 Thread Arthur Chunqi Li
The recent KVM patch adds IA32_FEATURE_CONTROL support. QEMU needs to clear this MSR when reset vCPU and keep the value of it when migration. This patch add this feature. Signed-off-by: Arthur Chunqi Li --- target-i386/cpu.h |2 ++ target-i386/kvm.c |4 target-i386

[Qemu-devel] [PATCH v3] KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROL

2013-07-07 Thread Arthur Chunqi Li
reset and migration. Reset to vCPU should clear this MSR and migration should reserve value of it. This patch is based on Nadav's previous commit. http://permalink.gmane.org/gmane.comp.emulators.kvm.devel/88478 Signed-off-by: Nadav Har'El il.ibm.com> Signed-off-by: Arthur Chunqi Li