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-10-30
hw/char: sifive_uart: Print uart characters async
Alistair Francis
1
-6
/
+91
2024-10-30
hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all
Alistair Francis
1
-2
/
+10
2024-10-30
hw/intc/riscv_aplic: Check and update pending when write sourcecfg
Yong-Xuan Wang
1
-18
/
+33
2024-10-30
hw/intc: Don't clear pending bits on IRQ lowering
Sergey Makarov
1
-2
/
+4
2024-10-30
hw/intc: Make zeroth priority register read-only
Sergey Makarov
1
-2
/
+7
2024-10-30
target/riscv: Add fw_dynamic_info32 for booting RV32 OpenSBI
TANG Tiancheng
2
-13
/
+25
2024-10-29
virtio-net: Avoid indirection_table_mask overflow
Akihiko Odaki
1
-6
/
+6
2024-10-28
hw/net: improve tracing of eBPF RSS setup
Daniel P. Berrangé
2
-6
/
+11
2024-10-28
hw/net: report errors from failing to use eBPF RSS FDs
Daniel P. Berrangé
1
-12
/
+29
2024-10-28
ebpf: add formal error reporting to all APIs
Daniel P. Berrangé
1
-3
/
+4
2024-10-28
hw/net: fix typo s/epbf/ebpf/ in virtio-net
Daniel P. Berrangé
1
-5
/
+5
2024-10-25
Merge tag 'pull-aspeed-20241024' of https://github.com/legoater/qemu into sta...
Peter Maydell
8
-87
/
+607
2024-10-25
Merge tag 'pull-vfio-20241024' of https://github.com/legoater/qemu into staging
Peter Maydell
3
-27
/
+52
2024-10-24
Merge tag 'pull-request-2024-10-23' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
6
-289
/
+201
2024-10-24
hw/arm/aspeed: Correct fmc_model w25q80bl for ast1030-a1 EVB
Jamin Lin
1
-1
/
+1
2024-10-24
hw/arm/aspeed: Correct spi_model w25q256 for ast1030-a1 EVB.
Jamin Lin
1
-1
/
+1
2024-10-24
hw/block/m25p80: Add SFDP table for w25q80bl flash
Jamin Lin
3
-2
/
+39
2024-10-24
hw/block:m25p80: Support write status register 2 command (0x31) for w25q01jvq
Jamin Lin
1
-0
/
+38
2024-10-24
hw/block:m25p80: Fix coding style
Jamin Lin
1
-8
/
+14
2024-10-24
aspeed/smc: Fix write incorrect data into flash in user mode
Jamin Lin
1
-12
/
+28
2024-10-24
hw/misc/aspeed_hace: Fix SG Accumulative hashing
Alejandro Zeise
1
-45
/
+59
2024-10-24
aspeed/soc: Support GPIO for AST2700
Jamin Lin
1
-0
/
+13
2024-10-24
aspeed/soc: Correct GPIO irq 130 for AST2700
Jamin Lin
1
-3
/
+2
2024-10-24
hw/gpio/aspeed: Add AST2700 support
Jamin Lin
1
-0
/
+380
2024-10-24
hw/gpio/aspeed: Fix clear incorrect interrupt status for GPIO index mode
Jamin Lin
1
-10
/
+17
2024-10-24
hw/gpio/aspeed: Support different memory region ops
Jamin Lin
1
-1
/
+6
2024-10-24
hw/gpio/aspeed: Support to set the different memory size
Jamin Lin
1
-1
/
+6
2024-10-24
hw/gpio/aspeed: Fix coding style
Jamin Lin
1
-3
/
+3
2024-10-23
vfio/helpers: Align mmaps
Alex Williamson
1
-2
/
+30
2024-10-23
vfio/helpers: Refactor vfio_region_mmap() error handling
Alex Williamson
1
-17
/
+17
2024-10-23
vfio/migration: Change trace formats from hex to decimal
Avihai Horon
1
-5
/
+5
2024-10-23
vfio/migration: Report only stop-copy size in vfio_state_pending_exact()
Avihai Horon
1
-3
/
+0
2024-10-23
s390x: Rebuild IPLB for SCSI device directly from DIAG308
Jared Rossi
2
-65
/
+20
2024-10-23
hw/s390x: Build an IPLB for each boot device
Jared Rossi
2
-28
/
+102
2024-10-23
s390x: Add individual loadparm assignment to CCW device
Jared Rossi
6
-52
/
+94
2024-10-23
include/hw/s390x: Add include files for common IPL structs
Jared Rossi
1
-103
/
+1
2024-10-23
hw/s390x: Remove the possibility to load the s390-netboot.img binary
Thomas Huth
3
-71
/
+6
2024-10-22
hw/s390x/ipl: Provide more memory to the s390-ccw.img firmware
Thomas Huth
1
-1
/
+9
2024-10-22
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
5
-12
/
+11
2024-10-21
replace error_setg(&error_fatal, ...) with error_report()
Tudor Gheorghiu
5
-12
/
+11
2024-10-21
Merge tag 'pull-request-2024-10-21' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
3
-2
/
+7
2024-10-21
Merge tag 'edgar/xen-queue-2024-10-21.for-upstream' of https://gitlab.com/edg...
Peter Maydell
1
-3
/
+4
2024-10-21
Revert "hw/sh4/r2d: Realize IDE controller before accessing it"
Thomas Huth
1
-1
/
+1
2024-10-21
hw/pci-bridge: Add a Kconfig switch for the normal PCI bridge
Thomas Huth
2
-1
/
+6
2024-10-21
hw/xen: Avoid use of uninitialized bufioreq_evtchn
Edgar E. Iglesias
1
-3
/
+4
2024-10-18
hw/intc/openpic: Improve errors for out of bounds property values
Markus Armbruster
1
-4
/
+1
2024-10-18
block: Adjust check_block_size() signature
Markus Armbruster
1
-5
/
+1
2024-10-17
Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
3
-4
/
+43
2024-10-16
Merge tag 'single-binary-20241015' of https://github.com/philmd/qemu into sta...
Peter Maydell
9
-43
/
+53
2024-10-16
hw/loongarch/fw_cfg: Build in common_ss[]
Philippe Mathieu-Daudé
1
-1
/
+1
[next]