public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-03-15 08:27:45 to 2010-03-16 16:46:52 UTC [more...]

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

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

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

KVM call agenda for Mar 16
 2010-03-16 15:46 UTC  (13+ messages)

Broken loadvm ?
 2010-03-16 15:25 UTC  (2+ messages)

[PATCH 0/6] qemu-kvm: Introduce bit-based phys_ram_dirty, and bit-based dirty page checker
 2010-03-16 14:50 UTC  (21+ messages)
` [PATCH 1/6] qemu-kvm: Introduce bit-based phys_ram_dirty for VGA, CODE and MIGRATION
` [PATCH 2/6] qemu-kvm: Modify and introduce wrapper functions to access phys_ram_dirty
` [PATCH 3/6] qemu-kvm: Replace direct phys_ram_dirty access with wrapper functions
` [PATCH 4/6] qemu-kvm: Introduce cpu_physical_memory_get_dirty_range()
` [PATCH 5/6] qemu-kvm: Use cpu_physical_memory_set_dirty_range() to update phys_ram_dirty
` [PATCH 6/6] qemu-kvm: Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages

[PATCH 1/2] KVM test: Parallel install of guest OS v2
 2010-03-16 14:15 UTC  (2+ messages)
  ` [Autotest] "

[PATCH] add "xchg ax, reg" emulator test
 2010-03-16 12:56 UTC  (4+ messages)

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

[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-Bugs-2971166 ] usb passthrough fails with RDP
 2010-03-16  9:32 UTC 

[ 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] 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  (22+ messages)
` [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 28/30] KVM: x86 emulator: restart string instruction without going back to a guest

[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  (8+ 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)


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