index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-31
python/qemu/machine: add kill() method
Vladimir Sementsov-Ogievskiy
1
-3
/
+9
2020-05-31
python: remove more instances of sys.version_info
John Snow
5
-30
/
+13
2020-05-31
scripts/qmp: Fix shebang and imports
John Snow
6
-6
/
+18
2020-05-31
scripts/modules/module_block: Use Python 3 interpreter & add pseudo-main
Philippe Mathieu-Daudé
1
-14
/
+15
2020-05-31
scripts/kvm/vmxcap: Use Python 3 interpreter and add pseudo-main()
Philippe Mathieu-Daudé
1
-3
/
+4
2020-05-31
scripts/qmp: Use Python 3 interpreter
Philippe Mathieu-Daudé
4
-4
/
+4
2020-05-31
scripts/qemu-gdb: Use Python 3 interpreter
Philippe Mathieu-Daudé
1
-2
/
+2
2020-05-31
scripts/qemugdb: Remove shebang header
Philippe Mathieu-Daudé
6
-11
/
+4
2020-05-30
hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()
Philippe Mathieu-Daudé
4
-15
/
+30
2020-05-30
hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bit
Philippe Mathieu-Daudé
1
-4
/
+4
2020-05-29
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-05-26-v3' ...
Peter Maydell
21
-71
/
+576
2020-05-29
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-2...
Peter Maydell
15
-39
/
+172
2020-05-28
iotests: Add test 291 to for qemu-img bitmap coverage
Eric Blake
3
-0
/
+193
2020-05-28
qemu-img: Add convert --bitmaps option
Eric Blake
3
-6
/
+74
2020-05-28
qemu-img: Factor out code for merging bitmaps
Eric Blake
1
-13
/
+21
2020-05-28
qcow2: Expose bitmaps' size during measure
Eric Blake
11
-13
/
+159
2020-05-28
iotests: Fix test 178
Eric Blake
2
-2
/
+2
2020-05-28
migration: forbid bitmap migration by generated node-name
Vladimir Sementsov-Ogievskiy
1
-0
/
+7
2020-05-28
migration: add_bitmaps_to_list: check disk name once
Vladimir Sementsov-Ogievskiy
1
-6
/
+11
2020-05-28
iotests: 194: test also migration of dirty bitmap
Vladimir Sementsov-Ogievskiy
2
-4
/
+16
2020-05-28
migration: fix bitmaps pre-blockdev migration with mirror job
Vladimir Sementsov-Ogievskiy
1
-1
/
+44
2020-05-28
block/dirty-bitmap: add bdrv_has_named_bitmaps helper
Vladimir Sementsov-Ogievskiy
2
-0
/
+14
2020-05-28
migration: refactor init_dirty_bitmap_migration
Vladimir Sementsov-Ogievskiy
1
-40
/
+49
2020-05-28
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200528-pull-request' ...
Peter Maydell
11
-281
/
+300
2020-05-28
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-2...
Peter Maydell
5
-23
/
+51
2020-05-28
Merge remote-tracking branch 'remotes/alistair/tags/pull-register-api-2020052...
Peter Maydell
1
-20
/
+20
2020-05-28
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-05-27' into...
Peter Maydell
14
-65
/
+60
2020-05-28
sm501: Remove obsolete changelog and todo comment
BALATON Zoltan
1
-18
/
+1
2020-05-28
sm501: Optimize small overlapping blits
BALATON Zoltan
1
-4
/
+11
2020-05-28
sm501: Replace hand written implementation with pixman where possible
BALATON Zoltan
1
-88
/
+119
2020-05-28
sm501: Clean up local variables in sm501_2d_operation
BALATON Zoltan
1
-15
/
+16
2020-05-28
sm501: Use BIT(x) macro to shorten constant
BALATON Zoltan
1
-3
/
+2
2020-05-28
sm501: Shorten long variable names in sm501_2d_operation
BALATON Zoltan
1
-23
/
+22
2020-05-28
sm501: Convert printf + abort to qemu_log_mask
BALATON Zoltan
1
-30
/
+27
2020-05-28
hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()
Philippe Mathieu-Daudé
1
-12
/
+14
2020-05-28
hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-28
hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)
Philippe Mathieu-Daudé
1
-17
/
+29
2020-05-28
hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-28
hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)
Philippe Mathieu-Daudé
1
-5
/
+11
2020-05-28
hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()
Philippe Mathieu-Daudé
1
-6
/
+8
2020-05-28
hw/display/dpcd: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2
-13
/
+7
2020-05-28
hw/display/dpcd: Fix memory region size
Philippe Mathieu-Daudé
1
-2
/
+2
2020-05-28
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
2
-14
/
+11
2020-05-28
hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printf
Philippe Mathieu-Daudé
1
-44
/
+33
2020-05-28
hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf
Philippe Mathieu-Daudé
1
-6
/
+8
2020-05-28
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
2
-3
/
+2
2020-05-28
hw/display/cg3: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2
-10
/
+8
2020-05-28
hw/display/edid: Add missing 'qdev-properties.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2020-05-28
gitlab-ci: Determine the number of jobs dynamically
Thomas Huth
1
-11
/
+13
2020-05-28
gitlab-ci: Do not use the standard container images from gitlab
Thomas Huth
1
-12
/
+25
[prev]
[next]