messages from 2010-02-11 08:49:59 to 2010-02-16 09:45:37 UTC [more...]
[PATCH 0/2] KVM: SVM improvements around INT3 and NMI
2010-02-16 9:45 UTC (9+ messages)
` [PATCH 1/2] KVM: SVM: Emulate nRIP feature when reinjecting INT3
` [PATCH 2/2] KVM: SVM: Make stepping out of NMI handlers more robust
[PATCH] KVM: VMX: Translate interrupt shadow when waiting on NMI window
2010-02-16 9:16 UTC
How to convert a physical drive (running Vista) as VM to be run on KVM
2010-02-16 9:15 UTC (2+ messages)
[PATCH v2] KVM: VMX: Update instruction length on intercepted BP
2010-02-16 9:11 UTC (5+ messages)
KVM: use desc_ptr struct instead of kvm private descriptor_table
2010-02-16 8:51 UTC
[PATCH 0/4] Fix some mmu/emulator atomicity issues
2010-02-16 8:40 UTC (6+ messages)
` [PATCH 1/4] KVM: MMU: Consolidate two guest pte reads in kvm_mmu_pte_write()
` [PATCH 2/4] KVM: Make locked operations truly atomic
` [PATCH 3/4] KVM: Don't follow an atmoic operation by a non-atomic one
` [PATCH 4/4] KVM: MMU: Reinstate pte prefetch on invlpg
KVM call agenda for Feb 16
2010-02-16 8:04 UTC
windows server 2008 hyper-v on kvm
2010-02-15 20:51 UTC (9+ messages)
[PATCH] KVM: VMX: Update instruction length on intercepted BP
2010-02-15 14:25 UTC (28+ messages)
[PATCH 0/3] KVM: VCPU state extensions
2010-02-15 9:45 UTC (4+ messages)
` [PATCH 1/3] KVM: x86: Do not return soft events in vcpu_events
` [PATCH 2/3] KVM: x86: Save&restore interrupt shadow mask
` [PATCH 3/3] KVM: x86: Add support for saving&restoring debug registers
[PATCH v2] qemu-kvm: Speed up of the dirty-bitmap-traveling
2010-02-15 8:24 UTC (7+ messages)
` [Qemu-devel] "
[RFC][PATCH] KVM: SVM: Defer NMI injection after IRET via interrupt
2010-02-15 8:23 UTC (3+ messages)
[PATCH] KVM: x86: Save&restore interrupt shadow mask
2010-02-15 6:33 UTC (4+ messages)
[PATCH 1/3] qemu-kvm: Wrap phys_ram_dirty with additional inline functions
2010-02-15 5:05 UTC (5+ messages)
[PATCH] [RFC] KVM test: Control files automatic generation to save memory
2010-02-14 20:54 UTC (2+ messages)
[PATCH] vhost-net: switch to smp barriers
2010-02-14 19:55 UTC (5+ messages)
[PATCH] KVM test: Modifying finish.exe to support parallel installs
2010-02-14 16:21 UTC
Some questions about guest's msr for cs eip
2010-02-14 16:12 UTC
[PATCH] KVM: x86: Add instruction length to VCPU event state
2010-02-14 15:10 UTC (14+ messages)
[PATCH 0/4] qemu-kvm: prepare for adding eventfd usage to upstream
2010-02-14 12:32 UTC (3+ messages)
qemu-kvm
2010-02-14 12:13 UTC (3+ messages)
[PATCH] KVM: x86: Do not return soft events in vcpu_events
2010-02-14 10:25 UTC (2+ messages)
[patch 1/3] KVM: x86: add ioctls to get/set PIO state
2010-02-14 8:17 UTC (12+ messages)
` qemu-kvm: do not allow vcpu stop with in progress PIO
` KVM: add doc note about PIO/MMIO completion API
[PATCH] qemu-kvm: pcnet APROMWE bit location
2010-02-14 7:30 UTC
[PATCH] Add cpu model configuration support
2010-02-14 6:52 UTC
[PATCH] Add cpu model configuration support.. (resend)
2010-02-14 6:52 UTC (3+ messages)
` [Qemu-devel] "
[PATCH] Seabios - read e820 reserve from qemu_cfg
2010-02-14 3:16 UTC (6+ messages)
` [PATCH] Seabios - read e820 table "
[PATCH 00/39] KVM updates for the 2.6.34 merge window (batch 2/4)
2010-02-13 8:01 UTC (40+ messages)
` [PATCH 01/39] KVM: PPC: Enable lightweight exits again
` [PATCH 02/39] KVM: x86: Moving PT_*_LEVEL to mmu.h
` [PATCH 03/39] KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_ops
` [PATCH 04/39] KVM: VMX: Enable EPT 1GB page support
` [PATCH 05/39] KVM: Fix the explanation of write_emulated
` [PATCH 06/39] KVM: PPC: Use accessor functions for GPR access
` [PATCH 07/39] KVM: PPC: Add helpers for CR, XER
` [PATCH 08/39] KVM: PPC: Use PACA backed shadow vcpu
` [PATCH 09/39] KVM: PPC: Implement 'skip instruction' mode
` [PATCH 10/39] KVM: PPC: Get rid of unnecessary RFI
` [PATCH 11/39] KVM: PPC: Call SLB patching code in interrupt safe manner
` [PATCH 12/39] KVM: PPC: Emulate trap SRR1 flags properly
` [PATCH 13/39] KVM: PPC: Fix HID5 setting code
` [PATCH 14/39] KVM: PPC: Pass program interrupt flags to the guest
` [PATCH 15/39] KVM: PPC: Pass through program interrupts
` [PATCH 16/39] KVM: PPC: Make large pages work
` [PATCH 17/39] KVM: VMX: trace clts and lmsw instructions as cr accesses
` [PATCH 18/39] KVM: Replace read accesses of vcpu->arch.cr0 by an accessor
` [PATCH 19/39] KVM: VMX: Allow the guest to own some cr0 bits
` [PATCH 20/39] KVM: Lazify fpu activation and deactivation
` [PATCH 21/39] KVM: VMX: Give the guest ownership of cr0.ts when the fpu is active
` [PATCH 22/39] KVM: Set cr0.et when the guest writes cr0
` [PATCH 23/39] KVM: SVM: Fix SVM_CR0_SELECTIVE_MASK
` [PATCH 24/39] KVM: SVM: Initialize fpu_active in init_vmcb()
` [PATCH 25/39] KVM: SVM: Restore unconditional cr0 intercept under npt
` [PATCH 26/39] KVM: SVM: Selective cr0 intercept
` [PATCH 27/39] KVM: SVM: Lazy fpu with npt
` [PATCH 28/39] KVM: ia64: remove redundant kvm_get_exit_data() NULL tests
` [PATCH 29/39] KVM: PPC: Export __giveup_vsx
` [PATCH 30/39] KVM: PPC: Add helper functions to call real mode loaders
` [PATCH 31/39] KVM: PPC: Add support for FPU/Altivec/VSX
` [PATCH 32/39] KVM: PPC: Fix initial GPR settings
` [PATCH 33/39] KVM: PPC: Keep SRR1 flags around in shadow_msr
` [PATCH 34/39] KVM: PPC: Move Shadow MSR calculation to function
` [PATCH 35/39] KVM: Add HYPER-V header file
` [PATCH 36/39] KVM: Implement bare minimum of HYPER-V MSRs
` [PATCH 37/39] KVM: Add HYPER-V apic access MSRs
` [PATCH 38/39] KVM: Implement NotifyLongSpinWait HYPER-V hypercall
` [PATCH 39/39] KVM: rename is_writeble_pte() to is_writable_pte()
Error during make kvm-88 and kvm-87
2010-02-13 7:37 UTC (4+ messages)
[PATCH 1/1 net-next] virtio_net: remove send queue
2010-02-12 20:28 UTC (2+ messages)
0.12.x: message "Option 'ipv4': Use 'on' or 'off'"
2010-02-12 15:11 UTC (5+ messages)
[PATCH] virtio-spec: document MSI-X
2010-02-12 10:47 UTC (3+ messages)
Reach 4.8 million new businesses - we have that list and more
2010-02-12 8:01 UTC
[PATCH v3 0/4] KVM: rework of "Fix x86 emulator's fault propagations"
2010-02-12 7:09 UTC (6+ messages)
` [PATCH v3 1/4] KVM: X86EMUL macro replacements: from do_fetch_insn_byte() to x86_decode_insn()
` [PATCH v3 2/4] KVM: X86EMUL macro replacements: x86_emulate_insn() and its helpers
` [PATCH v3 3/4] KVM: Fix x86_emulate_insn() not to use the variable rc for non-X86EMUL values
` [PATCH v3 4/4] KVM: Tiny fix: remove redundant prototype of load_pdptrs()
[ kvm-Bugs-2950307 ] Linux not reboot when -no-kvm is used
2010-02-12 4:29 UTC
[PATCH v2 0/8] Fix x86 emulator's fault propagations
2010-02-12 0:44 UTC (13+ messages)
` [PATCH v2 1/8] KVM: Fix load_guest_segment_descriptor() to inject page fault
[PATCH] KVM test: Modifying finish.exe to support parallel installs
2010-02-11 19:29 UTC
[PATCH] KVM test: Make unattended script to clean up on failures
2010-02-11 19:25 UTC
[PATCH] KVM test: Memory ballooning test for KVM guest
2010-02-11 18:37 UTC (2+ messages)
[PATCH v2] qemu-img: Fix qemu-img can't create qcow image based on read-only image
2010-02-11 17:24 UTC (4+ messages)
` [Qemu-devel] "
[Autotest] [PATCH] KVM test: Memory ballooning test for KVM guest
2010-02-11 16:16 UTC
[PATCH 0/3] Provide a zero-copy method on KVM virtio-net
2010-02-11 13:25 UTC (5+ messages)
[PATCH] KVM: inject #UD in 64bit mode from instruction that are not valid there
2010-02-11 12:43 UTC
[PATCH] KVM: inject #UD in 64bit mode from instruction that are not valid there
2010-02-11 12:39 UTC
KVM source code
2010-02-11 11:19 UTC (2+ messages)
[PATCH] KVM: Fix properties of instructions in group 1_82
2010-02-11 10:48 UTC (2+ messages)
[PATCH/RFC] KVM: Plan obsolescence of kernel allocated slots, paravirt mmu
2010-02-11 10:24 UTC (3+ messages)
[ kvm-Bugs-2949622 ] kvm - dmi rembo error on guest
2010-02-11 10:13 UTC
[ kvm-Bugs-2949622 ] kvm - dmi rembo error on guest
2010-02-11 10:12 UTC
[PATCH] KVM: x86 emulator: code style cleanup
2010-02-11 10:07 UTC (6+ messages)
qemu-kvm-0.12.2 hangs when booting grub, when kvm is disabled
2010-02-11 8:37 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox