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
2023-04-28
hw/rdma: Remove unused macros PG_DIR_SZ and PG_TBL_SZ
Thomas Huth
1
-4
/
+0
2023-04-27
multifd: Create property multifd-flush-after-each-section
Juan Quintela
1
-1
/
+3
2023-04-26
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Richard Henderson
5
-13
/
+9
2023-04-25
9pfs: mark more coroutine_fns
Paolo Bonzini
2
-5
/
+5
2023-04-25
thread-pool: avoid passing the pool parameter every time
Emanuele Giuseppe Esposito
3
-8
/
+4
2023-04-25
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
24
-149
/
+157
2023-04-24
hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEV
Jonathan Cameron
3
-47
/
+27
2023-04-24
hw/pci-bridge: pci_expander_bridge fix type in pxb_cxl_dev_reset()
Jonathan Cameron
1
-1
/
+1
2023-04-24
docs/specs: Convert pci-serial.txt to rst
Peter Maydell
2
-2
/
+2
2023-04-24
acpi: pcihp: allow repeating hot-unplug requests
Igor Mammedov
1
-0
/
+10
2023-04-24
virtio: i2c: Check notifier helpers for VIRTIO_CONFIG_IRQ_IDX
Viresh Kumar
1
-0
/
+16
2023-04-24
intel_iommu: refine iotlb hash calculation
Jason Wang
2
-7
/
+8
2023-04-24
hw/acpi: limit warning on acpi table size to pc machines older than version 2.3
Ani Sinha
3
-2
/
+6
2023-04-24
migration: Create options.c
Juan Quintela
1
-0
/
+1
2023-04-22
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
3
-6
/
+4
2023-04-21
Merge tag 'pull-tpm-2023-04-20-1' of https://github.com/stefanberger/qemu-tpm...
Richard Henderson
7
-8
/
+617
2023-04-21
Merge tag 'pull-request-2023-04-20' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
13
-24
/
+128
2023-04-21
pci: avoid accessing slot_reserved_mask directly outside of pci.c
Chuck Zmudzinski
3
-8
/
+21
2023-04-21
hw: Add compat machines for 8.1
Cornelia Huck
8
-10
/
+73
2023-04-21
hw/i386/amd_iommu: Factor amdvi_pci_realize out of amdvi_sysbus_realize
Philippe Mathieu-Daudé
2
-28
/
+39
2023-04-21
hw/i386/amd_iommu: Set PCI static/const fields via PCIDeviceClass
Philippe Mathieu-Daudé
1
-2
/
+4
2023-04-21
hw/i386/amd_iommu: Move capab_offset from AMDVIState to AMDVIPCIState
Philippe Mathieu-Daudé
3
-9
/
+9
2023-04-21
hw/i386/amd_iommu: Remove intermediate AMDVIState::devid field
Philippe Mathieu-Daudé
3
-5
/
+3
2023-04-21
hw/i386/amd_iommu: Explicit use of AMDVI_BASE_ADDR in amdvi_init
Philippe Mathieu-Daudé
1
-2
/
+2
2023-04-21
virtio-balloon: optimize the virtio-balloon on the ARM platform
Yangming
2
-28
/
+12
2023-04-21
vhost: Drop unused eventfd_add|del hooks
Peter Xu
1
-14
/
+0
2023-04-21
virtio: refresh vring region cache after updating a virtqueue size
Carlos López
4
-1
/
+4
2023-04-20
tpm: Add support for TPM device over I2C bus
Ninad Palsule
5
-0
/
+586
2023-04-20
tpm: Extend common APIs to support TPM TIS I2C
Ninad Palsule
2
-8
/
+31
2023-04-20
arm/mcimx7d-sabre: Set fec2-phy-connected property to false
Guenter Roeck
1
-0
/
+2
2023-04-20
fsl-imx7: Add fec[12]-phy-connected properties
Guenter Roeck
1
-0
/
+20
2023-04-20
arm/mcimx6ul-evk: Set fec1-phy-connected property to false
Guenter Roeck
1
-0
/
+2
2023-04-20
fsl-imx6ul: Add fec[12]-phy-connected properties
Guenter Roeck
1
-0
/
+20
2023-04-20
hw/net/imx_fec: Support two Ethernet interfaces connected to single MDIO bus
Guenter Roeck
1
-4
/
+23
2023-04-20
hw/core: Move numa.c into the target independent source set
Thomas Huth
1
-1
/
+1
2023-04-20
hw/display: Compile vga.c as target-independent code
Thomas Huth
2
-10
/
+23
2023-04-20
softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.c
Thomas Huth
1
-0
/
+29
2023-04-20
hw/char: Move two more files from specific_ss to softmmu_ss
Thomas Huth
1
-3
/
+2
2023-04-20
hw/arm/virt: Restrict Cortex-A7 check to TCG
Philippe Mathieu-Daudé
1
-0
/
+2
2023-04-20
hw/timer/imx_epit: fix limit check
Axel Heider
1
-1
/
+1
2023-04-20
hw/timer/imx_epit: don't shadow variable
Axel Heider
1
-1
/
+1
2023-04-20
hw/arm: Add WDT to Allwinner-H3 and Orangepi-PC
Strahinja Jankovic
2
-0
/
+9
2023-04-20
hw/arm: Add WDT to Allwinner-A10 and Cubieboard
Strahinja Jankovic
2
-0
/
+8
2023-04-20
hw/watchdog: Allwinner WDT emulation for system reset
Strahinja Jankovic
4
-0
/
+428
2023-04-20
exynos: Fix out-of-bounds access in exynos4210_gcomp_find debug printf
Feng Jiang
1
-5
/
+8
2023-04-20
hw/arm: Fix some typos in comments (most found by codespell)
Stefan Weil
8
-9
/
+9
2023-04-20
lasi: fix RTC migration
Paolo Bonzini
1
-2
/
+2
2023-04-20
nvme: remove constant argument to tracepoint
Paolo Bonzini
2
-4
/
+2
2023-04-20
hw: Add compat machines for 8.1
Cornelia Huck
8
-10
/
+73
2023-04-13
Merge tag 'migration-20230412-pull-request' of https://gitlab.com/juan.quinte...
Peter Maydell
1
-0
/
+1
[prev]
[next]