index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-09
Merge tag 'pull-vfio-20240709' of https://github.com/legoater/qemu into staging
Richard Henderson
11
-141
/
+127
2024-07-09
vfio/display: Fix vfio_display_edid_init() error path
Zhenzhong Duan
1
-6
/
+7
2024-07-09
vfio/display: Fix potential memleak of edid info
Zhenzhong Duan
1
-0
/
+3
2024-07-09
virtio-iommu: Revert transient enablement of IOMMU MR in bypass mode
Eric Auger
1
-12
/
+0
2024-07-09
memory: remove IOMMU MR iommu_set_page_size_mask() callback
Eric Auger
5
-105
/
+0
2024-07-09
virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device()
Eric Auger
2
-2
/
+56
2024-07-09
HostIOMMUDevice: Introduce get_page_size_mask() callback
Eric Auger
4
-0
/
+36
2024-07-09
HostIOMMUDevice : remove Error handle from get_iova_ranges callback
Eric Auger
4
-5
/
+4
2024-07-09
vfio-container-base: Introduce vfio_container_get_iova_ranges() helper
Eric Auger
4
-14
/
+19
2024-07-09
virtio-iommu: Fix error handling in virtio_iommu_set_host_iova_ranges()
Eric Auger
1
-1
/
+6
2024-07-09
machine_aspeed.py: update to test network for AST2700
Jamin Lin
1
-2
/
+4
2024-07-09
machine_aspeed.py: update to test ASPEED OpenBMC SDK v09.02 for AST2700
Jamin Lin
1
-3
/
+3
2024-07-09
hw/block: m25p80: support quad mode for w25q01jvq
Jamin Lin
1
-0
/
+16
2024-07-09
aspeed/soc: set dma64 property for AST2700 ftgmac100
Jamin Lin
1
-0
/
+3
2024-07-09
hw/net:ftgmac100: update TX and RX packet buffers address to 64 bits
Jamin Lin
1
-3
/
+18
2024-07-09
hw/net:ftgmac100: introduce TX and RX ring base address high registers to support 64 bits
Jamin Lin
2
-0
/
+86
2024-07-09
hw/net:ftgmac100: update ring base address to 64 bits
Jamin Lin
2
-22
/
+20
2024-07-09
hw/net:ftgmac100: update memory region size to 64KB
Jamin Lin
2
-3
/
+12
2024-07-07
Merge tag 'pull-qapi-2024-07-06' of https://repo.or.cz/qemu/armbru into staging
Richard Henderson
34
-347
/
+397
2024-07-07
Merge tag 'sdmmc-20240706' of https://github.com/philmd/qemu into staging
Richard Henderson
10
-109
/
+123
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
-25
/
+37
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
Merge tag 'pull-maintainer-july24-050724-1' of https://gitlab.com/stsquad/qemu into staging
Richard Henderson
50
-946
/
+1771
[prev]
[next]