public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-01-03 17:24:24 to 2011-01-05 16:22:49 UTC [more...]

[KVM-AUTOTEST PATCH v2 1/6] [RFC] Fix Unhandled* exceptions
 2011-01-05 16:22 UTC  (11+ messages)
` [KVM-AUTOTEST PATCH v2 2/6] [RFC] CmdError: remove extra blank line between methods
` [KVM-AUTOTEST PATCH v2 3/6] [RFC] Introduce exception context strings
` [KVM-AUTOTEST PATCH v2 4/6] [RFC] Embed context information in exception strings
` [KVM-AUTOTEST PATCH v2 5/6] [RFC] KVM test: use error.context() in migration_with_file_transfer
` [KVM-AUTOTEST PATCH v2 6/6] [RFC] KVM test: use error.context() in kvm_preprocessing.py

[PATCH] device-assignment: chmod the rom file before opening read/write
 2011-01-05 15:26 UTC  (8+ messages)
` [PATCH v2] "

Install a VM into a file or a LV ?
 2011-01-05 15:09 UTC  (6+ messages)

Pass-through an audio card to the virtual machine
 2011-01-05 14:39 UTC 

[ANNOUNCE] kvm-kmod-2.6.36.2
 2011-01-05 13:12 UTC 

[Question] KVM-MMU TDP & Paging structures
 2011-01-05 13:03 UTC 

KVM clock synchronization
 2011-01-05 12:17 UTC  (9+ messages)
` [KVM Clock Synchronization 2/4] Keep TSC synchronized across host suspend
` [KVM Clock Synchronization 4/4] Add master clock for KVM clock

[PATCH v3 00/21] [uq/master] Prepare for more qemu-kvm merging
 2011-01-05 12:28 UTC  (34+ messages)
` [PATCH v3 01/21] kvm: Fix coding style violations
` [PATCH v3 02/21] kvm: Drop return value of kvm_cpu_exec
` [PATCH v3 03/21] kvm: Stop on all fatal exit reasons
` [PATCH v3 04/21] kvm: Improve reporting of fatal errors
` [PATCH v3 05/21] x86: Optionally dump code bytes on cpu_dump_state
` [PATCH v3 06/21] kvm: x86: Align kvm_arch_put_registers code with comment
` [PATCH v3 07/21] kvm: x86: Prepare kvm_get_mp_state for in-kernel irqchip
` [PATCH v3 08/21] kvm: x86: Remove redundant mp_state initialization
` [PATCH v3 09/21] kvm: x86: Fix xcr0 reset mismerge
` [PATCH v3 10/21] kvm: x86: Refactor msr_star/hsave_pa setup and checks
` [PATCH v3 11/21] kvm: x86: Reset paravirtual MSRs
` [PATCH v3 12/21] kvm: x86: Drop MCE MSRs write back restrictions
` [PATCH v3 13/21] kvm: Eliminate KVMState arguments
` [PATCH v3 14/21] kvm: x86: Fix !CONFIG_KVM_PARA build
` [PATCH v3 15/21] kvm: x86: Introduce kvmclock device to save/restore its state
` [PATCH v3 16/21] kvm: Drop smp_cpus argument from init functions
` [PATCH v3 17/21] kvm: Consolidate must-have capability checks
` [PATCH v3 18/21] kvm: x86: Rework identity map and TSS setup for larger BIOS sizes
` [PATCH v3 19/21] kvm: Flush coalesced mmio buffer on IO window exits
` [PATCH v3 20/21] kvm: Do not use qemu_fair_mutex
` [PATCH v3 21/21] kvm: x86: Implicitly clear nmi_injected/pending on reset
` [PATCH 11.5/21] Synchronize VCPU states before reset
` [PATCH 22/21] kvm: x86: Only read/write MSR_KVM_ASYNC_PF_EN if supported

No subject
 2011-01-05 11:39 UTC 

[RFC -v3 PATCH 0/3] directed yield for Pause Loop Exiting
 2011-01-05 10:24 UTC  (37+ 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

[PATCH 1/3] KVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_sregs()
 2011-01-05 10:08 UTC  (7+ messages)
` [PATCH 2/3] KVM: send IPI to vcpu only when it's in guest mode
` [PATCH 3/3] KVM: make make_all_cpus_request() lockless

[Fwd: Re: [RFC -v3 PATCH 2/3] sched: add yield_to function]
 2011-01-05  9:41 UTC  (3+ messages)

Role of qemu_fair_mutex
 2011-01-05  8:55 UTC  (9+ messages)

[RFC 2/2] KVM, MCE, unpoison memory address across reboot
 2011-01-05  8:14 UTC  (4+ messages)

[PATCH] qemu-kvm: x86: Remove duplicate MSR_VM_HSAVE_PA from kvm_get_msrs
 2011-01-04 20:58 UTC  (2+ messages)

[PATCH] KVM: PPC: Fix SPRG get/set for Book3S and BookE
 2011-01-04 21:09 UTC  (2+ messages)

[PATCH] pci-assign: Fix transition MSI->INTx
 2011-01-04 21:04 UTC 

[RFC 1/2] Add qemu_ram_remap
 2011-01-04 20:35 UTC  (2+ messages)

[PATCH] qemu-kvm: Drop redundant kvm_reset_mpstate
 2011-01-04 18:40 UTC  (2+ messages)

[PATCH v2] KVM: MMU: Don't flush shadow when enabling dirty tracking
 2011-01-04 14:28 UTC  (2+ messages)

Disk activity issue
 2011-01-04 16:19 UTC  (3+ messages)

[KVM-AUTOTEST PATCH 1/7] [RFC] Fix Unhandled* exceptions
 2011-01-04 15:20 UTC  (19+ 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

KVM call agenda for Jan 4
 2011-01-04 14:43 UTC  (5+ messages)
` [Qemu-devel] "

[PATCH 00/21] Kemari for KVM 0.2
 2011-01-04 14:42 UTC  (10+ messages)
` [PATCH 09/21] Introduce event-tap
        ` [Qemu-devel] "

[PATCH] increase ple_gap default to 64
 2011-01-04 14:35 UTC  (5+ messages)

[PATCH 0/4] Vendor specific instructions and the emulator
 2011-01-04 13:14 UTC  (5+ messages)
` [PATCH 1/4] KVM: Fix x86_decode_insn() return code check
` [PATCH 2/4] KVM: Simplify exit path on decode failure
` [PATCH 3/4] KVM: x86 emulator: vendor specific instructions
` [PATCH 4/4] KVM: Drop ad-hoc vendor specific instruction restriction

[PATCH] intel-iommu: Fix use after release during device attach
 2011-01-04 10:42 UTC  (6+ messages)

[PATCH v2 00/17] [uq/master] Prepare for more qemu-kvm merging
 2011-01-04  9:02 UTC  (9+ messages)
` [PATCH v2 17/17] kvm: Drop dependencies on very old capabilities

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

[PATCH 1/2] KVM-test: Add a subtest: nic_hotplug
 2011-01-04  1:24 UTC  (2+ messages)
` [PATCH 2/2] KVM-test: Add set_link subtest

USB Scanner
 2011-01-04  0:21 UTC  (6+ messages)

[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_*()


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