Age | Commit message (Expand) | Author |
2013-04-08 | hw: move virtio devices to hw/ subdirectories | Paolo Bonzini |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-03-10 | Merge remote-tracking branch 'bonzini/hw-dirs' into staging | Anthony Liguori |
2013-03-01 | hw: include hw header files with full paths | Paolo Bonzini |
2013-02-26 | vhost: memory sync fixes | Michael S. Tsirkin |
2013-02-01 | vhost: multiqueue support | Jason Wang |
2013-01-30 | g_malloc(0) and g_malloc0(0) return NULL; simplify | Markus Armbruster |
2013-01-07 | vhost: backend masking support | Michael S. Tsirkin |
2013-01-07 | vhost: set started flag while start is in progress | Michael S. Tsirkin |
2013-01-07 | virtio: don't waste irqfds on control vqs | Michael S. Tsirkin |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-10-22 | memory: use AddressSpace for MemoryListener filtering | Avi Kivity |
2012-10-15 | vhost: use MemoryListener filtering to only monitor RAM address space | Avi Kivity |
2012-09-07 | vhost: Pass device path to vhost_dev_init() | Stefan Hajnoczi |
2012-07-12 | memory: pass EventNotifier, not eventfd | Paolo Bonzini |
2012-04-11 | vhost: readd assert statement | Michael S. Tsirkin |
2012-04-11 | vhost: Fix size of dirty log sync on resize | Alex Williamson |
2012-02-29 | memory: support stateless memory listeners | Avi Kivity |
2012-02-29 | memory: allow MemoryListeners to observe a specific address space | Avi Kivity |
2012-02-29 | memory: move ioeventfd ops to MemoryListener | Avi Kivity |
2012-02-29 | memory: switch memory listeners to a QTAILQ | Avi Kivity |
2012-01-25 | memory: change dirty setting APIs to take a size | Blue Swirl |
2012-01-13 | prepare for future GPLv2+ relicensing | Paolo Bonzini |
2012-01-09 | vhost: improve region filtering | Avi Kivity |
2012-01-09 | vhost: fix mem_sections memory corruption | Avi Kivity |
2012-01-09 | vhost: fix incorrect userspace address | Avi Kivity |
2012-01-03 | vhost: avoid cpu_get_physical_page_desc() | Avi Kivity |
2011-12-20 | vhost: convert to MemoryListener API | Avi Kivity |
2011-08-26 | vhost-net: cleanup host notifiers at last step | Michael S. Tsirkin |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-03 | vhost: remove an incorrect assert | Michael S. Tsirkin |
2011-07-17 | vhost: fix double free on device stop | Michael S. Tsirkin |
2011-04-07 | vhost: optimize out no-change assignment | Michael S. Tsirkin |
2011-04-06 | vhost: skip memory which needs dirty logging | Michael S. Tsirkin |
2011-04-06 | cpu: add set_memory flag to request dirty logging | Michael S. Tsirkin |
2011-03-28 | vhost: fix dirty page handling | Michael S. Tsirkin |
2011-02-14 | Introduce log_start/log_stop in CPUPhysMemoryClient | Anthony PERARD |
2011-02-01 | vhost: force vhost off for non-MSI guests | mst@redhat.com |
2010-12-02 | vhost: Fix address calculation in vhost_dev_sync_region() | Jason Wang |
2010-10-07 | vhost: error code | Michael S. Tsirkin |
2010-10-07 | virtio: change set guest notifier to per-device | Michael S. Tsirkin |
2010-09-18 | Introduce range.h | Blue Swirl |
2010-07-30 | Remove unused eventfd.h | Mike McCormack |
2010-07-19 | vhost: fix miration during device start | Michael S. Tsirkin |
2010-04-14 | vhost.c: include <linux/vhost.h> last | Marcelo Tosatti |
2010-04-01 | win32: Fix compiler errors from u_int64_t | Stefan Weil |
2010-04-01 | vhost: vhost net support | Michael S. Tsirkin |