public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-09-16 14:00:34 to 2010-09-20 17:35:50 UTC [more...]

[PATCH 0/4] Real mode interrupt injection emulation
 2010-09-20 17:30 UTC  (7+ messages)
` [PATCH 1/4] KVM: x86 emulator: Expose emulate_int_real()
` [PATCH 2/4] KVM: Add kvm_inject_realmode_interrupt() wrapper
` [PATCH 3/4] KVM: VMX: Emulated real mode interrupt injection
` [PATCH 4/4] KVM: VMX: Respect interrupt window in big real mode

[PATCH 0/9] msix/kvm integration cleanups
 2010-09-20 17:05 UTC  (13+ messages)
` [PATCH 1/9] msix: avoid leaking kvm data on init failure
` [PATCH 2/9] msix: make kvm specific initialization a function
` [PATCH 3/9] msix: move kvm specific msix notify into "
` [PATCH 4/9] msix: move definitions from msix.c to msix.h
` [PATCH 5/9] Add missing #include to hw/irq.h
` [PATCH 6/9] msix: move kvm support functions to kvm-all.c and kvm-stub.c
` [PATCH 7/9] msix: Move kvm_enabled() guards to kvm-all.c functions
` [PATCH 8/9] Protect qemu-kvm.h declarations with NEED_CPU_H
` [PATCH 9/9] Move msix.o build back to Makefile.objs

KVM call agenda for Sept 21
 2010-09-20 16:50 UTC  (2+ messages)

[PATCH] Add RAM -> physical addr mapping in MCE simulation
 2010-09-20 16:10 UTC  (2+ messages)

[KVM timekeeping fixes 1/4] Fix kvmclock bug
 2010-09-20 15:41 UTC  (6+ messages)
` [KVM timekeeping fixes 2/4] Make math work for other scales
  ` [KVM timekeeping fixes 3/4] Rename timer function
    ` [KVM timekeeping fixes 4/4] TSC catchup mode

.img on nfs, relative on ram, consuming mass ram
 2010-09-20 15:34 UTC  (11+ messages)

[PATCH 1/4] KVM: MMU: rename 'sp->root_count' to 'sp->active_count'
 2010-09-20 15:24 UTC  (6+ messages)
` [PATCH 2/4] KVM: MMU: support unsync sp out of the protection of 'mmu_lock'
` [PATCH 3/4] KVM: MMU: move reserved bits check to FNAME(update_pte)
` [PATCH 4/4] KVM: MMU: Don't touch unsync sp in kvm_mmu_pte_write()

[PATCH 1/2] KVM: fix the description of kvm-amd.nested in documentation
 2010-09-20 14:17 UTC  (2+ messages)
` [PATCH 2/2] KVM: document 'kvm.mmu_audit' parameter

Tracing KVM with Systemtap
 2010-09-20 13:36 UTC  (4+ messages)

[PATCHv2] vhost-net: add dhclient work-around from userspace
 2010-09-20 12:12 UTC  (7+ messages)

[RFC PATCH v9 09/16] Don't do skb recycle, if device use external buffer
 2010-09-20 11:36 UTC  (14+ messages)
` [RFC PATCH v9 10/16] Add a hook to intercept external buffers from NIC driver
  ` [RFC PATCH v9 11/16] Add header file for mp device
    ` [RFC PATCH v9 13/16] Add a kconfig entry and make entry "
      ` [RFC PATCH v9 12/16] Add mp(mediate passthru) device

[PATCH v2] Remove qemu-kvm-helper.c
 2010-09-20 11:01 UTC 

[PATCH] Remove qemu-kvm-helper.c
 2010-09-20 10:48 UTC 

[PATCH 0/24] Nested VMX, v5
 2010-09-20 10:20 UTC  (17+ messages)
` [PATCH 16/24] Implement VMLAUNCH and VMRESUME
` [PATCH 19/24] Deciding if L0 or L1 should handle an L2 exit
` [PATCH 20/24] Correct handling of interrupt injection
` [PATCH 22/24] Correct handling of idt vectoring info

[PATCH trace-cmd] plugin_kvm: disassemble instructions for kvm_emulate_insn
 2010-09-20  9:51 UTC  (2+ messages)

[PATCHv2] SVM: do not generate "external interrupt exit" if other exit is pending
 2010-09-20  8:51 UTC  (2+ messages)

[PATCH] SVM: do not generate "external interrupt exit" if other exit is pending
 2010-09-20  7:40 UTC  (5+ messages)

cpu hotplug
 2010-09-20  6:50 UTC  (41+ messages)

[PATCH] kvm: fix irqfd assign/deassign race
 2010-09-19 20:02 UTC 

[PATCH] kvm: fix irqfd assign/deassign race
 2010-09-19 17:02 UTC 

[PATCH] KVM: Convert PIC lock from raw spinlock to ordinary spinlock
 2010-09-19 16:44 UTC 

raw_spinlock_t rules
 2010-09-19 16:43 UTC  (3+ messages)

[PATCH] x86, nmi: workaround sti; hlt race vs nmi; intr
 2010-09-19 16:28 UTC 

[PATCH 0/2] unit-tests: Add tests to measure svm instruction latencys
 2010-09-19 15:07 UTC  (4+ messages)
` [PATCH 1/2] svm: Add VMRUN/VMEXIT latency test
` [PATCH 2/2] svm: Add VMLOAD/VMSAVE "

[v2 RFC PATCH 0/4] Implement multiqueue virtio-net
 2010-09-19 12:44 UTC  (10+ messages)
` [v2 RFC PATCH 1/4] Change virtqueue structure
` [v2 RFC PATCH 2/4] Changes for virtio-net
` [v2 RFC PATCH 3/4] Changes for vhost
` [v2 RFC PATCH 4/4] qemu changes

[PATCH RFC] kvm: enable irq injection from interrupt context
 2010-09-19 11:23 UTC  (24+ messages)

[PATCH v4 0/6] Nonatomic interrupt injection
 2010-09-19 10:09 UTC  (6+ messages)

[PATCH 0/7] New Unit-Tests for KVM SVM emulation v2
 2010-09-19 10:01 UTC  (2+ messages)

[PATCH] fix kvmclock bug
 2010-09-19  0:15 UTC 

KVM timekeeping and TSC virtualization
 2010-09-18 23:53 UTC  (10+ messages)
` [KVM timekeeping 10/35] Fix deep C-state TSC desynchronization

[PATCH] kvm-kmod
 2010-09-18 22:24 UTC  (2+ messages)

[Qemu-devel] [PATCH 2/2] qemu-kvm: Add svm cpuid features
 2010-09-18 22:16 UTC 

Virtio with Debian GNU/Linux Etch
 2010-09-18  1:30 UTC  (3+ messages)

[PATCH] KVM: x86: mmu: fix counting of rmap entries in rmap_add()
 2010-09-18  0:41 UTC 

More than 2 serial ports
 2010-09-17 18:56 UTC 

[RFC PATCH] virtio: Map virtqueue rings instead of referencing guest phys addrs
 2010-09-17 18:04 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH] device-assignment: register a reset function
 2010-09-17 16:16 UTC  (5+ messages)

[REGRESSION][BISECTED] virtio-blk serial attribute causes guest to hang [Was: Re: [PATCH UPDATED 4/5] dm: implement REQ_FLUSH/FUA support for request-based dm]
 2010-09-17 14:58 UTC  (11+ messages)
              ` [PATCH] virtio-blk: put request that was created to retrieve the device id

lsi_scsi assertion
 2010-09-17 13:16 UTC  (9+ messages)
` [Qemu-devel] "

[PATCH 0/2] kvm/e500v2: MMU optimization
 2010-09-17 12:34 UTC  (12+ messages)
` [PATCH 1/2] kvm/e500v2: Remove shadow tlb
  ` [PATCH 2/2] kvm/e500v2: mapping guest TLB1 to host TLB0

[KVM-autotest] virtio_console test v3.0
 2010-09-17  8:52 UTC  (3+ messages)

PCI passthru issue
 2010-09-17  2:21 UTC  (2+ messages)

VNC console CTRL key locked
 2010-09-16 19:37 UTC  (3+ messages)

Exceed 1GB/s with virtio-net ?
 2010-09-16 15:01 UTC  (4+ messages)

[PATCH 0/3] SVM feature support for qemu
 2010-09-16 14:35 UTC  (12+ messages)
` [PATCH 1/3] Make kvm64 the default cpu model when kvm_enabled()
` [PATCH 3/3] Add svm cpuid features

[PATCH 0/2] NPT virtualization follow-up
 2010-09-16 14:01 UTC  (7+ messages)
` [PATCH 1/2] KVM: MMU: Don't track nested fault info in error-code
` [PATCH 2/2] KVM: MMU: Use base_role.nxe for mmu.nx


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