Age | Commit message (Expand) | Author | Files | Lines |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | 1 | -1/+1 |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity | 1 | -8/+8 |
2012-10-22 | memory: use AddressSpace for MemoryListener filtering | Avi Kivity | 1 | -1/+1 |
2012-10-15 | vhost: use MemoryListener filtering to only monitor RAM address space | Avi Kivity | 1 | -3/+2 |
2012-09-07 | vhost: Pass device path to vhost_dev_init() | Stefan Hajnoczi | 1 | -2/+3 |
2012-07-12 | memory: pass EventNotifier, not eventfd | Paolo Bonzini | 1 | -2/+2 |
2012-04-11 | vhost: readd assert statement | Michael S. Tsirkin | 1 | -0/+1 |
2012-04-11 | vhost: Fix size of dirty log sync on resize | Alex Williamson | 1 | -4/+5 |
2012-02-29 | memory: support stateless memory listeners | Avi Kivity | 1 | -0/+16 |
2012-02-29 | memory: allow MemoryListeners to observe a specific address space | Avi Kivity | 1 | -1/+1 |
2012-02-29 | memory: move ioeventfd ops to MemoryListener | Avi Kivity | 1 | -0/+14 |
2012-02-29 | memory: switch memory listeners to a QTAILQ | Avi Kivity | 1 | -0/+1 |
2012-01-25 | memory: change dirty setting APIs to take a size | Blue Swirl | 1 | -1/+1 |
2012-01-13 | prepare for future GPLv2+ relicensing | Paolo Bonzini | 1 | -0/+3 |
2012-01-09 | vhost: improve region filtering | Avi Kivity | 1 | -4/+15 |
2012-01-09 | vhost: fix mem_sections memory corruption | Avi Kivity | 1 | -1/+1 |
2012-01-09 | vhost: fix incorrect userspace address | Avi Kivity | 1 | -1/+1 |
2012-01-03 | vhost: avoid cpu_get_physical_page_desc() | Avi Kivity | 1 | -8/+39 |
2011-12-20 | vhost: convert to MemoryListener API | Avi Kivity | 1 | -32/+94 |
2011-08-26 | vhost-net: cleanup host notifiers at last step | Michael S. Tsirkin | 1 | -19/+55 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -8/+8 |
2011-08-03 | vhost: remove an incorrect assert | Michael S. Tsirkin | 1 | -1/+0 |
2011-07-17 | vhost: fix double free on device stop | Michael S. Tsirkin | 1 | -0/+1 |
2011-04-07 | vhost: optimize out no-change assignment | Michael S. Tsirkin | 1 | -0/+54 |
2011-04-06 | vhost: skip memory which needs dirty logging | Michael S. Tsirkin | 1 | -0/+4 |
2011-04-06 | cpu: add set_memory flag to request dirty logging | Michael S. Tsirkin | 1 | -1/+2 |
2011-03-28 | vhost: fix dirty page handling | Michael S. Tsirkin | 1 | -1/+3 |
2011-02-14 | Introduce log_start/log_stop in CPUPhysMemoryClient | Anthony PERARD | 1 | -0/+2 |
2011-02-01 | vhost: force vhost off for non-MSI guests | mst@redhat.com | 1 | -1/+9 |
2010-12-02 | vhost: Fix address calculation in vhost_dev_sync_region() | Jason Wang | 1 | -0/+1 |
2010-10-07 | vhost: error code | Michael S. Tsirkin | 1 | -0/+2 |
2010-10-07 | virtio: change set guest notifier to per-device | Michael S. Tsirkin | 1 | -24/+28 |
2010-09-18 | Introduce range.h | Blue Swirl | 1 | -2/+1 |
2010-07-30 | Remove unused eventfd.h | Mike McCormack | 1 | -1/+0 |
2010-07-19 | vhost: fix miration during device start | Michael S. Tsirkin | 1 | -10/+11 |
2010-04-14 | vhost.c: include <linux/vhost.h> last | Marcelo Tosatti | 1 | -1/+1 |
2010-04-01 | win32: Fix compiler errors from u_int64_t | Stefan Weil | 1 | -3/+3 |
2010-04-01 | vhost: vhost net support | Michael S. Tsirkin | 1 | -0/+711 |