aboutsummaryrefslogtreecommitdiff
path: root/hw/vhost.c
AgeCommit message (Expand)Author
2012-07-12memory: pass EventNotifier, not eventfdPaolo Bonzini
2012-04-11vhost: readd assert statementMichael S. Tsirkin
2012-04-11vhost: Fix size of dirty log sync on resizeAlex Williamson
2012-02-29memory: support stateless memory listenersAvi Kivity
2012-02-29memory: allow MemoryListeners to observe a specific address spaceAvi Kivity
2012-02-29memory: move ioeventfd ops to MemoryListenerAvi Kivity
2012-02-29memory: switch memory listeners to a QTAILQAvi Kivity
2012-01-25memory: change dirty setting APIs to take a sizeBlue Swirl
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2012-01-09vhost: improve region filteringAvi Kivity
2012-01-09vhost: fix mem_sections memory corruptionAvi Kivity
2012-01-09vhost: fix incorrect userspace addressAvi Kivity
2012-01-03vhost: avoid cpu_get_physical_page_desc()Avi Kivity
2011-12-20vhost: convert to MemoryListener APIAvi Kivity
2011-08-26vhost-net: cleanup host notifiers at last stepMichael S. Tsirkin
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-03vhost: remove an incorrect assertMichael S. Tsirkin
2011-07-17vhost: fix double free on device stopMichael S. Tsirkin
2011-04-07vhost: optimize out no-change assignmentMichael S. Tsirkin
2011-04-06vhost: skip memory which needs dirty loggingMichael S. Tsirkin
2011-04-06cpu: add set_memory flag to request dirty loggingMichael S. Tsirkin
2011-03-28vhost: fix dirty page handlingMichael S. Tsirkin
2011-02-14Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com
2010-12-02vhost: Fix address calculation in vhost_dev_sync_region()Jason Wang
2010-10-07vhost: error codeMichael S. Tsirkin
2010-10-07virtio: change set guest notifier to per-deviceMichael S. Tsirkin
2010-09-18Introduce range.hBlue Swirl
2010-07-30Remove unused eventfd.hMike McCormack
2010-07-19vhost: fix miration during device startMichael S. Tsirkin
2010-04-14vhost.c: include <linux/vhost.h> lastMarcelo Tosatti
2010-04-01win32: Fix compiler errors from u_int64_tStefan Weil
2010-04-01vhost: vhost net supportMichael S. Tsirkin