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-06-26
intel_iommu: Fix address space unmap
Zhenzhong Duan
1
-1
/
+1
2023-06-26
intel_iommu: Fix flag check in replay
Zhenzhong Duan
1
-1
/
+1
2023-06-26
intel_iommu: Fix a potential issue in VFIO dirty page sync
Zhenzhong Duan
1
-6
/
+3
2023-06-26
vhost-user: fully use new backend/frontend naming
Manos Pitsidianakis
12
-72
/
+74
2023-06-26
virtio-scsi: avoid dangling host notifier in ->ioeventfd_stop()
Stefan Hajnoczi
1
-2
/
+18
2023-06-26
hw/i386/pc: Clean up pc_machine_initfn
Suravee Suthikulpanit
1
-1
/
+1
2023-06-26
vdpa: fix not using CVQ buffer in case of error
Eugenio Pérez
1
-1
/
+1
2023-06-26
vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices
Eugenio Pérez
1
-0
/
+1
2023-06-26
vhost: fix vhost_dev_enable_notifiers() error case
Laurent Vivier
1
-29
/
+36
2023-06-26
vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ
Hawkins Jiawei
1
-0
/
+1
2023-06-26
vdpa: Add vhost_vdpa_net_load_offloads()
Hawkins Jiawei
1
-0
/
+42
2023-06-26
virtio-net: expose virtio_net_supported_guest_offloads()
Hawkins Jiawei
2
-1
/
+2
2023-06-26
hw/net/virtio-net: make some VirtIONet const
Hawkins Jiawei
1
-1
/
+1
2023-06-26
vdpa: reuse virtio_vdev_has_feature()
Hawkins Jiawei
1
-4
/
+2
2023-06-26
include/hw/virtio: make some VirtIODevice const
Hawkins Jiawei
1
-1
/
+1
2023-06-26
vdpa: map shadow vrings with MAP_SHARED
Eugenio Pérez
2
-17
/
+17
2023-06-26
vdpa: reorder vhost_vdpa_net_cvq_cmd_page_len function
Eugenio Pérez
1
-16
/
+16
2023-06-26
vdpa: do not block migration if device has cvq and x-svq=on
Eugenio Pérez
1
-4
/
+7
2023-06-26
pc: q35: Bump max_cpus to 1024
Suravee Suthikulpanit
1
-1
/
+2
2023-06-26
tests/data/acpi: update after SMBIOS 2.0 change
Michael S. Tsirkin
2
-1
/
+0
2023-06-26
hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
Suravee Suthikulpanit
5
-1
/
+15
2023-06-26
hw/acpi: Fix PM control register access
BALATON Zoltan
1
-26
/
+26
2023-06-26
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
22
-94
/
+224
2023-06-26
Merge tag 'pull-request-2023-06-26' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
10
-22
/
+92
2023-06-26
git-submodule.sh: allow running in validate mode without previous update
Paolo Bonzini
2
-33
/
+42
2023-06-26
target/i386: implement SYSCALL/SYSRET in 32-bit emulators
Paolo Bonzini
8
-17
/
+20
2023-06-26
target/i386: implement RDPID in TCG
Paolo Bonzini
5
-13
/
+46
2023-06-26
target/i386: sysret and sysexit are privileged
Paolo Bonzini
1
-2
/
+2
2023-06-26
target/i386: AMD only supports SYSENTER/SYSEXIT in 32-bit mode
Paolo Bonzini
1
-4
/
+6
2023-06-26
target/i386: Intel only supports SYSCALL/SYSRET in long mode
Paolo Bonzini
2
-1
/
+12
2023-06-26
target/i386: TCG supports WBNOINVD
Paolo Bonzini
2
-2
/
+3
2023-06-26
target/i386: TCG supports XSAVEERPTR
Paolo Bonzini
1
-1
/
+3
2023-06-26
target/i386: do not accept RDSEED if CPUID bit absent
Paolo Bonzini
1
-0
/
+8
2023-06-26
target/i386: TCG supports RDSEED
Paolo Bonzini
1
-3
/
+2
2023-06-26
target/i386: TCG supports 3DNow! prefetch(w)
Paolo Bonzini
1
-1
/
+2
2023-06-26
target/i386: fix INVD vmexit
Paolo Bonzini
1
-1
/
+1
2023-06-26
kvm: reuse per-vcpu stats fd to avoid vcpu interruption
Marcelo Tosatti
2
-15
/
+16
2023-06-26
hw/riscv: Validate cluster and NUMA node boundary
Gavin Shan
2
-0
/
+4
2023-06-26
hw/arm: Validate cluster and NUMA node boundary
Gavin Shan
2
-0
/
+4
2023-06-26
numa: Validate cluster and NUMA node boundary if required
Gavin Shan
2
-0
/
+43
2023-06-26
hw/remote/proxy: Remove dubious 'event_notifier-posix.c' include
Philippe Mathieu-Daudé
1
-1
/
+0
2023-06-26
build: further refine build.ninja rules
Paolo Bonzini
2
-4
/
+14
2023-06-26
tests/qtest/cxl-test: Clean up temporary directories after testing
Thomas Huth
1
-0
/
+2
2023-06-26
gitlab-ci: add msys2 meson test to junit report
Marc-André Lureau
1
-0
/
+2
2023-06-26
gitlab-ci: grab msys2 meson-logs as artifacts
Marc-André Lureau
1
-4
/
+9
2023-06-26
gitlab: support disabling job auto-run in upstream
Daniel P. Berrangé
1
-0
/
+10
2023-06-26
gitlab: avoid extra pipelines for tags and stable branches
Daniel P. Berrangé
1
-0
/
+8
2023-06-26
gitlab: stable staging branches publish containers in a separate tag
Daniel P. Berrangé
1
-2
/
+22
2023-06-26
gitlab: allow overriding name of the upstream repository
Daniel P. Berrangé
2
-7
/
+18
2023-06-26
gitlab: centralize the container tag name
Daniel P. Berrangé
7
-10
/
+22
[prev]
[next]