index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
qapi: fix build on glib < 2.28
Michael S. Tsirkin
2014-06-19
2
-4
/
+17
|
*
|
qapi: make string output visitor parse int list
Hu Tao
2014-06-19
2
-12
/
+255
|
*
|
qapi: make string input visitor parse int list
Hu Tao
2014-06-19
2
-8
/
+223
|
*
|
tests: fix memory leak in test of string input visitor
Hu Tao
2014-06-19
1
-0
/
+3
|
*
|
hmp: add info memdev
Hu Tao
2014-06-19
3
-0
/
+44
|
*
|
qmp: add query-memdev
Hu Tao
2014-06-19
3
-0
/
+162
|
*
|
hostmem: add properties for NUMA memory policy
Hu Tao
2014-06-19
3
-1
/
+159
|
*
|
hostmem: add property to map memory with MAP_SHARED
Paolo Bonzini
2014-06-19
6
-12
/
+42
|
*
|
hostmem: allow preallocation of any memory region
Paolo Bonzini
2014-06-19
7
-0
/
+75
|
*
|
hostmem: add merge and dump properties
Paolo Bonzini
2014-06-19
3
-1
/
+94
|
*
|
osdep: add merge and dump flags
Michael S. Tsirkin
2014-06-19
1
-0
/
+4
|
*
|
hostmem: add file-based HostMemoryBackend
Paolo Bonzini
2014-06-19
2
-0
/
+108
|
*
|
hostmem: separate allocation from UserCreatable complete method
Hu Tao
2014-06-19
3
-4
/
+25
|
*
|
backend:hostmem: replace hostmemory with host_memory
Hu Tao
2014-06-19
1
-12
/
+12
|
*
|
pc: pass MachineState to pc_memory_init
Paolo Bonzini
2014-06-19
4
-24
/
+19
|
*
|
vl: redo -object parsing
Paolo Bonzini
2014-06-19
1
-29
/
+36
|
*
|
memory: add error propagation to file-based RAM allocation
Paolo Bonzini
2014-06-19
5
-17
/
+44
|
*
|
memory: move mem_path handling to memory_region_allocate_system_memory
Paolo Bonzini
2014-06-19
4
-14
/
+46
|
*
|
numa: add -numa node,memdev= option
Paolo Bonzini
2014-06-19
5
-10
/
+83
|
*
|
qom: introduce object_property_get_enum and object_property_get_uint16List
Hu Tao
2014-06-19
2
-0
/
+63
|
*
|
Introduce signed range.
Hu Tao
2014-06-19
1
-0
/
+72
|
*
|
configure: add Linux libnuma detection
Wanlong Gao
2014-06-19
1
-0
/
+32
|
*
|
memory: move RAM_PREALLOC_MASK to exec.c, rename
Paolo Bonzini
2014-06-19
2
-6
/
+6
|
*
|
memory: move preallocation code out of exec.c
Paolo Bonzini
2014-06-19
6
-50
/
+97
|
*
|
memory: reorganize file-based allocation
Paolo Bonzini
2014-06-19
5
-46
/
+73
|
*
|
numa: introduce memory_region_allocate_system_memory
Paolo Bonzini
2014-06-19
4
-3
/
+16
|
*
|
qmp: improve error reporting for -object and object-add
Paolo Bonzini
2014-06-19
1
-1
/
+1
|
*
|
man: improve -numa doc
Luiz Capitulino
2014-06-19
1
-3
/
+7
|
*
|
NUMA: expand MAX_NODES from 64 to 128
Wanlong Gao
2014-06-19
1
-1
/
+1
|
*
|
NUMA: convert -numa option to use OptsVisitor
Wanlong Gao
2014-06-19
4
-77
/
+114
|
*
|
NUMA: Add numa_info structure to contain numa nodes info
Wanlong Gao
2014-06-19
6
-27
/
+36
|
*
|
NUMA: check if the total numa memory size is equal to ram_size
Wanlong Gao
2014-06-19
1
-0
/
+14
|
*
|
NUMA: move numa related code to new file numa.c
Wanlong Gao
2014-06-19
8
-156
/
+192
|
*
|
tests: disable vhost test temporarily
Michael S. Tsirkin
2014-06-19
1
-2
/
+2
|
*
|
Add qtest for vhost-user
Nikolay Nikolaev
2014-06-19
3
-2
/
+320
|
*
|
libqemustub: add stubs to be able to use qemu-char.c
Nikolay Nikolaev
2014-06-19
9
-0
/
+57
|
*
|
Add vhost-user protocol documentation
Nikolay Nikolaev
2014-06-19
1
-0
/
+266
|
*
|
Add the vhost-user netdev backend to the command line
Nikolay Nikolaev
2014-06-19
8
-6
/
+159
|
*
|
Add new vhost-user netdev backend
Nikolay Nikolaev
2014-06-19
4
-1
/
+176
|
*
|
vhost-net: vhost-user feature bits support
Nikolay Nikolaev
2014-06-19
1
-0
/
+35
|
*
|
Add vhost-user as a vhost backend.
Nikolay Nikolaev
2014-06-19
3
-1
/
+348
|
*
|
Add vhost-backend and VhostBackendType
Nikolay Nikolaev
2014-06-19
9
-34
/
+135
|
*
|
Add vhost_ops to vhost_dev struct and replace all relevant ioctls
Nikolay Nikolaev
2014-06-19
5
-27
/
+63
|
*
|
vhost_net_init will use VhostNetOptions to get all its arguments
Nikolay Nikolaev
2014-06-19
6
-27
/
+45
|
*
|
Refactor virtio-net to use generic get_vhost_net
Nikolay Nikolaev
2014-06-19
3
-24
/
+36
|
*
|
vhost_net should call the poll callback only when it is set
Nikolay Nikolaev
2014-06-19
1
-3
/
+10
|
*
|
vhost: add vhost_get_features and vhost_ack_features
Nikolay Nikolaev
2014-06-19
4
-42
/
+71
|
*
|
Add G_IO_HUP handler for socket chardev
Nikolay Nikolaev
2014-06-19
2
-0
/
+22
|
*
|
Add chardev API qemu_chr_fe_get_msgfds
Nikolay Nikolaev
2014-06-19
2
-22
/
+78
|
*
|
Add chardev API qemu_chr_fe_set_msgfds
Nikolay Nikolaev
2014-06-19
2
-1
/
+101
[prev]
[next]