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
*
ide: cmd_exec_dev_diagnostic() always set error register to 0x01
David du Colombier
2014-01-15
1
-0
/
+1
*
virtio-balloon: don't hardcode config size value
Luiz Capitulino
2014-01-15
1
-3
/
+4
*
exec: Exclude non portable function for MinGW
Stefan Weil
2014-01-15
1
-0
/
+2
*
Add bios-256k.bin to BLOBS on Makefile
Eduardo Habkost
2014-01-15
1
-1
/
+1
*
Fix typo of tiemr in timer.h
Namhyung Kim
2014-01-15
1
-3
/
+3
*
docs: Fix typo in QMP WAKEUP example
Namhyung Kim
2014-01-15
1
-1
/
+1
*
SPARC: Fix LEON3 power down instruction
Sebastian Huber
2014-01-15
1
-0
/
+1
*
error: Don't use error_report() for assertion msgs.
Peter Crosthwaite
2014-01-15
1
-4
/
+4
*
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
2014-01-14
45
-155
/
+405
|
\
|
*
migration: qmp_migrate(): keep working after syntax error
Luiz Capitulino
2014-01-06
1
-0
/
+1
|
*
qerror: Remove assert_no_error()
Peter Crosthwaite
2014-01-06
2
-9
/
+0
|
*
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
2014-01-06
21
-44
/
+42
|
*
target-i386: Remove assert_no_error usage
Peter Crosthwaite
2014-01-06
1
-3
/
+1
|
*
hw: Remove assert_no_error usages
Peter Crosthwaite
2014-01-06
7
-85
/
+33
|
*
qdev: Delete dead code
Peter Crosthwaite
2014-01-06
1
-5
/
+0
|
*
error: Add error_abort
Peter Crosthwaite
2014-01-06
2
-1
/
+27
|
*
monitor: add object-add (QMP) and object_add (HMP) command
Paolo Bonzini
2014-01-06
9
-2
/
+187
|
*
monitor: add object-del (QMP) and object_del (HMP) command
Paolo Bonzini
2014-01-06
6
-0
/
+77
|
*
qom: catch errors in object_property_add_child
Paolo Bonzini
2014-01-06
1
-3
/
+8
|
*
qom: fix leak for objects created with -object
Paolo Bonzini
2014-01-06
1
-1
/
+2
|
*
rng: initialize file descriptor to -1
Paolo Bonzini
2014-01-06
1
-2
/
+2
|
*
qemu-monitor: HMP cpu-add wrapper
Jason J. Herne
2014-01-06
3
-0
/
+24
|
*
vl: add missing transition debug->finish_migrate
Paolo Bonzini
2014-01-06
1
-0
/
+1
*
|
Microblaze: Convert Microblaze-pic handling to GPIOs
Alistair Francis
2014-01-14
7
-68
/
+31
*
|
target-arm: Switch ARMCPUInfo arrays to use terminator entries
Peter Maydell
2014-01-14
2
-12
/
+12
*
|
Merge remote-tracking branch 'quintela/tags/migration/20140113' into staging
Anthony Liguori
2014-01-13
22
-1755
/
+2241
|
\
\
|
*
|
migration: synchronize memory bitmap 64bits at a time
Juan Quintela
2014-01-13
1
-9
/
+29
|
*
|
ram: split function that synchronizes a range
Juan Quintela
2014-01-13
1
-14
/
+20
|
*
|
memory: syncronize kvm bitmap using bitmaps operations
Juan Quintela
2014-01-13
1
-18
/
+36
|
*
|
memory: move bitmap synchronization to its own function
Juan Quintela
2014-01-13
2
-25
/
+33
|
*
|
kvm: refactor start address calculation
Juan Quintela
2014-01-13
1
-4
/
+4
|
*
|
kvm: use directly cpu_physical_memory_* api for tracking dirty pages
Juan Quintela
2014-01-13
1
-2
/
+5
|
*
|
memory: unfold memory_region_test_and_clear()
Juan Quintela
2014-01-13
1
-3
/
+7
|
*
|
memory: split cpu_physical_memory_* functions to its own include
Juan Quintela
2014-01-13
5
-76
/
+101
|
*
|
memory: cpu_physical_memory_set_dirty_tracking() should return void
Juan Quintela
2014-01-13
1
-6
/
+4
|
*
|
memory: make cpu_physical_memory_reset_dirty() take a length parameter
Juan Quintela
2014-01-13
4
-20
/
+12
|
*
|
memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()
Juan Quintela
2014-01-13
3
-7
/
+7
|
*
|
memory: cpu_physical_memory_clear_dirty_range() now uses bitmap operations
Juan Quintela
2014-01-13
1
-6
/
+4
|
*
|
memory: cpu_physical_memory_set_dirty_range() now uses bitmap operations
Juan Quintela
2014-01-13
1
-12
/
+7
|
*
|
memory: use find_next_bit() to find dirty bits
Juan Quintela
2014-01-13
1
-10
/
+6
|
*
|
memory: s/mask/clear/ cpu_physical_memory_mask_dirty_range
Juan Quintela
2014-01-13
2
-4
/
+4
|
*
|
memory: cpu_physical_memory_get_dirty() is used as returning a bool
Juan Quintela
2014-01-13
1
-7
/
+8
|
*
|
memory: make cpu_physical_memory_get_dirty() the main function
Juan Quintela
2014-01-13
1
-17
/
+19
|
*
|
memory: unfold cpu_physical_memory_set_dirty_flag()
Juan Quintela
2014-01-13
1
-3
/
+6
|
*
|
memory: unfold cpu_physical_memory_set_dirty() in its only user
Juan Quintela
2014-01-13
1
-8
/
+3
|
*
|
memory: unfold cpu_physical_memory_clear_dirty_flag() in its only user
Juan Quintela
2014-01-13
1
-8
/
+2
|
*
|
memory: split dirty bitmap into three
Juan Quintela
2014-01-13
4
-15
/
+16
|
*
|
bitmap: Add bitmap_zero_extend operation
Juan Quintela
2014-01-13
1
-0
/
+9
|
*
|
memory: cpu_physical_memory_clear_dirty_flag() result is never used
Juan Quintela
2014-01-13
1
-2
/
+2
|
*
|
memory: only resize dirty bitmap when memory size increases
Juan Quintela
2014-01-13
1
-3
/
+9
[next]