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-01-09
Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2
-7
/
+3
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
1
-6
/
+2
2023-01-09
exec/memory: Expose memory_region_access_valid()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-01-09
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
106
-401
/
+869
2023-01-08
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
6
-22
/
+75
2023-01-08
vhost-scsi: fix memleak of vsc->inflight
Dongli Zhang
1
-0
/
+1
2023-01-08
acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block
Laszlo Ersek
1
-0
/
+3
2023-01-08
hw/acpi/aml-build: Only generate cluster node in PPTT when specified
Yicong Yang
2
-1
/
+3
2023-01-08
virtio-pci: fix proxy->vector_irqfd leak in virtio_pci_set_guest_notifiers
leixiang
1
-0
/
+2
2023-01-08
vdpa: commit all host notifier MRs in a single MR transaction
Longpeng
1
-6
/
+19
2023-01-08
vhost: configure all host notifiers in a single MR transaction
Longpeng
1
-0
/
+24
2023-01-08
vhost: simplify vhost_dev_enable_notifiers
Longpeng
1
-16
/
+4
2023-01-08
vdpa-dev: get iova range explicitly
Longpeng
2
-0
/
+16
2023-01-08
include/hw/virtio: Break inclusion loop
Markus Armbruster
2
-0
/
+2
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
71
-65
/
+71
2023-01-08
include/hw/cxl: Move typedef PXBDev to cxl.h, and put it to use
Markus Armbruster
1
-1
/
+0
2023-01-08
include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h
Markus Armbruster
11
-8
/
+6
2023-01-08
hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c
Philippe Mathieu-Daudé
3
-191
/
+201
2023-01-08
hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device()
Philippe Mathieu-Daudé
1
-5
/
+5
2023-01-08
virtio-pci: add support for configure interrupt
Cindy Lu
1
-19
/
+99
2023-01-08
virtio-mmio: add support for configure interrupt
Cindy Lu
1
-0
/
+27
2023-01-08
virtio-net: add support for configure interrupt
Cindy Lu
3
-2
/
+20
2023-01-08
vhost: add support for configure interrupt
Cindy Lu
1
-1
/
+77
2023-01-08
virtio: add support for configure interrupt
Cindy Lu
1
-0
/
+29
2023-01-08
vhost-vdpa: add support for config interrupt
Cindy Lu
2
-0
/
+9
2023-01-08
virtio-pci: decouple the single vector from the interrupt process
Cindy Lu
1
-58
/
+73
2023-01-08
virtio-pci: decouple notifier from interrupt process
Cindy Lu
1
-31
/
+57
2023-01-08
virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX
Cindy Lu
6
-2
/
+102
2023-01-08
vhost-user: Fix the virtio features negotiation flaw
Hyman Huang(黄勇)
3
-0
/
+20
2023-01-08
hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2
Bernhard Beschow
1
-2
/
+0
2023-01-08
i386, mips: Resolve redundant ACPI and APM dependencies
Bernhard Beschow
1
-2
/
+0
2023-01-08
hw/isa/Kconfig: Add missing dependency to VT82C686
Bernhard Beschow
1
-0
/
+1
2023-01-08
hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4
Bernhard Beschow
1
-1
/
+3
2023-01-08
hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machines
Bernhard Beschow
2
-1
/
+1
2023-01-08
hw/acpi/Kconfig: Add missing dependencies to ACPI_ICH9
Bernhard Beschow
2
-1
/
+2
2023-01-08
hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9
Bernhard Beschow
4
-4
/
+4
2023-01-08
virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has it
Eugenio Pérez
1
-0
/
+2
2023-01-08
virtio_net: Modify virtio_net_get_config to early return
Eugenio Pérez
1
-13
/
+15
2023-01-07
Merge tag 'pull-loongarch-20230106' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
3
-14
/
+69
2023-01-06
Merge tag 'pull-riscv-to-apply-20230106' of https://github.com/alistair23/qem...
Peter Maydell
10
-107
/
+238
2023-01-06
Merge tag 'pull-tcg-20230105' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
3
-19
/
+3
2023-01-06
hw/intc/loongarch_pch: Change default irq number of pch irq controller
Tianrui Zhao
2
-2
/
+3
2023-01-06
hw/intc/loongarch_pch_pic: add irq number property
Tianrui Zhao
2
-7
/
+35
2023-01-06
hw/intc/loongarch_pch_msi: add irq number property
Tianrui Zhao
2
-8
/
+34
2023-01-06
hw/intc: sifive_plic: Fix the pending register range check
Bin Meng
1
-2
/
+3
2023-01-06
hw/riscv: opentitan: Drop "hartid-base" and "priority-base" initialization
Bin Meng
1
-2
/
+0
2023-01-06
hw/intc: sifive_plic: Change "priority-base" to start from interrupt source 0
Bin Meng
1
-2
/
+3
2023-01-06
hw/riscv: virt: Fix the value of "riscv, ndev" in the dtb
Bin Meng
1
-1
/
+2
2023-01-06
hw/riscv: sifive_u: Avoid using magic number for "riscv, ndev"
Bin Meng
1
-1
/
+2
2023-01-06
hw/intc: sifive_plic: Update "num-sources" property default value
Bin Meng
1
-1
/
+7
[next]