index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
qemu
/
utils
/
qemu_ga_client.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-11
hw/misc: In STM32L4x5 EXTI, consolidate 2 constants
Inès Varhol
2
-6
/
+4
2024-07-11
accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatory
Peter Maydell
2
-9
/
+11
2024-07-11
target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementation
Peter Maydell
19
-1
/
+24
2024-07-11
target/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt()
Peter Maydell
3
-1
/
+5
2024-07-11
target/arm: Use cpu_env in cpu_untagged_addr
Richard Henderson
1
-2
/
+2
2024-07-11
hw/misc/bcm2835_thermal: Fix access size handling in bcm2835_thermal_ops
Zheyu Ma
1
-0
/
+2
2024-07-11
hw/char/pl011: Avoid division-by-zero in pl011_get_baudrate()
Zheyu Ma
1
-2
/
+11
2024-07-11
target/arm: Allow FPCR bits that aren't in FPSCR
Peter Maydell
1
-21
/
+35
2024-07-11
target/arm: Rename FPSR_MASK and FPCR_MASK and define them symbolically
Peter Maydell
3
-11
/
+40
2024-07-11
target/arm: Rename FPCR_ QC, NZCV macros to FPSR_
Peter Maydell
5
-24
/
+27
2024-07-11
target/arm: Store FPSR and FPCR in separate CPU state fields
Peter Maydell
6
-27
/
+28
2024-07-11
target/arm: Implement store_cpu_field_low32() macro
Peter Maydell
1
-0
/
+7
2024-07-11
target/arm: Support migration when FPSR/FPCR won't fit in the FPSCR
Peter Maydell
1
-2
/
+132
2024-07-11
target/arm: Make vfp_set_fpscr() call vfp_set_{fpcr, fpsr}
Peter Maydell
2
-44
/
+78
2024-07-11
target/arm: Make vfp_get_fpscr() call vfp_get_{fpcr, fpsr}
Peter Maydell
2
-21
/
+37
2024-07-11
target/arm: Correct comments about M-profile FPSCR
Peter Maydell
1
-3
/
+2
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 sup...
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-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
-26
/
+38
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
[next]