aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-30python: Update help text on 'make clean', 'make distclean'John Snow1-4/+7
2021-06-30python: Update help text on 'make check', 'make develop'John Snow1-3/+7
2021-06-30python: add 'make check-dev' invocationJohn Snow2-2/+34
2021-06-30python: only check qemu/ subdir with flake8John Snow2-3/+1
2021-06-30python: Fix .PHONY Make specifiersJohn Snow1-2/+8
2021-06-30python: update help text for check-toxJohn Snow1-2/+6
2021-06-30python: rename 'venv-check' target to 'check-pipenv'John Snow3-12/+13
2021-06-30python: Add no-install usage instructionsJohn Snow1-0/+28
2021-06-30python: README.rst touchupsJohn Snow1-8/+9
2021-06-30python: Re-lock pipenv at *oldest* supported versionsJohn Snow2-61/+56
2021-06-30python: Remove global pylint suppressionsJohn Snow3-3/+6
2021-06-30python: expose typing information via PEP 561John Snow4-0/+4
2021-06-30python/qom: Do not use 'err' name at module scopeJohn Snow1-2/+2
2021-06-30Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210629' into stagingPeter Maydell7-54/+80
2021-06-29Hexagon (target/hexagon) remove unused TCG variablesTaylor Simpson2-15/+2
2021-06-29Hexagon (target/hexagon) cleanup gen_store_conditional[48] functionsTaylor Simpson3-16/+7
2021-06-29Hexagon (target/hexagon) fix l2fetch instructionsTaylor Simpson3-0/+23
2021-06-29Hexagon (target/hexagon) fix bug in fLSBNEW*Taylor Simpson3-23/+48
2021-06-29Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-axp-20210628' into...Peter Maydell7-32/+130
2021-06-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell35-654/+492
2021-06-28Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-06-25' i...Peter Maydell12-204/+399
2021-06-28target/alpha: Honor the FEN bitRichard Henderson1-0/+75
2021-06-28pc-bios: Update the palcode-clipper imageRichard Henderson2-0/+0
2021-06-28hw/alpha: Provide a PCI-ISA bridge device nodeJason Thorpe4-27/+36
2021-06-28hw/alpha: Provide console information to the PALcode at start-upJason Thorpe1-1/+11
2021-06-28hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappingsJason Thorpe3-5/+9
2021-06-28Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/floppy-pull-request' ...Peter Maydell13-622/+763
2021-06-28Merge remote-tracking branch 'remotes/philmd/tags/mips-20210625' into stagingPeter Maydell16-71/+42
2021-06-25Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210624-pull-request...Peter Maydell3-73/+77
2021-06-25Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell12-81/+543
2021-06-25Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-06-24' in...Peter Maydell1-1/+13
2021-06-25machine: reject -smp dies!=1 for non-PC machinesPaolo Bonzini1-0/+4
2021-06-25machine: pass QAPI struct to mc->smp_parsePaolo Bonzini4-21/+60
2021-06-25machine: add error propagation to mc->smp_parsePaolo Bonzini4-32/+34
2021-06-25machine: move common smp_parse code to callerPaolo Bonzini2-118/+110
2021-06-25machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini6-13/+10
2021-06-25hw/block/fdc: Add description to floppy controllersPhilippe Mathieu-Daudé2-0/+3
2021-06-25hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.cPhilippe Mathieu-Daudé8-222/+259
2021-06-25hw/block/fdc: Extract ISA floppy controllers to fdc-isa.cPhilippe Mathieu-Daudé8-274/+332
2021-06-25hw/block/fdc: Declare shared prototypes in fdc-internal.hPhilippe Mathieu-Daudé3-122/+168
2021-06-25hw/block/fdc: Replace disabled fprintf() by trace eventPhilippe Mathieu-Daudé2-6/+2
2021-06-25hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDCPhilippe Mathieu-Daudé1-0/+1
2021-06-25block-copy: atomic .cancelled and .finished fields in BlockCopyCallStateEmanuele Giuseppe Esposito2-15/+24
2021-06-25block-copy: add CoMutex lockEmanuele Giuseppe Esposito1-39/+116
2021-06-25block-copy: move progress_set_remaining in block_copy_task_endEmanuele Giuseppe Esposito1-3/+3
2021-06-25block-copy: streamline choice of copy_range vs. read/writePaolo Bonzini1-86/+90
2021-06-25block-copy: small refactor in block_copy_task_entry and block_copy_commonEmanuele Giuseppe Esposito1-6/+8
2021-06-25co-shared-resource: protect with a mutexEmanuele Giuseppe Esposito2-8/+20
2021-06-25progressmeter: protect with a mutexEmanuele Giuseppe Esposito7-28/+124
2021-06-25blockjob: let ratelimit handle a speed of 0Paolo Bonzini1-10/+3