public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-01-20 11:45:24 to 2012-01-26 10:46:18 UTC [more...]

[PATCH v2 0/4] acpi_piix4: Add CPU eject infrastructure for pc-1.1
 2012-01-26 10:46 UTC  (10+ messages)
` [PATCH v2 1/4][SeaBios] Add bitmap for CPU EJ0 callback
` [PATCH 2/4] uq/master: Add machine model pc-1.1
` [PATCH v2 3/4] uq/master: Add CPU eject handling for acpi_piix4
    ` [Qemu-devel] "
` [PATCH 4/4] uq/master: Add acpi cpu interface documentation

linux-3.2.1 + KVM: TSC unstable on Core i5-2400S / H67
 2012-01-26  9:46 UTC  (4+ messages)

[PATCH] kvm: flush the dirty log when unregistering a slot
 2012-01-25 20:15 UTC  (5+ messages)
      ` [Qemu-devel] "

[PATCH RFC V4 0/5] kvm : Paravirt-spinlock support for KVM guests
 2012-01-25 19:05 UTC  (23+ messages)
` [PATCH RFC V4 4/5] kvm : pv-ticketlocks support for linux guests running on KVM hypervisor

[PATCH 0/3] Fix task switches into/out of VM86
 2012-01-25 18:29 UTC  (22+ messages)
` [PATCH 1/3] KVM: x86 emulator: Fix task switch privilege checks
` [PATCH 2/3] KVM: x86 emulator: VM86 segments must have DPL 3
` [PATCH 3/3] KVM: x86 emulator: Allow PM/VM86 switch during task switch

Your Email ID Has Qualified
 2012-01-25 18:02 UTC 

[PATCH] KVM: Fix compilation on non-x86
 2012-01-25 17:59 UTC  (4+ messages)

[PATCH uq/master] kvm: Allow to set shadow MMU size
 2012-01-25 17:14 UTC 

[PATCH] qemu-kvm: Remove icache flush from cpu_physical_memory_rw
 2012-01-25 14:23 UTC  (13+ messages)
  ` [PATCH v2] "

qemu-kvm upstreaming: Do we want -kvm-shadow-memory semantics?
 2012-01-25 12:33 UTC  (10+ messages)
            ` [Qemu-devel] "

[PATCH 0/4] KVM: Decouple rmap_pde from lpage_info write_count
 2012-01-25  6:20 UTC  (9+ messages)
` [PATCH 1/4] KVM: MMU: Use gfn_to_rmap() in audit_write_protection()
` [PATCH 2/4] KVM: MMU: Use __gfn_to_rmap() in kvm_handle_hva()
` [PATCH 3/4] KVM: Introduce gfn_to_index() which returns the index for a given level
` [RFC PATCH 4/4] KVM: Decouple rmap_pde from lpage_info write_count

[PATCH v2] KVM: Factor out kvm_vcpu_kick to arch-generic code
 2012-01-25  4:27 UTC 

Kemari
 2012-01-25  2:40 UTC  (2+ messages)

Fix for bug that causes "KVM_GET_SUPPORTED_CPUID failed" errors
 2012-01-24 21:53 UTC  (3+ messages)

[PATCH] fixup e432cef9 (aio help text): end sentences with periods
 2012-01-24 20:12 UTC  (3+ messages)

Videos for kvm forum 2010
 2012-01-24 18:21 UTC  (3+ messages)

[PATCH] KVM: do not #GP on perf MSR writes when vPMU is disabled
 2012-01-24 16:02 UTC  (4+ messages)

[PATCH v8 00/18] uq/master: Introduce basic irqchip support
 2012-01-24 15:34 UTC  (9+ messages)
` [PATCH v8 18/18] kvm: Activate in-kernel "

[PATCH] reset edge sense circuit of i8259 on init
 2012-01-24 15:06 UTC  (6+ messages)

KVM call agenda for Tuesday 24
 2012-01-24 14:53 UTC  (7+ messages)
` [Qemu-devel] "

How to measure time for program running in guest OS?
 2012-01-24 14:34 UTC 

[RFC][PATCH] KVM: perf: a smart tool to analyse kvm events
 2012-01-24 12:51 UTC  (12+ messages)
` [PATCH 2/3] KVM: improve trace events of vmexit/mmio/ioport
` [PATCH 3/3] KVM: perf: kvm events analysis tool

[PATCH] qemu-kvm: Resolve unneeded diffs to upstream in pc-bios
 2012-01-24 12:41 UTC  (2+ messages)

[PATCH] KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)
 2012-01-24 11:09 UTC  (3+ messages)

[PATCH kvm-unit-tests 0/4] VM86 testcase and run_tests.sh
 2012-01-24 10:26 UTC  (14+ messages)
` [PATCH kvm-unit-tests 1/4] Add run_tests.sh
` [PATCH kvm-unit-tests 2/4] Add taskswitch testcases to unittest.cfg
` [PATCH kvm-unit-tests 3/4] Fix i386 build
` [PATCH kvm-unit-tests 4/4] x86/taskswitch_vm86: Task switches into/out of VM86

(unknown),
 2012-01-24  5:18 UTC 

(unknown)
 2012-01-23 20:42 UTC 

Continuous reboots on qemu-kvm master
 2012-01-23 18:59 UTC  (3+ messages)

[PATCH] KVM: Factor out kvm_vcpu_kick to arch-generic code
 2012-01-23 16:31 UTC  (3+ messages)

[PATCH 00/20] [PULL] qemu-kvm.git uq/master queue
 2012-01-23 17:44 UTC  (22+ messages)
` [PATCH 01/20] hyper-v: introduce Hyper-V support infrastructure
` [PATCH 02/20] hyper-v: initialize Hyper-V CPUID leaves
` [PATCH 03/20] msi: Generalize msix_supported to msi_supported
` [PATCH 04/20] kvm: Move kvmclock into hw/kvm folder
` [PATCH 05/20] apic: Stop timer on reset
` [PATCH 06/20] apic: Inject external NMI events via LINT1
` [PATCH 07/20] apic: Introduce apic_report_irq_delivered
` [PATCH 08/20] apic: Factor out base class for KVM reuse
` [PATCH 09/20] apic: Open-code timer save/restore
` [PATCH 10/20] i8259: Completely privatize PicState
` [PATCH 11/20] i8259: Factor out base class for KVM reuse
` [PATCH 12/20] ioapic: Drop post-load irr initialization
` [PATCH 13/20] ioapic: Factor out base class for KVM reuse
` [PATCH 14/20] memory: Introduce memory_region_init_reservation
` [PATCH 15/20] kvm: Introduce core services for in-kernel irqchip support
` [PATCH 16/20] kvm: x86: Establish IRQ0 override control
` [PATCH 17/20] kvm: x86: Add user space part for in-kernel APIC
` [PATCH 18/20] kvm: x86: Add user space part for in-kernel i8259
` [PATCH 19/20] kvm: x86: Add user space part for in-kernel IOAPIC
` [PATCH 20/20] kvm: Activate in-kernel irqchip support
` [Qemu-devel] [PATCH 00/20] [PULL] qemu-kvm.git uq/master queue

[PATCH v2 0/5] VFIO core framework
 2012-01-23 17:21 UTC  (6+ messages)
  ` [PATCH v2 1/5] vfio: Introduce documentation for VFIO driver
  ` [PATCH v2 2/5] vfio: VFIO core header
  ` [PATCH v2 3/5] vfio: VFIO core group interface
  ` [PATCH v2 4/5] vfio: VFIO core IOMMU mapping support
  ` [PATCH v2 5/5] vfio: VFIO core Kconfig and Makefile

[Bug 42636] New: PCI passthrough does not work with AMD iommu for PCI device
 2012-01-23 16:26 UTC  (3+ messages)
` [Bug 42636] "

[Bug 42635] New: PCIe passthrough broken with AMD iommu after s2disk / resume
 2012-01-23 16:18 UTC  (3+ messages)
` [Bug 42635] "

performance trouble
 2012-01-23 10:04 UTC  (2+ messages)

(unknown)
 2012-01-22 10:48 UTC 

[PATCH 1/2] virtio: fix typos of memory barriers
 2012-01-22 23:34 UTC  (6+ messages)
` [PATCH 2/2] virtio: correct the memory barrier in virtqueue_kick_prepare()

(unknown)
 2012-01-22 15:39 UTC 

BUG: Process hang when kvm crashed, stacktrace cfs+kvm
 2012-01-22 18:30 UTC  (9+ messages)
  ` [Scst-devel] "

[PATCH v2 2/2] KVM: Fix writeback on page boundary that propagate changes in spite of #PF
 2012-01-22 11:01 UTC 

[PATCH v2 1/2] KVM: Exception during emulation decode should propagate
 2012-01-22 11:01 UTC 

(unknown)
 2012-01-21 13:11 UTC 

ATTENTION***
 2012-01-20 20:33 UTC 

[PATCH] qemu-kvm: Remove obsolete io_thread line from configure
 2012-01-20 10:26 UTC  (2+ messages)

[PATCH v4 0/3] virtio-scsi driver
 2012-01-20 16:45 UTC  (4+ messages)
` [PATCH v4 1/3] virtio-scsi: first version
` [PATCH v4 2/3] virtio-scsi: add error handling
` [PATCH v4 3/3] virtio-scsi: add power management support

[PATCH RFC V4 5/5] Documentation/kvm : Add documentation on Hypercalls and features used for PV spinlock
 2012-01-20 15:09 UTC  (11+ messages)

qemu-kvm upstreaming: Do we need -no-kvm-pit and -no-kvm-pit-reinjection semantics?
 2012-01-20 13:06 UTC  (19+ messages)
            ` [Qemu-devel] "


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