index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vhost.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-10
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
1
-1
/
+1
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-1
/
+1
2013-02-26
vhost: memory sync fixes
Michael S. Tsirkin
1
-17
/
+32
2013-02-01
vhost: multiqueue support
Jason Wang
1
-46
/
+36
2013-01-30
g_malloc(0) and g_malloc0(0) return NULL; simplify
Markus Armbruster
1
-5
/
+2
2013-01-07
vhost: backend masking support
Michael S. Tsirkin
1
-13
/
+82
2013-01-07
vhost: set started flag while start is in progress
Michael S. Tsirkin
1
-2
/
+5
2013-01-07
virtio: don't waste irqfds on control vqs
Michael S. Tsirkin
1
-3
/
+7
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