index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
avr
/
arduino.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-09
hw/net:ftgmac100: update memory region size to 64KB
Jamin Lin
2
-3
/
+12
2024-07-06
sphinx/qapidoc: Fix to generate doc for explicit, unboxed arguments
Markus Armbruster
2
-14
/
+5
2024-07-06
qapi/parser: don't parse rST markup as section headers
John Snow
4
-2
/
+16
2024-07-06
qapi: add markup to note blocks
John Snow
6
-10
/
+10
2024-07-06
qapi: update prose in note blocks
John Snow
2
-3
/
+3
2024-07-06
qapi: convert "Note" sections to plain rST
John Snow
30
-253
/
+261
2024-07-06
qapi: nail down convention that Errors sections are lists
John Snow
2
-1
/
+8
2024-07-06
qapi: fix non-compliant JSON examples
John Snow
7
-9
/
+11
2024-07-06
docs/qapidoc: fix nested parsing under untagged sections
John Snow
1
-5
/
+11
2024-07-06
qapi/parser: fix comment parsing immediately following a doc block
John Snow
2
-1
/
+3
2024-07-06
qapi/parser: preserve indentation in QAPIDoc sections
John Snow
3
-23
/
+40
2024-07-06
docs/qapidoc: delint a tiny portion of the module
John Snow
1
-26
/
+38
2024-07-06
docs/qapidoc: remove unused intersperse function
John Snow
1
-10
/
+0
2024-07-06
qapi: linter fixups
John Snow
3
-9
/
+10
2024-07-05
hw/sd/sdcard: Extract TYPE_SDMMC_COMMON from TYPE_SD_CARD
Philippe Mathieu-Daudé
3
-28
/
+51
2024-07-05
hw/sd/sdcard: Introduce set_csd/set_cid handlers
Philippe Mathieu-Daudé
2
-2
/
+7
2024-07-05
hw/sd/sdcard: Cover more SDCardStates
Philippe Mathieu-Daudé
1
-0
/
+11
2024-07-05
hw/sd/sdcard: Trace length of data read on DAT lines
Philippe Mathieu-Daudé
2
-3
/
+3
2024-07-05
hw/sd/sdcard: Remove default case in read/write on DAT lines
Philippe Mathieu-Daudé
1
-5
/
+4
2024-07-05
hw/sd/sdcard: Remove noise from sd_cmd_name()
Philippe Mathieu-Daudé
1
-5
/
+0
2024-07-05
hw/sd/sdcard: Remove noise from sd_acmd_name()
Philippe Mathieu-Daudé
1
-11
/
+1
2024-07-05
hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_t
Philippe Mathieu-Daudé
2
-7
/
+1
2024-07-05
hw/sd/sdcard: Add sd_cmd_GEN_CMD handler (CMD56)
Philippe Mathieu-Daudé
1
-34
/
+20
2024-07-05
hw/sd/sdcard: Rename sd_cmd_SEND_OP_COND handler
Philippe Mathieu-Daudé
1
-2
/
+2
2024-07-05
hw/sd/sdcard: Use spec v3.01 by default
Philippe Mathieu-Daudé
2
-1
/
+2
2024-07-05
hw/sd/sdcard: Remove leftover comment about removed 'spi' Property
Philippe Mathieu-Daudé
1
-4
/
+0
2024-07-05
hw/sd/sdcard: Generate random RCA value
Philippe Mathieu-Daudé
2
-3
/
+9
2024-07-05
tests/qtest/npcm7xx_sdhci: Access the card using its published address
Philippe Mathieu-Daudé
2
-2
/
+8
2024-07-05
hw/sd/npcm7xx_sdhci: Use TYPE_SYSBUS_SDHCI definition
Philippe Mathieu-Daudé
1
-1
/
+2
2024-07-05
hw/sd/sdhci: Log non-sequencial access as GUEST_ERROR
Philippe Mathieu-Daudé
1
-2
/
+3
2024-07-05
tests/tcg/aarch64: Add MTE gdbstub tests
Gustavo Romero
4
-1
/
+202
2024-07-05
gdbstub: Add support for MTE in user mode
Gustavo Romero
6
-1
/
+288
2024-07-05
gdbstub: Use true to set cmd_startswith
Gustavo Romero
1
-40
/
+40
2024-07-05
gdbstub: Pass CPU context to command handler
Gustavo Romero
2
-1
/
+9
2024-07-05
gdbstub: Make hex conversion function non-internal
Gustavo Romero
2
-1
/
+6
2024-07-05
target/arm: Factor out code for setting MTE TCF0 field
Gustavo Romero
5
-29
/
+71
2024-07-05
target/arm: Make some MTE helpers widely available
Gustavo Romero
2
-38
/
+73
2024-07-05
target/arm: Fix exception case in allocation_tag_mem_probe
Gustavo Romero
1
-0
/
+3
2024-07-05
gdbstub: Add support for target-specific stubs
Gustavo Romero
2
-6
/
+118
2024-07-05
gdbstub: Move GdbCmdParseEntry into a new header file
Gustavo Romero
7
-128
/
+146
2024-07-05
gdbstub: Clean up process_string_cmd
Gustavo Romero
1
-20
/
+20
2024-07-05
accel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/
Philippe Mathieu-Daudé
2
-9
/
+8
2024-07-05
plugins: Free CPUPluginState before destroying vCPU state
Philippe Mathieu-Daudé
2
-0
/
+8
2024-07-05
plugins: Ensure vCPU index is assigned in init/exit hooks
Philippe Mathieu-Daudé
1
-0
/
+2
2024-07-05
plugins/lockstep: clean-up output
Alex Bennée
1
-8
/
+8
2024-07-05
plugins/lockstep: mention the one-insn-per-tb option
Alex Bennée
1
-1
/
+2
2024-07-05
plugins/lockstep: make mixed-mode safe
Alex Bennée
1
-2
/
+2
2024-07-05
plugins/lockstep: preserve sock_path
Alex Bennée
1
-1
/
+1
2024-07-05
test/plugins: preserve the instruction record over translations
Alex Bennée
1
-5
/
+71
2024-07-05
test/plugin: make insn plugin less noisy by default
Alex Bennée
1
-15
/
+21
[next]