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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-07
hw/arm/aspeed_ast10x0: Map the secure SRAM
Philippe Mathieu-Daudé
1
-0
/
+3
2023-02-07
hw/arm/aspeed_ast10x0: Add various unimplemented peripherals
Philippe Mathieu-Daudé
1
-0
/
+11
2023-02-07
hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP level
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-07
hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-07
hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
Peter Delevoryas
1
-0
/
+16
2023-02-07
hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
Peter Delevoryas
1
-0
/
+23
2023-02-07
hw/core/loader: Remove declarations of option_rom_has_mr/rom_file_has_mr
Cédric Le Goater
1
-3
/
+0
2023-02-05
Merge tag 'pull-ppc-20230205' of https://gitlab.com/danielhb/qemu into staging
Peter Maydell
1
-4
/
+1
2023-02-05
ppc/pnv/pci: Update PHB5 version register
Frederic Barrat
1
-1
/
+1
2023-02-05
ppc/pnv/pci: Remove duplicate definition of PNV_PHB5_DEVICE_ID
Frederic Barrat
1
-1
/
+0
2023-02-05
ppc/pnv/pci: Cleanup PnvPHBPecState structure
Frederic Barrat
1
-2
/
+0
2023-02-04
tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
Richard Henderson
1
-0
/
+4
2023-02-04
tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
Richard Henderson
1
-0
/
+5
2023-02-04
tcg: Add guest load/store primitives for TCGv_i128
Richard Henderson
2
-0
/
+12
2023-02-04
tcg: Add basic data movement for TCGv_i128
Richard Henderson
1
-0
/
+4
2023-02-04
tcg: Add temp allocation for TCGv_i128
Richard Henderson
1
-0
/
+32
2023-02-04
include/qemu/int128: Use Int128 structure for TCI
Richard Henderson
2
-9
/
+45
2023-02-04
tcg: Define TCG_TYPE_I128 and related helper macros
Richard Henderson
2
-7
/
+17
2023-02-04
Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...
Peter Maydell
7
-1
/
+42
2023-02-04
monitor: Move remaining HMP commands from misc.c to hmp-cmds.c
Markus Armbruster
1
-0
/
+13
2023-02-04
monitor: Move target-dependent HMP commands to hmp-cmds-target.c
Markus Armbruster
1
-0
/
+6
2023-02-04
monitor: Move monitor_putc() next to monitor_puts & external linkage
Markus Armbruster
1
-0
/
+1
2023-02-04
stats: Move QMP commands from monitor/ to stats/
Markus Armbruster
1
-0
/
+0
2023-02-04
runstate: Move HMP commands from monitor/ to softmmu/
Markus Armbruster
1
-0
/
+2
2023-02-04
net: Move hmp_info_network() to net-hmp-cmds.c
Markus Armbruster
2
-1
/
+4
2023-02-04
hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()
Markus Armbruster
1
-0
/
+1
2023-02-04
block: Factor out hmp_change_medium(), and move to block/monitor/
Markus Armbruster
1
-0
/
+3
2023-02-04
trace: Move HMP commands from monitor/ to trace/
Markus Armbruster
1
-0
/
+3
2023-02-04
hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h
Markus Armbruster
1
-0
/
+1
2023-02-04
readline: Extract readline_add_completion_of() from monitor
Markus Armbruster
1
-0
/
+2
2023-02-04
char: Factor out qmp_add_client() parts and move to chardev/
Markus Armbruster
1
-0
/
+3
2023-02-04
audio: Move HMP commands from monitor/ to audio/
Markus Armbruster
1
-0
/
+3
2023-02-03
Merge tag 'pull-target-arm-20230203' of https://git.linaro.org/people/pmaydel...
Peter Maydell
2
-6
/
+14
2023-02-03
hw/arm/virt: Consolidate GIC finalize logic
Alexander Graf
1
-5
/
+10
2023-02-03
hw/char/pl011: refactor FIFO depth handling code
Evgeny Iakovlev
1
-1
/
+4
2023-02-03
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
8
-40
/
+133
2023-02-03
Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2
-15
/
+24
2023-02-02
Merge tag 'pull-jan-omnibus-020223-1' of https://gitlab.com/stsquad/qemu into...
Peter Maydell
3
-3
/
+15
2023-02-02
Merge tag 'pull-request-2023-01-31' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
1
-68
/
+15
2023-02-02
cpu-exec: assert that plugin_mem_cbs is NULL after execution
Emilio Cota
1
-0
/
+4
2023-02-02
tcg: exclude non-memory effecting helpers from instrumentation
Emilio Cota
1
-0
/
+2
2023-02-02
plugins: fix optimization in plugin_gen_disable_mem_helpers
Emilio Cota
1
-0
/
+7
2023-02-02
thread: de-const qemu_spin_destroy
Emilio Cota
1
-3
/
+2
2023-02-01
qemu-img: Change info key names for protocol nodes
Hanna Reitz
1
-1
/
+1
2023-02-01
block/qapi: Add indentation to bdrv_node_info_dump()
Hanna Reitz
1
-2
/
+3
2023-02-01
block/qapi: Introduce BlockGraphInfo
Hanna Reitz
1
-0
/
+3
2023-02-01
block/qapi: Let bdrv_query_image_info() recurse
Hanna Reitz
1
-0
/
+2
2023-02-01
qemu-img: Use BlockNodeInfo
Hanna Reitz
1
-1
/
+1
2023-02-01
block: Split BlockNodeInfo off of ImageInfo
Hanna Reitz
1
-0
/
+3
2023-02-01
block: Improve empty format-specific info dump
Hanna Reitz
1
-1
/
+2
[next]