kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-02-03 17:44:17 to 2011-02-07 20:16:04 UTC [more...]

RFC: New API for PPC for vcpu mmu access
 2011-02-07 20:15 UTC  (13+ messages)

[PATCH 00/15] [uq/master] Patch queue, part III
 2011-02-07 19:39 UTC  (27+ messages)
` [PATCH 01/15] Refactor kvm&tcg function names in cpus.c
` [PATCH 02/15] Refactor cpu_has_work/any_cpu_has_work "
` [PATCH 03/15] Fix a few coding style violations "
` [PATCH 04/15] Improve vm_stop reason declarations
` [PATCH 05/15] Refactor debug and vmstop request interface
` [PATCH 06/15] Move debug exception handling out of cpu_exec
` [PATCH 07/15] kvm: Separate TCG from KVM cpu execution
` [PATCH 08/15] kvm: x86: Prepare VCPU loop for in-kernel irqchip
` [PATCH 09/15] kvm: Drop return values from kvm_arch_pre/post_run
` [PATCH 10/15] kvm: x86: Catch and report failing IRQ and NMI injections
` [PATCH 11/15] kvm: Remove unneeded memory slot reservation
` [PATCH 12/15] Introduce log_start/log_stop in CPUPhysMemoryClient
` [PATCH 13/15] cirrus: Remove obsolete kvm.h include
` [PATCH 14/15] kvm: Make kvm_state globally available
` [PATCH 15/15] kvm: x86: Introduce kvmclock device to save/restore its state
  ` [Qemu-devel] "

[RFC: 0/2] patch for QEMU HPET periodic timer emulation to alleviate time drift
 2011-02-07 19:30 UTC  (40+ messages)
    ` [Qemu-devel] "

[PATCH] KVM: x86: Convert tsc_write_lock to raw_spinlock
 2011-02-07 17:23 UTC  (13+ messages)

[PATCH] KVM test: Remove boot=on from virtio variants
 2011-02-07 15:34 UTC 

guest remote migration fails
 2011-02-07 14:52 UTC 

[PATCH v5 0/5] Nonatomic interrupt injection
 2011-02-07 13:27 UTC  (6+ messages)
` [PATCH v5 1/5] KVM: Check for pending events before attempting injection
  ` [regression] KVM: hangs and "irq timeout" booting HURD unless -no-kvm-irqchip passed

PCI Passthrough, error: The driver 'pci-stub' is occupying your device 0000:08:06.2
 2011-02-07 13:26 UTC  (2+ messages)

kvm_intel kernel module crash with via nano vmx
 2011-02-07 13:22 UTC  (2+ messages)

IO APIC emulation failure with qemu-kvm
 2011-02-07 13:17 UTC  (11+ messages)
  ` [SeaBIOS] "

[PATCH] qemu-kvm: Prepare IOAPIC for upstream merge
 2011-02-07 11:59 UTC 

[PATCH] qemu-kvm-x86: consider the irq0override flag in kvm_arch_init_irq_routing
 2011-02-07 10:29 UTC  (5+ messages)

networking problems between vms
 2011-02-07 10:41 UTC  (2+ messages)

[PATCH -v8a 0/7] directed yield for Pause Loop Exiting
 2011-02-07  9:08 UTC  (2+ messages)

buildbot failure in kvm on ppc64
 2011-02-07  2:30 UTC 

[Bug 28412] New: MacOSX guest has Ethernet card problem without -kvm-irqchip option
 2011-02-06 17:32 UTC 

[Bug 28402] New: MacOSX guest has SMP problem without -kvm-irqchip option
 2011-02-06 17:22 UTC 

[PATCH 00/13] AMD IOMMU emulation patchset
 2011-02-06 15:22 UTC  (18+ messages)
` [PATCH 03/13] AMD IOMMU emulation
` [PATCH 04/13] ide: use the DMA memory access interface for PCI IDE controllers
` [PATCH 0/3] SeaBIOS AMD IOMMU initialization patches
  ` [PATCH 01/13] Generic DMA memory access interface
  ` [PATCH 1/3] pci: add pci_find_capability() helper
  ` [PATCH 2/3] AMD IOMMU support
  ` [PATCH 3/3] Clarify address space layout
` [PATCH 00/13] AMD IOMMU emulation patchset (reworked cc/to)

[Qemu-devel] KVM: Windows 64-bit troubles with user space irqchip
 2011-02-06 10:28 UTC  (13+ messages)

[PATCH 0/29] nVMX: Nested VMX, v8
 2011-02-06  9:16 UTC  (5+ messages)
` [PATCH 07/29] nVMX: Hold a vmcs02 for each vmcs12

[PATCH 00/23] [PULL] qemu-kvm.git uq/master queue
 2011-02-04 21:22 UTC  (28+ messages)
` [PATCH 01/23] Prevent abortion on multiple VCPU kicks
` [PATCH 02/23] Stop current VCPU on synchronous reset requests
` [PATCH 03/23] Process vmstop requests in IO thread
` [PATCH 04/23] Trigger exit from cpu_exec_all on pending IO events
` [PATCH 05/23] Leave inner main_loop faster on pending requests
` [PATCH 06/23] Flatten the main loop
` [PATCH 07/23] kvm: Report proper error on GET_VCPU_MMAP_SIZE failures
` [PATCH 08/23] kvm: Drop redundant kvm_enabled from kvm_cpu_thread_fn
` [PATCH 09/23] kvm: Handle kvm_init_vcpu errors
` [PATCH 10/23] kvm: Provide sigbus services arch-independently
` [PATCH 11/23] Refactor signal setup functions in cpus.c
` [PATCH 12/23] kvm: Set up signal mask also for !CONFIG_IOTHREAD
` [PATCH 13/23] kvm: Refactor qemu_kvm_eat_signals
` [PATCH 14/23] kvm: Call qemu_kvm_eat_signals also under !CONFIG_IOTHREAD
` [PATCH 15/23] Set up signalfd "
` [PATCH 16/23] kvm: Fix race between timer signals and vcpu entry under !IOTHREAD
` [PATCH 17/23] kvm: Add MCE signal support for !CONFIG_IOTHREAD
` [PATCH 18/23] Introduce VCPU self-signaling service
` [PATCH 19/23] kvm: Unconditionally reenter kernel after IO exits
` [PATCH 20/23] kvm: Remove static return code of kvm_handle_io
` [PATCH 21/23] kvm: Leave kvm_cpu_exec directly after KVM_EXIT_SHUTDOWN
` [PATCH 22/23] x86: Fix MCA broadcast parameters for TCG case
` [PATCH 23/23] kvm: make tsc stable over migration and machine start
` [Qemu-devel] [PATCH 00/23] [PULL] qemu-kvm.git uq/master queue
    ` [PATCH v3 02/23] Stop current VCPU on synchronous reset requests

[Bug 27052] New: Module KVM : unable to handle kernel NULL pointer dereference at
 2011-02-04 21:13 UTC  (3+ messages)
` [Bug 27052] "

[PATCH v2 00/24] [uq/master] Patch queue, part II
 2011-02-04 16:37 UTC  (4+ messages)

(unknown),
 2011-02-04 11:19 UTC 

[PATCH] x86: Fix MCA broadcast parameters for TCG case
 2011-02-04 13:58 UTC  (2+ messages)

[PATCH v3 0/3] Vendor specific instructions and the emulator
 2011-02-04 13:25 UTC  (2+ messages)

[0.14?][PATCH v3 0/4] IOAPIC fixes
 2011-02-04 12:51 UTC  (6+ messages)
` [0.14?][PATCH v3 1/4] ioapic: Implement EOI handling for level-triggered IRQs
  ` [Qemu-devel] "
` [0.14?][PATCH v3 2/4] ioapic: Save/restore irr
` [0.14?][PATCH v3 3/4] ioapic: Add support for qemu-kvm's vmstate v2
` [0.14?][PATCH v3 4/4] ioapic: Style & magics cleanup

(unknown),
 2011-02-04  9:30 UTC 

buildbot failure in kvm on next-ppc64
 2011-02-04  4:55 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
 2011-02-04  3:06 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2011-02-04  3:04 UTC 

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2011-02-04  2:05 UTC 

buildbot failure in qemu-kvm on default_i386_out_of_tree
 2011-02-04  2:06 UTC 

[0.14?][PATCH 0/4] IOAPIC fixes
 2011-02-03 19:59 UTC  (16+ messages)
` [0.14?][PATCH 1/4] ioapic: Implement EOI handling for level-triggered IRQs
` [0.14?][PATCH 3/4] ioapic: Prepare for base address relocation
  ` [Qemu-devel] "

[PATCH v3] make tsc stable over migration and machine start
 2011-02-03 19:19 UTC 

[0.14?][PATCH v2 0/4] IOAPIC fixes
 2011-02-03 18:25 UTC  (5+ messages)
` [0.14?][PATCH v2 1/4] ioapic: Implement EOI handling for level-triggered IRQs
` [0.14?][PATCH v2 2/4] ioapic: Save/restore irr
` [0.14?][PATCH v2 3/4] ioapic: Prepare for base address relocation
` [0.14?][PATCH v2 4/4] ioapic: Style & magics cleanup


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).