index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
memory: Remove unreachable return statement
Gonglei
2016-02-25
1
-2
/
+0
|
*
memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length
Gonglei
2016-02-25
1
-2
/
+2
|
*
exec: store RAMBlock pointer into memory region
Gonglei
2016-02-25
1
-0
/
+2
|
*
log: Redirect stderr to logfile if deamonized
Dimitris Aragiorgis
2016-02-22
1
-6
/
+0
|
*
DumpState: adding total_size and written_size fields
Peter Xu
2016-02-22
1
-0
/
+9
|
*
dump-guest-memory: add "detach" support
Peter Xu
2016-02-22
2
-0
/
+5
|
*
dump-guest-memory: introduce dump_process() helper function.
Peter Xu
2016-02-22
1
-0
/
+3
|
*
dump-guest-memory: add dump_in_progress() helper function
Peter Xu
2016-02-22
1
-0
/
+4
|
*
dump-guest-memory: using static DumpState, add DumpStatus
Peter Xu
2016-02-22
1
-0
/
+2
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-02-25
11
-154
/
+11
|
\
\
|
*
|
ich9: Remove enable_tco arguments from init functions
Eduardo Habkost
2016-02-25
2
-2
/
+1
|
*
|
machine: Remove no_tco field
Eduardo Habkost
2016-02-25
1
-1
/
+0
|
*
|
vring: remove
Paolo Bonzini
2016-02-25
2
-126
/
+0
|
*
|
virtio-scsi: do not use vring in dataplane
Paolo Bonzini
2016-02-25
1
-20
/
+1
|
*
|
virtio-blk: do not use vring in dataplane
Paolo Bonzini
2016-02-25
1
-3
/
+0
|
*
|
virtio-blk: fix "disabled data plane" mode
Paolo Bonzini
2016-02-25
1
-0
/
+1
|
*
|
virtio: export vring_notify as virtio_should_notify
Paolo Bonzini
2016-02-25
1
-0
/
+1
|
*
|
virtio: add AioContext-specific function for host notifiers
Paolo Bonzini
2016-02-25
1
-0
/
+2
|
*
|
vring: make vring_enable_notification return void
Paolo Bonzini
2016-02-25
1
-1
/
+1
|
*
|
move get_current_ram_size to virtio-balloon.c
Vladimir Sementsov-Ogievskiy
2016-02-23
1
-1
/
+0
|
*
|
vhost-user: don't merge regions with different fds
Michael S. Tsirkin
2016-02-23
1
-0
/
+4
|
*
|
bios-linker-loader: document+validate input
Michael S. Tsirkin
2016-02-23
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ...
Peter Maydell
2016-02-23
3
-0
/
+33
|
\
\
\
|
*
|
|
Postcopy+spice: Pass spice migration data earlier
Dr. David Alan Gilbert
2016-02-23
1
-0
/
+4
|
*
|
|
spice/gl: add unblock timer
Gerd Hoffmann
2016-02-23
1
-0
/
+1
|
*
|
|
spice: add opengl/virgl/dmabuf support
Gerd Hoffmann
2016-02-23
1
-0
/
+15
|
*
|
|
egl-helpers: add functions for render nodes and dma-buf passing
Gerd Hoffmann
2016-02-23
1
-0
/
+13
|
|
/
/
*
|
|
include: Clean up includes
Peter Maydell
2016-02-23
97
-156
/
+0
*
|
|
osdep.h: Include config-target.h if NEED_CPU_H is defined
Peter Maydell
2016-02-23
1
-0
/
+3
*
|
|
osdep.h: Define macros for the benefit of C++ before C++11
Peter Maydell
2016-02-23
1
-0
/
+14
|
/
/
*
|
throttle: Add support for burst periods
Alberto Garcia
2016-02-22
1
-5
/
+36
*
|
throttle: Use throttle_config_init() to initialize ThrottleConfig
Alberto Garcia
2016-02-22
1
-0
/
+2
*
|
throttle: Merge all functions that check the configuration into one
Alberto Garcia
2016-02-22
1
-4
/
+0
*
|
throttle: Make throttle_is_valid() set errp
Alberto Garcia
2016-02-22
1
-1
/
+1
*
|
throttle: Make throttle_max_is_missing_limit() set errp
Alberto Garcia
2016-02-22
1
-1
/
+1
*
|
throttle: Make throttle_conflicting() set errp
Alberto Garcia
2016-02-22
1
-1
/
+1
*
|
throttle: Make throttle_compute_timer() static
Alberto Garcia
2016-02-22
1
-6
/
+0
*
|
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160219.1' i...
Peter Maydell
2016-02-19
3
-3
/
+104
|
\
\
|
*
|
device_tree: qemu_fdt_getprop_cell converted to use the error API
Eric Auger
2016-02-19
1
-1
/
+13
|
*
|
device_tree: qemu_fdt_getprop converted to use the error API
Eric Auger
2016-02-19
1
-1
/
+12
|
*
|
device_tree: introduce qemu_fdt_node_path
Eric Auger
2016-02-19
1
-0
/
+18
|
*
|
device_tree: introduce load_device_tree_from_sysfs
Eric Auger
2016-02-19
1
-0
/
+8
|
*
|
hw/vfio/platform: amd-xgbe device
Eric Auger
2016-02-19
1
-0
/
+51
|
*
|
pcie_aer: expose pcie_aer_msg() interface
Chen Fan
2016-02-19
1
-0
/
+1
|
*
|
aer: impove pcie_aer_init to support vfio device
Chen Fan
2016-02-19
1
-1
/
+1
*
|
|
osdep.h: Remove int_fast*_t Solaris compatibility code
Peter Maydell
2016-02-19
1
-7
/
+0
*
|
|
fpu: Remove use of int_fast16_t in conversions to int16
Peter Maydell
2016-02-19
1
-8
/
+8
|
/
/
*
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-19' into ...
Peter Maydell
2016-02-19
2
-30
/
+54
|
\
\
|
*
|
qapi: Change visit_start_implicit_struct to visit_start_alternate
Eric Blake
2016-02-19
2
-19
/
+47
|
*
|
qapi: Don't box branches of flat unions
Eric Blake
2016-02-19
2
-3
/
+0
[prev]
[next]