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
2023-09-06
Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
29
-436
/
+827
2023-09-06
Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into sta...
Stefan Hajnoczi
19
-201
/
+367
2023-09-05
Merge tag 'pull-request-2023-08-31' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
10
-8
/
+122
2023-09-05
Merge tag 'misc-20230831' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
186
-3441
/
+307
2023-09-01
linux-user: Track shm regions with an interval tree
Richard Henderson
1
-28
/
+53
2023-09-01
linux-user: Fix shmdt
Richard Henderson
1
-3
/
+14
2023-09-01
linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat,shmdt}
Richard Henderson
1
-52
/
+46
2023-09-01
linux-user: Move shmat and shmdt implementations to mmap.c
Richard Henderson
3
-139
/
+146
2023-09-01
linux-user: Remove ELF_START_MMAP and image_info.start_mmap
Richard Henderson
2
-39
/
+0
2023-09-01
linux-user: Emulate the Anonymous: keyword in /proc/self/smaps
Ilya Leoshkevich
1
-1
/
+2
2023-09-01
linux-user: Show heap address in /proc/pid/maps
Richard Henderson
1
-0
/
+2
2023-09-01
linux-user: Adjust brk for load_bias
Richard Henderson
1
-1
/
+1
2023-09-01
linux-user: Use walk_memory_regions for open_self_maps
Richard Henderson
1
-76
/
+114
2023-09-01
util/selfmap: Use dev_t and ino_t in MapInfo
Richard Henderson
3
-9
/
+13
2023-09-01
linux-user: Emulate /proc/cpuinfo for Alpha
Helge Deller
1
-1
/
+67
2023-09-01
linux-user: Emulate /proc/cpuinfo on aarch64 and arm
Helge Deller
4
-7
/
+233
2023-09-01
linux-user: Split out cpu/target_proc.h
Richard Henderson
22
-170
/
+226
2023-09-01
hw/sd: Introduce a "sd-card" SPI variant model
Cédric Le Goater
4
-18
/
+45
2023-09-01
hw/sd: Add sd_cmd_SET_BLOCK_COUNT() handler
Philippe Mathieu-Daudé
1
-14
/
+16
2023-09-01
hw/sd: Add sd_cmd_SEND_TUNING_BLOCK() handler
Joel Stanley
1
-11
/
+17
2023-09-01
hw/sd: Add sd_cmd_SEND_RELATIVE_ADDR() handler
Philippe Mathieu-Daudé
1
-13
/
+15
2023-09-01
hw/sd: Add sd_cmd_ALL_SEND_CID() handler
Philippe Mathieu-Daudé
1
-11
/
+12
2023-09-01
hw/sd: Add sd_cmd_SEND_OP_CMD() handler
Philippe Mathieu-Daudé
2
-10
/
+10
2023-09-01
hw/sd: Add sd_cmd_GO_IDLE_STATE() handler
Philippe Mathieu-Daudé
1
-12
/
+12
2023-09-01
hw/sd: Add sd_cmd_unimplemented() handler
Philippe Mathieu-Daudé
1
-9
/
+12
2023-09-01
hw/sd: Add sd_cmd_illegal() handler
Philippe Mathieu-Daudé
1
-36
/
+26
2023-09-01
hw/sd: Introduce sd_cmd_handler type
Philippe Mathieu-Daudé
1
-0
/
+13
2023-09-01
hw/sd: Move proto_name to SDProto structure
Philippe Mathieu-Daudé
2
-8
/
+29
2023-09-01
hw/sd: When card is in wrong state, log which spec version is used
Philippe Mathieu-Daudé
1
-2
/
+16
2023-09-01
hw/sd: When card is in wrong state, log which state it is
Philippe Mathieu-Daudé
1
-3
/
+9
2023-09-01
hw/sd/sdcard: Return ILLEGAL for CMD19/CMD23 prior SD spec v3.01
Philippe Mathieu-Daudé
1
-2
/
+2
2023-09-01
aspeed: Get the BlockBackend of FMC0 from the flash device
Cédric Le Goater
1
-3
/
+5
2023-09-01
m25p80: Introduce an helper to retrieve the BlockBackend of a device
Cédric Le Goater
2
-0
/
+10
2023-09-01
aspeed: Create flash devices only when defaults are enabled
Cédric Le Goater
2
-8
/
+33
2023-09-01
hw/ssi: Check for duplicate CS indexes
Cédric Le Goater
6
-1
/
+29
2023-09-01
aspeed/smc: Wire CS lines at reset
Cédric Le Goater
2
-4
/
+9
2023-09-01
hw/ssi: Introduce a ssi_get_cs() helper
Cédric Le Goater
2
-0
/
+17
2023-09-01
hw/ssi: Add a "cs" property to SSIPeripheral
Cédric Le Goater
2
-0
/
+10
2023-09-01
tests/avocado/machine_aspeed.py: Update SDK images
Cédric Le Goater
1
-6
/
+6
2023-09-01
hw/i2c/aspeed: Add support for buffer organization
Hang Yu
2
-0
/
+5
2023-09-01
hw/i2c/aspeed: Fix TXBUF transmission start position error
Hang Yu
1
-24
/
+6
2023-09-01
hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool mode
Hang Yu
2
-6
/
+6
2023-09-01
aspeed: Introduce helper for 32-bit hosts limitation
Cédric Le Goater
1
-12
/
+9
2023-08-31
build: Only define OS_OBJECT_USE_OBJC with gcc
Alexander Graf
1
-1
/
+3
2023-08-31
tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.inc
Philippe Mathieu-Daudé
3
-2
/
+2
2023-08-31
ui: spelling fixes
Michael Tokarev
8
-9
/
+9
2023-08-31
util: spelling fixes
Michael Tokarev
13
-18
/
+18
2023-08-31
util/fifo8: Fix typo in fifo8_push_all() description
Philippe Mathieu-Daudé
1
-1
/
+1
2023-08-31
hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'
Philippe Mathieu-Daudé
5
-6
/
+6
2023-08-31
hw/i386: Remove unuseful kvmclock_create() stub
Philippe Mathieu-Daudé
5
-14
/
+10
[next]