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-09-04
goldfish_rtc: Add big-endian property
Stafford Horne
3
-9
/
+31
2022-09-04
target/openrisc: Fix memory reading in debugger
Stafford Horne
1
-1
/
+7
2022-09-04
hw/openrisc: Split re-usable boot time apis out to boot.c
Stafford Horne
4
-100
/
+157
2022-09-02
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
36
-1425
/
+7069
2022-09-02
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Stefan Hajnoczi
15
-173
/
+248
2022-09-02
Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...
Stefan Hajnoczi
10
-46
/
+85
2022-09-02
audio: exit(1) if audio backend failed to be found or initialized
Marc-André Lureau
3
-5
/
+15
2022-09-02
tests/unit: Update test-io-channel-socket.c for Windows
Bin Meng
3
-14
/
+48
2022-09-02
chardev/char-socket: Update AF_UNIX for Windows
Bin Meng
1
-2
/
+2
2022-09-02
util/qemu-sockets: Enable unix socket support on Windows
Bin Meng
3
-25
/
+20
2022-09-02
net: tulip: Restrict DMA engine to memories
Zheyu Ma
1
-2
/
+2
2022-09-02
net/colo.c: Fix the pointer issue reported by Coverity.
Zhang Chen
3
-10
/
+18
2022-09-02
vdpa: Delete CVQ migration blocker
Eugenio Pérez
3
-18
/
+0
2022-09-02
vdpa: Add virtio-net mac address via CVQ at start
Eugenio Pérez
1
-0
/
+40
2022-09-02
vhost_net: add NetClientState->load() callback
Eugenio Pérez
2
-0
/
+9
2022-09-02
vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_avail
Eugenio Pérez
1
-21
/
+38
2022-09-02
vdpa: Move command buffers map to start of net device
Eugenio Pérez
1
-65
/
+58
2022-09-02
vdpa: add net_vhost_vdpa_cvq_info NetClientInfo
Eugenio Pérez
1
-1
/
+11
2022-09-02
vhost_net: Add NetClientInfo stop callback
Eugenio Pérez
2
-0
/
+5
2022-09-02
vhost_net: Add NetClientInfo start callback
Eugenio Pérez
2
-0
/
+9
2022-09-02
vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flush
Eugenio Pérez
1
-4
/
+7
2022-09-02
vhost: Delete useless read memory barrier
Eugenio Pérez
1
-3
/
+0
2022-09-02
vhost: use SVQ element ndescs instead of opaque data for desc validation
Eugenio Pérez
1
-1
/
+2
2022-09-02
vhost: stop transfer elem ownership in vhost_handle_guest_kick
Eugenio Pérez
1
-6
/
+4
2022-09-02
vdpa: Use ring hwaddr at vhost_vdpa_svq_unmap_ring
Eugenio Pérez
1
-9
/
+8
2022-09-02
vhost: Always store new kick fd on vhost_svq_set_svq_kick_fd
Eugenio Pérez
1
-2
/
+2
2022-09-02
vdpa: Make SVQ vring unmapping return void
Eugenio Pérez
1
-22
/
+10
2022-09-02
vdpa: Remove SVQ vring from iova_tree at shutdown
Eugenio Pérez
1
-0
/
+6
2022-09-02
util: accept iova_tree_remove_parameter by value
Eugenio Pérez
7
-13
/
+13
2022-09-02
vdpa: do not save failed dma maps in SVQ iova tree
Eugenio Pérez
1
-7
/
+13
2022-09-02
vdpa: Skip the maps not in the iova tree
Eugenio Pérez
1
-0
/
+4
2022-09-01
Merge tag 'pull-avr-20220901' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2
-30
/
+65
2022-09-01
target/i386: AVX+AES helpers prep
Paul Brook
1
-19
/
+22
2022-09-01
target/i386: AVX pclmulqdq prep
Paul Brook
1
-7
/
+22
2022-09-01
target/i386: Rewrite blendv helpers
Paul Brook
1
-62
/
+24
2022-09-01
target/i386: Misc AVX helper prep
Paul Brook
1
-49
/
+94
2022-09-01
target/i386: Destructive FP helpers for AVX
Paul Brook
1
-58
/
+43
2022-09-01
target/i386: Dot product AVX helper prep
Paul Brook
1
-35
/
+45
2022-09-01
target/i386: reimplement AVX comparison helpers
Paul Brook
3
-69
/
+78
2022-09-01
target/i386: Floating point arithmetic helper AVX prep
Paul Brook
1
-41
/
+87
2022-09-01
target/i386: Destructive vector helpers for AVX
Paul Brook
1
-301
/
+269
2022-09-01
target/i386: Misc integer AVX helper prep
Paul Brook
1
-86
/
+82
2022-09-01
target/i386: Rewrite simple integer vector helpers
Paul Brook
1
-54
/
+27
2022-09-01
target/i386: Rewrite vector shift helper
Paul Brook
1
-131
/
+108
2022-09-01
target/i386: rewrite destructive 3DNow operations
Paolo Bonzini
1
-16
/
+16
2022-09-01
target/i386: Add CHECK_NO_VEX
Paul Brook
1
-0
/
+26
2022-09-01
target/i386: do not cast gen_helper_* function pointers
Paolo Bonzini
1
-38
/
+37
2022-09-01
target/i386: Add size suffix to vector FP helpers
Paolo Bonzini
3
-66
/
+67
2022-09-01
target/i386: isolate MMX code more
Paolo Bonzini
1
-18
/
+32
2022-09-01
target/i386: check SSE table flags instead of hardcoding opcodes
Paolo Bonzini
1
-44
/
+31
[next]