public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-04-01 14:35:31 to 2007-04-10 07:28:59 UTC [more...]

kvm somehow exempt from frequency scaling?
 2007-04-10  7:28 UTC  (4+ messages)

Is KVM source code available through http or https?
 2007-04-10  7:26 UTC  (5+ messages)

kvm-18 breaks Cisco VPN on WinXP SP1
 2007-04-10  6:37 UTC  (15+ messages)

[PATCH] Add irqdevice interface + userint implementation
 2007-04-09 20:27 UTC 

[PATCH] Add irqdevice interface + userint implementation
 2007-04-09 18:36 UTC  (8+ messages)
` Fwd: "

Bug in drivers/kvm/vmx.c inject_rmode_irq()?
 2007-04-09 14:15 UTC 

[PATCH] Support for in-kernel mmio handlers
 2007-04-09 14:14 UTC  (14+ messages)

QEMU PIC indirection patch for in-kernel APIC work
 2007-04-09 13:38 UTC  (65+ messages)
                                                ` [kvm-devel] "

KVM "unhandled exit" during windows installation
 2007-04-09  7:25 UTC  (5+ messages)

Posting to the KVM email list
 2007-04-09  6:52 UTC  (2+ messages)

Windows under KVM + dual boot
 2007-04-08 23:06 UTC  (5+ messages)

QEMU IRQ abstraction
 2007-04-08  9:35 UTC  (2+ messages)

kvm core dumps at random
 2007-04-08  6:05 UTC  (6+ messages)

QEMU IRQ abstraction
 2007-04-08  6:00 UTC  (2+ messages)

Windows under KVM + dual boot
 2007-04-08  3:12 UTC  (2+ messages)

scripted migration (without Alt-Ctrl-2 / qemu-monitor) - possible?
 2007-04-05 14:57 UTC  (6+ messages)

memory hotplug for guests?
 2007-04-05 14:48 UTC  (11+ messages)

KVM in-kernel APIC update
 2007-04-05 14:37 UTC  (22+ messages)

Doc % FROM_NAME
 2007-04-05  7:49 UTC 

Recursive virtualization
 2007-04-04 21:30 UTC  (5+ messages)

kvm-devel Digest, Vol 6, Issue 61
 2007-04-04 16:19 UTC  (5+ messages)

help with kvm on a T7400 with virtualization enabled under post in bios
 2007-04-04  6:58 UTC  (3+ messages)
` help with kvm on a T7400 with virtualization enabledunder "

Release: VMKNOPPIX(20070328) with Trusted Boot
 2007-04-03  9:17 UTC 

[PATCH] SVM: enable LBRV virtualization if available
 2007-04-02 10:06 UTC  (6+ messages)

kvm-ifup bug with complex default routes
 2007-04-02  7:55 UTC  (5+ messages)

oops with kvm-18
 2007-04-01 18:01 UTC 

[PATCH 00/41] kvm updates for 2.6.22
 2007-04-01 14:35 UTC  (41+ messages)
` [PATCH 01/41] KVM: Fix guest register corruption on paravirt hypercall
  ` [PATCH 02/41] KVM: Use the generic skip_emulated_instruction() in hypercall code
    ` [PATCH 03/41] KVM: Use own minor number
      ` [PATCH 04/41] KVM: Export <linux/kvm.h>
        ` [PATCH 05/41] KVM: Fix bogus sign extension in mmu mapping audit
          ` [PATCH 06/41] KVM: Use a shared page for kernel/user communication when runing a vcpu
            ` [PATCH 07/41] KVM: Do not communicate to userspace through cpu registers during PIO
              ` [PATCH 08/41] KVM: Handle cpuid in the kernel instead of punting to userspace
                ` [PATCH 09/41] KVM: Remove the 'emulated' field from the userspace interface
                  ` [PATCH 10/41] KVM: Remove minor wart from KVM_CREATE_VCPU ioctl
                    ` [PATCH 11/41] KVM: Renumber ioctls
                      ` [PATCH 12/41] KVM: Add method to check for backwards-compatible API extensions
                        ` [PATCH 13/41] KVM: Allow userspace to process hypercalls which have no kernel handler
                          ` [PATCH 14/41] KVM: Fold kvm_run::exit_type into kvm_run::exit_reason
                            ` [PATCH 15/41] KVM: Add a special exit reason when exiting due to an interrupt
                              ` [PATCH 16/41] KVM: Initialize the apic_base msr on svm too
                                ` [PATCH 17/41] KVM: Add guest mode signal mask
                                  ` [PATCH 18/41] KVM: Allow kernel to select size of mmap() buffer
                                    ` [PATCH 19/41] KVM: Future-proof argument-less ioctls
                                        ` [PATCH 21/41] KVM: MMU: Remove unnecessary check for pdptr access
                                          ` [PATCH 22/41] KVM: MMU: Remove global pte tracking
                                            ` [PATCH 23/41] KVM: Workaround vmx inability to virtualize the reset state
                                              ` [PATCH 24/41] KVM: Remove set_cr0_no_modeswitch() arch op
                                                ` [PATCH 25/41] KVM: Modify guest segments after potentially switching modes
                                                  ` [PATCH 26/41] KVM: Hack real-mode segments on vmx from KVM_SET_SREGS
                                                    ` [PATCH 27/41] KVM: Don't allow the guest to turn off the cpu cache
                                                      ` [PATCH 28/41] KVM: Remove unused and write-only variables
                                                        ` [PATCH 29/41] KVM: Handle writes to MCG_STATUS msr
                                                          ` [PATCH 30/41] KVM: SVM: forbid guest to execute monitor/mwait
                                                            ` [PATCH 31/41] KVM: MMU: Fix hugepage pdes mapping same physical address with different access
                                                              ` [PATCH 32/41] KVM: SVM: Ensure timestamp counter monotonicity
                                                                ` [PATCH 33/41] KVM: Remove unused function
                                                                    ` [PATCH 34/41] KVM: Use list_move()
                                                                        ` [PATCH 35/41] KVM: Remove debug message
                                                                            ` [PATCH 36/41] KVM: x86 emulator: fix bit string operations operand size
                                                                                ` [PATCH 37/41] KVM: Add mmu cache clear function
                                                                                    ` [PATCH 38/41] KVM: Simply gfn_to_page()
                                                                                        ` [PATCH 39/41] KVM: Add physical memory aliasing feature
                                                                                            ` [PATCH 40/41] KVM: Add fpu get/set operations
                                                                                              ` [PATCH 41/41] KVM: SVM: enable LBRV virtualization if available


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