public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-03-12 17:36:11 to 2010-03-16 09:43:54 UTC [more...]

[PATCH v3 00/30] emulator cleanup
 2010-03-16  9:43 UTC  (39+ messages)
` [PATCH v3 01/30] KVM: x86 emulator: Fix DstAcc decoding
` [PATCH v3 02/30] KVM: x86 emulator: fix RCX access during rep emulation
` [PATCH v3 03/30] KVM: x86 emulator: check return value against correct define
` [PATCH v3 04/30] KVM: Remove pointer to rflags from realmode_set_cr parameters
` [PATCH v3 05/30] KVM: Provide callback to get/set control registers in emulator ops
` [PATCH v3 06/30] KVM: remove realmode_lmsw function
` [PATCH v3 07/30] KVM: Provide x86_emulate_ctxt callback to get current cpl
` [PATCH v3 08/30] KVM: Provide current eip as part of emulator context
` [PATCH v3 09/30] KVM: x86 emulator: fix mov r/m, sreg emulation
` [PATCH v3 10/30] KVM: x86 emulator: fix 0f 01 /5 emulation
` [PATCH v3 11/30] KVM: x86 emulator: 0f (20|21|22|23) ignore mod bits
` [PATCH v3 12/30] KVM: x86 emulator: inject #UD on access to non-existing CR
` [PATCH v3 13/30] KVM: x86 emulator: fix mov dr to inject #UD when needed
` [PATCH v3 14/30] KVM: x86 emulator: fix return values of syscall/sysenter/sysexit emulations
` [PATCH v3 15/30] KVM: x86 emulator: do not call writeback if msr access fails
` [PATCH v3 16/30] KVM: x86 emulator: If LOCK prefix is used dest arg should be memory
` [PATCH v3 17/30] KVM: x86 emulator: cleanup grp3 return value
` [PATCH v3 18/30] KVM: x86 emulator: Provide more callbacks for x86 emulator
` [PATCH v3 19/30] KVM: x86 emulator: Emulate task switch in emulator.c
` [PATCH v3 20/30] KVM: x86 emulator: Use load_segment_descriptor() instead of kvm_load_segment_descriptor()
` [PATCH v3 21/30] KVM: Use task switch from emulator.c
` [PATCH v3 22/30] KVM: x86 emulator: populate OP_MEM operand during decoding
` [PATCH v3 23/30] KVM: x86 emulator: add decoding of X,Y parameters from Intel SDM
` [PATCH v3 24/30] KVM: x86 emulator: during rep emulation decrement ECX only if emulation succeeded
` [PATCH v3 25/30] KVM: x86 emulator: fix in/out emulation
` [PATCH v3 26/30] KVM: x86 emulator: Move string pio emulation into emulator.c
` [PATCH v3 27/30] KVM: x86 emulator: remove saved_eip
` [PATCH v3 28/30] KVM: x86 emulator: restart string instruction without going back to a guest
` [PATCH v3 29/30] KVM: x86 emulator: introduce pio in string read ahead
` [PATCH v3 30/30] KVM: small kvm_arch_vcpu_ioctl_run() cleanup

KVM call agenda for Mar 16
 2010-03-16  9:43 UTC  (4+ messages)

[PATCH] Enhance perf to collect KVM guest os statistics from host side
 2010-03-16  9:33 UTC  (8+ messages)

[ kvm-Bugs-2971166 ] usb passthrough fails with RDP
 2010-03-16  9:32 UTC 

[PATCH v1 2/3] Provides multiple submits and asynchronous notifications
 2010-03-16  9:32 UTC  (4+ messages)
          `  "

[PATCH][RF C/T/D] Unmapped page cache control - via boot parameter
 2010-03-16  9:17 UTC  (18+ messages)

Ideas wiki for GSoC 2010
 2010-03-16  6:12 UTC  (30+ messages)
          ` [Qemu-devel] "
` [Qemu-devel] "

[ kvm-Bugs-2971075 ] Assertion `bmdma->unit != (uint8_t)-1' failed
 2010-03-16  6:02 UTC 

[PATCH 1/2] KVM test: Parallel install of guest OS v2
 2010-03-15 22:12 UTC 

[PATCH 1/2] KVM test: Parallel install of guest OS v2
 2010-03-15 21:04 UTC 

[PATCH] kvm: clean up assigned_device_enable_host_msix
 2010-03-15 18:52 UTC  (2+ messages)

[PATCH v4 0/2] qemu-kvm: Save&restore debug registers
 2010-03-15 18:30 UTC  (2+ messages)

[PATCH] KVM: fix the errno of ioctl KVM_[UN]REGISTER_COALESCED_MMIO failure
 2010-03-15 13:54 UTC  (2+ messages)

nfs and db servers under kvm?
 2010-03-15 18:16 UTC 

Fwd: Corrupted filesystem, possible after livemigration with iSCSI storagebackend
 2010-03-15 14:25 UTC  (3+ messages)

how to tweak kernel to get the best out of kvm?
 2010-03-15 13:54 UTC  (6+ messages)

[PATCH v2 00/30] emulator cleanup
 2010-03-15 13:21 UTC  (53+ messages)
` [PATCH v2 01/30] KVM: x86 emulator: Fix DstAcc decoding
` [PATCH v2 02/30] KVM: x86 emulator: fix RCX access during rep emulation
` [PATCH v2 03/30] KVM: x86 emulator: check return value against correct define
` [PATCH v2 04/30] KVM: Remove pointer to rflags from realmode_set_cr parameters
` [PATCH v2 05/30] KVM: Provide callback to get/set control registers in emulator ops
` [PATCH v2 06/30] KVM: remove realmode_lmsw function
` [PATCH v2 07/30] KVM: Provide x86_emulate_ctxt callback to get current cpl
` [PATCH v2 08/30] KVM: Provide current eip as part of emulator context
` [PATCH v2 09/30] KVM: x86 emulator: fix mov r/m, sreg emulation
` [PATCH v2 10/30] KVM: x86 emulator: fix 0f 01 /5 emulation
` [PATCH v2 11/30] KVM: x86 emulator: 0f (20|21|22|23) ignore mod bits
` [PATCH v2 12/30] KVM: x86 emulator: inject #UD on access to non-existing CR
` [PATCH v2 13/30] KVM: x86 emulator: fix mov dr to inject #UD when needed
` [PATCH v2 14/30] KVM: x86 emulator: fix return values of syscall/sysenter/sysexit emulations
` [PATCH v2 15/30] KVM: x86 emulator: do not call writeback if msr access fails
` [PATCH v2 16/30] KVM: x86 emulator: If LOCK prefix is used dest arg should be memory
` [PATCH v2 17/30] KVM: x86 emulator: cleanup grp3 return value
` [PATCH v2 18/30] KVM: x86 emulator: Provide more callbacks for x86 emulator
` [PATCH v2 19/30] KVM: x86 emulator: Emulate task switch in emulator.c
` [PATCH v2 20/30] KVM: x86 emulator: Use load_segment_descriptor() instead of kvm_load_segment_descriptor()
` [PATCH v2 21/30] KVM: Use task switch from emulator.c
` [PATCH v2 22/30] KVM: x86 emulator: populate OP_MEM operand during decoding
` [PATCH v2 23/30] KVM: x86 emulator: add decoding of X,Y parameters from Intel SDM
` [PATCH v2 24/30] KVM: x86 emulator: during rep emulation decrement ECX only if emulation succeeded
` [PATCH v2 25/30] KVM: x86 emulator: fix in/out emulation
` [PATCH v2 26/30] KVM: x86 emulator: Move string pio emulation into emulator.c
` [PATCH v2 27/30] KVM: x86 emulator: remove saved_eip
` [PATCH v2 28/30] KVM: x86 emulator: restart string instruction without going back to a guest
` [PATCH v2 29/30] KVM: x86 emulator: introduce pio in string read ahead
` [PATCH v2 30/30] KVM: small kvm_arch_vcpu_ioctl_run() cleanup

[PATCH rework] KVM: coalesced_mmio: fix kvm_coalesced_mmio_init()'s error handling
 2010-03-15 13:13 UTC 

[PATCH 0/18][RFC] Nested Paging support for Nested SVM (aka NPT-Virtualization)
 2010-03-15 12:52 UTC  (14+ messages)
` [PATCH 15/18] KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa

[long] MINIX 3.1.6 works in QEMU-0.12.3 only with KVM disabled
 2010-03-15 12:48 UTC  (2+ messages)

[PATCH 0/5] Fix some mmu/emulator atomicity issues (v2)
 2010-03-15 11:59 UTC  (6+ messages)
` [PATCH 1/5] KVM: MMU: Consolidate two guest pte reads in kvm_mmu_pte_write()
` [PATCH 2/5] KVM: Make locked operations truly atomic
` [PATCH 3/5] KVM: Don't follow an atomic operation by a non-atomic one
` [PATCH 4/5] KVM: MMU: Do not instantiate nontrapping spte on unsync page
` [PATCH 5/5] KVM: MMU: Reinstate pte prefetch on invlpg

[PATCH 0/5] Fix some mmu/emulator atomicity issues (v2)
 2010-03-15 11:52 UTC  (4+ messages)

[RFC] Moving dirty bitmaps to userspace - Double buffering approach
 2010-03-15 10:50 UTC  (4+ messages)

[PATCH] KVM: cleanup: change to use bool return values
 2010-03-15  9:29 UTC  (3+ messages)
  ` [PATCH] KVM: Cleanup: "

[PATCH] KVM: x86: Use native_store_idt() instead of kvm_get_idt()
 2010-03-15  7:13 UTC  (2+ messages)

Make QEmu HPET disabled by default for KVM?
 2010-03-14 12:51 UTC  (8+ messages)

qemu-kvm crashes with Assertion ... failed
 2010-03-14  8:57 UTC 

[PATCH] KVM: MMU: Disassociate direct maps from guest levels
 2010-03-14  8:22 UTC 

[patch 0/3] misc uq/master updates
 2010-03-14  7:36 UTC  (5+ messages)
` [patch 1/3] target-i386: print EFER in cpu_dump_state

raw disks no longer work in latest kvm (kvm-88 was fine)
 2010-03-14  7:34 UTC  (22+ messages)

Important: Email Account Verification Update!!!
 2010-03-13 22:11 UTC 

Shadow page table questions
 2010-03-13  8:51 UTC  (6+ messages)

[PATCH] x86/kvm: Show guest system/user cputime in cpustat
 2010-03-13  8:26 UTC  (6+ messages)

Question on stopping KVM start at boot
 2010-03-13  8:14 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox