public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-04-08 16:16:06 to 2009-04-14 02:49:03 UTC [more...]

kvm-85rc5 Segmentation fault for m >= 2046 GB
 2009-04-14  2:48 UTC  (4+ messages)

[PATCH] Add MCE support to KVM
 2009-04-14  2:04 UTC  (10+ messages)

[patch 0/2] use smp_send_reschedule in kvm_vcpu_kick (v3)
 2009-04-14  1:56 UTC  (4+ messages)
` [patch 1/2] IA64: export smp_send_reschedule
` [patch 2/2] KVM: use smp_send_reschedule in kvm_vcpu_kick

KVM crash on unusual PM->RM transition
 2009-04-13 23:42 UTC 

kvm 84 update
 2009-04-13 23:40 UTC  (2+ messages)

[PATCH] deal with interrupt shadow state for emulated instruction
 2009-04-13 20:06 UTC 

[RFC PATCH v2 00/19] virtual-bus
 2009-04-13 17:44 UTC  (27+ messages)
` [RFC PATCH v2 01/19] shm-signal: shared-memory signals
` [RFC PATCH v2 02/19] vbus: add virtual-bus definitions
` [RFC PATCH v2 03/19] vbus: add connection-client helper infrastructure
` [RFC PATCH v2 04/19] vbus: add bus-registration notifiers
` [RFC PATCH v2 05/19] vbus: add a "vbus-proxy" bus model for vbus_driver objects
` [RFC PATCH v2 06/19] ioq: Add basic definitions for a shared-memory, lockless queue
` [RFC PATCH v2 07/19] ioq: add vbus helpers
` [RFC PATCH v2 08/19] venet: add the ABI definitions for an 802.x packet interface
` [RFC PATCH v2 09/19] net: Add vbus_enet driver
` [RFC PATCH v2 10/19] venet-tap: Adds a "venet" compatible "tap" device to VBUS
` [RFC PATCH v2 11/19] venet: add scatter-gather support
` [RFC PATCH v2 12/19] venettap: "
` [RFC PATCH v2 13/19] x86: allow the irq->vector translation to be determined outside of ioapic
` [RFC PATCH v2 14/19] kvm: add a reset capability
` [RFC PATCH v2 15/19] kvm: add dynamic IRQ support
` [RFC PATCH v2 16/19] kvm: Add VBUS support to the host
` [RFC PATCH v2 17/19] kvm: Add guest-side support for VBUS
` [RFC PATCH v2 18/19] vbus: add a userspace connector
` [RFC PATCH v2 19/19] virtio: add a vbus transport

Virtio Queries
 2009-04-13 13:26 UTC  (4+ messages)

[PATCH] kvm: Fix overlapping check for memory slots
 2009-04-13 13:04 UTC  (10+ messages)
` [PATCH v2] "

[PATCH 0/2] split last patch of my previous series to two
 2009-04-13 12:54 UTC  (3+ messages)
` [PATCH 1/2] Fix userspace IRQ chip migration
` [PATCH 2/2] Get rid of get_irq() callback

[PATCH 00/15] interrupt injection rework
 2009-04-13 11:51 UTC  (17+ messages)
` [PATCH 01/15] Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip too
` [PATCH 02/15] Consolidate userspace and kernel interrupt injection for VMX
` [PATCH 03/15] Cleanup vmx_intr_assist()
` [PATCH 04/15] Use kvm_arch_interrupt_allowed() instead of checking interrupt_window_open directly
` [PATCH 05/15] Coalesce userspace/kernel irqchip interrupt injection logic
` [PATCH 06/15] Use EVENTINJ to inject interrupts
` [PATCH 07/15] Remove exception_injected() callback
` [PATCH 08/15] Remove inject_pending_vectors() callback
` [PATCH 09/15] kvm_push_irq() no longer used
` [PATCH 10/15] sync_lapic_to_cr8() should always sync cr8 to V_TPR
` [PATCH 11/15] Do not report TPR write to userspace if new value bigger or equal to a previous one
` [PATCH 12/15] Get rid of arch.interrupt_window_open & arch.nmi_window_open
` [PATCH 13/15] Add NMI injection support to SVM
` [PATCH 14/15] Move interrupt injection logic to x86.c
` [PATCH 15/15] Get rid of get_irq() callback

[PATCH][RESEND] kvm-userspace: fix option_rom_setup_reset address
 2009-04-13 11:04 UTC  (2+ messages)

[PATCH] Fix vga segfaults or screen corruption with large memory guests
 2009-04-13 10:10 UTC 

[PATCH] KVM: Qemu: Fix ia64 boot failure and build issue
 2009-04-13  8:19 UTC  (2+ messages)

[PATCH] KVM: Defer remote tlb flushes on invlpg (v3)
 2009-04-12 22:31 UTC  (4+ messages)
  ` [PATCH] KVM: Defer remote tlb flushes on invlpg (v4)

[PATCH] KVM: Improvements for task switching
 2009-04-12 17:31 UTC  (7+ messages)

kvm-autotest: a modified step-file format and steps-data image names
 2009-04-12 16:13 UTC 

[PATCH v3 01/10] Add decoding of 16bit second immediate argument
 2009-04-12 11:43 UTC  (11+ messages)
` [PATCH v3 02/10] Add lcall decoding
` [PATCH v3 03/10] Complete ljmp decoding at decode stage
` [PATCH v3 04/10] Complete short/near jcc decoding in "
` [PATCH v3 05/10] Complete decoding of call near "
` [PATCH v3 06/10] Add unsigned byte immediate decode
` [PATCH v3 07/10] Completely decode in/out at decoding stage
` [PATCH v3 08/10] Decode soft interrupt instructions
` [PATCH v3 09/10] Add new mode of instruction emulation: skip
` [PATCH v3 10/10] [AMD] Skip instruction on a task switch only when appropriate

[PATCH 0/3] kvm support for ksm
 2009-04-12  9:42 UTC  (9+ messages)
` [PATCH 1/3] kvm: dont hold pagecount reference for mapped sptes pages
  ` [PATCH 2/3] kvm: add SPTE_HOST_WRITEABLE flag to the shadow ptes

[PATCH v2 01/10] Add decoding of 16bit second immediate argument
 2009-04-12  7:26 UTC  (10+ messages)
` [PATCH v2 02/10] Add lcall decoding
` [PATCH v2 03/10] Complete ljmp decoding at decode stage
` [PATCH v2 04/10] Complete short/near jcc decoding in "
` [PATCH v2 05/10] Complete decoding of call near "
` [PATCH v2 06/10] Add unsigned byte immediate decode
` [PATCH v2 07/10] Completely decode in/out at decoding stage
` [PATCH v2 08/10] Decode soft interrupt instructions
` [PATCH v2 09/10] Add new mode of instruction emulation: skip
` [PATCH v2 10/10] [AMD] Skip instruction on a task switch only when appropriate

trouble with dvd drives
 2009-04-12  6:15 UTC  (2+ messages)

[PATCH] deal with interrupt shadow state for emulated instruction
 2009-04-11 21:15 UTC  (3+ messages)

[PATCH 1/3] Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip too
 2009-04-11 19:53 UTC  (10+ messages)
` [PATCH 2/3] Consolidate userspace and kernel interrupt injection for VMX
` [PATCH 3/3] Cleanup vmx_intr_assist()

Server network went away. Host + Guests not reachable
 2009-04-11 18:05 UTC 

Server network went away. Host + Guests not reachable
 2009-04-11 18:07 UTC 

KVM performance
 2009-04-11 16:19 UTC  (7+ messages)
      ` AW: AW: "
          ` AW: "

deactivate fpu when cr0.PE ON?
 2009-04-11 11:43 UTC  (2+ messages)

[PATCH] libkvm: fix build with --with-patched-kernel on 2.6.29
 2009-04-11 11:31 UTC  (2+ messages)

[PATCH] align vga rom to 4k boundary
 2009-04-11 11:14 UTC  (2+ messages)

[PATCH] propagate errors on failed migration
 2009-04-11 11:12 UTC  (2+ messages)

[PATCH 1/9] Add decoding of 16bit second immediate argument
 2009-04-11 11:09 UTC  (5+ messages)
` [PATCH 2/9] Add lcall decoding
` [PATCH 6/9] Completely decode in/out at decoding stage

kvm-84: Nested virtualization, crashes, and kvm binary name
 2009-04-11  9:30 UTC  (6+ messages)

tlb flushing after spin_unlock of mmu lock
 2009-04-11  4:45 UTC 

Question about KVM and PC speaker
 2009-04-10 19:42 UTC 

[ kvm-Bugs-2733678 ] network problems
 2009-04-10 19:34 UTC 

[ kvm-Bugs-2750575 ] kvm-84 crash with -m 475M and above
 2009-04-10 16:09 UTC 

Compilation error: implicit declaration of function ‘recalibrate_cpu_khz’
 2009-04-10 11:29 UTC 

[patch 0/3] Patches for KVM & RT
 2009-04-10  7:23 UTC  (11+ messages)
` [patch 1/3] Make rt_down_read_trylock() behave like down_read_trylock()
` [patch 2/3] kvm: convert spin-locks to raw_spinlock_t
` [patch 3/3] kvm: wake up waitqueue before calling get_cpu()

[PATCH 1/2] Make BIOS irq0->inti2 override configurable from userspace
 2009-04-09 22:20 UTC  (2+ messages)
` [PATCH 2/2] Finish HPET implementation for KVM

3525MB RAM Limit
 2009-04-09 20:01 UTC  (8+ messages)
      `  "

3525MB RAM Limit
 2009-04-09 18:27 UTC 

how to convert manual vm to libvirtd management
 2009-04-09 18:14 UTC  (2+ messages)

[PATCH] handle -smp > 16 more cleanly
 2009-04-09 16:48 UTC 

[patch 0/2] disable unsync global page optimization
 2009-04-09 16:16 UTC  (2+ messages)

[PATCH] KVM: Make kvm header compile under g++
 2009-04-09 16:10 UTC  (7+ messages)

[PATCH 2/2] The included file "stropts.h" does not exist in the source tree, so this line should be deleted
 2009-04-09 16:07 UTC  (2+ messages)

[PATCH] kvm: Fix wrong counting of MSI-X table size
 2009-04-09 15:35 UTC  (2+ messages)

solaris 10 x86 regression due to timer
 2009-04-09 15:30 UTC  (3+ messages)
` KVM: PIT: fix count read and mode 0 handling

[PATCH 1/1] kvm: don't check per-vector mask bit before enable MSI-X
 2009-04-09 15:29 UTC  (2+ messages)

[PATCH][KVM-Autotest] Change permissions to allow execution of autotestd_monitor
 2009-04-09 14:26 UTC 

[PATCH] disable interrupt shadow state for emulated instruction
 2009-04-09  7:41 UTC  (10+ messages)

one question about virualization and kvm
 2009-04-09  5:42 UTC  (3+ messages)

[PATCH 0/4] ksm - dynamic page sharing driver for linux v3
 2009-04-09  3:58 UTC  (5+ messages)
` [PATCH 1/4] MMU_NOTIFIERS: add set_pte_at_notify()
  ` [PATCH 2/4] add page_wrprotect(): write protecting page
    ` [PATCH 3/4] add replace_page(): change the page pte is pointing to
      ` [PATCH 4/4] add ksm kernel shared memory driver

[PATCH 0/16 v6] Device assignment improvement in userspace
 2009-04-09  1:31 UTC  (4+ messages)
` [PATCH 13/16] kvm: enable MSI-X capabilty for assigned device

User Question
 2009-04-09  0:58 UTC  (3+ messages)

[PATCH v2 0/3] qemu: SMBIOS support
 2009-04-08 22:06 UTC  (4+ messages)
` [PATCH v2 1/3] qemu: Add prototype and make qemu_uuid_parse() non-static
` [PATCH v2 2/3] qemu: Add support for SMBIOS command line otions
` [PATCH v2 3/3] qemu:bios: Load SMBIOS entries and files from qemu


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