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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-02-07
drop "from __future__ import print_function"
Paolo Bonzini
34
-34
/
+0
2020-02-07
make all Python scripts executable
Paolo Bonzini
4
-0
/
+0
2020-02-07
scripts/signrom: remove Python 2 support, add shebang
Paolo Bonzini
1
-8
/
+4
2020-02-07
tests/qemu-iotests/check: Only check for Python 3 interpreter
Philippe Mathieu-Daudé
1
-2
/
+1
2020-02-07
scripts: Explicit usage of Python 3 (scripts without __main__)
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-07
tests/qemu-iotests: Explicit usage of Python3 (scripts without __main__)
Philippe Mathieu-Daudé
36
-36
/
+36
2020-02-07
tests/vm: Remove shebang header
Philippe Mathieu-Daudé
1
-1
/
+0
2020-02-07
tests/acceptance: Remove shebang header
Philippe Mathieu-Daudé
2
-2
/
+0
2020-02-07
scripts/tracetool: Remove shebang header
Philippe Mathieu-Daudé
23
-23
/
+0
2020-02-07
scripts/minikconf: Explicit usage of Python 3
Philippe Mathieu-Daudé
1
-0
/
+1
2020-02-07
scripts: Explicit usage of Python 3 (scripts with __main__)
Philippe Mathieu-Daudé
14
-14
/
+14
2020-02-07
tests: Explicit usage of Python 3
Philippe Mathieu-Daudé
8
-8
/
+8
2020-02-07
tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__)
Philippe Mathieu-Daudé
35
-35
/
+35
2020-02-07
tests/qemu-iotests/check: Allow use of python3 interpreter
Philippe Mathieu-Daudé
1
-1
/
+2
2020-02-07
scripts/checkpatch.pl: Only allow Python 3 interpreter
Philippe Mathieu-Daudé
1
-0
/
+6
2020-02-07
tests/acceptance/migration: Default to -nodefaults
Philippe Mathieu-Daudé
1
-1
/
+3
2020-02-07
tests/acceptance/migration: Add the 'migration' tag
Philippe Mathieu-Daudé
1
-0
/
+3
2020-02-07
tests/acceptance/migration: Test EXEC transport when migrating
Oksana Vohchana
1
-0
/
+10
2020-02-07
tests/acceptance/migration: Test UNIX transport when migrating
Oksana Vohchana
1
-0
/
+6
2020-02-07
tests/acceptance/migration: Factor out do_migrate()
Oksana Vohchana
1
-6
/
+11
2020-02-07
tests/acceptance/migration: Factor out assert_migration()
Oksana Vohchana
1
-10
/
+11
2020-02-07
tests/acceptance/version: Default to -nodefaults
Philippe Mathieu-Daudé
1
-0
/
+1
2020-02-07
tests/acceptance/boot_linux_console: Do not use VGA on Clipper machine
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-07
tests/acceptance/virtio_check_params: Disable the test
Philippe Mathieu-Daudé
1
-0
/
+2
2020-02-07
tests/acceptance/virtio_check_params: Default to -nodefaults
Philippe Mathieu-Daudé
1
-0
/
+1
2020-02-07
tests/acceptance/virtio_check_params: List machine being tested
Philippe Mathieu-Daudé
1
-0
/
+4
2020-02-07
tests/acceptance/virtio_check_params: Improve exception logging
Philippe Mathieu-Daudé
1
-2
/
+6
2020-02-07
tests: rename virtio_seg_max_adjust to virtio_check_params
Denis Plotnikov
1
-0
/
+0
2020-02-07
tests/acceptance: Add boot tests for some of the QEMU advent calendar images
Thomas Huth
2
-1
/
+97
2020-02-07
tests/boot_linux_console: Tag Emcraft Smartfusion2 as running 'u-boot'
Philippe Mathieu-Daudé
1
-0
/
+1
2020-02-07
tests/boot_linux_console: fix extract_from_deb() comment
Liam Merwick
1
-1
/
+1
2020-02-07
tests/boot_linux_console: use os.path for filesystem paths
Liam Merwick
1
-1
/
+6
2020-02-07
tests/boot_linux_console: add extract_from_rpm method
Liam Merwick
1
-0
/
+16
2020-02-07
travis.yml: install rpm2cpio for acceptance tests
Liam Merwick
1
-0
/
+1
2020-02-07
Acceptance tests: Add interrupt_interactive_console_until_pattern()
Philippe Mathieu-Daudé
1
-2
/
+30
2020-02-07
Acceptance tests: Extract _console_interaction()
Philippe Mathieu-Daudé
1
-14
/
+17
2020-02-07
python/qemu/machine: Allow to use other serial consoles than default
Philippe Mathieu-Daudé
1
-1
/
+9
2020-02-07
python: Treat None-return of greeting cmd
Lukáš Doktor
1
-1
/
+1
2020-02-07
qemu-deprecated: Remove text about Python 2
Thomas Huth
1
-8
/
+0
2020-02-07
python/qemu: accel: Fix kvm_available() on ppc64le
Wainer dos Santos Moschetta
1
-1
/
+2
2020-02-07
python/qemu: qmp: Remove unnused attributes
Wainer dos Santos Moschetta
1
-4
/
+0
2020-02-07
python/qemu: qmp: Make QEMUMonitorProtocol a context manager
Wainer dos Santos Moschetta
1
-2
/
+13
2020-02-07
python/qemu: qmp: Make accept()'s timeout configurable
Wainer dos Santos Moschetta
1
-2
/
+9
2020-02-07
python/qemu: Delint the qmp module
Wainer dos Santos Moschetta
1
-10
/
+41
2020-02-07
python/qemu: qmp: Replace socket.error with OSError
Wainer dos Santos Moschetta
1
-8
/
+8
2020-02-06
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-02-06' in...
Peter Maydell
16
-73
/
+220
2020-02-06
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
14
-22
/
+37
2020-02-06
iotests: add test for backup-top failure on permission activation
Vladimir Sementsov-Ogievskiy
3
-0
/
+101
2020-02-06
block/backup-top: fix failure path
Vladimir Sementsov-Ogievskiy
1
-9
/
+12
2020-02-06
qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded value
Alberto Garcia
1
-3
/
+5
[next]