messages from 2011-12-01 08:12:37 to 2011-12-04 14:46:46 UTC [more...]
[PATCH v2 00/16] uq/master: Introduce basic irqchip support
2011-12-04 14:46 UTC (11+ messages)
` [PATCH v2 01/16] msi: Generalize msix_supported to msi_supported
` [PATCH v2 02/16] kvm: Move kvmclock into hw/kvm folder
` [PATCH v2 03/16] apic: Stop timer on reset
` [PATCH v2 04/16] apic: Factor out core for KVM reuse
` [PATCH v2 05/16] apic: Open-code timer save/restore
` [PATCH v2 06/16] i8259: Factor out core for KVM reuse
` [PATCH v2 07/16] ioapic: Convert to memory API
` [PATCH v2 08/16] ioapic: Reject non-dword accesses to IOWIN register
` [PATCH v2 09/16] ioapic: Factor out core for KVM reuse
` [PATCH v2 10/16] memory: Introduce memory_region_init_reservation
[RFC][PATCH 00/16] uq/master: Introduce basic irqchip support
2011-12-04 14:06 UTC (40+ messages)
` [RFC][PATCH 01/16] msi: Generalize msix_supported to msi_supported
` [RFC][PATCH 02/16] kvm: Move kvmclock into hw/kvm folder
` [Qemu-devel] "
` [RFC][PATCH 03/16] apic: Stop timer on reset
` [RFC][PATCH 04/16] apic: Factor out core for KVM reuse
` [RFC][PATCH 05/16] apic: Open-code timer save/restore
` [RFC][PATCH 06/16] i8259: Factor out core for KVM reuse
` [RFC][PATCH 07/16] ioapic: Convert to memory API
` [RFC][PATCH 08/16] ioapic: Reject non-dword accesses to IOWIN register
` [RFC][PATCH 09/16] ioapic: Factor out core for KVM reuse
` [RFC][PATCH 10/16] memory: Introduce memory_region_init_reservation
` [RFC][PATCH 11/16] kvm: Introduce core services for in-kernel irqchip support
` [RFC][PATCH 12/16] kvm: x86: Establish IRQ0 override control
` [RFC][PATCH 13/16] kvm: x86: Add user space part for in-kernel APIC
` [RFC][PATCH 14/16] kvm: x86: Add user space part for in-kernel i8259
` [RFC][PATCH 15/16] kvm: x86: Add user space part for in-kernel IOAPIC
` [RFC][PATCH 16/16] kvm: Arm in-kernel irqchip support
[ANNOUNCE] qemu-kvm-1.0
2011-12-04 12:58 UTC
[PATCH] virtio-ring: Use threshold for switching to indirect descriptors
2011-12-04 12:13 UTC (18+ messages)
[PATCH 1/2] kvm tools: Remove double 'init=' kernel param
2011-12-04 12:11 UTC (9+ messages)
` [PATCH 2/2] kvm tools: Allow easily sandboxing applications within a guest
[PATCH 1/2] kvm: make vcpu life cycle separated from kvm instance
2011-12-04 12:10 UTC (6+ messages)
` [PATCH] "
[PATCH 0/4] KVM: Dirty logging optimization using rmap
2011-12-04 10:20 UTC (20+ messages)
IOAPIC doesn't handle byte writes
2011-12-04 9:53 UTC (2+ messages)
Is it possible to have SDL without X?
2011-12-03 20:02 UTC (3+ messages)
[PATCH V3] Guest stop notification
2011-12-03 11:42 UTC (7+ messages)
` [Qemu-devel] "
[PATCH 0/5 V4] Avoid soft lockup message when KVM is stopped by host
2011-12-03 9:16 UTC (4+ messages)
` [PATCH 3/5 V4] Add ioctl for KVM_GUEST_STOPPED
[RFC] virtio: use mandatory barriers for remote processor vdevs
2011-12-03 6:01 UTC (16+ messages)
W7 shutdown problems
2011-12-03 2:00 UTC
Can I configure cores instead of CPU's
2011-12-03 0:02 UTC (2+ messages)
USB is really slow on my host
2011-12-02 22:29 UTC
[PATCH] KVM test: Check guest for kernel crashes during migration
2011-12-02 20:04 UTC
[PATCH 1/2] virt test: Simplifying address cache messages and exceptions
2011-12-02 19:31 UTC (2+ messages)
` [PATCH 2/2] Virt: virt_utils - Reducing verbosity of the remote login code
[RFC PATCH] vfio: VFIO Driver core framework
2011-12-02 18:52 UTC (22+ messages)
` [Qemu-devel] "
[PATCH] KVM: x86: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pages
2011-12-02 17:35 UTC
[PATCH] KVM: x86: Remove set-but-unused cr4 from check_cr_write
2011-12-02 17:26 UTC
YOUR PAYMENT IS READY FOR PICK UP
2011-12-02 15:08 UTC
[PATCH RFC V3 0/4] kvm : Paravirt-spinlock support for KVM guests
2011-12-02 12:29 UTC (5+ messages)
` [PATCH RFC V3 2/4] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
[PATCH] Code clean up for percpu_xxx() functions
2011-12-02 11:56 UTC (9+ messages)
` [PATCH 1/3] net: use this_cpu_xxx replace percpu_xxx funcs
[patch 00/12] User controlled virtual machines
2011-12-02 11:52 UTC (24+ messages)
` [patch 01/12] [PATCH] kvm-s390: ioctl to switch to user "
` [patch 02/12] [PATCH] kvm-s390-ucontrol: per vcpu address spaces
` [patch 03/12] [PATCH] kvm-s390-ucontrol: export page faults to user
` [patch 04/12] [PATCH] kvm-s390-ucontrol: export SIE control block "
` [patch 05/12] [PATCH] kvm-s390-ucontrol: disable in-kernel handling of SIE intercepts
` [patch 06/12] [PATCH] kvm-s390-ucontrol: disable in-kernel irq stack
` [patch 07/12] [PATCH] kvm-s390-ucontrol: interface to inject faults on a vcpu page table
` [patch 08/12] [PATCH] kvm-s390-ucontrol: disable sca
` [patch 09/12] [PATCH] kvm-s390: fix assumption for KVM_MAX_VCPUS
` [patch 10/12] [PATCH] kvm-s390: storage key interface
` [patch 11/12] [PATCH] kvm-s390-ucontrol: announce capability for user controlled vms
` [patch 12/12] From: Carsten Otte <cotte@de.ibm.com>
[PATCH 1/2] KVM: VMX: Notify if VMX is already in use
2011-12-02 8:53 UTC (3+ messages)
` [PATCH 2/2] KVM: SVM: Notify if SVM "
[Qemu-devel] [PATCH] ivshmem: fix guest unable to start with ioeventfd
2011-12-02 8:00 UTC (4+ messages)
` "
[PATCH] KVM: Veirfy memory slot only for readability
2011-12-02 6:39 UTC (5+ messages)
[PATCH 0/2] Suport for qemu-iotests from inside KVM autotest
2011-12-01 22:12 UTC (3+ messages)
` [PATCH 1/2] KVM test: Make tests aware of the qemu-io path
` [PATCH 2/2] KVM test: Introduce qemu_iotests for the KVM test
[PATCH] Guest stop notification
2011-12-01 21:32 UTC (11+ messages)
[RFC PATCH] Exporting Guest RAM information for NUMA binding
2011-12-01 17:49 UTC (15+ messages)
` [Qemu-devel] "
[PATCH V2] Guest stop notification
2011-12-01 17:29 UTC
[ANNOUNCE] Xen port to Cortex-A15 / ARMv7 with virt extensions
2011-12-01 16:57 UTC (14+ messages)
` [Xen-devel] "
` [Embeddedxen-devel] "
` [Android-virt] "
[PATCH v2 0/3] PCI: Rework config space locking, add INTx masking services
2011-12-01 15:06 UTC (3+ messages)
[PATCH RFC v2 0/2] Initial support for Microsoft Hyper-V
2011-12-01 14:52 UTC (5+ messages)
` [PATCH 1/2] [PATCH RFC v2 1/2] hyper-v: introduce Hyper-V support infrastructure
` [PATCH 2/2] [PATCH RFC v2 2/2] hyper-v: initialize Hyper-V CPUID leaves
monitor flag on native kvm tool guest
2011-12-01 13:58 UTC (6+ messages)
[PATCH 0/2] qemu-io tests: More fine grained control of qemu paths
2011-12-01 13:41 UTC (3+ messages)
` [PATCH 1/2] check: print relevant path information
` [PATCH 2/2] common.config: Allow use of arbitrary qemu* paths
Thanks
2011-12-02 3:58 UTC
Thanks
2011-12-02 3:29 UTC
[PATCH] kvm tools: Process virito blk requests in separate thread
2011-12-01 10:45 UTC (6+ messages)
[PATCH 1/5] jump-label: export jump_label_inc/jump_label_dec
2011-12-01 10:28 UTC (7+ messages)
` [PATCH 2/5] KVM: MMU: audit: replace mmu audit tracepoint with jump-lable
KVM call minutes for November 29
2011-12-01 9:32 UTC (4+ messages)
` [Qemu-devel] "
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;
as well as URLs for NNTP newsgroup(s).