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
2022-04-22
hw/intc/arm_gicv3_its: Split out process_its_cmd() physical interrupt code
Peter Maydell
1
-17
/
+32
2022-04-22
hw/intc/arm_gicv3_its: Factor out CTE lookup sequence
Peter Maydell
1
-70
/
+39
2022-04-22
hw/intc/arm_gicv3_its: Factor out "find ITE given devid, eventid"
Peter Maydell
1
-50
/
+54
2022-04-22
hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUE
Peter Maydell
1
-13
/
+16
2022-04-22
hw/intc/arm_gicv3_its: Implement VMAPP
Peter Maydell
3
-0
/
+102
2022-04-22
hw/intc/arm_gicv3_its: Implement VMAPI and VMAPTI
Peter Maydell
3
-0
/
+102
2022-04-22
hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4
Peter Maydell
3
-0
/
+42
2022-04-22
hw/intc/arm_gicv3_its: Factor out "is intid a valid LPI ID?"
Peter Maydell
1
-3
/
+7
2022-04-22
target/arm/cpu.c: ignore VIRQ and VFIQ if no EL2
Peter Maydell
1
-2
/
+10
2022-04-22
hw/intc/arm_gicv3: Report correct PIDR0 values for ID registers
Peter Maydell
4
-5
/
+16
2022-04-22
hw/intc/arm_gicv3: Insist that redist region capacity matches CPU count
Peter Maydell
1
-2
/
+2
2022-04-22
hw/intc/arm_gicv3: Sanity-check num-cpu property
Peter Maydell
1
-0
/
+4
2022-04-22
hw/intc/arm_gicv3_its: Add missing blank line
Peter Maydell
1
-0
/
+1
2022-04-21
Merge tag 'pull-migration-20220421a' of https://gitlab.com/dagrh/qemu into st...
Richard Henderson
12
-238
/
+267
2022-04-21
Merge tag 'pull-rx-20220421' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
4
-33
/
+40
2022-04-21
Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into staging
Richard Henderson
32
-726
/
+423
2022-04-21
migration: Read state once
Dr. David Alan Gilbert
1
-2
/
+3
2022-04-21
migration: Fix operator type
Dr. David Alan Gilbert
1
-1
/
+1
2022-04-21
migration: Allow migrate-recover to run multiple times
Peter Xu
3
-15
/
+2
2022-04-21
migration: Move channel setup out of postcopy_try_recover()
Peter Xu
1
-12
/
+11
2022-04-21
migration: Export ram_load_postcopy()
Peter Xu
2
-1
/
+2
2022-04-21
migration: Move migrate_allow_multifd and helpers into migration.c
Peter Xu
4
-22
/
+24
2022-04-21
migration: Add pss.postcopy_requested status
Peter Xu
1
-0
/
+6
2022-04-21
migration: Drop multifd tls_hostname cache
Peter Xu
2
-9
/
+3
2022-04-21
migration: Postpone releasing MigrationState.hostname
Peter Xu
2
-1
/
+3
2022-04-21
tests: expand the migration precopy helper to support failures
Daniel P. Berrangé
1
-9
/
+42
2022-04-21
tests: switch migration FD passing test to use common precopy helper
Daniel P. Berrangé
1
-36
/
+21
2022-04-21
tests: introduce ability to provide hooks for migration precopy test
Daniel P. Berrangé
1
-0
/
+38
2022-04-21
tests: merge code for UNIX and TCP migration pre-copy tests
Daniel P. Berrangé
1
-49
/
+49
2022-04-21
tests: switch MigrateStart struct to be stack allocated
Daniel P. Berrangé
1
-78
/
+56
2022-04-21
migration: fix use of TLS PSK credentials with a UNIX socket
Daniel P. Berrangé
1
-4
/
+0
2022-04-21
tests: print newline after QMP response in qtest logs
Daniel P. Berrangé
1
-1
/
+4
2022-04-21
tests: support QTEST_TRACE env variable
Daniel P. Berrangé
1
-2
/
+6
2022-04-21
tests: improve error message when saving TLS PSK file fails
Daniel P. Berrangé
1
-1
/
+1
2022-04-21
Merge tag 'pull-qapi-2022-04-21' of git://repo.or.cz/qemu/armbru into staging
Richard Henderson
16
-10
/
+82
2022-04-21
target/rx: update PC correctly in wait instruction
Tomoaki Kawada
1
-1
/
+1
2022-04-21
target/rx: set PSW.I when executing wait instruction
Tomoaki Kawada
1
-0
/
+1
2022-04-21
hw/rx: rx-gdbsim DTB load address aligned of 16byte.
Yoshinori Sato
1
-1
/
+1
2022-04-21
target/rx: Swap stack pointers on clrpsw/setpsw instruction
Richard Henderson
1
-1
/
+6
2022-04-21
target/rx: Move DISAS_UPDATE check for write to PSW
Richard Henderson
1
-10
/
+4
2022-04-21
target/rx: Store PSW.U in tb->flags
Richard Henderson
2
-19
/
+24
2022-04-21
target/rx: Put tb_flags into DisasContext
Richard Henderson
1
-1
/
+3
2022-04-21
Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Richard Henderson
110
-482
/
+475
2022-04-21
Merge tag 'pull-target-arm-20220421' of https://git.linaro.org/people/pmaydel...
Richard Henderson
25
-600
/
+1457
2022-04-21
python/qmp: remove pylint workaround from legacy.py
John Snow
1
-2
/
+0
2022-04-21
python: rename 'aqmp-tui' to 'qmp-tui'
John Snow
2
-9
/
+9
2022-04-21
python: rename qemu.aqmp to qemu.qmp
John Snow
30
-71
/
+71
2022-04-21
python: re-enable pylint duplicate-code warnings
John Snow
1
-1
/
+0
2022-04-21
python: remove the old QMP package
John Snow
6
-410
/
+4
2022-04-21
python/aqmp: copy qmp docstrings to qemu.aqmp.legacy
John Snow
1
-8
/
+90
[next]