messages from 2008-11-04 14:53:51 to 2008-11-06 20:07:38 UTC [more...]
[PATCH] virtio: Define and use per-architecture "pfn shift" constants
2008-11-06 20:07 UTC (7+ messages)
[PATCH 0/16 v6] PCI: Linux kernel SR-IOV support
2008-11-06 20:04 UTC (22+ messages)
` [PATCH 15/16 v6] PCI: document the SR-IOV sysfs entries
` [PATCH 16/16 v6] PCI: document the new PCI boot parameters
` git repository for SR-IOV development?
[PATCH] qemu: define and use VIRTIO_PFN_SHIFT
2008-11-06 20:02 UTC (5+ messages)
[PATCH 00/15] x86: disable virt on kdump and emergency_restart (v2)
2008-11-06 19:50 UTC (27+ messages)
` [PATCH 01/15] x86 kdump: Extract kdump-specific code from crash_nmi_callback()
` [PATCH 02/15] x86 kdump: Move crashing_cpu assignment to nmi_shootdown_cpus()
` [PATCH 03/15] x86 kdump: Create kdump_nmi_shootdown_cpus()
` [PATCH 04/15] x86 kdump: Make kdump_nmi_callback() a function ptr on crash_nmi_callback()
` [PATCH 05/15] x86 kdump: Make nmi_shootdown_cpus() non-static
` [PATCH 06/15] x86: Move nmi_shootdown_cpus() to reboot.c
` [PATCH 07/15] x86: Make nmi_shootdown_cpus() available on !SMP and !X86_LOCAL_APIC
` [PATCH 08/15] x86: Disable IRQs before doing anything on nmi_shootdown_cpus()
` [PATCH 09/15] x86: Emergency virtualization disable function
` [PATCH 10/15] kdump: Hook emergency_virt_disable() on crash shutdown code
` [PATCH 11/15] x86: disable virtualization on all CPUs if needed, on emergency_restart
` [PATCH 12/15] kvm: svm: no-parameters version of svm_hardware_disable()
` [PATCH 13/15] kvm: svm: register virt_disable function on hardware_setup
` [PATCH 14/15] kvm: vmx: crash_hardware_disable function
` [PATCH 15/15] Revert "x86: default to reboot via ACPI"
[PATCH] restart search at beggining of vmalloc address
2008-11-06 20:58 UTC
Boot Problem (and fix)
2008-11-06 19:00 UTC (6+ messages)
thread/core siblings info for guests
2008-11-06 18:01 UTC (15+ messages)
` [Patch 1] "
` [patch 2] "
` [Patch 3] "
[PATCH 0/6] Kill off the virtio_net tx mitigation timer
2008-11-06 17:45 UTC (18+ messages)
` [PATCH 1/6] kvm: qemu: virtio: remove unused variable
` [PATCH 2/6] kvm: qemu: dup the qemu_eventfd() return
` [PATCH 3/6] kvm: qemu: add qemu_eventfd_write() and qemu_eventfd_read()
` [PATCH 4/6] kvm: qemu: aggregate reads from eventfd
` [PATCH 5/6] kvm: qemu: virtio-net: handle all tx in I/O thread without timer
[PATCH 00/14] x86: disable virt on kdump and emergency_restart
2008-11-06 17:45 UTC (28+ messages)
` [PATCH 02/16] x86 kdump: Move crashing_cpu assignment to nmi_shootdown_cpus()
` [PATCH 04/16] x86 kdump: Make kdump_nmi_callback() a function ptr on crash_nmi_callback()
` [PATCH 05/16] x86 kdump: Make nmi_shootdown_cpus() non-static
` [PATCH 07/16] x86: Make nmi_shootdown_cpus() available on !SMP and !X86_LOCAL_APIC
` [PATCH 08/16] x86: Emergency virtualization disable function
` [PATCH 09/16] kdump: Hook emergency_virt_disable() on crash shutdown code
` [PATCH 13/16] kvm: vmx: crash_hardware_disable function
` [PATCH 15/16] kvm: x86: set kdump virt_disable function on initialization
preempt.c not in hack-files
2008-11-06 16:34 UTC (2+ messages)
[ANNOUNCE] kvm-78 release
2008-11-06 16:20 UTC (4+ messages)
KVM_CAP_DEVICE_ASSIGNMENT should depend on CONFIG_PCI
2008-11-06 16:13 UTC (2+ messages)
qemu bios does not bootup
2008-11-06 16:10 UTC (2+ messages)
Fix to issues with kvm.h and g++
2008-11-06 15:57 UTC (2+ messages)
Monitoring access to a guest page?
2008-11-06 15:56 UTC (2+ messages)
How to do an automated backup?
2008-11-06 15:48 UTC (2+ messages)
[PATCH] x86 CPUID extended family/model
2008-11-06 15:16 UTC (2+ messages)
[PATCH 2/2] KVM: Fix kvm_free_physmem_slot memory leak
2008-11-06 15:14 UTC (3+ messages)
[PATCH] Activate Virtualization On Demand v3
2008-11-06 13:51 UTC (7+ messages)
[PATCH] KVM: VMX: Set IGMT bit in EPT entry
2008-11-06 13:47 UTC (3+ messages)
[PATCH] kvm: qemu: Fix command info expression of "pci_add"
2008-11-06 12:48 UTC (2+ messages)
[ kvm-Bugs-2229083 ] RHES4 32bit with kernel 2.6.9-78.0.1 doesn't boot up
2008-11-06 12:14 UTC
[ kvm-Bugs-2229083 ] RHES4 32bit with kernel 2.6.9-78.0.1 doesn't boot up
2008-11-06 10:41 UTC
[PATCH 00 of 14] Kernel updates for PowerPC KVM
2008-11-06 9:12 UTC (16+ messages)
` [PATCH 01 of 14] kvm: ppc: Move 440-specific TLB code into 44x_tlb.c
` [PATCH 02 of 14] kvm: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"
` [PATCH 03 of 14] KVM: ppc: combine booke_guest.c and booke_host.c
` [PATCH 04 of 14] KVM: ppc: Refactor powerpc.c to relocate 440-specific code
` [PATCH 05 of 14] ppc: Create disassemble.h to extract instruction fields
` [PATCH 06 of 14] KVM: ppc: refactor instruction emulation into generic and core-specific pieces
` [PATCH 07 of 14] kvm: ppc: Move the last bits of 44x code out of booke.c
` [PATCH 08 of 14] kvm: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor
` [PATCH 09 of 14] kvm: ppc: adjust vcpu types to support 64-bit cores
` [PATCH 10 of 14] [PATCH] kvmppc: fix set regs to take care of msr change
` [PATCH 11 of 14] kvm: ppc: optimize kvm stat handling
` [PATCH 12 of 14] kvm: ppc: optimize find first bit
` [PATCH 13 of 14] kvm: ppc: optimize irq delivery path
` [PATCH 14 of 14] kvm: ppc: improve trap emulation
large page size virtio issues
2008-11-05 20:29 UTC (8+ messages)
[PATCH 1/2] Add HPET emulation to qemu (v3)
2008-11-05 14:48 UTC (7+ messages)
` [Qemu-devel] "
[PATCH] Activate Virtualization On Demand v2
2008-11-05 13:12 UTC (12+ messages)
[patch] kvm-userland - raise max vcpus to 256 for ia64
2008-11-05 12:07 UTC (3+ messages)
[PATCH 0 of 9] Kernel updates for PowerPC KVM
2008-11-05 10:40 UTC (11+ messages)
` [PATCH 1 of 9] KVM: ppc: refactor instruction emulation into generic and core-specific pieces
` [PATCH 2 of 9] kvm: ppc: Move the last bits of 44x code out of booke.c
` [PATCH 3 of 9] kvm: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor
` [PATCH 4 of 9] kvm: ppc: adjust vcpu types to support 64-bit cores
` [PATCH 5 of 9] [PATCH] kvmppc: fix set regs to take care of msr change
` [PATCH 6 of 9] kvm: ppc: optimize kvm stat handling
` [PATCH 7 of 9] kvm: ppc: optimize find first bit
` [PATCH 8 of 9] kvm: ppc: optimize irq delivery path
` [PATCH 9 of 9] kvm: ppc: improve trap emulation
[PATCH 1/1] kvm: fix external module on mtrr_var_range
2008-11-05 9:16 UTC (2+ messages)
[ANNOUNCE] kvm-78 release
2008-11-05 9:09 UTC (2+ messages)
kvm pci passthrough
2008-11-05 5:36 UTC (4+ messages)
[PATCH] regression: vmalloc easily fail
2008-11-05 0:21 UTC (12+ messages)
SPICE protocol portability
2008-11-04 23:45 UTC
[PATCH] [RFC] Activate Virtualization On Demand
2008-11-04 18:05 UTC
[PATCH] kvm-userspace: move x86 specific calls introduced by device assignement to x86 files
2008-11-04 15:55 UTC (6+ messages)
` regression tests? (was Re: [PATCH] kvm-userspace: move x86 specific calls introduced by device assignement to x86 files)
[PATCH 0/10][v4] Enable MSI for KVM assigned device kernel part
2008-11-04 15:14 UTC (10+ messages)
` [PATCH 09/10] KVM: Enable MSI for device assignment
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