index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-07-11
target/arm: Rename FPCR_ QC, NZCV macros to FPSR_
Peter Maydell
2024-07-11
target/arm: Store FPSR and FPCR in separate CPU state fields
Peter Maydell
2024-07-11
target/arm: Implement store_cpu_field_low32() macro
Peter Maydell
2024-07-11
target/arm: Support migration when FPSR/FPCR won't fit in the FPSCR
Peter Maydell
2024-07-11
target/arm: Make vfp_set_fpscr() call vfp_set_{fpcr, fpsr}
Peter Maydell
2024-07-11
target/arm: Make vfp_get_fpscr() call vfp_get_{fpcr, fpsr}
Peter Maydell
2024-07-11
target/arm: Correct comments about M-profile FPSCR
Peter Maydell
2024-07-09
Merge tag 'pull-aspeed-20240709' of https://github.com/legoater/qemu into sta...
Richard Henderson
2024-07-09
Merge tag 'pull-vfio-20240709' of https://github.com/legoater/qemu into staging
Richard Henderson
2024-07-09
vfio/display: Fix vfio_display_edid_init() error path
Zhenzhong Duan
2024-07-09
vfio/display: Fix potential memleak of edid info
Zhenzhong Duan
2024-07-09
virtio-iommu: Revert transient enablement of IOMMU MR in bypass mode
Eric Auger
2024-07-09
memory: remove IOMMU MR iommu_set_page_size_mask() callback
Eric Auger
2024-07-09
virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device()
Eric Auger
2024-07-09
HostIOMMUDevice: Introduce get_page_size_mask() callback
Eric Auger
2024-07-09
HostIOMMUDevice : remove Error handle from get_iova_ranges callback
Eric Auger
2024-07-09
vfio-container-base: Introduce vfio_container_get_iova_ranges() helper
Eric Auger
2024-07-09
virtio-iommu: Fix error handling in virtio_iommu_set_host_iova_ranges()
Eric Auger
2024-07-09
machine_aspeed.py: update to test network for AST2700
Jamin Lin
2024-07-09
machine_aspeed.py: update to test ASPEED OpenBMC SDK v09.02 for AST2700
Jamin Lin
2024-07-09
hw/block: m25p80: support quad mode for w25q01jvq
Jamin Lin
2024-07-09
aspeed/soc: set dma64 property for AST2700 ftgmac100
Jamin Lin
2024-07-09
hw/net:ftgmac100: update TX and RX packet buffers address to 64 bits
Jamin Lin
2024-07-09
hw/net:ftgmac100: introduce TX and RX ring base address high registers to sup...
Jamin Lin
2024-07-09
hw/net:ftgmac100: update ring base address to 64 bits
Jamin Lin
2024-07-09
hw/net:ftgmac100: update memory region size to 64KB
Jamin Lin
2024-07-07
Merge tag 'pull-qapi-2024-07-06' of https://repo.or.cz/qemu/armbru into staging
Richard Henderson
2024-07-07
Merge tag 'sdmmc-20240706' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-07-06
sphinx/qapidoc: Fix to generate doc for explicit, unboxed arguments
Markus Armbruster
2024-07-06
qapi/parser: don't parse rST markup as section headers
John Snow
2024-07-06
qapi: add markup to note blocks
John Snow
2024-07-06
qapi: update prose in note blocks
John Snow
2024-07-06
qapi: convert "Note" sections to plain rST
John Snow
2024-07-06
qapi: nail down convention that Errors sections are lists
John Snow
2024-07-06
qapi: fix non-compliant JSON examples
John Snow
2024-07-06
docs/qapidoc: fix nested parsing under untagged sections
John Snow
2024-07-06
qapi/parser: fix comment parsing immediately following a doc block
John Snow
2024-07-06
qapi/parser: preserve indentation in QAPIDoc sections
John Snow
2024-07-06
docs/qapidoc: delint a tiny portion of the module
John Snow
2024-07-06
docs/qapidoc: remove unused intersperse function
John Snow
2024-07-06
qapi: linter fixups
John Snow
2024-07-05
hw/sd/sdcard: Extract TYPE_SDMMC_COMMON from TYPE_SD_CARD
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Introduce set_csd/set_cid handlers
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Cover more SDCardStates
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Trace length of data read on DAT lines
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Remove default case in read/write on DAT lines
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Remove noise from sd_cmd_name()
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Remove noise from sd_acmd_name()
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_t
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Add sd_cmd_GEN_CMD handler (CMD56)
Philippe Mathieu-Daudé
[next]