summaryrefslogtreecommitdiffstats
path: root/hw/vhost.c
Commit message (Expand)AuthorAgeFilesLines
* g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster2013-01-301-5/+2
* vhost: backend masking supportMichael S. Tsirkin2013-01-071-13/+82
* vhost: set started flag while start is in progressMichael S. Tsirkin2013-01-071-2/+5
* virtio: don't waste irqfds on control vqsMichael S. Tsirkin2013-01-071-3/+7
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-8/+8
* memory: use AddressSpace for MemoryListener filteringAvi Kivity2012-10-221-1/+1
* vhost: use MemoryListener filtering to only monitor RAM address spaceAvi Kivity2012-10-151-3/+2
* vhost: Pass device path to vhost_dev_init()Stefan Hajnoczi2012-09-071-2/+3
* memory: pass EventNotifier, not eventfdPaolo Bonzini2012-07-121-2/+2
* vhost: readd assert statementMichael S. Tsirkin2012-04-111-0/+1
* vhost: Fix size of dirty log sync on resizeAlex Williamson2012-04-111-4/+5
* memory: support stateless memory listenersAvi Kivity2012-02-291-0/+16
* memory: allow MemoryListeners to observe a specific address spaceAvi Kivity2012-02-291-1/+1
* memory: move ioeventfd ops to MemoryListenerAvi Kivity2012-02-291-0/+14
* memory: switch memory listeners to a QTAILQAvi Kivity2012-02-291-0/+1
* memory: change dirty setting APIs to take a sizeBlue Swirl2012-01-251-1/+1
* prepare for future GPLv2+ relicensingPaolo Bonzini2012-01-131-0/+3
* vhost: improve region filteringAvi Kivity2012-01-091-4/+15
* vhost: fix mem_sections memory corruptionAvi Kivity2012-01-091-1/+1
* vhost: fix incorrect userspace addressAvi Kivity2012-01-091-1/+1
* vhost: avoid cpu_get_physical_page_desc()Avi Kivity2012-01-031-8/+39
* vhost: convert to MemoryListener APIAvi Kivity2011-12-201-32/+94
* vhost-net: cleanup host notifiers at last stepMichael S. Tsirkin2011-08-261-19/+55
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-8/+8
* vhost: remove an incorrect assertMichael S. Tsirkin2011-08-031-1/+0
* vhost: fix double free on device stopMichael S. Tsirkin2011-07-171-0/+1
* vhost: optimize out no-change assignmentMichael S. Tsirkin2011-04-071-0/+54
* vhost: skip memory which needs dirty loggingMichael S. Tsirkin2011-04-061-0/+4
* cpu: add set_memory flag to request dirty loggingMichael S. Tsirkin2011-04-061-1/+2
* vhost: fix dirty page handlingMichael S. Tsirkin2011-03-281-1/+3
* Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD2011-02-141-0/+2
* vhost: force vhost off for non-MSI guestsmst@redhat.com2011-02-011-1/+9
* vhost: Fix address calculation in vhost_dev_sync_region()Jason Wang2010-12-021-0/+1
* vhost: error codeMichael S. Tsirkin2010-10-071-0/+2
* virtio: change set guest notifier to per-deviceMichael S. Tsirkin2010-10-071-24/+28
* Introduce range.hBlue Swirl2010-09-181-2/+1
* Remove unused eventfd.hMike McCormack2010-07-301-1/+0
* vhost: fix miration during device startMichael S. Tsirkin2010-07-191-10/+11
* vhost.c: include <linux/vhost.h> lastMarcelo Tosatti2010-04-141-1/+1
* win32: Fix compiler errors from u_int64_tStefan Weil2010-04-011-3/+3
* vhost: vhost net supportMichael S. Tsirkin2010-04-011-0/+711
OpenPOWER on IntegriCloud