public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-06-10 14:12:00 to 2010-06-13 20:45:22 UTC [more...]

[PATCH 0/4] Really lazy fpu
 2010-06-13 20:45 UTC  (6+ messages)
` [PATCH 1/4] x86, fpu: merge __save_init_fpu() implementations
` [PATCH 2/4] x86, fpu: run device not available trap with interrupts enabled
` [PATCH 3/4] x86, fpu: Let the fpu remember which cpu it is active on
` [PATCH 4/4] x86, fpu: don't save fpu state when switching from a task

[RFC/T/D][PATCH 0/2] KVM page cache optimization (v2)
 2010-06-13 18:31 UTC  (13+ messages)
` [RFC][PATCH 1/2] Linux/Guest unmapped page cache control
` [RFC/T/D][PATCH 2/2] Linux/Guest cooperative "

[KVM-AUTOTEST PATCH 01/14] KVM test: tests_base.cfg.sample: remove inline comments
 2010-06-13 14:33 UTC  (14+ messages)
` [KVM-AUTOTEST PATCH 02/14] KVM test: tests_base.cfg.sample: style modifications
  ` [KVM-AUTOTEST PATCH 03/14] KVM test: kvm_utils.py: warn about exceptions raised during unpickling of env
    ` [KVM-AUTOTEST PATCH 04/14] KVM test: kvm_utils.py: remove unnecessary imports
      ` [KVM-AUTOTEST PATCH 05/14] KVM test: kvm_vm.py: make get_pid() return the pid of the VM itself
        ` [KVM-AUTOTEST PATCH 06/14] KVM test: kvm_vm.py: correct get_shared_meminfo()
          ` [KVM-AUTOTEST PATCH 07/14] KVM test: kvm_vm.py: correct add_smp() mistake in make_qemu_command()
            ` [KVM-AUTOTEST PATCH 08/14] KVM test: kvm_vm.py: use shell quoting in make_qemu_command() where appropriate
              ` [KVM-AUTOTEST PATCH 09/14] KVM test: remove reference to _screendump_thread at postprocessing
                ` [KVM-AUTOTEST PATCH 10/14] KVM test: kvm_subprocess.py: use sys.executable instead of hardcoded 'python'
                  ` [KVM-AUTOTEST PATCH 11/14] KVM test: add kvm_monitor.py, an interface to QEMU monitors
                    ` [KVM-AUTOTEST PATCH 12/14] KVM test: use new monitor interface
                      ` [KVM-AUTOTEST PATCH 13/14] KVM test: kvm_monitor.py: add QMP interface
                        ` [KVM-AUTOTEST PATCH 14/14] KVM test: migration: support QMP

[PATCH] These are my first patches to the kernel
 2010-06-13 13:33 UTC  (4+ messages)

[PATCH 0/24] Nested VMX, v5
 2010-06-13 12:34 UTC  (25+ messages)
` [PATCH 1/24] Move nested option from svm.c to x86.c
` [PATCH 2/24] Add VMX and SVM to list of supported cpuid features
` [PATCH 3/24] Implement VMXON and VMXOFF
` [PATCH 4/24] Allow setting the VMXE bit in CR4
` [PATCH 5/24] Introduce vmcs12: a VMCS structure for L1
` [PATCH 6/24] Implement reading and writing of VMX MSRs
` [PATCH 7/24] Understanding guest pointers to vmcs12 structures
` [PATCH 8/24] Hold a vmcs02 for each vmcs12
` [PATCH 9/24] Implement VMCLEAR
` [PATCH 10/24] Implement VMPTRLD
` [PATCH 11/24] Implement VMPTRST
` [PATCH 12/24] Add VMCS fields to the vmcs12
` [PATCH 13/24] Implement VMREAD and VMWRITE
` [PATCH 14/24] Prepare vmcs02 from vmcs01 and vmcs12
` [PATCH 15/24] Move register-syncing to a function
` [PATCH 16/24] Implement VMLAUNCH and VMRESUME
` [PATCH 17/24] No need for handle_vmx_insn function any more
` [PATCH 18/24] Exiting from L2 to L1
` [PATCH 19/24] Deciding if L0 or L1 should handle an L2 exit
` [PATCH 20/24] Correct handling of interrupt injection
` [PATCH 21/24] Correct handling of exception injection
` [PATCH 22/24] Correct handling of idt vectoring info
` [PATCH 23/24] Handling of CR0.TS and #NM for Lazy FPU loading
` [PATCH 24/24] Miscellenous small corrections

[PATCH V2] VFIO driver: Non-privileged user level PCI drivers
 2010-06-13 10:23 UTC  (9+ messages)

[PATCH v3] KVM: x86: XSAVE/XRSTOR live migration support
 2010-06-13  9:29 UTC  (5+ messages)
      ` [PATCH v4] "

[RFC PATCH v7 01/19] Add a new structure for skb buffer from external
 2010-06-13  8:58 UTC  (7+ messages)

[PATCH v3] test: Add XSAVE unit test
 2010-06-13  8:49 UTC  (6+ messages)
  ` [PATCH v4] "

[PATCH 2/2] kvm, ept: remove the default write bit
 2010-06-13  8:09 UTC  (3+ messages)

[PATCH v3] test: Add IDT framework
 2010-06-13  8:02 UTC 

[PATCH] fix kvm-kmod FPU save API
 2010-06-12  8:56 UTC  (2+ messages)

[ kvm-Bugs-1876714 ] core dump
 2010-06-12  7:36 UTC 

[ kvm-Bugs-1768187 ] Cannot boot windows 2000 guest
 2010-06-12  7:34 UTC 

[ kvm-Bugs-1768187 ] Cannot boot windows 2000 guest
 2010-06-12  5:28 UTC 

[PATCH 0/3]: Fixes to IRQ routing
 2010-06-12  5:18 UTC  (7+ messages)
` [PATCH 1/3] Introduce a workqueue to deliver PIT timer interrupts
` [PATCH 2/3] Allow any LAPIC to accept PIC interrupts
` [PATCH 3/3] In DM_LOWEST, only deliver interrupts to vcpus with enabled LAPIC's

[PATCH 1/7] KVM: MMU: rename 'page' and 'shadow_page' to 'sp'
 2010-06-12  2:38 UTC  (10+ messages)
` [PATCH 2/7] KVM: MMU: cleanup for dirty page judgment
` [PATCH 3/7] KVM: MMU: avoid double write protected in sync page path
` [PATCH 4/7] KVM: MMU: don't mark pte notrap if it's just sync transient
  ` [PATCH 5/7] KVM: MMU: cleanup for __mmu_unsync_walk()
    ` [PATCH 6/7] KVM: MMU: clear unsync_child_bitmap completely
` [PATCH 7/7] KVM: MMU: don't walk every parent pages while mark unsync

KVM Test report, kernel f7ebf25e... qemu 02152f7
 2010-06-12  1:44 UTC 

SVM: exception in fx_init
 2010-06-11 22:33 UTC 

[PATCH v6 0/6] Inter-VM Shared Memory Device with migration support
 2010-06-11 22:03 UTC  (2+ messages)

[PATCH] ceph/rbd block driver for qemu-kvm (v3)
 2010-06-11 19:51 UTC  (2+ messages)

[PATCH 1/2] kvm,ept: pass error code to handler
 2010-06-11 19:46 UTC  (2+ messages)

[PATCH] kvm/ppc: fix build warning in kvm_arch_vcpu_ioctl_run
 2010-06-11 19:32 UTC  (2+ messages)

[PATCH RFC] KVM: busy-spin detector
 2010-06-11 19:18 UTC  (6+ messages)

ssh into kvm-guests
 2010-06-11 18:39 UTC  (2+ messages)

[RFC v2] [PATCH 0/3] Monitor Support for 'simple' trace backend
 2010-06-11 17:56 UTC  (8+ messages)
` [RFC v2] [PATCH 1/3] Export tdb_hash()
` [RFC v2] [PATCH 2/3] Monitor command 'info trace'
` [RFC v2] [PATCH 3/3] Toggle tracepoint state
` [Qemu-devel] [RFC v2] [PATCH 0/3] Monitor Support for 'simple' trace backend

[PATCH] device-assignment: Cleanup on exit
 2010-06-11 17:14 UTC  (2+ messages)

[PATCH 0/3] Fix #GP at wrong rip for mov cr instructions
 2010-06-11 17:09 UTC  (2+ messages)

[PATCH] device-assignment: Don't deassign when the assignment fails
 2010-06-11 17:12 UTC  (2+ messages)

[PATCH 0/2] RAM cleanup
 2010-06-11 16:45 UTC  (4+ messages)
` [PATCH 1/2] qemu_ram_alloc: Remove duplicate code
` [PATCH 2/2] ram_blocks: Convert to a QLIST

[ kvm-Bugs-1876714 ] core dump
 2010-06-11 17:14 UTC 

[PATCH v2] ram_blocks: Convert to a QLIST
 2010-06-11 17:11 UTC 

[RFC PATCH 0/6] RAM migration overhaul
 2010-06-11 16:12 UTC  (17+ messages)
` [Qemu-devel] [RFC PATCH 3/6] RAMBlock: Add a name field

[ kvm-Bugs-1881418 ] win xp guest BSOD and host kernel oops if "-smb path"
 2010-06-11 15:39 UTC 

[ kvm-Bugs-1876714 ] core dump
 2010-06-11 15:34 UTC 

[ kvm-Bugs-1868937 ] eepro100.c:1570: nic_receive: Assertion `0' failed
 2010-06-11 15:32 UTC 

[ kvm-Bugs-1802082 ] Networking Dies Under Heavy Load
 2010-06-11 14:01 UTC 

[ kvm-Bugs-1802082 ] Networking Dies Under Heavy Load
 2010-06-11 13:58 UTC 

KVM call minutes for June 8
 2010-06-11 13:48 UTC  (15+ messages)
  ` [Qemu-devel] "

[ kvm-Bugs-1858122 ] vm exit 0x9 in QEMU-KVM but OK in QEMU
 2010-06-11 13:44 UTC 

[ kvm-Bugs-1858949 ] USB is unstable
 2010-06-11 13:36 UTC 

[PATCH v5] block: add sheepdog driver for distributed storage support
 2010-06-11 13:35 UTC  (2+ messages)

[ kvm-Bugs-1760424 ] Intel real mode emulation failures
 2010-06-11 12:49 UTC 

[ kvm-Bugs-1740031 ] Kubuntu 7.04 fails to boot as guest- hangs after kernel boot
 2010-06-11 12:48 UTC 

[ kvm-Bugs-1769884 ] Fail to boot linux 2.6.22 kernel with nmi watchdog
 2010-06-11 12:32 UTC 

[PATCH 0/3] Monitor commands for 'simple' trace backend
 2010-06-11 10:57 UTC  (10+ messages)
` [PATCH 1/3] export tdb_hash()
  ` [Qemu-devel] "
` [PATCH 2/3] Monitor command 'trace'
  ` [Qemu-devel] "
` [PATCH 3/3] Toggle tracepoint state
  ` [Qemu-devel] "

[ kvm-Bugs-1699695 ] Entering Solaris kmdb may cause Solaris to double trap
 2010-06-11 10:45 UTC 

[ kvm-Bugs-1768212 ] solaris 9 (x86) installer fails in kvm
 2010-06-11  9:29 UTC 

[ kvm-Bugs-1768187 ] Cannot boot windows 2000 guest
 2010-06-11  9:28 UTC 

[ kvm-Bugs-1802082 ] Networking Dies Under Heavy Load
 2010-06-11  9:19 UTC 

[ kvm-Bugs-1814637 ] Windows 2000 setup unstable
 2010-06-11  9:16 UTC 

[ kvm-Bugs-1830975 ] KVM doesn't compiles due to bug in "configure" script
 2010-06-11  9:14 UTC 

[ kvm-Bugs-1817779 ] KVM crash with Windows XP guest because of ACPI
 2010-06-11  9:12 UTC 

SMP trouble with Solaris 10u8 as guest on Ubuntu
 2010-06-11  8:32 UTC 

Assigning Static IP to host
 2010-06-11  8:31 UTC 

[ kvm-Bugs-1834585 ] install from iso fails on 2.6.23.8 kernel
 2010-06-11  8:27 UTC 

[ kvm-Bugs-1834719 ] bad_page in kvm_qemu when running Windows XP SP2
 2010-06-11  8:26 UTC 

[ kvm-Bugs-1840395 ] FreeBSD/OpenSolaris guests image corruption
 2010-06-11  8:18 UTC 

[ kvm-Bugs-1841658 ] OpenSolaris 64bit panic with kvm-54
 2010-06-11  8:13 UTC 

[PATCH v2] test: Add IDT framework
 2010-06-11  8:03 UTC  (3+ messages)

[PATCH v8 1/2] KVM: VMX: Enable XSAVE/XRSTOR for guest
 2010-06-11  5:15 UTC  (3+ messages)

[PATCH v3] qemu: kvm: Enable XSAVE live migration support
 2010-06-11  4:36 UTC 

[RFC] para virt interface of perf to support kvm guest os statistics collection in guest os
 2010-06-11  2:11 UTC  (7+ messages)

[ kvm-Bugs-2832416 ] Hot-added device is not visible in guest after migration
 2010-06-11  1:57 UTC 

KVM SMP guests won't work (2.6.35-rc2+)
 2010-06-10 20:06 UTC  (3+ messages)

[RFC][PATCH 0/3]: Fixes to IRQ routing
 2010-06-10 19:17 UTC  (8+ messages)
` [RFC][PATCH 1/3] Introduce a workqueue to deliver PIT timer interrupts

[GIT PULL] KVM updates for 2.6.35-rc2
 2010-06-10 17:56 UTC  (4+ messages)

[RFC] Moving the kvm ioapic, pic, and pit back to userspace
 2010-06-10 14:42 UTC  (6+ messages)

[PATCHv2] virtio-net: stop vhost backend on vmstop
 2010-06-10 14:28 UTC  (4+ messages)

[PATCH] [11/23] KVM: Fix KVM_SET_SIGNAL_MASK
 2010-06-10 14:19 UTC  (4+ messages)
` [PATCH] [19/23] KVM: Fix unused but set warnings


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