public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-01-06 12:07:22 to 2011-01-10 13:33:42 UTC [more...]

KVM call agenda for Jan 11
 2011-01-10 13:32 UTC  (3+ messages)
  ` [Qemu-devel] "

KVM TSC trapping
 2011-01-10 11:52 UTC  (20+ messages)
` [KVM TSC trapping / migration 1/2] Add TSC trapping for SVM and VMX
` [KVM TSC trapping / migration 2/2] Add TSC KHZ MSR

BUG: sleeping function called from invalid context at mm/slub.c:793
 2011-01-10 10:54 UTC 

[PATCH 1/2 RESEND] KVM Test: Introduce qmp_monitor property in 'kvm_vm.VM'
 2011-01-10 10:48 UTC  (2+ messages)
` [PATCH 2/2 v2] KVM Test: Fix qmp_basic test failure in qmp-kvm-0.12.*

[PATCH 00/18] [uq/master] MCE & IO exit fixes, prepare for VCPU loop reuse
 2011-01-10 10:30 UTC  (23+ messages)
` [PATCH 01/18] Revert "kvm: Drop return value of kvm_cpu_exec"
` [PATCH 02/18] kvm: Drop redundant kvm_enabled from kvm_cpu_thread_fn
` [PATCH 03/18] kvm: Provide sigbus services arch-independently
` [PATCH 04/18] Refactor signal setup functions in cpus.c
` [PATCH 05/18] kvm: Set up signal mask also for !CONFIG_IOTHREAD
` [PATCH 06/18] kvm: Refactor qemu_kvm_eat_signals
` [PATCH 07/18] kvm: Add MCE signal support for !CONFIG_IOTHREAD
` [PATCH 08/18] kvm: Handle kvm_init_vcpu errors
` [PATCH 09/18] Refactor kvm&tcg function names in cpus.c
` [PATCH 10/18] Fix a few coding style violations "
` [PATCH 11/18] Introduce VCPU self-signaling service
` [PATCH 12/18] kvm: Move irqchip event processing out of inner loop
` [PATCH 13/18] kvm: Unconditionally reenter kernel after IO exits
` [PATCH 14/18] kvm: Remove static return code of kvm_handle_io
` [PATCH 15/18] kvm: Leave kvm_cpu_exec directly after KVM_EXIT_SHUTDOWN
` [PATCH 16/18] kvm: Separate TCG from KVM cpu execution
` [PATCH 17/18] kvm: x86: Prepare VCPU loop for in-kernel irqchip
` [PATCH 18/18] kvm: Drop return values from kvm_arch_pre/post_run

[PATCH] add bootindex parameter to assigned device
 2011-01-10  9:54 UTC 

[PATCH V5 4/4] nmi: report error(QError) when the cpu-index is invalid
 2011-01-10  9:28 UTC 

[PATCH V5 2/4] nmi: make cpu-index argument optional
 2011-01-10  9:27 UTC 

[PATCH V5 3/4] qmp,nmi: convert do_inject_nmi() to QObject
 2011-01-10  9:28 UTC 

Flow Control and Port Mirroring Revisited
 2011-01-10  9:31 UTC  (13+ messages)

[PATCH V5 1/4] nmi: convert cpu_index to cpu-index
 2011-01-10  9:25 UTC 

qemu-kvm-0.13.0 - winsows 2008 - chkdisk too slow
 2011-01-10  9:23 UTC  (24+ messages)

[GIT PULL] KVM updates for the 2.6.38 merge window
 2011-01-10  9:21 UTC 

[PATCH] vhost: fix signed/unsigned comparison
 2011-01-10  8:03 UTC 

[PATCH] KVM test: Fix typos in ethtool
 2011-01-10  7:17 UTC  (2+ messages)
` [Autotest] "

Qemu-kvm Build fail with function 'cirrus_bitblt_start' on RHEL5 system
 2011-01-10  6:17 UTC  (2+ messages)

[PATCH 00/35] [PULL] qemu-kvm.git uq/master queue
 2011-01-09 18:51 UTC  (42+ messages)
` [PATCH 01/35] kvm: Enable user space NMI injection for kvm guest
` [PATCH 02/35] kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension()
` [PATCH 03/35] Clean up cpu_inject_x86_mce()
` [PATCH 04/35] Add "broadcast" option for mce command
` [PATCH 05/35] Add function for checking mca broadcast of CPU
` [PATCH 06/35] kvm: introduce kvm_mce_in_progress
` [PATCH 07/35] kvm: kvm_mce_inj_* subroutines for templated error injections
` [PATCH 08/35] kvm: introduce kvm_inject_x86_mce_on
` [PATCH 09/35] kvm: x86: Fix DPL write back of segment registers
` [PATCH 10/35] kvm: x86: Remove obsolete SS.RPL/DPL aligment
` [PATCH 11/35] kvm: x86: Prevent sign extension of DR7 in guest debugging mode
` [PATCH 12/35] kvm: x86: Fix a few coding style violations
` [PATCH 13/35] kvm: Fix "
` [PATCH 14/35] kvm: Drop return value of kvm_cpu_exec
` [PATCH 15/35] kvm: Stop on all fatal exit reasons
` [PATCH 16/35] kvm: Improve reporting of fatal errors
` [PATCH 17/35] x86: Optionally dump code bytes on cpu_dump_state
` [PATCH 18/35] kvm: x86: Align kvm_arch_put_registers code with comment
` [PATCH 19/35] kvm: x86: Prepare kvm_get_mp_state for in-kernel irqchip
` [PATCH 20/35] kvm: x86: Remove redundant mp_state initialization
` [PATCH 21/35] kvm: x86: Fix xcr0 reset mismerge
` [PATCH 22/35] kvm: x86: Refactor msr_star/hsave_pa setup and checks
` [PATCH 23/35] kvm: x86: Reset paravirtual MSRs
` [PATCH 24/35] Synchronize VCPU states before reset
` [PATCH 25/35] kvm: x86: Drop MCE MSRs write back restrictions
` [PATCH 26/35] kvm: Eliminate KVMState arguments
` [PATCH 27/35] kvm: x86: Fix !CONFIG_KVM_PARA build
` [PATCH 28/35] kvm: x86: Introduce kvmclock device to save/restore its state
` [PATCH 29/35] kvm: Drop smp_cpus argument from init functions
` [PATCH 30/35] kvm: Consolidate must-have capability checks
` [PATCH 31/35] kvm: x86: Rework identity map and TSS setup for larger BIOS sizes
` [PATCH 32/35] kvm: Flush coalesced mmio buffer on IO window exits
` [PATCH 33/35] kvm: Do not use qemu_fair_mutex
` [PATCH 34/35] kvm: x86: Implicitly clear nmi_injected/pending on reset
` [PATCH 35/35] kvm: x86: Only read/write MSR_KVM_ASYNC_PF_EN if supported

Bandwidth in KVM VM with OpenBSD
 2011-01-09 17:22 UTC 

kernel BUG at arch/x86/kvm/mmu.c:655!
 2011-01-09 17:20 UTC  (4+ messages)

[PATCH] Handle guest access to BBL_CR_CTL3 MSR
 2011-01-09 12:25 UTC  (2+ messages)

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

[RFT] IRQ sharing for assigned devices - method selection
 2011-01-09  9:42 UTC  (4+ messages)

pci-assign "Device or resource busy"
 2011-01-09  2:46 UTC 

qemu-kvm vs. qemu: Terminate cpu loop on reset?
 2011-01-08  9:12 UTC  (12+ messages)

[KVM-AUTOTEST PATCH v3 01/11] Fix Unhandled* exceptions
 2011-01-07 18:48 UTC  (11+ messages)
` [KVM-AUTOTEST PATCH v3 02/11] CmdError: remove extra blank line between methods
` [KVM-AUTOTEST PATCH v3 03/11] Introduce exception context strings
` [KVM-AUTOTEST PATCH v3 04/11] Embed context information in exception strings
` [KVM-AUTOTEST PATCH v3 05/11] KVM test: Thread.join(): insert the current context into the thread's exception
` [KVM-AUTOTEST PATCH v3 06/11] KVM test: use error.context() in migration_with_file_transfer
` [KVM-AUTOTEST PATCH v3 07/11] KVM test: use error.context() in kvm_preprocessing.py
` [KVM-AUTOTEST PATCH v3 08/11] KVM test: use error.context() in VM.login() and VM.copy_files_*()
` [KVM-AUTOTEST PATCH v3 09/11] KVM test: use error.context() in VM.create()
` [KVM-AUTOTEST PATCH v3 10/11] KVM test: use error.context() in VM.migrate()
` [KVM-AUTOTEST PATCH v3 11/11] KVM test: use error.context() in guest_s4

Ref:BMW:25513500BM
 2011-01-07 17:04 UTC 

[ kvm-Bugs-2314737 ] 100% host CPU usage with Win2k guest
 2011-01-07 14:48 UTC 

[ kvm-Bugs-1868937 ] eepro100.c:1570: nic_receive: Assertion `0' failed
 2011-01-07 14:41 UTC 

[ kvm-Bugs-2067179 ] Possible Bug in ATA Emulation Code
 2011-01-07 12:45 UTC 

[PATCH 0/4] Vendor specific instructions and the emulator
 2011-01-07  9:49 UTC  (2+ messages)

[PATCH] pci-assign: Fix transition MSI->INTx
 2011-01-07  9:59 UTC  (5+ messages)

[PATCH 0/2] Fix vmx real-mode state leakage
 2011-01-07  9:47 UTC  (2+ messages)

[libvirt] cgroup limits only affect kvm guest under certain conditions
 2011-01-07  7:17 UTC  (5+ messages)
`  "

[PATCH] device-assignment: Add fields to VMStateDescription
 2011-01-07  6:49 UTC 

[RFC -v3 PATCH 0/3] directed yield for Pause Loop Exiting
 2011-01-07  5:29 UTC  (7+ messages)
` [RFC -v3 PATCH 2/3] sched: add yield_to function

subscription
 2011-01-07  2:57 UTC 

[PATCH] unattended.py: Make sure qemu-img built from git is used
 2011-01-06 20:21 UTC 

[KVM-AUTOTEST PATCH] scripts/unattended.py: don't ignore exceptions on floppy setup
 2011-01-06 19:55 UTC 

possible regression in qemu-kvm 0.13.0 (memtest)
 2011-01-06 18:24 UTC  (9+ messages)
` [Qemu-devel] "
    ` FIXED: "
          ` FIXED: "

Activate Your Mailbox
 2011-01-06 18:07 UTC 

(unknown)
 2011-01-06 16:52 UTC 

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

[KVM-AUTOTEST PATCH] kvm_config: don't store filename on config class
 2011-01-06 16:34 UTC 

[KVM-AUTOTEST PATCH 0/5] small kvm_config usability changes
 2011-01-06 16:12 UTC  (6+ messages)
` [KVM-AUTOTEST PATCH 1/5] kvm_config: accept multiple filenames as argument
` [KVM-AUTOTEST PATCH 2/5] kvm_config: print directly to stdout instead of using logging
` [KVM-AUTOTEST PATCH 3/5] kvm_config: store filename on configreader
` [KVM-AUTOTEST PATCH 4/5] kvm_config: add helper to raise exception informing line number
` [KVM-AUTOTEST PATCH 5/5] kvm_config: inform filename and line number on error message

[PATCH 0/2] vmx_vcpu_run micro-optimizations
 2011-01-06 16:09 UTC  (3+ messages)
` [PATCH 1/2] KVM: VMX: Simplify saving guest rcx in vmx_vcpu_run
` [PATCH 2/2] KVM: VMX: Avoid atomic operation "

no screen output for '-vga vmware' at boot time
 2011-01-06 14:51 UTC 

Host's write request is 4KB larger than that of the guest?
 2011-01-06 15:13 UTC  (2+ messages)

GPU Pass-through need help
 2011-01-06 15:01 UTC 

[Fwd: Re: [RFC -v3 PATCH 2/3] sched: add yield_to function]
 2011-01-06 13:28 UTC  (3+ messages)

Activate Your Mailbox
 2011-01-06 12:24 UTC 


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