messages from 2011-05-10 16:02:11 to 2011-05-15 08:20:12 UTC [more...]
[PATCH 1/7] KVM: MMU: optimize pte write path if don't have protected sp
2011-05-15 8:20 UTC (8+ messages)
` [PATCH 2/7] KVM: use __copy_to_user/__clear_user to write guest page
` [PATCH 3/7] KVM: fix uninitialized warning
` [PATCH 4/7] KVM: MMU: abstract the operation of rmap
` [PATCH 5/7] KVM: MMU: remove the arithmetic of parent pte rmap
` [PATCH 6/7] KVM: MMU: cleanup for kvm_mmu_page_unlink_children
` [PATCH 7/7] KVM: MMU: cleanup for dropping parent pte
[PATCH] kvm tools: Return correct values from disk IOV functions
2011-05-14 16:34 UTC
[PATCH 1/3] KVM: x86 emulator: Place insn_fetch helpers together
2011-05-14 16:00 UTC (3+ messages)
` [PATCH 2/3] KVM: x86 emulator: Stop passing ctxt->ops as arg of decode helpers
` [PATCH 3/3] KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functions
VHPC'11 submission deadline extension
2011-05-14 14:49 UTC
[PATCH 1/2] kvm tools: Bring VIRTIO_BLK_F_SEG_MAX feature back to virtio blk
2011-05-13 16:16 UTC (7+ messages)
` [PATCH 2/2] kvm tools: Tune the command-line option
Video card passthrough success
2011-05-13 13:26 UTC (3+ messages)
[PATCH v2] Add an isa device for SGA
2011-05-13 13:00 UTC (3+ messages)
` [Qemu-devel] "
[PATCH v1 0/5] KVM in-guest performance monitoring
2011-05-13 12:34 UTC (21+ messages)
` [PATCH v1 1/5] perf: add context parameter to perf_event overflow handler
` [PATCH v1 2/5] x86, perf: add constraints for architectural PMU v1
` [PATCH v1 3/5] perf: export perf_event_refresh() to modules
` [PATCH v1 4/5] KVM: Expose kvm_lapic_local_deliver()
` [PATCH v1 5/5] KVM: Expose a version 1 architectural PMU to guests
[PATCH 00/16] qemu-kvm: Cleanup and switch to upstream - Part II
2011-05-13 12:14 UTC (17+ messages)
` [PATCH 01/16] qemu-kvm: Drop kvm_cpu_register_phys_memory_client wrapper
` [PATCH 02/16] qemu-kvm: Drop kvm_inject_interrupt
` [PATCH 03/16] Revert "qemu-kvm-x86: consider the irq0override flag in kvm_arch_init_irq_routing"
` [PATCH 04/16] qemu-kvm: Drop IRQ0 override test from ioapic_set_irq
` [PATCH 05/16] qemu-kvm: Clean up IRQ0 override configuration
` [PATCH 06/16] qemu-kvm: Refactor irqchip and routing initialization
` [PATCH 07/16] qemu-kvm: Fold kvm_get_gsi_count into kvm_create_irqchip
` [PATCH 08/16] qemu-kvm: Make some private functions static
` [PATCH 09/16] qemu-kvm: Implement kvm_has_pit_state2 in upstream style
` [PATCH 10/16] qemu-kvm: Fold kvm_set_irq_level into kvm_set_irq
` [PATCH 11/16] qemu-kvm: Remove kvm_context from public interfaces
` [PATCH 12/16] qemu-kvm: Fold kvm_set_boot_vcpu_id into kvm_set_boot_cpu_id
` [PATCH 13/16] qemu-kvm: Remove handle_io_window
` [PATCH 14/16] qemu-kvm: Merge kvm_context into KVMState
` [PATCH 15/16] qemu-kvm: Use KVM-optimized interrupt handler
` [PATCH 16/16] qemu-kvm: Use upstream kvm_init
[PATCH] kvm tools: Fix type mismatches on GCC 4.4 on 32-bit systems
2011-05-13 10:05 UTC (5+ messages)
[PATCH] Avoid segmentation fault for qdev device not found
2011-05-13 8:41 UTC (2+ messages)
[PATCH] kvm: log directly from the guest to the host kvm buffer
2011-05-12 23:59 UTC (5+ messages)
[PATCH 0/30] nVMX: Nested VMX, v9
2011-05-12 17:00 UTC (11+ messages)
[PATCH] Add an isa device for SGA
2011-05-12 14:46 UTC (5+ messages)
[PATCH] KVM: Sanitize cpuid
2011-05-12 13:23 UTC
[PATCH 1/2] kvm tools: Use '-c' for '--cpus', not '--console'
2011-05-12 13:20 UTC (5+ messages)
` [PATCH 2/2] kvm tools: Print out important command line options at startup
CentOS 5.6 & KVM
2011-05-12 12:41 UTC (2+ messages)
[PATCH 0/13] Hypervisor-mode KVM on POWER7
2011-05-12 11:57 UTC (21+ messages)
` [PATCH 01/13] kvm/powerpc: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s
` [PATCH 02/13] kvm/powerpc: Fix kvmppc_core_pending_dec
` [PATCH 03/13] kvm/powerpc: Fix the build for 32-bit Book 3S (classic) processors
` [PATCH 04/13] kvm/powerpc: Split out code from book3s.c into book3s_pr.c
` [PATCH 05/13] powerpc, kvm: Rework KVM checks in first-level interrupt handlers
` [PATCH 06/13] kvm/powerpc: Deliver program interrupts right away instead of queueing them
` [PATCH 07/13] kvm/powerpc: Pass init/destroy vm and prepare/commit memory region ops down
` [PATCH 08/13] kvm/powerpc: Move guest enter/exit down into subarch-specific code
` [PATCH 09/13] powerpc: Set up LPCR for running guest partitions
` [PATCH 10/13] kvm/powerpc: Add support for Book3S processors in hypervisor mode
` [PATCH 11/13] kvm/powerpc: Handle some PAPR hcalls in the kernel
` [PATCH 12/13] kvm/powerpc: Accelerate H_PUT_TCE by implementing it in real mode
` [PATCH 13/13] kvm/powerpc: Allow book3s_hv guests to use SMT processor modes
[PATCH v4 0/5] hpet 'driftfix': alleviate time drift with HPET periodic timers
2011-05-12 9:48 UTC (4+ messages)
` [PATCH v4 5/5] hpet 'driftfix': add code in hpet_timer() to compensate delayed callbacks and coalesced interrupts
` [Qemu-devel] "
[RFC][PATCH 0/3] perf support for amd guest/host-only bits
2011-05-12 9:21 UTC (28+ messages)
` [PATCH 1/3] perf, core: Introduce attrs to count in either host or guest mode
` [PATCH 2/3] perf, x86: Use GO/HO bits in perf-ctr
` [PATCH 3/3] perf, tools: Add support for guest/host-only profiling
[PATCH 1/2] kvm tools: Rename 'self' variables
2011-05-12 8:09 UTC (3+ messages)
` [PATCH 2/2] kvm tools: Use constants for commonly used mmap flags
` [PATCH] kvm tools: Use standardized style for the virtio/net.c driver
[PATCH 1/3 V4] kvm tools: Add memory gap for larger RAM sizes
2011-05-12 7:34 UTC (6+ messages)
[PATCH] kvm tools: Lookup symbol based on RIP for 'kill -3'
2011-05-12 7:28 UTC (4+ messages)
[PATCH] kvm tools: QCOW code cleanups
2011-05-12 0:56 UTC (2+ messages)
[PATCH 1/3 V2] kvm tools: Add memory gap for larger RAM sizes
2011-05-11 7:39 UTC (2+ messages)
[PATCH 1/3] kvm tools: Add memory gap for larger RAM sizes
2011-05-11 11:15 UTC (6+ messages)
` [PATCH 2/3 V2] kvm tools: Prevent PFN wraparound
` [PATCH 3/3] kvm tools: Use definitions from kernel headers
[PATCH 1/2] kvm tools: Add memory gap for larger RAM sizes
2011-05-11 9:28 UTC (11+ messages)
` [PATCH 2/2] kvm tools: Prevent PFN wraparound
[PATCH] kvm tools: Add memory gap for larger RAM sizes
2011-05-11 11:18 UTC (4+ messages)
[PATCH 00/18] virtio and vhost-net performance enhancements
2011-05-11 17:10 UTC (2+ messages)
Fwd: Graphics pass-through
2011-05-11 14:14 UTC (19+ messages)
` "
[PATCH] kvm tools: Add debug() helper
2011-05-11 16:10 UTC
CfP 6th Workshop on Virtualization in High-Performance Cloud Computing (VHPC'11) - Deadline Extension
2011-05-11 15:57 UTC
[PATCH v2] kvm: Add documentation for KVM_CAP_NR_VCPUS
2011-05-11 9:58 UTC (2+ messages)
[PATCH 2/3 V3] kvm tools: Prevent PFN wraparound
2011-05-11 15:17 UTC (2+ messages)
` [PATCH 3/3] kvm tools: Use definitions from kernel headers
[PATCH] KVM: Document KVM_GET_LAPIC, KVM_SET_LAPIC ioctl
2011-05-11 12:30 UTC
[PATCH v2] KVM: MMU: optimize pte write path if don't have protected sp
2011-05-11 12:01 UTC (3+ messages)
[PATCH] kvm: Fix kvm mmu_notifier initialization order
2011-05-11 11:52 UTC (2+ messages)
[PATCH uq/master V2] kvm: Add CPUID support for VIA CPU
2011-05-11 11:50 UTC (2+ messages)
[PATCH 0/2] make kvm guest mode to be rcu quiescent state
2011-05-11 9:57 UTC (3+ messages)
` [PATCH 2/2] KVM: make guest mode entry "
problem with DRBD backed iSCSI storage pool and KVM guests
2011-05-11 3:48 UTC (2+ messages)
[AUTOTEST][PATCH] Add ability to call autotest client tests from kvm tests like a subtest
2011-05-11 3:13 UTC (2+ messages)
More work on Livebackup for qemu/qemu-kvm
2011-05-11 2:45 UTC
Hello
2011-05-10 16:39 UTC
[PATCH v4 0/3] Store and load PCI device saved state across function resets
2011-05-10 16:02 UTC (4+ messages)
` [PATCH v4 1/3] PCI: Track the size of each saved capability data area
` [PATCH v4 2/3] PCI: Add interfaces to store and load the device saved state
` [PATCH v4 3/3] KVM: Use pci_store/load_saved_state() around VM device usage
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