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
2021-06-30
python: Update help text on 'make clean', 'make distclean'
John Snow
1
-4
/
+7
2021-06-30
python: Update help text on 'make check', 'make develop'
John Snow
1
-3
/
+7
2021-06-30
python: add 'make check-dev' invocation
John Snow
2
-2
/
+34
2021-06-30
python: only check qemu/ subdir with flake8
John Snow
2
-3
/
+1
2021-06-30
python: Fix .PHONY Make specifiers
John Snow
1
-2
/
+8
2021-06-30
python: update help text for check-tox
John Snow
1
-2
/
+6
2021-06-30
python: rename 'venv-check' target to 'check-pipenv'
John Snow
3
-12
/
+13
2021-06-30
python: Add no-install usage instructions
John Snow
1
-0
/
+28
2021-06-30
python: README.rst touchups
John Snow
1
-8
/
+9
2021-06-30
python: Re-lock pipenv at *oldest* supported versions
John Snow
2
-61
/
+56
2021-06-30
python: Remove global pylint suppressions
John Snow
3
-3
/
+6
2021-06-30
python: expose typing information via PEP 561
John Snow
4
-0
/
+4
2021-06-30
python/qom: Do not use 'err' name at module scope
John Snow
1
-2
/
+2
2021-06-30
Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210629' into staging
Peter Maydell
7
-54
/
+80
2021-06-29
Hexagon (target/hexagon) remove unused TCG variables
Taylor Simpson
2
-15
/
+2
2021-06-29
Hexagon (target/hexagon) cleanup gen_store_conditional[48] functions
Taylor Simpson
3
-16
/
+7
2021-06-29
Hexagon (target/hexagon) fix l2fetch instructions
Taylor Simpson
3
-0
/
+23
2021-06-29
Hexagon (target/hexagon) fix bug in fLSBNEW*
Taylor Simpson
3
-23
/
+48
2021-06-29
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-axp-20210628' into...
Peter Maydell
7
-32
/
+130
2021-06-28
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
35
-654
/
+492
2021-06-28
Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-06-25' i...
Peter Maydell
12
-204
/
+399
2021-06-28
target/alpha: Honor the FEN bit
Richard Henderson
1
-0
/
+75
2021-06-28
pc-bios: Update the palcode-clipper image
Richard Henderson
2
-0
/
+0
2021-06-28
hw/alpha: Provide a PCI-ISA bridge device node
Jason Thorpe
4
-27
/
+36
2021-06-28
hw/alpha: Provide console information to the PALcode at start-up
Jason Thorpe
1
-1
/
+11
2021-06-28
hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappings
Jason Thorpe
3
-5
/
+9
2021-06-28
Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/floppy-pull-request' ...
Peter Maydell
13
-622
/
+763
2021-06-28
Merge remote-tracking branch 'remotes/philmd/tags/mips-20210625' into staging
Peter Maydell
16
-71
/
+42
2021-06-25
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210624-pull-request...
Peter Maydell
3
-73
/
+77
2021-06-25
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...
Peter Maydell
12
-81
/
+543
2021-06-25
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-06-24' in...
Peter Maydell
1
-1
/
+13
2021-06-25
machine: reject -smp dies!=1 for non-PC machines
Paolo Bonzini
1
-0
/
+4
2021-06-25
machine: pass QAPI struct to mc->smp_parse
Paolo Bonzini
4
-21
/
+60
2021-06-25
machine: add error propagation to mc->smp_parse
Paolo Bonzini
4
-32
/
+34
2021-06-25
machine: move common smp_parse code to caller
Paolo Bonzini
2
-118
/
+110
2021-06-25
machine: move dies from X86MachineState to CpuTopology
Paolo Bonzini
6
-13
/
+10
2021-06-25
hw/block/fdc: Add description to floppy controllers
Philippe Mathieu-Daudé
2
-0
/
+3
2021-06-25
hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c
Philippe Mathieu-Daudé
8
-222
/
+259
2021-06-25
hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c
Philippe Mathieu-Daudé
8
-274
/
+332
2021-06-25
hw/block/fdc: Declare shared prototypes in fdc-internal.h
Philippe Mathieu-Daudé
3
-122
/
+168
2021-06-25
hw/block/fdc: Replace disabled fprintf() by trace event
Philippe Mathieu-Daudé
2
-6
/
+2
2021-06-25
hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDC
Philippe Mathieu-Daudé
1
-0
/
+1
2021-06-25
block-copy: atomic .cancelled and .finished fields in BlockCopyCallState
Emanuele Giuseppe Esposito
2
-15
/
+24
2021-06-25
block-copy: add CoMutex lock
Emanuele Giuseppe Esposito
1
-39
/
+116
2021-06-25
block-copy: move progress_set_remaining in block_copy_task_end
Emanuele Giuseppe Esposito
1
-3
/
+3
2021-06-25
block-copy: streamline choice of copy_range vs. read/write
Paolo Bonzini
1
-86
/
+90
2021-06-25
block-copy: small refactor in block_copy_task_entry and block_copy_common
Emanuele Giuseppe Esposito
1
-6
/
+8
2021-06-25
co-shared-resource: protect with a mutex
Emanuele Giuseppe Esposito
2
-8
/
+20
2021-06-25
progressmeter: protect with a mutex
Emanuele Giuseppe Esposito
7
-28
/
+124
2021-06-25
blockjob: let ratelimit handle a speed of 0
Paolo Bonzini
1
-10
/
+3
[next]