messages from 2009-05-21 13:23:21 to 2009-05-25 06:13:24 UTC [more...]
[PATCH 0/1] x2apic implementation for kvm
2009-05-25 6:13 UTC (7+ messages)
` [PATCH 1/1] x2apic interface to lapic
` [PATCH 2/2] Advertise X2APIC support
64bit guest thinks it is 32bit in kvm-86 - Intel only
2009-05-25 2:45 UTC
potential tss trampling, assumptions about physical memory layout
2009-05-24 21:44 UTC
[ANNOUNCE] kvm-86 release
2009-05-24 21:23 UTC (11+ messages)
` kvm-86 release - USB thumbdrive
NULL pointer dereference in kernel code, ignored parameters in libkvm
2009-05-24 20:26 UTC (3+ messages)
[KVM-AUTOTEST PATCH] RHEL-4.7 step files: fix the initial boot barriers
2009-05-24 19:31 UTC (17+ messages)
` [KVM-AUTOTEST PATCH] RHEL-5.3 step files: fix initial boot barriers and an inconsistent dialog
` [KVM-AUTOTEST PATCH] WinXP step files: add an optional barrier to deal with a closed start menu
` [KVM-AUTOTEST PATCH] stepeditor.py: get rid of some annoying keyboard shortcuts
` [KVM-AUTOTEST PATCH] Use new function VM.get_name() to get the VM's name, instead of VM.name
` [KVM-AUTOTEST PATCH] VM.create(): always destroy() the VM before attempting to start it
` [KVM-AUTOTEST PATCH] kvm_vm.py: choose a monitor filename in the constructor instead of VM.create()
` [KVM-AUTOTEST PATCH] kvm_vm.py: make sure the bulk of VM.create() is not executed in parallel
` [KVM-AUTOTEST PATCH] kvm_vm.py: add new function VM.clone() which returns a clone of the VM
` [KVM-AUTOTEST PATCH] kvm_utils.py: remote_login(): improve regular expression matching
` [KVM-AUTOTEST PATCH] kvm_vm.py: add new VM parameter 'x11_display' that controls $DISPLAY
` [KVM-AUTOTEST PATCH] kvm_runtest_2.py: use environment filename specified by the 'env' parameter
` [KVM-AUTOTEST PATCH] kvm_runtest_2.py: use pickle instead of shelve when loading/saving env
2.6.29.1 BUG: unable to handle kernel NULL pointer dereference at (null) -> Oops
2009-05-24 17:25 UTC (3+ messages)
Userspace MSR handling
2009-05-24 16:15 UTC (4+ messages)
[PATCH 00/45] KVM updates for the 2.6.31 merge window (batch 3/3)
2009-05-24 15:50 UTC (46+ messages)
` [PATCH 01/45] KVM: Remove inject_pending_vectors() callback
` [PATCH 02/45] KVM: Remove kvm_push_irq()
` [PATCH 03/45] KVM: sync_lapic_to_cr8() should always sync cr8 to V_TPR
` [PATCH 04/45] KVM: Do not report TPR write to userspace if new value bigger or equal to a previous one
` [PATCH 05/45] KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_open
` [PATCH 06/45] KVM: SVM: Add NMI injection support
` [PATCH 07/45] KVM: Fix userspace IRQ chip migration
` [PATCH 08/45] KVM: Get rid of get_irq() callback
` [PATCH 09/45] KVM: Wake up waitqueue before calling get_cpu()
` [PATCH 10/45] KVM: Replace get_mt_mask_shift with get_mt_mask
` [PATCH 11/45] KVM: Enable snooping control for supported hardware
` [PATCH 12/45] KVM: VMX: Disable VMX when system shutdown
` [PATCH 13/45] KVM: Trivial format fix in setup_routing_entry()
` [PATCH 14/45] KVM: fix apic_debug instances
` [PATCH 15/45] KVM: SVM: Fix cross vendor migration issue in segment segment descriptor
` [PATCH 16/45] KVM: SVM: Don't reinject event that caused a task switch
` [PATCH 17/45] KVM: Drop request_nmi from stats
` [PATCH 18/45] KVM: Fix cpuid feature misreporting
` [PATCH 19/45] KVM: Add AMD cpuid bit: cr8_legacy, abm, misaligned sse, sse4, 3dnow prefetch
` [PATCH 20/45] x86: Add cpu features MOVBE and POPCNT
` [PATCH 21/45] KVM: Update cpuid 1.ecx reporting
` [PATCH 22/45] KVM: use smp_send_reschedule in kvm_vcpu_kick
` [PATCH 23/45] KVM: protect assigned dev workqueue, int handler and irq acker
` [PATCH 24/45] KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()
` [PATCH 25/45] KVM: Deal with interrupt shadow state for emulated instructions
` [PATCH 26/45] KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lock
` [PATCH 27/45] KVM: take mmu_lock when updating a deleted slot
` [PATCH 28/45] KVM: x86: check for cr3 validity in mmu_alloc_roots
` [PATCH 29/45] KVM: Expand on "help" info to specify kvm intel and amd module names
` [PATCH 30/45] KVM: s390: Fix memory slot versus run - v3
` [PATCH 31/45] KVM: s390: use hrtimer for clock wakeup from idle - v2
` [PATCH 32/45] KVM: s390: optimize float int lock: spin_lock_bh --> spin_lock
` [PATCH 33/45] KVM: s390: Unlink vcpu on destroy - v2
` [PATCH 34/45] KVM: s390: Sanity check on validity intercept
` [PATCH 35/45] KVM: s390: Verify memory in kvm run
` [PATCH 36/45] KVM: Unprotect a page if #PF happens during NMI injection
` [PATCH 37/45] KVM: Do not allow interrupt injection from userspace if there is a pending event
` [PATCH 38/45] KVM: Remove irq_pending bitmap
` [PATCH 39/45] KVM: skip_emulated_instruction() decode instruction if size is not known
` [PATCH 40/45] KVM: Do not re-execute INTn instruction
` [PATCH 41/45] KVM: Always request IRQ/NMI window if an interrupt is pending
` [PATCH 42/45] KVM: inject NMI after IRET from a previous NMI, not before
` [PATCH 43/45] KVM: Do not migrate pending software interrupts
` [PATCH 44/45] KVM: Disable CR8 intercept if tpr patching is active
` [PATCH 45/45] KVM: Move "exit due to NMI" handling into vmx_complete_interrupts()
[PATCH][KVM-AUTOTEST] Make code to remove kvm modules more robust
2009-05-24 15:36 UTC (2+ messages)
[PATCH v2] kvm: x86: Allow PIT emulation without speaker port
2009-05-24 15:04 UTC (3+ messages)
` [PATCH v3] "
[KVM-AUTOTEST PATCH] Instead of trying to remove kvm modules with rmmod, use modprobe -r, as it handles module dependencies better
2009-05-24 14:54 UTC (3+ messages)
[patch 0/4] move irq protection role to separate kvm->irq_lock
2009-05-24 14:53 UTC (4+ messages)
` [patch 4/4] KVM: switch irq injection/acking to irq_lock
[PATCH][KVM-AUTOTEST] Have Custom install chdir to test.bindir
2009-05-24 14:51 UTC (4+ messages)
` [PATCH][KVM-AUTOTEST] Check exit status of custom install script and fail if script failed
[RFC] KVM-Autotest: basic parallel test execution
2009-05-24 14:46 UTC (3+ messages)
[PATCH 0/3] kvm-s390: revised version of kvm-s390 guest memory handling
2009-05-24 14:39 UTC (3+ messages)
` [PATCH 3/3] kvm-s390: streamline memslot handling
[patch 2/4] KVM: move coalesced_mmio locking to its own device
2009-05-24 14:10 UTC (11+ messages)
` [patch 0/4] move irq protection role to separate lock v2
` [patch 3/4] KVM: introduce irq_lock, use it to protect ioapic
BUG REPORT: -net tap,fd=X does not work correctly in kvm-86
2009-05-24 12:56 UTC (6+ messages)
` [libvirt] Re: BUG REPORT: -net tap, fd=X "
[ANNOUNCE] kvm-kmod-2.6.30-rc6
2009-05-24 12:15 UTC (3+ messages)
[PATCH] [KVM_Autotest] Fix to allow for "=" in the "value" of a config parameter
2009-05-24 12:14 UTC (2+ messages)
[RFC][PATCH] qemu-kvm: x86: Refactor persistent CPU state
2009-05-24 12:13 UTC (2+ messages)
just a dump
2009-05-24 11:49 UTC (10+ messages)
XP smp using a lot of CPU
2009-05-24 11:42 UTC (7+ messages)
[PATCH] qemu: msi irq allocation api
2009-05-24 11:14 UTC (20+ messages)
` [Qemu-devel] "
[PATCH] qemu-kvm: x86: Init pci_option_rom_offset for VGA BIOS absence
2009-05-24 11:15 UTC (2+ messages)
kvm-85 sometimes not starting on 2.6.30-rc5
2009-05-24 9:47 UTC (4+ messages)
[PATCH] qemu-kvm: x86: Drop redundant tpr prototypes
2009-05-24 8:26 UTC (2+ messages)
[PATCH] kvm-kmod: x86: Define CONFIG_HAVE_KVM_EVENTFD when missing
2009-05-24 8:23 UTC (2+ messages)
[PATCH] kvm-kmod: x86: Drop duplicate external-module-compat objects
2009-05-24 8:17 UTC (5+ messages)
[ kvm-Bugs-2777286 ] Hard Disk: 1 TB images fail to get formatted
2009-05-23 18:54 UTC
[ kvm-Bugs-2629101 ] rdesktop doesnot work using KVM-84
2009-05-23 8:55 UTC
[KVM PATCH v3 0/4] iosignalfd
2009-05-23 4:57 UTC (7+ messages)
` [KVM PATCH v3 1/4] eventfd: export eventfd interfaces for module use
` [KVM PATCH v3 2/4] kvm: add return value to kvm_io_bus_register_dev
` [KVM PATCH v3 3/4] kvm: add io_bus unregister function
` [KVM PATCH v3 4/4] kvm: add iosignalfd support
[PATCH -tip v7 0/6] tracing: kprobe-based event tracer and x86 instruction decoder
2009-05-23 0:28 UTC (7+ messages)
` [PATCH -tip v7 1/6] x86: instruction decoder API
` [PATCH -tip v7 2/6] x86: x86 instruction decoder build-time selftest
` [PATCH -tip v7 3/6] kprobes: checks probe address is instruction boudary on x86
` [PATCH -tip v7 4/6] kprobes: cleanup fix_riprel() using insn decoder "
` [PATCH -tip v7 5/6] x86: add pt_regs register and stack access APIs
` [PATCH -tip v7 6/6] tracing: add kprobe-based event tracer
[PATCH 1/5] Moving from kvm_log to the upstream logging system
2009-05-22 19:16 UTC (3+ messages)
` [PATCH 2/5] Fixing exception raising to be compliant with the autotest coding standard
` [PATCH 4/5] Sanitizing strings before passing them to the logging system
winner
2009-05-22 14:52 UTC
device-assignment deadlock
2009-05-22 15:36 UTC (12+ messages)
` [PATCH 1/1] KVM: Fix potentially recursively get kvm lock
[PATCH] [KVM_Autotest] Added functionality to the preprocessor to run scripts
2009-05-22 11:58 UTC
[PATCH RFC 0/3] decouple vcpu index from apic id
2009-05-22 11:41 UTC (6+ messages)
` [PATCH RFC 3/3] Break dependency between vcpu index in vcpus array and vcpu's "
[PATCH v3 0/2] Intel-IOMMU: source-id checking for interrupt remapping
2009-05-22 16:41 UTC (3+ messages)
` [PATCH v3 1/2] Intel-IOMMU, intr-remap: set the whole 128bits of irte when modify/free it
` [PATCH v3 2/2] Intel-IOMMU, intr-remap: source-id checking
kvm-86 fails to compile with "'IOMMU_CACHE' undeclared"
2009-05-22 7:51 UTC (3+ messages)
[PATCH] [KVM_Autotest] Added functionality to the preprocessor to run scripts
2009-05-21 20:22 UTC
[PATCH] KVM: powerpc: beyond ARRAY_SIZE of vcpu->arch.guest_tlb
2009-05-21 19:53 UTC
[PATCH -tip v6 0/5] tracing: kprobe-based event tracer and x86 instruction decoder
2009-05-21 19:10 UTC (9+ messages)
` [PATCH -tip v6 1/5] x86: instruction decorder API
` [PATCH -tip v6.1 "
` [PATCH -tip v6.1 1/5] x86: instruction decoder API
[KVM PATCH v3 0/4] iosignalfd
2009-05-21 16:49 UTC (3+ messages)
` [KVM PATCH v3 1/4] eventfd: export eventfd interfaces for module use
` [KVM PATCH v3 2/4] kvm: add return value to kvm_io_bus_register_dev
[PATCH] [KVM_Autotest] Fix to allow for "=" in the "value" of a config parameter
2009-05-21 15:36 UTC
[ kvm-Bugs-2792656 ] System freeze after modprobe kvm-intel
2009-05-21 14:34 UTC
[PATCH] kvm: fix irqfd build failure discovered in linux-next
2009-05-21 14:04 UTC (7+ messages)
` [PATCH v2] "
[PATCH v2 0/2] Intel-IOMMU: source-id checking for interrupt remapping
2009-05-21 13:37 UTC (8+ messages)
` [PATCH v2 2/2] Intel-IOMMU, intr-remap: source-id checking
[PATCH v2--refid=<20090521172122.bb12027c.sfr@canb.auug.org.au>] kvm: fix irqfd build failure discovered in linux-next
2009-05-21 13:31 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox