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
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
39
-123
/
+122
2023-01-09
.gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
Thomas Huth
1
-1
/
+2
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
13
-81
/
+45
2023-01-09
Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
Nikita Ivanov
9
-16
/
+24
2023-01-09
docs/interop: Change the vnc-ledstate-Pseudo-encoding doc into .rst
Thomas Huth
2
-0
/
+1
2023-01-09
i386: Deprecate the -no-hpet QEMU command line option
Thomas Huth
3
-1
/
+8
2023-01-09
tests/qtest/bios-tables-test: Replace -no-hpet with hpet=off machine parameter
Thomas Huth
1
-8
/
+14
2023-01-09
tests/readconfig: spice doesn't support unix socket on windows yet
Marc-André Lureau
1
-2
/
+4
2023-01-09
target/s390x: Restrict sysemu/reset.h to system emulation
Philippe Mathieu-Daudé
1
-1
/
+3
2023-01-09
target/s390x/tcg/excp_helper: Restrict system headers to sysemu
Philippe Mathieu-Daudé
1
-4
/
+4
2023-01-09
target/s390x/tcg/misc_helper: Remove unused "memory.h" include
Philippe Mathieu-Daudé
1
-1
/
+0
2023-01-09
hw/s390x/pv: Restrict Protected Virtualization to sysemu
Philippe Mathieu-Daudé
2
-1
/
+7
2023-01-09
exec/memory: Expose memory_region_access_valid()
Philippe Mathieu-Daudé
3
-5
/
+5
2023-01-09
MAINTAINERS: Add MIPS-related docs and configs to the MIPS architecture section
Thomas Huth
1
-0
/
+2
2023-01-09
tests/vm: Update get_default_jobs() to work on non-x86_64 non-KVM hosts
Philippe Mathieu-Daudé
1
-2
/
+1
2023-01-09
qemu-iotests/stream-under-throttle: do not shutdown QEMU
Christian Borntraeger
1
-0
/
+2
2023-01-09
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
205
-821
/
+1410
2023-01-08
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
28
-269
/
+272
2023-01-08
Merge tag 'pull-tcg-20230106' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
4
-663
/
+665
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
tests: acpi: aarch64: Add *.topology tables
Yicong Yang
4
-3
/
+0
2023-01-08
tests: acpi: aarch64: Add topology test for aarch64
Yicong Yang
1
-0
/
+19
2023-01-08
tests: acpi: Add and whitelist *.topology blobs
Yicong Yang
4
-0
/
+3
2023-01-08
tests: virt: Update expected ACPI tables for virt test
Yicong Yang
3
-2
/
+0
2023-01-08
hw/acpi/aml-build: Only generate cluster node in PPTT when specified
Yicong Yang
4
-1
/
+9
2023-01-08
tests: virt: Allow changes to PPTT test table
Yicong Yang
1
-0
/
+2
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: harden the error path if get_iova_range failed
Longpeng
1
-1
/
+7
2023-01-08
vdpa-dev: get iova range explicitly
Longpeng
4
-8
/
+18
2023-01-08
docs/devel: Rules on #include in headers
Markus Armbruster
1
-0
/
+7
2023-01-08
include: Include headers where needed
Markus Armbruster
43
-9
/
+71
2023-01-08
include/hw/virtio: Break inclusion loop
Markus Armbruster
3
-1
/
+2
2023-01-08
include/hw/cxl: Break inclusion loop cxl_pci.h and cxl_cdat_h
Markus Armbruster
1
-1
/
+0
2023-01-08
include/hw/pci: Include hw/pci/pci.h where needed
Markus Armbruster
1
-0
/
+2
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
93
-427
/
+441
2023-01-08
include/hw/pci: Clean up a few things checkpatch.pl would flag
Markus Armbruster
1
-7
/
+10
2023-01-08
include/hw/cxl: Include hw/cxl/*.h where needed
Markus Armbruster
2
-0
/
+2
2023-01-08
include/hw/cxl: Move typedef PXBDev to cxl.h, and put it to use
Markus Armbruster
3
-3
/
+3
2023-01-08
include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h
Markus Armbruster
26
-30
/
+10
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
2
-20
/
+102
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
4
-2
/
+22
2023-01-08
vhost: add support for configure interrupt
Cindy Lu
2
-1
/
+81
2023-01-08
virtio: add support for configure interrupt
Cindy Lu
2
-0
/
+33
[next]