public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-06-22 12:21:38 to 2008-06-26 22:01:07 UTC [more...]

[PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to libcflat
 2008-06-26 22:01 UTC  (10+ messages)
` [PATCH 1 of 4] Consilidate libcflat for x86 to single lib for all archs
` [PATCH 2 of 4] Add Makefile and test changes required for x86 to use libcflat
` [PATCH 3 of 4] Remove old x86 test libs, that are now appart of libcflat
` [PATCH 4 of 4] Add initial PowerPC libcflat files & make file changes

kexec/kdump of a kvm guest?
 2008-06-26 18:58 UTC 

"crash: unable to initialize kmem slab cache subsystem" in kvm guest
 2008-06-26 18:45 UTC 

[PATCH] Add memory clobber to hypercalls (v2)
 2008-06-26 18:25 UTC 

[PATCH] kvm mmu notifier
 2008-06-26 18:11 UTC 

KVM: pvmmu breakage with gcc 4.3.0
 2008-06-26 18:06 UTC  (10+ messages)

RFC: cache_regs in kvm_emulate_pio
 2008-06-26 14:52 UTC  (6+ messages)

[GIT PULL] KVM fixes for 2.6.26-rc7
 2008-06-26 14:25 UTC  (19+ messages)

[PATCH 00/50] KVM patches review for the 2.6.27 merge window
 2008-06-26 12:28 UTC  (51+ messages)
` [PATCH 01/50] KVM: remove long -> void *user -> long cast
` [PATCH 02/50] KVM: add statics were possible, function definition in lapic.h
` [PATCH 03/50] KVM: VMX: move APIC_ACCESS trace entry to generic code
` [PATCH 04/50] KVM: SVM: implement dedicated NMI exit handler
` [PATCH 05/50] KVM: SVM: implement dedicated INTR "
` [PATCH 06/50] KVM: add missing kvmtrace bits
` [PATCH 07/50] KVM: SVM: add missing kvmtrace markers
` [PATCH 08/50] KVM: SVM: add tracing support for TDP page faults
` [PATCH 09/50] KVM: Handle vma regions with no backing page
` [PATCH 10/50] KVM: PIT: support mode 3
` [PATCH 11/50] KVM: SVM: Fake MSR_K7 performance counters
` [PATCH 12/50] KVM: VMX: Trivial vmcs_write64() code simplification
` [PATCH 13/50] KVM: MMU: Fix false flooding when a pte points to page table
` [PATCH 14/50] KVM: Handle virtualization instruction #UD faults during reboot
` [PATCH 15/50] KVM: VMX: Add list of potentially locally cached vcpus
` [PATCH 16/50] KVM: Remove decache_vcpus_on_cpu() and related callbacks
` [PATCH 17/50] KVM: Remove unnecessary ->decache_regs() call
` [PATCH 18/50] KVM: IOAPIC/LAPIC: Enable NMI support
` [PATCH 19/50] KVM: VMX: Enable NMI with in-kernel irqchip
` [PATCH 20/50] KVM: Order segment register constants in the same way as cpu operand encoding
` [PATCH 21/50] KVM: MTRR support
` [PATCH 22/50] KVM: Prefixes segment functions that will be exported with "kvm_"
` [PATCH 23/50] KVM: x86 emulator: Update c->dst.bytes in decode instruction
` [PATCH 24/50] KVM: x86 emulator: add support for jmp far 0xea
` [PATCH 25/50] KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction
` [PATCH 26/50] KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction
` [PATCH 27/50] KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction
` [PATCH 28/50] KVM: MMU: Optimize prefetch_page()
` [PATCH 29/50] KVM: x86 emulator: simplify push imm8 emulation
` [PATCH 30/50] KVM: x86 emulator: implement 'push imm' (opcode 0x68)
` [PATCH 31/50] KVM: MMU: Move nonpaging_prefetch_page()
` [PATCH 32/50] KVM: MMU: Avoid page prefetch on SVM
` [PATCH 33/50] KVM: kvm_io_device: extend in_range() to manage len and write attribute
` [PATCH 34/50] KVM: Add coalesced MMIO support (common part)
` [PATCH 35/50] KVM: Add coalesced MMIO support (x86 part)
` [PATCH 36/50] KVM: Add coalesced MMIO support (powerpc part)
` [PATCH 37/50] KVM: Add coalesced MMIO support (ia64 part)
` [PATCH 38/50] KVM: only abort guest entry if timer count goes from 0->1
` [PATCH 39/50] KVM: Do not calculate linear rip in emulation failure report
` [PATCH 40/50] KVM: Support mixed endian machines
` [PATCH 41/50] KVM: Use printk_rlimit() instead of reporting emulation failures just once
` [PATCH 42/50] KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)
` [PATCH 43/50] KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases
` [PATCH 44/50] KVM: x86 emulator: simplify sib decoding
` [PATCH 45/50] KVM: x86 emulator: simplify r/m decoding
` [PATCH 46/50] KVM: x86 emulator: simplify rip relative decoding
` [PATCH 47/50] KVM: x86 emulator: avoid segment base adjust for lea
` [PATCH 48/50] KVM: x86 emulator: lazily evaluate segment registers
` [PATCH 49/50] KVM: MMU: When debug is enabled, make it a run-time parameter
` [PATCH 50/50] KVM: MMU: Fix printk format

[PATCH] configure: remove configure warning against not using gcc3
 2008-06-26  8:44 UTC  (3+ messages)

[PATCH] KVM: update gitignore
 2008-06-26  6:05 UTC 

[PATCH] KVM: VMX: Add ept_sync_context in flush_tlb
 2008-06-26  0:47 UTC  (3+ messages)

[PATCH 0 of 3] mmu notifier v18 for -mm
 2008-06-26  0:26 UTC  (4+ messages)
` [PATCH 1 of 3] list_del_init_rcu
` [PATCH 2 of 3] mm_take_all_locks
` [PATCH 3 of 3] mmu-notifier-core

another kvm-70 compile bug with rhel/centos 5.2
 2008-06-25 20:43 UTC 

[PATCH] Avoid fragment virtio-blk transfers by copying
 2008-06-25 16:28 UTC  (5+ messages)

[PATCH] [v2] Remove use of bit fields in kvm trace structure
 2008-06-25 15:55 UTC  (2+ messages)

[PATCH] Use qemu_memalign instead of qemu_malloc
 2008-06-25 15:44 UTC  (11+ messages)

Memory image of kvm guest
 2008-06-25 14:04 UTC  (2+ messages)

[ kvm-Bugs-2001452 ] Restarted Windows 2003 Server guests have disk corruption
 2008-06-25 12:59 UTC 

PCI PT: irq issue
 2008-06-25 12:23 UTC  (11+ messages)

PCI device assignment to guests
 2008-06-25 12:23 UTC  (5+ messages)
` [PATCH 1/3] KVM: Introduce kvm_set_irq to inject interrupts in guests
  ` [PATCH 2/3] KVM: Introduce a callback routine for IOAPIC ack handling
    ` [PATCH 3/3] KVM: Handle device assignment to guests

qemu: remove overzelaous virtio-net printf
 2008-06-25 12:07 UTC  (3+ messages)

[PATCH][REPOST] KVM: VMX: Fix a wrong usage of vmcs_config
 2008-06-25 12:05 UTC  (2+ messages)

[PATCH] irq assignment
 2008-06-25 11:53 UTC  (2+ messages)

[PATCH] make qemu compile for kvm/ia64
 2008-06-25 11:43 UTC  (4+ messages)

[PATCH 2/2] x86: Add "virt flag" in /proc/cpuinfo
 2008-06-25 10:38 UTC  (2+ messages)

[PATCH] KVM: VMX: Some defined name fix
 2008-06-25 10:36 UTC  (2+ messages)

performance with guests running 2.4 kernels (specifically RHEL3)
 2008-06-25  9:51 UTC  (32+ messages)
                                    ` [kvm-devel] "

[PATCH][REPOST] KVM: VMX: Add ept_sync_context in flush_tlb
 2008-06-25  8:42 UTC 

[PATCH 2/2][REPOST] kvm: user: Add event mask support in kvmtrace
 2008-06-25  8:41 UTC 

[PATCH 1/2][REPOST] KVM: trace: Add event mask support
 2008-06-25  8:38 UTC 

[PATCH] Ignore DEBUGCTL MSRs
 2008-06-25  7:41 UTC  (3+ messages)

[ kvm-Bugs-2001452 ] Restarted Windows 2003 Server guests have disk corruption
 2008-06-25  7:26 UTC 

KVM: move slots_lock acquision down to vapic_exit (resend)
 2008-06-25  5:45 UTC 

KVM: PCIPT: direct mmio pfn check
 2008-06-25  1:28 UTC  (5+ messages)
` [PATCH] "
    ` [PATCH] reserved-ram for pci-passthrough without VT-d capable hardware
      ` [PATCH] reserved-ram kvm-userland patch

[PATCH 1/2] x86/KVM: Move VMX MSR definition to msr-index.h
 2008-06-24  9:08 UTC 

[ kvm-Bugs-2001452 ] Restarted Windows 2003 Server guests have disk corruption
 2008-06-24  8:33 UTC 

[ kvm-Bugs-2001452 ] Restarted Windows 2003 Server guests have disk corruption
 2008-06-24  8:15 UTC 

[ kvm-Bugs-2001452 ] Restarted Windows 2003 Server guests have disk corruption
 2008-06-24  7:32 UTC 

Latest qemu tcg breakage
 2008-06-24  2:33 UTC  (4+ messages)

[ kvm-Bugs-2001121 ] Windows 2003 x64 - SESSION5_INITIALIZATION_FAILED
 2008-06-23 21:33 UTC 

[PATCH] KVM: PCIPT: VT-d: Check if context mapping succeed or not
 2008-06-23 19:35 UTC  (2+ messages)

[ kvm-Bugs-2001121 ] Windows 2003 x64 - SESSION5_INITIALIZATION_FAILED
 2008-06-23 19:09 UTC 

KVM power usage - high wakeup rates
 2008-06-23 17:10 UTC  (5+ messages)

[PATCH] KVM: PCIPT: VT-d: Use intel_iommu_domain to replace domain
 2008-06-23 15:30 UTC 

KVM: x86: move vapic page handling out of fast path
 2008-06-23 15:04 UTC 

[PATCH 0/5] paravirt clock source patches, #5
 2008-06-23 12:06 UTC  (3+ messages)

[PATCH 3/4][VTD] vt-d hooks in generic KVM sources
 2008-06-23 10:06 UTC  (4+ messages)

[PATCH 1/4] KVM: Report hardware virtualization features
 2008-06-23  9:47 UTC  (8+ messages)

KVM Test result, kernel 5bafb99.., userspace a0c3979
 2008-06-23  7:22 UTC 

[patch 0/7] force the TSC unreliable by reporting C2 state
 2008-06-23  3:01 UTC  (3+ messages)
` [patch 7/7] KVM: in-kernel ACPI C2 idle emulation

[PATCH 0 of 3] [kvm-userspace] Enable KVM TRACE support for PowerPC
 2008-06-23  2:37 UTC  (2+ messages)

[PATCH 1 of 3] Remove use of bit fields in kvm trace structure
 2008-06-23  2:33 UTC  (2+ messages)

KVM: x86: move vapic page handling out of fast path
 2008-06-23  2:29 UTC  (4+ messages)

[PATCH] KVM: VMX: Flush all VPID tagged TLB when VMXON
 2008-06-23  1:30 UTC  (3+ messages)

Freeze with KVM_CLOCK, undocumented dependency VIRTIO_BLK -> VIRTIO_PCI
 2008-06-22 23:22 UTC  (3+ messages)

[Bug] Real mode guests never wake up after an HLT instruction
 2008-06-22 18:34 UTC  (3+ messages)

[ kvm-Bugs-1998355 ] IO Performance
 2008-06-22 13:54 UTC 


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