public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-02-10 09:32:21 to 2011-02-14 15:25:02 UTC [more...]

[PATCH 00/37] [PULL] qemu-kvm.git uq/master queue
 2011-02-14 15:23 UTC  (29+ messages)
` [PATCH 01/37] Prevent abortion on multiple VCPU kicks
` [PATCH 02/37] Stop current VCPU on synchronous reset requests
` [PATCH 05/37] Leave inner main_loop faster on pending requests
` [PATCH 06/37] Flatten the main loop
` [PATCH 07/37] kvm: Report proper error on GET_VCPU_MMAP_SIZE failures
` [PATCH 08/37] kvm: Drop redundant kvm_enabled from kvm_cpu_thread_fn
` [PATCH 09/37] kvm: Handle kvm_init_vcpu errors
` [PATCH 10/37] kvm: Provide sigbus services arch-independently
` [PATCH 12/37] kvm: Set up signal mask also for !CONFIG_IOTHREAD
` [PATCH 13/37] kvm: Refactor qemu_kvm_eat_signals
` [PATCH 14/37] kvm: Call qemu_kvm_eat_signals also under !CONFIG_IOTHREAD
` [PATCH 15/37] Set up signalfd "
` [PATCH 19/37] kvm: Unconditionally reenter kernel after IO exits
` [PATCH 20/37] kvm: Remove static return code of kvm_handle_io
` [PATCH 21/37] kvm: Leave kvm_cpu_exec directly after KVM_EXIT_SHUTDOWN
` [PATCH 22/37] kvm: make tsc stable over migration and machine start
` [PATCH 23/37] Refactor kvm&tcg function names in cpus.c
` [PATCH 24/37] Refactor cpu_has_work/any_cpu_has_work "
` [PATCH 25/37] Fix a few coding style violations "
` [PATCH 26/37] Improve vm_stop reason declarations
` [PATCH 27/37] Refactor debug and vmstop request interface
` [PATCH 28/37] Move debug exception handling out of cpu_exec
` [PATCH 29/37] kvm: Separate TCG from KVM cpu execution
` [PATCH 30/37] kvm: x86: Prepare VCPU loop for in-kernel irqchip
` [PATCH 32/37] kvm: x86: Catch and report failing IRQ and NMI injections
` [PATCH 33/37] kvm: Remove unneeded memory slot reservation
` [PATCH 35/37] cirrus: Remove obsolete kvm.h include
` [PATCH 36/37] kvm: Make kvm_state globally available

Possible netfilter-related memory corruption in 2.6.37
 2011-02-14 15:18 UTC  (3+ messages)

[Bug 27052] New: Module KVM : unable to handle kernel NULL pointer dereference at
 2011-02-14 14:52 UTC  (15+ messages)
` [Bug 27052] "

[PATCH 0/3] Optimize STI; HLT while an interrupt is pending
 2011-02-14 14:42 UTC  (4+ messages)
` [PATCH 1/3] KVM: VMX: Cache CPU_BASED_VM_EXEC_CONTROL VMCS field
` [PATCH 2/3] KVM: VMX: Short circuit STI; HLT while an interrupt is pending
` [PATCH 3/3] KVM: SVM: "

Migration of WinXP Guest -> usb+network failure
 2011-02-14 14:32 UTC  (2+ messages)

[RFC PATCH V2 0/5] macvtap TX zero copy between guest and host kernel
 2011-02-14 13:09 UTC  (2+ messages)

Notice
 2011-02-14 12:32 UTC 

KVM call minutes for Feb 8
 2011-02-14 10:23 UTC  (59+ messages)
` [Qemu-devel] "

[PATCH V6 1/4] nmi: convert cpu_index to cpu-index
 2011-02-14 10:15 UTC  (5+ messages)

[PATCH V6 4/4 resend] nmi: report error(QError) when the cpu-index is invalid
 2011-02-14 10:09 UTC 

[PATCH V6 3/4 resend] qmp,nmi: convert do_inject_nmi() to QObject
 2011-02-14 10:09 UTC 

[PATCH V6 2/4 resend] nmi: make cpu-index argument optional
 2011-02-14 10:09 UTC 

[PATCH V6 1/4 resend] nmi: convert cpu_index to cpu-index
 2011-02-14 10:09 UTC 

[PATCH] qemu-kvm: Clean up IOAPIC after upstream merge
 2011-02-14  9:35 UTC 

[PATCH 1/2] Refactor zone_reclaim code (v4)
 2011-02-13 17:33 UTC  (11+ messages)
` [PATCH 3/3] Provide control over unmapped pages (v4)

RFC: New API for PPC for vcpu mmu access
 2011-02-13 22:43 UTC  (21+ messages)

[PATCH 0/29] nVMX: Nested VMX, v8
 2011-02-13 20:07 UTC  (8+ messages)
` [PATCH 07/29] nVMX: Hold a vmcs02 for each vmcs12

[PATCH 0/6] KVM support for TSC scaling
 2011-02-13 15:19 UTC  (6+ messages)
` [PATCH 5/6] KVM: X86: Delegate tsc-offset calculation to architecture code
` [PATCH 6/6] KVM: X86: Implement userspace interface to set virtual_tsc_khz

EPT: Misconfiguration
 2011-02-13 14:40 UTC  (13+ messages)

[PATCH v3 0/6] Steal time for KVM
 2011-02-12 23:46 UTC  (10+ messages)
` [PATCH v3 1/6] KVM-HDR: KVM Steal time implementation
` [PATCH v3 2/6] KVM-HV: "
` [PATCH v3 3/6] KVM-GST: KVM Steal time accounting
` [PATCH v3 4/6] KVM-GST: KVM Steal time registration
` [PATCH v3 5/6] KVM-GST: adjust scheduler cpu power
` [PATCH v3 6/6] Describe KVM_MSR_STEAL_TIME

"Winner"
 2011-02-12 23:24 UTC 

PCI Passthrough, error: The driver 'pci-stub' is occupying your device 0000:08:06.2
 2011-02-12 16:04 UTC  (5+ messages)

[PATCH] kvm: add the __noclone attribute
 2011-02-11 21:49 UTC  (2+ messages)

[KVM-AUTOTEST PATCH v2] KVM test: refactor kvm_config.py
 2011-02-11 19:01 UTC 

hello
 2011-02-11 17:31 UTC 

vhost disables kvm acceleration
 2011-02-11 13:56 UTC  (2+ messages)

who cames from xen?
 2011-02-11  6:30 UTC  (7+ messages)

[PATCH uq/master -v2 2/2] KVM, MCE, unpoison memory address across reboot
 2011-02-11  1:20 UTC  (5+ messages)

Does KVM use one EPT table per Guest CR3?
 2011-02-10 20:47 UTC  (10+ messages)

[PATCH 2/2] KVM: Convert read-only users of vm_list to RCU
 2011-02-10 14:55 UTC  (14+ messages)

[KVM-AUTOTEST PATCH] KVM test: refactor kvm_config.py
 2011-02-10 13:45 UTC  (16+ messages)
    ` [Autotest] "

[PATCH 00/18] Kemari for KVM v0.2.10
 2011-02-10 10:51 UTC  (21+ messages)
` [PATCH 02/18] Introduce read() to FdMigrationState
  ` [Qemu-devel] "
` [PATCH 04/18] qemu-char: export socket_set_nodelay()
` [PATCH 05/18] vl.c: add deleted flag for deleting the handler
` [PATCH 06/18] virtio: decrement last_avail_idx with inuse before saving
` [PATCH 07/18] Introduce fault tolerant VM transaction QEMUFile and ft_mode
` [PATCH 09/18] Introduce event-tap
` [PATCH 10/18] Call init handler of event-tap at main() in vl.c
` [PATCH 11/18] ioport: insert event_tap_ioport() to ioport_write()
` [PATCH 13/18] net: insert event-tap to qemu_send_packet() and qemu_sendv_packet_async()
` [PATCH 14/18] block: insert event-tap to bdrv_aio_writev(), bdrv_aio_flush() and bdrv_flush()
` [PATCH 16/18] migration: introduce migrate_ft_trans_{put,get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on
` [PATCH 17/18] migration-tcp: modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close fd when ft_mode is enabled
` [PATCH 18/18] Introduce "kemari:" to enable FT migration mode (Kemari)

[PATCH] KVM: x86: Convert tsc_write_lock to raw_spinlock
 2011-02-10 10:40 UTC  (2+ messages)

[PATCH] KVM: remove isr_ack logic from PIC
 2011-02-10 10:37 UTC  (2+ messages)

[PATCH] kvm: fix detection of BIOS disabling VMX
 2011-02-10 10:01 UTC  (2+ messages)

[GIT PULL] KVM fix for 2.6.38-rc4
 2011-02-10  9:50 UTC 


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