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
2021-03-15
virtiofsd: Convert some functions to return bool
Greg Kurz
1
-3
/
+3
2021-03-15
virtiofsd: Don't allow empty paths in lookup_name()
Greg Kurz
1
-2
/
+1
2021-03-15
virtiofsd: Don't allow empty filenames
Greg Kurz
1
-0
/
+35
2021-03-15
virtiofsd: Add qemu version and copyright info
Vivek Goyal
1
-0
/
+8
2021-03-15
virtiofsd: Release vu_dispatch_lock when stopping queue
Greg Kurz
1
-0
/
+6
2021-03-15
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
3
-1
/
+9
2021-03-15
utils: Use fixed-point arithmetic in qemu_strtosz
Richard Henderson
2
-16
/
+36
2021-03-15
Merge remote-tracking branch 'remotes/philmd/tags/avr-20210315' into staging
Peter Maydell
4
-8
/
+24
2021-03-15
ui: honour the actual guest display dimensions without rounding
Daniel P. Berrangé
3
-4
/
+22
2021-03-15
ui: use client width/height in WMVi message
Daniel P. Berrangé
1
-2
/
+2
2021-03-15
ui: avoid sending framebuffer updates outside client desktop bounds
Daniel P. Berrangé
2
-4
/
+45
2021-03-15
ui: add more trace points for VNC client/server messages
Daniel P. Berrangé
2
-2
/
+28
2021-03-15
ui/cocoa: Do not exit immediately after shutdown
Akihiko Odaki
1
-1
/
+7
2021-03-15
opengl: Do not convert format with glTexImage2D on OpenGL ES
Akihiko Odaki
1
-5
/
+14
2021-03-15
ui: deprecate "password" option for SPICE server
Daniel P. Berrangé
3
-0
/
+14
2021-03-15
ui: introduce "password-secret" option for SPICE server
Daniel P. Berrangé
2
-4
/
+35
2021-03-15
ui: introduce "password-secret" option for VNC servers
Daniel P. Berrangé
2
-1
/
+27
2021-03-15
usb/storage: clear csw on reset
Gerd Hoffmann
1
-0
/
+1
2021-03-15
usb/storage: add kconfig symbols
Gerd Hoffmann
2
-3
/
+14
2021-03-15
usb/storage move usb-storage device to separate source file
Gerd Hoffmann
3
-135
/
+157
2021-03-15
usb/storage: move usb-bot device to separate source file
Gerd Hoffmann
3
-42
/
+64
2021-03-15
usb/storage: move declarations to usb/msd.h header
Gerd Hoffmann
2
-42
/
+60
2021-03-15
hw/usb: Extract VT82C686 UHCI PCI function into a new unit
Philippe Mathieu-Daudé
4
-23
/
+45
2021-03-15
hw/usb/hcd-uhci: Expose generic prototypes to local header
Philippe Mathieu-Daudé
2
-57
/
+96
2021-03-15
hw/southbridge: Add missing Kconfig dependency VT82C686 on USB_UHCI
Philippe Mathieu-Daudé
1
-0
/
+1
2021-03-15
usb: Document the missing -usbdevice options
Thomas Huth
1
-6
/
+29
2021-03-15
usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)
Thomas Huth
4
-12
/
+8
2021-03-15
usb: remove '-usbdevice u2f-key'
Paolo Bonzini
1
-1
/
+0
2021-03-15
usb: remove support for -usbdevice parameters
Paolo Bonzini
3
-27
/
+9
2021-03-15
hw/usb/bus: Remove the "full-path" property
Thomas Huth
2
-7
/
+1
2021-03-15
Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20210314...
Peter Maydell
10
-23
/
+554
2021-03-15
s390x/pci: Add missing initialization for g_autofree variables
Miroslav Rezanina
1
-6
/
+3
2021-03-15
target/s390x: Store r1/r2 for page-translation exceptions during MVPG
David Hildenbrand
4
-21
/
+36
2021-03-15
target/s390x: Implement the MVPG condition-code-option bit
Richard Henderson
3
-23
/
+121
2021-03-15
s390x/cpu_model: use official name for 8562
Cornelia Huck
1
-2
/
+2
2021-03-15
exec: Get rid of phys_mem_set_alloc()
David Hildenbrand
2
-37
/
+3
2021-03-15
s390x/kvm: Get rid of legacy_s390_alloc()
David Hildenbrand
1
-38
/
+5
2021-03-15
virtio-blk: Respect discard granularity
Akihiko Odaki
3
-1
/
+9
2021-03-15
net: Do not fill legacy info_str for backends
Alexey Kirillov
8
-48
/
+0
2021-03-15
hmp: Use QAPI NetdevInfo in hmp_info_network
Alexey Kirillov
4
-1
/
+254
2021-03-15
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov
11
-49
/
+47
2021-03-15
tests: Add tests for query-netdev command
Alexey Kirillov
2
-0
/
+123
2021-03-15
qapi: net: Add query-netdev command
Alexey Kirillov
12
-9
/
+477
2021-03-15
pvrdma: wean code off pvrdma_ring.h kernel header
Cornelia Huck
7
-144
/
+38
2021-03-15
lan9118: switch to use qemu_receive_packet() for loopback
Alexander Bulekov
1
-1
/
+1
2021-03-15
cadence_gem: switch to use qemu_receive_packet() for loopback
Alexander Bulekov
1
-2
/
+2
2021-03-15
pcnet: switch to use qemu_receive_packet() for loopback
Alexander Bulekov
1
-1
/
+1
2021-03-15
rtl8139: switch to use qemu_receive_packet() for loopback
Alexander Bulekov
1
-1
/
+1
2021-03-15
tx_pkt: switch to use qemu_receive_packet_iov() for loopback
Jason Wang
1
-1
/
+1
2021-03-15
sungem: switch to use qemu_receive_packet() for loopback
Jason Wang
1
-1
/
+1
[prev]
[next]