aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vhost.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-25memory: change dirty setting APIs to take a sizeBlue Swirl1-1/+1
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2012-01-09vhost: improve region filteringAvi Kivity1-4/+15
2012-01-09vhost: fix mem_sections memory corruptionAvi Kivity1-1/+1
2012-01-09vhost: fix incorrect userspace addressAvi Kivity1-1/+1
2012-01-03vhost: avoid cpu_get_physical_page_desc()Avi Kivity1-8/+39
2011-12-20vhost: convert to MemoryListener APIAvi Kivity1-32/+94
2011-08-26vhost-net: cleanup host notifiers at last stepMichael S. Tsirkin1-19/+55
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-8/+8
2011-08-03vhost: remove an incorrect assertMichael S. Tsirkin1-1/+0
2011-07-17vhost: fix double free on device stopMichael S. Tsirkin1-0/+1
2011-04-07vhost: optimize out no-change assignmentMichael S. Tsirkin1-0/+54
2011-04-06vhost: skip memory which needs dirty loggingMichael S. Tsirkin1-0/+4
2011-04-06cpu: add set_memory flag to request dirty loggingMichael S. Tsirkin1-1/+2
2011-03-28vhost: fix dirty page handlingMichael S. Tsirkin1-1/+3
2011-02-14Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD1-0/+2
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com1-1/+9
2010-12-02vhost: Fix address calculation in vhost_dev_sync_region()Jason Wang1-0/+1
2010-10-07vhost: error codeMichael S. Tsirkin1-0/+2
2010-10-07virtio: change set guest notifier to per-deviceMichael S. Tsirkin1-24/+28
2010-09-18Introduce range.hBlue Swirl1-2/+1
2010-07-30Remove unused eventfd.hMike McCormack1-1/+0
2010-07-19vhost: fix miration during device startMichael S. Tsirkin1-10/+11
2010-04-14vhost.c: include <linux/vhost.h> lastMarcelo Tosatti1-1/+1
2010-04-01win32: Fix compiler errors from u_int64_tStefan Weil1-3/+3
2010-04-01vhost: vhost net supportMichael S. Tsirkin1-0/+711