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
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2017-06-20
2
-0
/
+11
|
\
|
*
q35/mch: implement extended TSEG sizes
Laszlo Ersek
2017-06-16
2
-0
/
+11
*
|
Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...
Peter Maydell
2017-06-20
6
-39
/
+266
|
\
\
|
*
|
block: make accounting thread-safe
Paolo Bonzini
2017-06-16
1
-2
/
+6
|
*
|
block: split BlockAcctStats creation and setup
Paolo Bonzini
2017-06-16
1
-1
/
+2
|
*
|
block: protect modification of dirty bitmaps with a mutex
Paolo Bonzini
2017-06-16
2
-9
/
+20
|
*
|
block: introduce dirty_bitmap_mutex
Paolo Bonzini
2017-06-16
1
-0
/
+5
|
*
|
block: protect tracked_requests and flush_queue with reqs_lock
Paolo Bonzini
2017-06-16
1
-5
/
+9
|
*
|
block: access write_gen with atomics
Paolo Bonzini
2017-06-16
1
-1
/
+1
|
*
|
block: use Stat64 for wr_highest_offset
Paolo Bonzini
2017-06-16
1
-3
/
+4
|
*
|
util: add stats64 module
Paolo Bonzini
2017-06-16
1
-0
/
+193
|
*
|
throttle-groups: protect throttled requests with a CoMutex
Paolo Bonzini
2017-06-16
1
-5
/
+2
|
*
|
block: access io_plugged with atomic ops
Paolo Bonzini
2017-06-16
1
-3
/
+5
|
*
|
block: access wakeup with atomic ops
Paolo Bonzini
2017-06-16
2
-4
/
+8
|
*
|
block: access serialising_in_flight with atomic ops
Paolo Bonzini
2017-06-16
1
-4
/
+6
|
*
|
block: access io_limits_disabled with atomic ops
Paolo Bonzini
2017-06-16
1
-1
/
+2
|
*
|
block: access quiesce_counter with atomic ops
Paolo Bonzini
2017-06-16
1
-0
/
+1
|
*
|
block: access copy_on_read with atomic ops
Paolo Bonzini
2017-06-16
1
-5
/
+6
|
|
/
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-06-20
6
-18
/
+94
|
\
\
|
*
|
vhost-user-scsi: Introduce vhost-user-scsi host device
Felipe Franciosi
2017-06-15
2
-0
/
+37
|
*
|
include/exec/poison: Mark some CONFIG defines as poisoned, too
Thomas Huth
2017-06-15
1
-0
/
+20
|
*
|
include/exec/poison: Add missing TARGET defines
Thomas Huth
2017-06-15
1
-0
/
+11
|
*
|
nbd: rename read_sync and friends
Vladimir Sementsov-Ogievskiy
2017-06-15
1
-6
/
+2
|
*
|
nbd: Fix regression on resiliency to port scan
Eric Blake
2017-06-15
1
-1
/
+1
|
*
|
memory: remove memory_region_set_fd
Marc-André Lureau
2017-06-15
1
-11
/
+0
|
*
|
Add memory_region_init_ram_from_fd()
Marc-André Lureau
2017-06-15
1
-0
/
+20
|
*
|
exec: split qemu_ram_alloc_from_file()
Marc-André Lureau
2017-06-15
1
-0
/
+3
*
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170614-1' into st...
Peter Maydell
2017-06-19
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
spice: don't enter opengl mode in case another UI provides opengl support
Gerd Hoffmann
2017-06-14
1
-0
/
+2
|
|
/
*
|
migration: Remove unneeded includes
Juan Quintela
2017-06-14
2
-3
/
+2
*
|
migration: Fix compilation with older compilers
Juan Quintela
2017-06-14
3
-4
/
+2
|
/
*
hw/intc/arm_gicv3_its: Allow save/restore
Eric Auger
2017-06-13
1
-0
/
+2
*
hw/intc/arm_gicv3_its: Implement state save/restore
Eric Auger
2017-06-13
1
-0
/
+8
*
kvm-all: Pass an error object to kvm_device_access
Eric Auger
2017-06-13
1
-4
/
+7
*
timer.h: Provide better monotonic time
Pranith Kumar
2017-06-13
1
-3
/
+2
*
hw/arm/exynos: Move DRAM initialization next boards
Krzysztof Kozlowski
2017-06-13
1
-4
/
+1
*
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170613' i...
Peter Maydell
2017-06-13
5
-279
/
+107
|
\
|
*
migration: Move migration.h to migration/
Juan Quintela
2017-06-13
1
-164
/
+0
|
*
migration: Move remaining exported functions to migration/misc.h
Juan Quintela
2017-06-13
2
-14
/
+13
|
*
migration: create global_state.c
Juan Quintela
2017-06-13
2
-4
/
+25
|
*
migration: ram_control_* are implemented in qemu_file
Juan Quintela
2017-06-13
1
-18
/
+0
|
*
migration: Commands are only used inside migration.c
Juan Quintela
2017-06-13
1
-15
/
+0
|
*
migration: Move constants to savevm.h
Juan Quintela
2017-06-13
1
-15
/
+0
|
*
migration: Move dump_vmsate_json_to_file() to misc.h
Juan Quintela
2017-06-13
2
-2
/
+4
|
*
migration: Split registration functions from vmstate.h
Juan Quintela
2017-06-13
2
-38
/
+56
|
*
migration: Move self_announce_delay() to misc.h
Juan Quintela
2017-06-13
2
-10
/
+10
*
|
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170609' int...
Peter Maydell
2017-06-13
2
-23
/
+25
|
\
\
|
*
|
Revert "spapr: fix memory hot-unplugging"
Laurent Vivier
2017-06-09
1
-1
/
+0
|
*
|
xics: drop ICPStateClass::cpu_setup() handler
Greg Kurz
2017-06-09
1
-1
/
+0
|
*
|
xics: setup cpu at realize time
Greg Kurz
2017-06-09
1
-2
/
+1
[next]