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-06-26
target/arm: Implement the LDGM, STGM, STZGM instructions
Richard Henderson
4
-8
/
+153
2020-06-26
target/arm: Simplify DC_ZVA
Richard Henderson
1
-70
/
+26
2020-06-26
target/arm: Restrict the values of DCZID.BS under TCG
Richard Henderson
1
-0
/
+24
2020-06-26
target/arm: Implement the STGP instruction
Richard Henderson
1
-3
/
+26
2020-06-26
target/arm: Implement LDG, STG, ST2G instructions
Richard Henderson
5
-5
/
+386
2020-06-26
target/arm: Define arm_cpu_do_unaligned_access for user-only
Richard Henderson
2
-3
/
+3
2020-06-26
target/arm: Implement the SUBP instruction
Richard Henderson
1
-2
/
+22
2020-06-26
target/arm: Implement the GMI instruction
Richard Henderson
1
-0
/
+15
2020-06-26
target/arm: Implement the ADDG, SUBG instructions
Richard Henderson
4
-0
/
+71
2020-06-26
target/arm: Revise decoding for disas_add_sub_imm
Richard Henderson
1
-15
/
+8
2020-06-26
target/arm: Implement the IRG instruction
Richard Henderson
5
-0
/
+98
2020-06-26
target/arm: Add MTE bits to tb_flags
Richard Henderson
5
-4
/
+75
2020-06-26
target/arm: Add MTE system registers
Richard Henderson
4
-0
/
+128
2020-06-26
target/arm: Add DISAS_UPDATE_NOCHAIN
Richard Henderson
3
-0
/
+9
2020-06-26
target/arm: Rename DISAS_UPDATE to DISAS_UPDATE_EXIT
Richard Henderson
4
-18
/
+20
2020-06-26
target/arm: Add support for MTE to HCR_EL2 and SCR_EL3
Richard Henderson
1
-3
/
+11
2020-06-26
target/arm: Add support for MTE to SCTLR_ELx
Richard Henderson
1
-6
/
+17
2020-06-26
target/arm: Improve masking of SCR RES0 bits
Richard Henderson
1
-7
/
+8
2020-06-26
target/arm: Add isar tests for mte
Richard Henderson
1
-0
/
+10
2020-06-26
hw/misc/pca9552: Model qdev output GPIOs
Philippe Mathieu-Daudé
2
-0
/
+7
2020-06-26
hw/misc/pca9552: Trace GPIO change events
Philippe Mathieu-Daudé
2
-0
/
+16
2020-06-26
hw/arm/aspeed: Describe each PCA9552 device
Philippe Mathieu-Daudé
1
-4
/
+9
2020-06-26
hw/misc/pca9552: Trace GPIO High/Low events
Philippe Mathieu-Daudé
2
-0
/
+42
2020-06-26
hw/misc/pca9552: Add a 'description' property for debugging purpose
Philippe Mathieu-Daudé
2
-0
/
+19
2020-06-26
hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552
Philippe Mathieu-Daudé
2
-21
/
+51
2020-06-26
hw/misc/pca9552: Rename generic code as pca955x
Philippe Mathieu-Daudé
2
-45
/
+45
2020-06-26
hw/misc/pca9552: Rename 'nr_leds' as 'pin_count'
Philippe Mathieu-Daudé
2
-6
/
+6
2020-06-26
hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()
Philippe Mathieu-Daudé
2
-2
/
+18
2020-06-26
hw/arm/aspeed: QOM'ify AspeedMachineState
Philippe Mathieu-Daudé
2
-11
/
+8
2020-06-26
hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineState
Philippe Mathieu-Daudé
2
-12
/
+12
2020-06-26
hw/arm/aspeed: Remove extraneous MemoryRegion object owner
Philippe Mathieu-Daudé
1
-3
/
+3
2020-06-26
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20200626' int...
Peter Maydell
13
-283
/
+620
2020-06-26
adb: add ADB bus trace events
Mark Cave-Ayland
2
-1
/
+27
2020-06-26
adb: use adb_device prefix for ADB device trace events
Mark Cave-Ayland
3
-22
/
+22
2020-06-26
adb: only call autopoll callbacks when autopoll is not blocked
Mark Cave-Ayland
2
-7
/
+6
2020-06-26
mac_via: rework ADB state machine to be compatible with both MacOS and Linux
Mark Cave-Ayland
3
-119
/
+260
2020-06-26
mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()
Mark Cave-Ayland
1
-14
/
+10
2020-06-26
pmu: add adb_autopoll_block() and adb_autopoll_unblock() functions
Mark Cave-Ayland
1
-0
/
+3
2020-06-26
cuda: add adb_autopoll_block() and adb_autopoll_unblock() functions
Mark Cave-Ayland
1
-0
/
+5
2020-06-26
adb: add autopoll_blocked variable to block autopoll
Mark Cave-Ayland
2
-0
/
+25
2020-06-26
adb: use adb_request() only for explicit requests
Mark Cave-Ayland
1
-2
/
+8
2020-06-26
adb: add status field for holding information about the last ADB request
Mark Cave-Ayland
2
-3
/
+15
2020-06-26
adb: keep track of devices with pending data
Mark Cave-Ayland
2
-1
/
+16
2020-06-26
adb: introduce new ADBDeviceHasData method to ADBDeviceClass
Mark Cave-Ayland
3
-0
/
+20
2020-06-26
mac_via: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2
-13
/
+10
2020-06-26
pmu: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2
-27
/
+15
2020-06-26
cuda: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2
-37
/
+23
2020-06-26
adb: create autopoll variables directly within ADBBusState
Mark Cave-Ayland
2
-0
/
+90
2020-06-26
adb: introduce realize/unrealize and VMStateDescription for ADB bus
Mark Cave-Ayland
1
-0
/
+32
2020-06-26
pmu: honour autopoll_rate_ms when rearming the ADB autopoll timer
Mark Cave-Ayland
1
-2
/
+2
[next]