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
Commit message (
Expand
)
Author
Age
Files
Lines
*
spapr: add pre_plug function for memory
Laurent Vivier
2017-05-24
1
-15
/
+26
*
pseries: Restore support for total vcpus not a multiple of threads-per-core f...
David Gibson
2017-05-24
1
-1
/
+7
*
pseries: Split CAS PVR negotiation out into a separate function
David Gibson
2017-05-24
1
-17
/
+32
*
spapr: fix error reporting in xics_system_init()
Greg Kurz
2017-05-24
1
-7
/
+6
*
spapr_cpu_core: drop reference on ICP object during CPU realization
Greg Kurz
2017-05-24
1
-1
/
+2
*
hw/ppc/spapr_events.c: removing 'exception' from sPAPREventLogEntry
Daniel Henrique Barboza
2017-05-24
2
-46
/
+7
*
spapr: ensure core_slot isn't NULL in spapr_core_unplug()
Greg Kurz
2017-05-24
1
-0
/
+1
*
xics_kvm: cache already enabled vCPU ids
Greg Kurz
2017-05-24
2
-8
/
+20
*
spapr: Consolidate HPT freeing code into a routine
Bharata B Rao
2017-05-24
3
-8
/
+11
*
spapr-cpu-core: release ICP object when realization fails
Greg Kurz
2017-05-24
1
-8
/
+8
*
spapr: sanitize error handling in spapr_ics_create()
Greg Kurz
2017-05-24
1
-7
/
+12
*
ppc/xics: simplify prototype of xics_spapr_init()
Greg Kurz
2017-05-24
3
-4
/
+3
*
target/ppc: reset reservation in do_rfi()
Nikunj A Dadhania
2017-05-24
1
-0
/
+3
*
Merge remote-tracking branch 'jasowang/tags/net-pull-request' into staging
Stefan Hajnoczi
2017-05-23
12
-135
/
+80
|
\
|
*
e1000e: Fix ICR "Other" causes clear logic
Sameeh Jubran
2017-05-23
1
-2
/
+8
|
*
net/filter-rewriter: Remove unused option in filter-rewriter
Zhang Chen
2017-05-23
1
-1
/
+1
|
*
net/filter-mirror.c: Rename filter_mirror_send() and fix codestyle
Zhang Chen
2017-05-23
1
-13
/
+16
|
*
net/filter-mirror.c: Remove duplicate check code.
Zhang Chen
2017-05-23
1
-6
/
+0
|
*
hmp / net: Mark host_net_add/remove as deprecated
Thomas Huth
2017-05-23
2
-4
/
+17
|
*
COLO-compare: Improve tcp compare trace event readability
Zhang Chen
2017-05-23
2
-13
/
+23
|
*
virtio-net: fix wild pointer when remove virtio-net queues
Yunjian Wang
2017-05-23
1
-0
/
+3
|
*
net/dump: Issue a warning for the deprecated "-net dump"
Thomas Huth
2017-05-23
1
-0
/
+3
|
*
net/tap: Replace tap-haiku.c and tap-aix.c by a generic tap-stub.c
Thomas Huth
2017-05-23
3
-96
/
+9
*
|
Merge remote-tracking branch 'mcayland/tags/qemu-openbios-signed' into staging
Stefan Hajnoczi
2017-05-22
4
-0
/
+0
|
\
\
|
*
|
Update OpenBIOS images to 3ebaaa2 built from submodule.
Mark Cave-Ayland
2017-05-19
4
-0
/
+0
|
|
/
*
|
Merge remote-tracking branch 'kraxel/tags/pull-audio-20170519-1' into staging
Stefan Hajnoczi
2017-05-19
15
-137
/
+174
|
\
\
|
*
|
audio: Rename hw/audio/audio.h to hw/audio/soundhw.h
Eduardo Habkost
2017-05-19
13
-12
/
+12
|
*
|
audio: Rename audio_init() to soundhw_init()
Eduardo Habkost
2017-05-19
4
-4
/
+4
|
*
|
audio: Move arch_init audio code to hw/audio/soundhw.c
Eduardo Habkost
2017-05-19
7
-126
/
+163
|
|
/
*
|
Merge remote-tracking branch 'kraxel/tags/pull-ui-20170519-1' into staging
Stefan Hajnoczi
2017-05-19
2
-3
/
+3
|
\
\
|
*
|
ui: egl-headless requires dmabuf support
Gerd Hoffmann
2017-05-19
2
-3
/
+3
|
|
/
*
|
Merge remote-tracking branch 'quintela/tags/migration/20170518' into staging
Stefan Hajnoczi
2017-05-19
46
-801
/
+1102
|
\
\
|
|
/
|
/
|
|
*
migration: Make savevm.c target independent
Juan Quintela
2017-05-18
5
-9
/
+20
|
*
exec: Create include for target_page_size()
Juan Quintela
2017-05-18
6
-1
/
+23
|
*
migration: migration.h was not needed
Juan Quintela
2017-05-18
6
-6
/
+0
|
*
migration: Remove vmstate.h from migration.h
Juan Quintela
2017-05-18
5
-1
/
+4
|
*
migration: Remove qemu-file.h from vmstate.h
Juan Quintela
2017-05-18
7
-3
/
+6
|
*
migration: Split vmstate-types.c from vmstate.c
Juan Quintela
2017-05-18
4
-644
/
+675
|
*
migration: Move qjson.h to migration/
Juan Quintela
2017-05-18
3
-2
/
+2
|
*
migration: Remove migration.h from colo.h
Juan Quintela
2017-05-18
3
-2
/
+3
|
*
migration: Export qemu-file-channel.c functions in its own file
Juan Quintela
2017-05-18
10
-4
/
+40
|
*
migration: Split migration/channel.c for channel operations
Juan Quintela
2017-05-18
9
-58
/
+98
|
*
migration: Create migration/xbzrle.h
Juan Quintela
2017-05-18
5
-6
/
+24
|
*
block migration: Allow compile time disable
Dr. David Alan Gilbert
2017-05-18
4
-2
/
+49
|
*
migration: Remove old MigrationParams
Juan Quintela
2017-05-18
7
-31
/
+10
|
*
migration: Remove use of old MigrationParams
Juan Quintela
2017-05-18
5
-24
/
+11
|
*
migration: Create block capability
Juan Quintela
2017-05-18
5
-3
/
+117
|
*
hmp: Use visitor api for hmp_migrate_set_parameter()
Juan Quintela
2017-05-18
1
-4
/
+6
|
*
postcopy: Require RAMBlocks that are whole pages
Dr. David Alan Gilbert
2017-05-18
1
-3
/
+13
|
*
migration: Fix non-multiple of page size migration
Dr. David Alan Gilbert
2017-05-18
1
-1
/
+4
|
/
[next]