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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-01-05
hw/input/tsc2xxx: Constify set_transform()'s MouseTransformInfo arg
Philippe Mathieu-Daudé
2
-3
/
+2
2023-01-05
hw/timer/imx_epit: fix compare timer handling
Axel Heider
1
-72
/
+112
2023-01-05
hw/timer/imx_epit: remove explicit fields cnt and freq
Axel Heider
1
-45
/
+28
2023-01-05
hw/timer/imx_epit: factor out register write handlers
Axel Heider
1
-94
/
+113
2023-01-05
hw/timer/imx_epit: hard reset initializes CR with 0
Axel Heider
1
-6
/
+14
2023-01-05
hw/timer/imx_epit: update interrupt state on CR write access
Axel Heider
1
-4
/
+12
2023-01-05
hw/timer/imx_epit: define SR_OCIF
Axel Heider
1
-6
/
+6
2023-01-05
hw/timer/imx_epit: cleanup CR defines
Axel Heider
1
-2
/
+2
2023-01-05
hw/timer/imx_epit: improve comments
Axel Heider
1
-4
/
+16
2022-12-23
hw/9pfs: Replace the direct call to xxxat() APIs with a wrapper
Bin Meng
2
-20
/
+27
2022-12-23
hw/9pfs: Drop unnecessary *xattr wrapper API declarations
Bin Meng
1
-11
/
+0
2022-12-23
9pfs: Fix some return statements in the synth backend
Greg Kurz
1
-6
/
+6
2022-12-21
Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into staging
Peter Maydell
8
-12
/
+87
2022-12-21
hw/ppc/e500: Move comment to more appropriate place
Bernhard Beschow
1
-1
/
+1
2022-12-21
hw/ppc/e500: Resolve variable shadowing
Bernhard Beschow
1
-3
/
+1
2022-12-21
hw/ppc/e500: Prefer local variable over qdev_get_machine()
Bernhard Beschow
1
-3
/
+2
2022-12-21
hw/ppc/virtex_ml507: Prefer local over global variable
Bernhard Beschow
1
-1
/
+1
2022-12-21
hw/ppc/spapr: Reduce "vof.h" inclusion
Philippe Mathieu-Daudé
1
-0
/
+1
2022-12-21
hw/ppc/e500: Add Freescale eSDHC to e500plat
Philippe Mathieu-Daudé
4
-1
/
+51
2022-12-21
hw/sd/sdhci: Support big endian SD host controller interfaces
Philippe Mathieu-Daudé
2
-3
/
+30
2022-12-21
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
51
-1236
/
+1789
2022-12-21
hw/virtio: Extract QMP related code virtio-qmp.c
Philippe Mathieu-Daudé
4
-634
/
+682
2022-12-21
hw/virtio: Extract config read/write accessors to virtio-config-io.c
Philippe Mathieu-Daudé
3
-190
/
+205
2022-12-21
hw/virtio: Constify qmp_virtio_feature_map_t[]
Philippe Mathieu-Daudé
1
-17
/
+17
2022-12-21
hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]
Philippe Mathieu-Daudé
1
-14
/
+42
2022-12-21
hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[]
Philippe Mathieu-Daudé
1
-21
/
+22
2022-12-21
hw/virtio: Add missing "hw/core/cpu.h" include
Philippe Mathieu-Daudé
1
-0
/
+1
2022-12-21
hw/cxl/device: Add Flex Bus Port DVSEC
Ira Weiny
1
-0
/
+11
2022-12-21
hw/acpi: Rename tco.c -> ich9_tco.c
Philippe Mathieu-Daudé
3
-3
/
+3
2022-12-21
pci: drop redundant PCIDeviceClass::is_bridge field
Igor Mammedov
15
-37
/
+17
2022-12-21
remove DEC 21154 PCI bridge
Igor Mammedov
4
-180
/
+4
2022-12-21
vhost: fix vq dirty bitmap syncing when vIOMMU is enabled
Jason Wang
1
-20
/
+64
2022-12-21
vhost-user: send set log base message only once
Yajun Wu
1
-0
/
+5
2022-12-21
vdpa: always start CVQ in SVQ mode if possible
Eugenio Pérez
1
-1
/
+2
2022-12-21
vdpa: add shadow_data to vhost_vdpa
Eugenio Pérez
1
-3
/
+3
2022-12-21
vdpa: add asid parameter to vhost_vdpa_dma_map/unmap
Eugenio Pérez
2
-13
/
+27
2022-12-21
vdpa: allocate SVQ array unconditionally
Eugenio Pérez
1
-4
/
+0
2022-12-21
vdpa: move SVQ vring features check to net/
Eugenio Pérez
1
-30
/
+2
2022-12-21
vdpa: request iova_range only once
Eugenio Pérez
1
-15
/
+0
2022-12-21
vhost: move iova_tree set to vhost_svq_start
Eugenio Pérez
3
-11
/
+8
2022-12-21
vhost: allocate SVQ device file descriptors at device start
Eugenio Pérez
2
-36
/
+30
2022-12-21
vhost: set SVQ device call handler at SVQ start
Eugenio Pérez
1
-2
/
+2
2022-12-21
vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
Eugenio Pérez
1
-2
/
+2
2022-12-21
vdpa-dev: mark the device as unmigratable
Longpeng
1
-0
/
+1
2022-12-21
vdpa: add vdpa-dev-pci support
Longpeng
2
-0
/
+103
2022-12-21
vdpa: add vdpa-dev support
Longpeng
3
-0
/
+382
2022-12-21
virtio: get class_id and pci device id by the virtio id
Longpeng
1
-0
/
+88
2022-12-21
ich9: honour 'enable_tco' property
Daniel P. Berrangé
1
-2
/
+4
2022-12-21
hw/isa: enable TCO watchdog reboot pin strap by default
Daniel P. Berrangé
2
-2
/
+4
2022-12-21
pc: clean up compat machines
Cornelia Huck
2
-41
/
+2
[next]