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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-18
hw/arm/smmuv3: Handle translation faults according to SMMUPTWEventInfo
Mostafa Saleh
1
-7
/
+8
2024-07-18
hw/arm/smmuv3: Support nested SMMUs in smmuv3_notify_iova()
Mostafa Saleh
2
-15
/
+26
2024-07-18
hw/arm/smmu: Support nesting in the rest of commands
Mostafa Saleh
3
-3
/
+45
2024-07-18
hw/arm/smmu: Introduce smmu_iotlb_inv_asid_vmid
Mostafa Saleh
3
-9
/
+15
2024-07-18
hw/arm/smmu: Support nesting in smmuv3_range_inval()
Mostafa Saleh
3
-8
/
+64
2024-07-18
hw/arm/smmu-common: Support nested translation
Mostafa Saleh
2
-10
/
+78
2024-07-18
hw/arm/smmu-common: Add support for nested TLB
Mostafa Saleh
1
-4
/
+33
2024-07-18
hw/arm/smmu-common: Rework TLB lookup for nesting
Mostafa Saleh
1
-21
/
+43
2024-07-18
hw/arm/smmuv3: Translate CD and TT using stage-2 table
Mostafa Saleh
1
-17
/
+103
2024-07-18
hw/arm/smmu: Introduce CACHED_ENTRY_TO_ADDR
Mostafa Saleh
1
-2
/
+1
2024-07-18
hw/arm/smmu: Consolidate ASID and VMID types
Mostafa Saleh
3
-16
/
+16
2024-07-18
hw/arm/smmu: Split smmuv3_translate()
Mostafa Saleh
3
-121
/
+134
2024-07-18
hw/arm/smmu: Use enum for SMMU stage
Mostafa Saleh
2
-15
/
+16
2024-07-18
hw/arm/smmuv3: Fix encoding of CLASS in events
Mostafa Saleh
2
-1
/
+13
2024-07-18
hw/arm/smmu: Fix IPA for stage-2 events
Mostafa Saleh
2
-4
/
+10
2024-07-18
hw/arm/smmu-common: Add missing size check for stage-1
Mostafa Saleh
1
-0
/
+10
2024-07-18
hw/display/bcm2835_fb: fix fb_use_offsets condition
SamJakob
1
-1
/
+1
2024-07-18
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Richard Henderson
5
-12
/
+9
2024-07-17
hw/vfio/container: Get rid of qemu_open_old()
Zhao Liu
1
-4
/
+2
2024-07-17
hw/usb/u2f-passthru: Get rid of qemu_open_old()
Zhao Liu
1
-3
/
+1
2024-07-17
hw/usb/host-libusb: Get rid of qemu_open_old()
Zhao Liu
1
-2
/
+1
2024-07-17
hw/i386/sgx: Get rid of qemu_open_old()
Zhao Liu
1
-2
/
+4
2024-07-17
hw/i386/x86: Fix superfluous trailing semicolon
Zhao Liu
1
-1
/
+1
2024-07-17
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
5
-11
/
+28
2024-07-17
Merge tag 'sdmmc-20240716' of https://github.com/philmd/qemu into staging
Richard Henderson
2
-6
/
+381
2024-07-16
hw/sd/sdcard: Support boot area in emmc image
Joel Stanley
1
-0
/
+42
2024-07-16
hw/sd/sdcard: Add mmc SWITCH function support (CMD6)
Sai Pavan Boddu
2
-0
/
+58
2024-07-16
hw/sd/sdcard: Add eMMC 'boot-partition-size' property
Philippe Mathieu-Daudé
1
-1
/
+4
2024-07-16
hw/sd/sdcard: Add emmc_cmd_SEND_EXT_CSD handler (CMD8)
Vincent Palatin
1
-0
/
+70
2024-07-16
hw/sd/sdcard: Implement eMMC sleep state (CMD5)
Luc Michel
1
-2
/
+45
2024-07-16
hw/sd/sdcard: Add emmc_cmd_PROGRAM_CID handler (CMD26)
Philippe Mathieu-Daudé
1
-3
/
+7
2024-07-16
hw/sd/sdcard: Fix SET_BLOCK_COUNT command argument on eMMC (CMD23)
Cédric Le Goater
1
-0
/
+3
2024-07-16
hw/sd/sdcard: Add emmc_cmd_SET_RELATIVE_ADDR handler (CMD3)
Cédric Le Goater
1
-0
/
+15
2024-07-16
hw/sd/sdcard: Register unimplemented command handlers
Philippe Mathieu-Daudé
1
-0
/
+9
2024-07-16
hw/sd/sdcard: Register generic command handlers
Philippe Mathieu-Daudé
1
-0
/
+23
2024-07-16
hw/sd/sdcard: Basis for eMMC support
Philippe Mathieu-Daudé
1
-1
/
+106
2024-07-16
ui/console: Remove dpy_cursor_define_supported()
Akihiko Odaki
2
-8
/
+2
2024-07-16
ui/console: Convert mouse visibility parameter into bool
Akihiko Odaki
3
-4
/
+3
2024-07-16
esp: remove transfer size check from DMA DATA IN and DATA OUT transfers
Mark Cave-Ayland
1
-2
/
+2
2024-07-16
loader: remove load_image_gzipped function as its not used anywhere
Ani Sinha
1
-13
/
+0
2024-07-16
hw/isa/vt82c686: Turn "intr" irq into a named gpio
Bernhard Beschow
4
-6
/
+7
2024-07-16
hw/core/loader: allow loading larger ROMs
Gregor Haas
1
-25
/
+7
2024-07-16
hpet: fix HPET_TN_SETVAL for high 32-bits of the comparator
Paolo Bonzini
1
-7
/
+12
2024-07-16
hpet: fix clamping of period
Paolo Bonzini
1
-2
/
+4
2024-07-16
scsi: fix regression and honor bootindex again for legacy drives
Fiona Ebner
1
-0
/
+9
2024-07-16
hw/scsi/lsi53c895a: bump instruction limit in scripts processing to fix regre...
Fiona Ebner
1
-1
/
+1
2024-07-16
cpu: Free queued CPU work
Akihiko Odaki
1
-0
/
+1
2024-07-16
i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INIT
Michael Roth
1
-1
/
+1
2024-07-14
hw/ufs: Fix mcq register range check logic
Jeuk Kim
1
-2
/
+14
2024-07-12
Merge tag 'edgar/xen-queue-2024-07-12.for-upstream' of https://gitlab.com/edg...
Richard Henderson
1
-1
/
+11
[next]