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-10-04
virtio: don't zero out memory region cache for indirect descriptors
Ilya Maximets
2
-8
/
+28
2023-10-04
vdpa: Allow VIRTIO_NET_F_CTRL_VLAN in SVQ
Hawkins Jiawei
1
-0
/
+1
2023-10-04
vdpa: Restore vlan filtering state
Hawkins Jiawei
1
-0
/
+48
2023-10-04
virtio-net: Expose MAX_VLAN
Hawkins Jiawei
2
-2
/
+6
2023-10-04
virtio-net: do not reset vlan filtering at set_features
Hawkins Jiawei
1
-3
/
+1
2023-10-04
hw/virtio: add config support to vhost-user-device
Alex Bennée
2
-1
/
+58
2023-10-04
virtio: add vhost-user-base and a generic vhost-user-device
Alex Bennée
4
-0
/
+443
2023-10-04
hw/virtio/meson: Rename softmmu_virtio_ss[] -> system_virtio_ss[]
Philippe Mathieu-Daudé
1
-12
/
+12
2023-10-04
hw/virtio: Build vhost-vdpa.o once
Philippe Mathieu-Daudé
1
-1
/
+2
2023-10-04
hw/virtio/vhost-vdpa: Use target-agnostic qemu_target_page_mask()
Philippe Mathieu-Daudé
1
-15
/
+19
2023-10-04
hw/virtio/vhost-vdpa: Inline TARGET_PAGE_ALIGN() macro
Philippe Mathieu-Daudé
1
-2
/
+2
2023-10-04
hw/virtio: Propagate page_mask to vhost_vdpa_section_end()
Philippe Mathieu-Daudé
1
-5
/
+6
2023-10-04
hw/virtio: Propagate page_mask to vhost_vdpa_listener_skipped_section()
Philippe Mathieu-Daudé
1
-3
/
+4
2023-10-04
pci: SLT must be RO
Michael S. Tsirkin
4
-2
/
+22
2023-09-25
Merge tag 'pull-request-2023-09-25' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
7
-54
/
+60
2023-09-25
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
18
-74
/
+115
2023-09-25
Merge tag 'pull-target-arm-20230921' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
27
-201
/
+1769
2023-09-25
tests/avocado: fix waiting for vm shutdown in replay_linux
Pavel Dovgalyuk
1
-1
/
+1
2023-09-25
hw/mips/jazz: Simplify the NIC setup code
Thomas Huth
1
-16
/
+5
2023-09-25
hw/mips/jazz: Move the NIC init code into a separate function
Thomas Huth
1
-27
/
+35
2023-09-25
tests/qtest/netdev-socket: Do not test multicast on Darwin
Philippe Mathieu-Daudé
1
-2
/
+4
2023-09-25
tests/qtest/m48t59-test: Silence compiler warning with -Wshadow
Thomas Huth
1
-6
/
+6
2023-09-25
tests/qtest/netdev-socket: Raise connection timeout to 120 seconds
Stefan Hajnoczi
1
-1
/
+1
2023-09-25
meson.build: Make keyutils independent from keyring
Thomas Huth
3
-2
/
+9
2023-09-22
vl: recognize audiodev groups in configuration files
Paolo Bonzini
3
-0
/
+18
2023-09-22
tests/qtest: Specify audiodev= and -audiodev
Martin Kletzander
3
-8
/
+16
2023-09-22
hw/display/xlnx_dp.c: Add audiodev property
Martin Kletzander
1
-0
/
+6
2023-09-22
hw/audio/lm4549: Add errp error reporting to init function
Martin Kletzander
3
-3
/
+5
2023-09-22
hw/audio: Simplify hda audio init
Martin Kletzander
3
-18
/
+20
2023-09-22
hw/input/tsc210x: Extract common init code into new function
Martin Kletzander
1
-44
/
+24
2023-09-21
elf2dmp: rework PDB_STREAM_INDEXES::segments obtaining
Viktor Prutyanov
2
-12
/
+5
2023-09-21
elf2dmp: use Linux mmap with MAP_NORESERVE when possible
Viktor Prutyanov
2
-12
/
+58
2023-09-21
elf2dmp: introduce merging of physical memory runs
Viktor Prutyanov
1
-8
/
+48
2023-09-21
elf2dmp: introduce physical block alignment
Viktor Prutyanov
3
-4
/
+33
2023-09-21
elf2dmp: replace PE export name check with PDB name check
Viktor Prutyanov
1
-60
/
+33
2023-09-21
sbsa-ref: add non-secure EL2 virtual timer
Marcin Juszkiewicz
1
-0
/
+2
2023-09-21
audio/jackaudio: Avoid dynamic stack allocation in qjack_process()
Peter Maydell
1
-5
/
+11
2023-09-21
audio/jackaudio: Avoid dynamic stack allocation in qjack_client_init
Peter Maydell
1
-2
/
+3
2023-09-21
target/arm: Enable FEAT_MOPS for CPU 'max'
Peter Maydell
3
-0
/
+3
2023-09-21
target/arm: Implement the CPY* instructions
Peter Maydell
4
-0
/
+535
2023-09-21
target/arm: Implement MTE tag-checking functions for FEAT_MOPS copies
Peter Maydell
2
-0
/
+116
2023-09-21
target/arm: Implement the SETG* instructions
Peter Maydell
6
-9
/
+155
2023-09-21
target/arm: Define new TB flag for ATA0
Peter Maydell
4
-13
/
+27
2023-09-21
target/arm: Implement the SET* instructions
Peter Maydell
4
-0
/
+413
2023-09-21
target/arm: Implement MTE tag-checking functions for FEAT_MOPS
Peter Maydell
2
-2
/
+80
2023-09-21
target/arm: New function allocation_tag_mem_probe()
Peter Maydell
1
-11
/
+37
2023-09-21
target/arm: Define syndrome function for MOPS exceptions
Peter Maydell
1
-0
/
+12
2023-09-21
target/arm: Pass unpriv bool to get_a64_user_mem_index()
Peter Maydell
1
-6
/
+14
2023-09-21
target/arm: Implement FEAT_MOPS enable bits
Peter Maydell
2
-8
/
+28
2023-09-21
target/arm: Don't skip MTE checks for LDRT/STRT at EL0
Peter Maydell
1
-0
/
+9
[next]