public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-07-29 11:14:39 to 2010-08-02 08:34:51 UTC [more...]

[PATCH 0/2] Speedup ins instruction emulation a little
 2010-08-02  8:34 UTC  (23+ messages)
` [PATCH 1/2] KVM: x86 emulator: don't update vcpu state if instruction is restarted
` [PATCH 2/2] KVM: x86 emulator: check io permissions only once for string pio

[PATCH RFC 0/4] Paravirt-spinlock implementation for KVM guests (Version 0)
 2010-08-02  8:32 UTC  (4+ messages)
` [PATCH RFC 2/4] Add yield hypercall for KVM guests

[PATCH 1/3] KVM: MMU: using kvm_set_pfn_accessed() instead of mark_page_accessed()
 2010-08-02  8:15 UTC  (10+ messages)
` [PATCH 2/3] KVM: MMU: move bits lost judgement into a separate function
  ` [PATCH 3/3] KVM: MMU: mark page dirty only when page is really written
    ` [PATCH v2 "
  ` [PATCH v2 2/3] KVM: MMU: move bits lost judgement into a separate function
` [PATCH v2 1/3] KVM: MMU: using kvm_set_pfn_accessed() instead of mark_page_accessed()

Alt SeaBIOS SSDT cpu hotplug
 2010-08-02  8:12 UTC  (11+ messages)

[PATCH] KVM: x86 emulator: fix LMSW able to clear cr0.pe
 2010-08-02  7:51 UTC  (3+ messages)

[PATCH 00/15] More emulator cleanups
 2010-08-02  7:37 UTC  (19+ messages)
` [PATCH 01/15] KVM: x86 emulator: push segment override out of decode_modrm()
` [PATCH 02/15] KVM: x86 emulator: use correct type for memory address in operands
` [PATCH 03/15] KVM: x86 emulator: simplify xchg decode tables
` [PATCH 04/15] KVM: x86 emulator: use SrcAcc to simplify xchg decoding
` [PATCH 05/15] KVM: x86 emulator: put register operand fetch into a function
` [PATCH 06/15] KVM: x86 emulator: drop use_modrm_ea
` [PATCH 07/15] KVM: x86 emulator: simplify REX.W check
` [PATCH 08/15] KVM: x86 emulator: introduce Force64 for forcing operand size to 64 bits
` [PATCH 09/15] KVM: x86 emulator: mark mov cr and mov dr as 64-bit instructions in long mode
` [PATCH 10/15] KVM: x86 emulator: use struct operand for mov reg,cr and mov cr,reg for reg op
` [PATCH 11/15] KVM: x86 emulator: use struct operand for mov reg,dr and mov dr,reg "
` [PATCH 12/15] KVM: x86 emulator: add NoAccess flag for memory instructions that skip access
` [PATCH 13/15] KVM: x86 emulator: switch LEA to use SrcMem decoding
` [PATCH 14/15] KVM: x86 emulator: change invlpg emulation to use src.mem.addr
` [PATCH 15/15] KVM: x86 emulator: Decode memory operands directly into a 'struct operand'

[PATCH] Fix memory leak in register save load due to xsave support
 2010-08-02  3:44 UTC 

Disable EPT
 2010-08-02  3:37 UTC  (2+ messages)

Multiplexing RFLAGS.TF
 2010-08-02  3:18 UTC  (3+ messages)

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
 2010-08-02  2:07 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_out_of_tree
 2010-08-02  2:06 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2010-08-02  2:05 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0
 2010-08-02  2:04 UTC 

VT-d regression issue
 2010-08-02  0:52 UTC  (12+ messages)

[PATCH 00/27] KVM PPC PV framework v3
 2010-08-01 20:21 UTC  (30+ messages)
` [PATCH 04/27] KVM: PPC: Convert DAR to shared page
` [PATCH 05/27] KVM: PPC: Convert SRR0 and SRR1 "
` [PATCH 07/27] KVM: PPC: Implement hypervisor interface
` [PATCH 09/27] KVM: PPC: Add PV guest scratch registers
` [PATCH 11/27] KVM: PPC: Make PAM a define
` [PATCH 12/27] KVM: PPC: First magic page steps
` [PATCH 13/27] KVM: PPC: Magic Page Book3s support
  ` [PATCH 01/27] KVM: PPC: Introduce shared page
  ` [PATCH 02/27] KVM: PPC: Convert MSR to "
  ` [PATCH 03/27] KVM: PPC: Convert DSISR "
  ` [PATCH 06/27] KVM: PPC: Convert SPRG[0-4] "
  ` [PATCH 08/27] KVM: PPC: Add PV guest critical sections
  ` [PATCH 10/27] KVM: PPC: Tell guest about pending interrupts
  ` [PATCH 14/27] KVM: PPC: Expose magic page support to guest
  ` [PATCH 19/27] KVM: PPC: PV tlbsync to nop
  ` [PATCH 20/27] KVM: PPC: Introduce kvm_tmp framework
  ` [PATCH 21/27] KVM: PPC: Introduce branch patching helper
  ` [PATCH 23/27] KVM: PPC: PV mtmsrd L=1
  ` [PATCH 25/27] KVM: PPC: PV wrteei
  ` [PATCH 26/27] KVM: PPC: Add Documentation about PV interface
` [PATCH 15/27] KVM: Move kvm_guest_init out of generic code
` [PATCH 16/27] KVM: PPC: Generic KVM PV guest support
` [PATCH 17/27] KVM: PPC: KVM PV guest stubs
` [PATCH 18/27] KVM: PPC: PV instructions to loads and stores
` [PATCH 22/27] KVM: PPC: PV assembler helpers
` [PATCH 24/27] KVM: PPC: PV mtmsrd L=0 and mtmsr
` [PATCH 27/27] KVM: PPC: Add get_pvinfo interface to query hypercall instructions

[PATCH 0/7] Rest of my KVM-PPC patch queue
 2010-08-01 20:20 UTC  (11+ messages)
  ` [PATCH 1/7] KVM: PPC: Book3S_32 MMU debug compile fixes
  ` [PATCH 2/7] KVM: PPC: RCU'ify the Book3s MMU
  ` [PATCH 4/7] KVM: PPC: Add book3s_32 tlbie flush acceleration
  ` [PATCH 6/7] KVM: PPC: Make long relocations be ulong
` [PATCH 3/7] KVM: PPC: correctly check gfn_to_pfn() return value
` [PATCH 5/7] KVM: PPC: Use MSR_DR for external load_up
` [PATCH 7/7] KVM: PPC: Move KVM trampolines before __end_interrupts

virtio module question
 2010-08-01 17:04 UTC  (2+ messages)

[PATCH] KVM: x86 emulator: fix LMSW able to clear cr0.pe
 2010-08-01 15:37 UTC 

[PATCH 0/24] Nested VMX, v5
 2010-08-01 15:25 UTC  (5+ messages)
` [PATCH 7/24] Understanding guest pointers to vmcs12 structures

[PATCH repost] sched: export sched_set/getaffinity to modules
 2010-08-01  8:50 UTC  (13+ messages)

[PATCH] vhost: locking/rcu cleanup
 2010-08-01  8:41 UTC  (2+ messages)

[RFC PATCH v8 00/16] Provide a zero-copy method on KVM virtio-net
 2010-08-01  8:31 UTC  (25+ messages)
` [RFC PATCH v8 01/16] Add a new structure for skb buffer from external
  ` [RFC PATCH v8 02/16] Add a new struct for device to manipulate external buffer
    ` [RFC PATCH v8 03/16] Add a ndo_mp_port_prep func to net_device_ops
      ` [RFC PATCH v8 04/16] Add a function make external buffer owner to query capability
        ` [RFC PATCH v8 05/16] Add a function to indicate if device use external buffer
          ` [RFC PATCH v8 06/16] Use callback to deal with skb_release_data() specially
            ` [RFC PATCH v8 07/16] Modify netdev_alloc_page() to get external buffer
              ` [RFC PATCH v8 08/16] Modify netdev_free_page() to release "
                ` [RFC PATCH v8 09/16] Don't do skb recycle, if device use "
                  ` [RFC PATCH v8 10/16] Add a hook to intercept external buffers from NIC driver
                    ` [RFC PATCH v8 11/16] Add header file for mp device
                      ` [RFC PATCH v8 13/16] Add a kconfig entry and make entry "
                        ` [RFC PATCH v8 12/16] Add mp(mediate passthru) device
                          ` [RFC PATCH v8 14/16] Provides multiple submits and asynchronous notifications
                            ` [RFC PATCH v8 15/16] An example how to modifiy NIC driver to use napi_gro_frags() interface
                              ` [RFC PATCH v8 16/16] An example how to alloc user buffer based on "

enabling X86_FEATURE_ARCH_PERFMON in guest
 2010-08-01  7:51 UTC  (2+ messages)

2.6.35-rc1 regression with pvclock and smp guests
 2010-07-31 23:55 UTC  (23+ messages)

[PATCH 0/3] device-assignment: PCI option ROM fixes
 2010-07-31 17:08 UTC  (7+ messages)
` [PATCH 1/3] device-assignment: Fix slow option ROM mapping
` [PATCH 2/3] device-assignment: Always use slow mapping for PCI option ROM
` [PATCH 3/3] device-assignment: Byte-wise ROM read

[PATCH 00/22] Direct decode in emulator
 2010-07-31  1:58 UTC  (24+ messages)
` [PATCH 01/22] KVM: x86 emulator: drop parentheses in repreat macros
` [PATCH 02/22] KVM: x86 emulator: introduce 'struct opcode'
` [PATCH 03/22] KVM: x86 emulator: Add wrappers for easily defining opcodes
` [PATCH 04/22] KVM: x86 emulator: move group tables to top
` [PATCH 05/22] KVM: x86 emulator: reserve group code 0
` [PATCH 06/22] KVM: x86 emulator: allow specifying group directly in opcode
` [PATCH 07/22] KVM: x86 emulator: convert group 1 to new style
` [PATCH 08/22] KVM: x86 emulator: convert group 1A "
` [PATCH 09/22] KVM: x86 emulator: convert group 3 "
` [PATCH 10/22] KVM: x86 emulator: convert group 4 "
` [PATCH 11/22] KVM: x86 emulator: convert group 5 "
` [PATCH 12/22] KVM: x86 emulator: convert group 7 "
` [PATCH 13/22] KVM: x86 emulator: convert group 8 "
` [PATCH 14/22] KVM: x86 emulator: convert group 9 "
` [PATCH 15/22] KVM: x86 emulator: drop support for old-style groups
` [PATCH 16/22] KVM: x86 emulator: move ByteOp and Dst back to bits 0:3
` [PATCH 17/22] KVM: x86 emulator: store x86_emulate_ops in emulation context
` [PATCH 18/22] KVM: x86 emulator: allow storing emulator execution function in decode tables
` [PATCH 19/22] KVM: x86 emulator: move x86_decode_insn() downwards
` [PATCH 20/22] KVM: x86 emulator: move decode tables downwards
` [PATCH 21/22] KVM: x86 emulator: allow repeat macro arguments to contain commas
` [PATCH 22/22] KVM: x86 emulator: convert some push instructions to direct decode

Why does virtmanager (VNC) console get stuck in caps lock mode?
 2010-07-30 21:35 UTC  (3+ messages)

[PATCH V3] VFIO driver: Non-privileged user level PCI drivers
 2010-07-30 20:42 UTC  (9+ messages)

[RFC PATCH 00/14] Patchset of network related subtests
 2010-07-30 16:32 UTC  (3+ messages)
` [RFC PATCH 12/14] KVM-test: Add a subtest of netperf
  ` [Qemu-devel] "

[PATCH] test: support argc/argv parameters to main()
 2010-07-30  7:20 UTC 

[PATCH 1/2] KVM test: Make hugepage setup script print useful information
 2010-07-29 23:38 UTC  (2+ messages)
` [PATCH 2/2] KVM test: Fix hugepages variant post command

kvm IPC
 2010-07-29 23:17 UTC 

kvm scheduler
 2010-07-29 23:08 UTC 

[PATCH 0/8] Nested SVM unit tests
 2010-07-29 16:55 UTC  (2+ messages)

[PATCH 0/2] cpu_register_physical_memory() is completely broken
 2010-07-29 21:18 UTC  (6+ messages)
` [PATCH 1/2] Fix segfault in mmio subpage handling code
` [PATCH 2/2] Remove guest triggerable abort()

[PATCH 0/6] svm intercept tests
 2010-07-29 21:40 UTC  (3+ messages)

[PATCH] test: Add emulator test for iret instruction
 2010-07-29 15:50 UTC  (2+ messages)

[PATCH 0/6] Nonatomic interrupt injection
 2010-07-29 15:44 UTC  (9+ messages)
` [PATCH 1/6] KVM: Check for pending events before attempting injection

[PATCH] vhost: locking/rcu cleanup
 2010-07-29 12:23 UTC 

[KVM-AUTOTEST PATCH v3] [RFC] KVM test: add whql_client_install test
 2010-07-29 12:22 UTC 


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