public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-12-29 08:31:55 to 2011-01-03 22:55:33 UTC [more...]

[KVM-AUTOTEST PATCH 1/7] [RFC] Fix Unhandled* exceptions
 2011-01-03 22:56 UTC  (17+ messages)
` [KVM-AUTOTEST PATCH 2/7] [RFC] CmdError: remove extra blank line between methods
` [KVM-AUTOTEST PATCH 3/7] [RFC] Introduce exception context strings
    ` [Autotest] "
` [KVM-AUTOTEST PATCH 4/7] [RFC] Embed context information in exception strings
` [KVM-AUTOTEST PATCH 5/7] [RFC] Set the .context attribute for exceptions in _call_test_function()
` [KVM-AUTOTEST PATCH 6/7] [RFC] KVM test: use error.context() in migration_with_file_transfer
` [KVM-AUTOTEST PATCH 7/7] [RFC] KVM test: use error.context() in kvm_preprocessing.py

[RFC -v3 PATCH 0/3] directed yield for Pause Loop Exiting
 2011-01-03 21:30 UTC  (4+ messages)
` [RFC -v3 PATCH 1/3] kvm: keep track of which task is running a KVM vcpu
` [RFC -v3 PATCH 2/3] sched: add yield_to function
` [RFC -v3 PATCH 3/3] Subject: kvm: use yield_to instead of sleep in kvm_vcpu_on_spin

[KVM-AUTOTEST PATCH 01/17] KVM test: introduce exception classes for _remote_login() and _remote_scp()
 2011-01-03 18:27 UTC  (17+ messages)
` [KVM-AUTOTEST PATCH 02/17] KVM test: kvm_utils.py: reorder remote_login(), remote_scp(), copy_files_to(), etc
` [KVM-AUTOTEST PATCH 03/17] KVM test: use the new LoginError and SCPError exceptions
` [KVM-AUTOTEST PATCH 04/17] KVM test: add VM.wait_for_login() and kvm_utils.wait_for_login()
` [KVM-AUTOTEST PATCH 05/17] KVM test: use the new wait_for_login()
` [KVM-AUTOTEST PATCH 06/17] KVM test: rename VM.remote_login() to VM.login()
` [KVM-AUTOTEST PATCH 07/17] KVM test: introduce VM exceptions
` [KVM-AUTOTEST PATCH 08/17] KVM test: let kvm_vm.create_image() raise a CmdError if qemu-img fails
` [KVM-AUTOTEST PATCH 09/17] KVM test: use the new VM exceptions
` [KVM-AUTOTEST PATCH 10/17] KVM test: add VM.verify_alive() and Monitor.verify_responsive()
` [KVM-AUTOTEST PATCH 11/17] KVM test: use VM.verify_alive() instead of kvm_test_utils.get_living_vm()
` [KVM-AUTOTEST PATCH 12/17] KVM test: kvm_preprocessing.py: simplify handling of params['migration_mode']
` [KVM-AUTOTEST PATCH 13/17] KVM test: make migrate() a VM method
` [KVM-AUTOTEST PATCH 14/17] KVM test: simplify migration_with_reboot and migration_with_file_transfer
` [KVM-AUTOTEST PATCH 15/17] KVM test: use VM.migrate() instead of kvm_test_utils.migrate()
` [KVM-AUTOTEST PATCH 16/17] KVM test: reorder kvm_utils.copy_files_from() path parameters
` [KVM-AUTOTEST PATCH 17/17] KVM test: rename path parameters in kvm_vm.copy_files_*()

[PATCH v2 00/17] [uq/master] Prepare for more qemu-kvm merging
 2011-01-03 17:24 UTC  (40+ messages)
` [PATCH v2 01/17] kvm: Fix coding style violations
` [PATCH v2 02/17] kvm: Drop return value of kvm_cpu_exec
` [PATCH v2 03/17] kvm: Stop on all fatal exit reasons
` [PATCH v2 04/17] kvm: Improve reporting of fatal errors
` [PATCH v2 05/17] x86: Optionally dump code bytes on cpu_dump_state
  ` [PATCH v3 "
` [PATCH v2 06/17] kvm: x86: Align kvm_arch_put_registers code with comment
` [PATCH v2 07/17] kvm: x86: Prepare kvm_get_mp_state for in-kernel irqchip
` [PATCH v2 08/17] kvm: x86: Remove redundant mp_state initialization
` [PATCH v2 09/17] kvm: x86: Fix xcr0 reset mismerge
` [PATCH v2 10/17] kvm: x86: Refactor msr_star/hsave_pa setup and checks
` [PATCH v2 11/17] kvm: x86: Reset paravirtual MSRs
` [PATCH v2 12/17] kvm: x86: Drop MCE MSRs write back restrictions
` [PATCH v2 13/17] kvm: Eliminate KVMState arguments
` [PATCH v2 14/17] kvm: x86: Introduce kvmclock device to save/restore its state
` [PATCH v2 15/17] kvm: Drop smp_cpus argument from init functions
` [PATCH v2 16/17] kvm: x86: Rework identity map and TSS setup for larger BIOS sizes
` [PATCH v2 17/17] kvm: Drop dependencies on very old capabilities
` [PATCH 18/17] kvm: Flush coalesced mmio buffer on IO window exits

[PATCH v2 2/2] qemu,qmp: convert do_inject_nmi() to QObject, QError
 2011-01-03 17:01 UTC  (4+ messages)

[PATCH] KVM: pvclock_clocksource_read while-loop optimization
 2011-01-03 16:50 UTC  (2+ messages)

USB Scanner
 2011-01-03 15:43 UTC  (2+ messages)

[PATCH] increase ple_gap default to 64
 2011-01-03 15:19 UTC 

[PATCH 1/2] KVM: test: add the test case to check PFEC on prefetch pte path
 2011-01-03 15:11 UTC  (3+ messages)

[PATCH 1/3] nmi: convert cpu_index to cpu-index
 2011-01-03 13:50 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH v3] qemu,qmp: convert do_inject_nmi() to QObject, QError
 2011-01-03 13:46 UTC  (18+ messages)
              ` [Qemu-devel] Re: [PATCH v3] qemu, qmp: "

qemu vs. kvm: When to flush the coalesced mmio buffer?
 2011-01-03 12:34 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH 0/2] Fix vmx real-mode state leakage
 2011-01-03 12:28 UTC  (3+ messages)
` [PATCH 1/2] KVM: VMX: Save and restore tr selector across mode switches
` [PATCH 2/2] KVM: VMX: Avoid leaking fake realmode state to userspace

[PATCH v2] qemu-kvm: Switch to upstream -enable-kvm semantics
 2011-01-03 11:40 UTC  (10+ messages)

KVM call agenda for Jan 4
 2011-01-03 10:57 UTC 

Role of qemu_fair_mutex
 2011-01-03 10:08 UTC  (4+ messages)

[PATCH] qemu-kvm: x86: Remove duplicate MSR_VM_HSAVE_PA from kvm_get_msrs
 2011-01-02 19:33 UTC 

[PATCH 0/2 v6] MSI-X mask bit support for KVM
 2011-01-02 13:57 UTC  (30+ messages)
` [PATCH 2/2][RFC] KVM: Emulate MSI-X table and PBA in kernel

[GIT PULL] kvm upstream updates
 2011-01-02 13:49 UTC  (5+ messages)

[GIT PULL] KVM fixes for 2.6.37-rc8
 2011-01-02 13:38 UTC 

[Bug 25942] New: host Debian squeeze 2.6.36.2 crash while working with two guests one debian lenny 2.6.26.2 and windows xp sp3
 2011-01-02 11:24 UTC  (2+ messages)
` [Bug 25942] "

[PATCH] KVM: i8259: initialize isr_ack
 2011-01-02  9:49 UTC 

USB Passthrough 1.1 performance problem
 2010-12-31 17:00 UTC  (7+ messages)

[PATCH] kvm: x86: Fix xcr0 reset mismerge
 2010-12-31 13:12 UTC 

[PATCH] kvm: x86: Remove redundant mp_state initialization
 2010-12-31 13:08 UTC 

[PATCH 0/5] [uq/master] MSR refactorings, KVMState elimination, kvmclock device
 2010-12-31 12:01 UTC  (6+ messages)
` [PATCH 1/5] kvm: x86: Refactor msr_star/hsave_pa setup and checks
` [PATCH 2/5] kvm: x86: Reset paravirtual MSRs
` [PATCH 3/5] kvm: x86: Drop MCE MSRs write back restrictions
` [PATCH 4/5] kvm: Eliminate KVMState arguments
` [PATCH 5/5] kvm: x86: Introduce kvmclock device to save/restore its state

[RFC 2/2] KVM, MCE, unpoison memory address across reboot
 2010-12-31  9:10 UTC  (2+ messages)

[RFC 1/2] Add qemu_ram_remap
 2010-12-31  5:22 UTC 

Update Your E-mail Account Now
 2010-12-31  1:29 UTC 

Disk activity issue
 2010-12-30 23:25 UTC 

[PATCH] KVM: VMX: Fix 32bit Windows blue screen with EPT
 2010-12-30  9:23 UTC  (9+ messages)
  ` [PATCH v2] "

[PATCH 0/8] KVM test: Build code refactor + module_probe test
 2010-12-29 22:37 UTC  (9+ messages)
` [PATCH 1/8] KVM test: Refactor the KVM build code into installer
` [PATCH 2/8] KVM test: rename 'mode' to 'install_mode' on the sample cfg files
` [PATCH 3/8] KVM test: add methods to store a installer object in 'env'
` [PATCH 4/8] KVM test: Make the build test to use the installer library
` [PATCH 5/8] KVM test: installer: fix the 'layout 1' detection
` [PATCH 6/8] KVM test: load/unload kvm module
` [PATCH 7/8] KVM test: add interface to get modules from cfg file, and load/unload them
` [PATCH 8/8] KVM test: test/module_probe: use installer object to load modules

[PATCH] KVM: PPC: Fix SPRG get/set for Book3S and BookE
 2010-12-29 19:51 UTC 

[PATCH 0/6] [uq/master] More KVM upstream cleanups, fixes, enhancements
 2010-12-29 19:09 UTC  (7+ messages)
` [PATCH 1/6] kvm: Fix coding style violations
` [PATCH 2/6] kvm: Drop return value of kvm_cpu_exec
` [PATCH 3/6] kvm: x86: Align kvm_arch_put_registers code with comment
` [PATCH 4/6] kvm: Stop on all fatal exit reasons
` [PATCH 5/6] kvm: Improve reporting of fatal errors
` [PATCH 6/6] kvm: x86: Prepare kvm_get_mp_state for in-kernel irqchip

[PATCH] qemu-kvm: Drop redundant kvm_reset_mpstate
 2010-12-29 18:53 UTC 

[PATCH 0/2] KVM test: Image copy test v2
 2010-12-29 15:24 UTC  (4+ messages)
` [PATCH 1/2] KVM-test: Add mount utility functions
` [PATCH 2/2] KVM-test: Add image_copy subtest to prepare images

[PATCH 3/4] KVM test: use the new Params methods instead of get_sub_dict_.*()
 2010-12-29 15:14 UTC 

[PATCH] Add ability to drop pages through testdev
 2010-12-29 10:05 UTC  (6+ messages)

[PATCH unit-tests 00/16] task switch and event injection tests
 2010-12-29  9:47 UTC  (8+ messages)
` [PATCH unit-tests 05/16] Rename idt.[ch] into desc.[ch]
` [PATCH unit-tests 06/16] Specify correct operand length for ltr and str


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