aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-06Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi29-436/+827
2023-09-06Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi19-201/+367
2023-09-05Merge tag 'pull-request-2023-08-31' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi10-8/+122
2023-09-05Merge tag 'misc-20230831' of https://github.com/philmd/qemu into stagingStefan Hajnoczi186-3441/+307
2023-09-01linux-user: Track shm regions with an interval treeRichard Henderson1-28/+53
2023-09-01linux-user: Fix shmdtRichard Henderson1-3/+14
2023-09-01linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat,shmdt}Richard Henderson1-52/+46
2023-09-01linux-user: Move shmat and shmdt implementations to mmap.cRichard Henderson3-139/+146
2023-09-01linux-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson2-39/+0
2023-09-01linux-user: Emulate the Anonymous: keyword in /proc/self/smapsIlya Leoshkevich1-1/+2
2023-09-01linux-user: Show heap address in /proc/pid/mapsRichard Henderson1-0/+2
2023-09-01linux-user: Adjust brk for load_biasRichard Henderson1-1/+1
2023-09-01linux-user: Use walk_memory_regions for open_self_mapsRichard Henderson1-76/+114
2023-09-01util/selfmap: Use dev_t and ino_t in MapInfoRichard Henderson3-9/+13
2023-09-01linux-user: Emulate /proc/cpuinfo for AlphaHelge Deller1-1/+67
2023-09-01linux-user: Emulate /proc/cpuinfo on aarch64 and armHelge Deller4-7/+233
2023-09-01linux-user: Split out cpu/target_proc.hRichard Henderson22-170/+226
2023-09-01hw/sd: Introduce a "sd-card" SPI variant modelCédric Le Goater4-18/+45
2023-09-01hw/sd: Add sd_cmd_SET_BLOCK_COUNT() handlerPhilippe Mathieu-Daudé1-14/+16
2023-09-01hw/sd: Add sd_cmd_SEND_TUNING_BLOCK() handlerJoel Stanley1-11/+17
2023-09-01hw/sd: Add sd_cmd_SEND_RELATIVE_ADDR() handlerPhilippe Mathieu-Daudé1-13/+15
2023-09-01hw/sd: Add sd_cmd_ALL_SEND_CID() handlerPhilippe Mathieu-Daudé1-11/+12
2023-09-01hw/sd: Add sd_cmd_SEND_OP_CMD() handlerPhilippe Mathieu-Daudé2-10/+10
2023-09-01hw/sd: Add sd_cmd_GO_IDLE_STATE() handlerPhilippe Mathieu-Daudé1-12/+12
2023-09-01hw/sd: Add sd_cmd_unimplemented() handlerPhilippe Mathieu-Daudé1-9/+12
2023-09-01hw/sd: Add sd_cmd_illegal() handlerPhilippe Mathieu-Daudé1-36/+26
2023-09-01hw/sd: Introduce sd_cmd_handler typePhilippe Mathieu-Daudé1-0/+13
2023-09-01hw/sd: Move proto_name to SDProto structurePhilippe Mathieu-Daudé2-8/+29
2023-09-01hw/sd: When card is in wrong state, log which spec version is usedPhilippe Mathieu-Daudé1-2/+16
2023-09-01hw/sd: When card is in wrong state, log which state it isPhilippe Mathieu-Daudé1-3/+9
2023-09-01hw/sd/sdcard: Return ILLEGAL for CMD19/CMD23 prior SD spec v3.01Philippe Mathieu-Daudé1-2/+2
2023-09-01aspeed: Get the BlockBackend of FMC0 from the flash deviceCédric Le Goater1-3/+5
2023-09-01m25p80: Introduce an helper to retrieve the BlockBackend of a deviceCédric Le Goater2-0/+10
2023-09-01aspeed: Create flash devices only when defaults are enabledCédric Le Goater2-8/+33
2023-09-01hw/ssi: Check for duplicate CS indexesCédric Le Goater6-1/+29
2023-09-01aspeed/smc: Wire CS lines at resetCédric Le Goater2-4/+9
2023-09-01hw/ssi: Introduce a ssi_get_cs() helperCédric Le Goater2-0/+17
2023-09-01hw/ssi: Add a "cs" property to SSIPeripheralCédric Le Goater2-0/+10
2023-09-01tests/avocado/machine_aspeed.py: Update SDK imagesCédric Le Goater1-6/+6
2023-09-01hw/i2c/aspeed: Add support for buffer organizationHang Yu2-0/+5
2023-09-01hw/i2c/aspeed: Fix TXBUF transmission start position errorHang Yu1-24/+6
2023-09-01hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool modeHang Yu2-6/+6
2023-09-01aspeed: Introduce helper for 32-bit hosts limitationCédric Le Goater1-12/+9
2023-08-31build: Only define OS_OBJECT_USE_OBJC with gccAlexander Graf1-1/+3
2023-08-31tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.incPhilippe Mathieu-Daudé3-2/+2
2023-08-31ui: spelling fixesMichael Tokarev8-9/+9
2023-08-31util: spelling fixesMichael Tokarev13-18/+18
2023-08-31util/fifo8: Fix typo in fifo8_push_all() descriptionPhilippe Mathieu-Daudé1-1/+1
2023-08-31hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'Philippe Mathieu-Daudé5-6/+6
2023-08-31hw/i386: Remove unuseful kvmclock_create() stubPhilippe Mathieu-Daudé5-14/+10