qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] KVM call minutes for May 25


From: Chris Wright
Subject: [Qemu-devel] KVM call minutes for May 25
Date: Tue, 25 May 2010 07:59:48 -0700
User-agent: Mutt/1.5.20 (2009-08-17)

Generic Asynchronous task offloading
- keep vcpu thread from blocking
- generic approach is useful, comes down to specifics
  - e.g. what is done in worker threads, how locking is handled
- offload blocking work to worker threads
- need to make device model reentrant 
  - can be simple w/ lock per device, but needs finer grained to be perfromant
  - but needs
- thread pool should be relatively easy to merge
- two alternatives for virtfs
  - one full request in thread, one that does syscalls asynchronously
  - need to have something demonstrably better to make threading acceptable
- complexity of state machine vs. locking
  - performance difference at the end (e.g. coarse grained locking
    doesn't fully allow for parallel execution)
- lapic needs to be reentrant
  - in qemu lapic should show off the benefit very well
- hpet would also benefit from being threaded
- multiple threads per device (needs device specific locking)
  - qxl, scsi, virtfs...
- push global lock down to pio/mmio dispatch
  - audit for global qemu state changes done w/in device
- anthony will set up wiki page to describe making device models reentrant
  - looking for volunteers!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]