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
2022-03-15
ui/cocoa: release mouse when user switches away from QEMU window
Carwyn Ellis
1
-0
/
+2
2022-03-15
ui/cocoa: add option to disable left-command forwarding to guest
Carwyn Ellis
3
-1
/
+37
2022-03-15
ui/cocoa: Constify qkeycode translation arrays
Philippe Mathieu-Daudé
1
-2
/
+2
2022-03-15
configure: Pass filtered QEMU_OBJCFLAGS to meson
Philippe Mathieu-Daudé
2
-1
/
+28
2022-03-15
meson: Log QEMU_CXXFLAGS content in summary
Philippe Mathieu-Daudé
1
-0
/
+1
2022-03-15
meson: Resolve the entitlement.sh script once for good
Philippe Mathieu-Daudé
1
-1
/
+4
2022-03-15
osdep: Avoid using Clang-specific __builtin_available()
Philippe Mathieu-Daudé
1
-7
/
+3
2022-03-15
audio: Rename coreaudio extension to use Objective-C compiler
Philippe Mathieu-Daudé
2
-1
/
+1
2022-03-15
coreaudio: Always return 0 in handle_voice_change
Akihiko Odaki
1
-4
/
+2
2022-03-15
audio: Log context for audio bug
Akihiko Odaki
2
-28
/
+24
2022-03-15
audio/dbus: Fix building with modules on macOS
Philippe Mathieu-Daudé
1
-1
/
+1
2022-03-15
audio/coreaudio: Remove a deprecation warning on macOS 12
Philippe Mathieu-Daudé
1
-6
/
+11
2022-03-15
block/file-posix: Remove a deprecation warning on macOS 12
Philippe Mathieu-Daudé
1
-4
/
+10
2022-03-15
hvf: Remove deprecated hv_vcpu_flush() calls
Philippe Mathieu-Daudé
3
-5
/
+0
2022-03-15
hvf: Make hvf_get_segments() / hvf_put_segments() local
Philippe Mathieu-Daudé
2
-4
/
+2
2022-03-15
hvf: Use standard CR0 and CR4 register definitions
Cameron Esfahani
5
-47
/
+15
2022-03-15
tests/fp/berkeley-testfloat-3: Ignore ignored #pragma directives
Philippe Mathieu-Daudé
1
-0
/
+5
2022-03-15
configure: Allow passing extra Objective C compiler flags
Philippe Mathieu-Daudé
2
-0
/
+13
2022-03-15
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Peter Maydell
10
-17
/
+1584
2022-03-15
vdpa: Expose VHOST_F_LOG_ALL on SVQ
Eugenio Pérez
2
-4
/
+36
2022-03-15
vdpa: Never set log_base addr if SVQ is enabled
Eugenio Pérez
1
-1
/
+2
2022-03-15
vdpa: Adapt vhost_vdpa_get_vring_base to SVQ
Eugenio Pérez
1
-0
/
+17
2022-03-15
vdpa: Add custom IOTLB translations to SVQ
Eugenio Pérez
4
-30
/
+187
2022-03-15
vhost: Add VhostIOVATree
Eugenio Pérez
3
-1
/
+138
2022-03-15
util: add iova_tree_find_iova
Eugenio Pérez
2
-1
/
+53
2022-03-15
util: Add iova_tree_alloc_map
Eugenio Pérez
2
-0
/
+154
2022-03-15
vhost: Shadow virtqueue buffers forwarding
Eugenio Pérez
3
-11
/
+522
2022-03-15
vdpa: adapt vhost_ops callbacks to svq
Eugenio Pérez
1
-7
/
+41
2022-03-15
virtio: Add vhost_svq_get_vring_addr
Eugenio Pérez
2
-0
/
+38
2022-03-15
vhost: Add vhost_svq_valid_features to shadow vq
Eugenio Pérez
3
-0
/
+61
2022-03-15
vhost: Add Shadow VirtQueue call forwarding capabilities
Eugenio Pérez
3
-2
/
+71
2022-03-15
vhost: Add Shadow VirtQueue kick forwarding capabilities
Eugenio Pérez
4
-2
/
+215
2022-03-15
vhost: Add VhostShadowVirtqueue
Eugenio Pérez
3
-1
/
+91
2022-03-15
virtio-net: fix map leaking on error during receive
Jason Wang
1
-0
/
+1
2022-03-14
Merge tag 'pull-tcg-20220314' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2
-5
/
+19
2022-03-14
tcg/arm: Don't emit UNPREDICTABLE LDRD with Rm == Rt or Rt+1
Richard Henderson
1
-2
/
+15
2022-03-14
tcg/s390x: Fix tcg_out_dup_vec vs general registers
Richard Henderson
1
-0
/
+1
2022-03-14
tcg/s390x: Fix INDEX_op_bitsel_vec vs VSEL
Richard Henderson
1
-1
/
+1
2022-03-14
tcg/s390x: Fix tcg_out_dupi_vec vs VGM
Richard Henderson
1
-2
/
+2
2022-03-14
Merge tag 'i2c-20220314' of https://github.com/philmd/qemu into staging
Peter Maydell
1
-1
/
+6
2022-03-14
hw/nvram: at24 return 0xff if 1 byte address
Patrick Venture
1
-1
/
+6
2022-03-13
Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20220312-1' into sta...
Peter Maydell
13
-83
/
+1474
2022-03-12
target/hexagon: remove unused variable
Zongyuan Li
1
-5
/
+1
2022-03-12
Hexagon (target/hexagon) assignment to c4 should wait until packet commit
Taylor Simpson
2
-5
/
+47
2022-03-12
Hexagon (target/hexagon) fix bug in conv_df2uw_chop
Taylor Simpson
2
-1
/
+5
2022-03-12
Hexagon (tests/tcg/hexagon) fix inline asm in preg_alias.c
Taylor Simpson
1
-24
/
+22
2022-03-12
Hexagon (tests/tcg/hexagon) update overflow test
Taylor Simpson
1
-1
/
+60
2022-03-12
Hexagon (tests/tcg/hexagon) add floating point instructions to usr.c
Taylor Simpson
1
-0
/
+339
2022-03-12
Hexagon (tests/tcg/hexagon) test instructions that might set bits in USR
Taylor Simpson
2
-1
/
+805
2022-03-12
Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmax
Taylor Simpson
2
-27
/
+66
[next]