aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-15virtiofsd: Convert some functions to return boolGreg Kurz1-3/+3
2021-03-15virtiofsd: Don't allow empty paths in lookup_name()Greg Kurz1-2/+1
2021-03-15virtiofsd: Don't allow empty filenamesGreg Kurz1-0/+35
2021-03-15virtiofsd: Add qemu version and copyright infoVivek Goyal1-0/+8
2021-03-15virtiofsd: Release vu_dispatch_lock when stopping queueGreg Kurz1-0/+6
2021-03-15Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell3-1/+9
2021-03-15utils: Use fixed-point arithmetic in qemu_strtoszRichard Henderson2-16/+36
2021-03-15Merge remote-tracking branch 'remotes/philmd/tags/avr-20210315' into stagingPeter Maydell4-8/+24
2021-03-15ui: honour the actual guest display dimensions without roundingDaniel P. Berrangé3-4/+22
2021-03-15ui: use client width/height in WMVi messageDaniel P. Berrangé1-2/+2
2021-03-15ui: avoid sending framebuffer updates outside client desktop boundsDaniel P. Berrangé2-4/+45
2021-03-15ui: add more trace points for VNC client/server messagesDaniel P. Berrangé2-2/+28
2021-03-15ui/cocoa: Do not exit immediately after shutdownAkihiko Odaki1-1/+7
2021-03-15opengl: Do not convert format with glTexImage2D on OpenGL ESAkihiko Odaki1-5/+14
2021-03-15ui: deprecate "password" option for SPICE serverDaniel P. Berrangé3-0/+14
2021-03-15ui: introduce "password-secret" option for SPICE serverDaniel P. Berrangé2-4/+35
2021-03-15ui: introduce "password-secret" option for VNC serversDaniel P. Berrangé2-1/+27
2021-03-15usb/storage: clear csw on resetGerd Hoffmann1-0/+1
2021-03-15usb/storage: add kconfig symbolsGerd Hoffmann2-3/+14
2021-03-15usb/storage move usb-storage device to separate source fileGerd Hoffmann3-135/+157
2021-03-15usb/storage: move usb-bot device to separate source fileGerd Hoffmann3-42/+64
2021-03-15usb/storage: move declarations to usb/msd.h headerGerd Hoffmann2-42/+60
2021-03-15hw/usb: Extract VT82C686 UHCI PCI function into a new unitPhilippe Mathieu-Daudé4-23/+45
2021-03-15hw/usb/hcd-uhci: Expose generic prototypes to local headerPhilippe Mathieu-Daudé2-57/+96
2021-03-15hw/southbridge: Add missing Kconfig dependency VT82C686 on USB_UHCIPhilippe Mathieu-Daudé1-0/+1
2021-03-15usb: Document the missing -usbdevice optionsThomas Huth1-6/+29
2021-03-15usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)Thomas Huth4-12/+8
2021-03-15usb: remove '-usbdevice u2f-key'Paolo Bonzini1-1/+0
2021-03-15usb: remove support for -usbdevice parametersPaolo Bonzini3-27/+9
2021-03-15hw/usb/bus: Remove the "full-path" propertyThomas Huth2-7/+1
2021-03-15Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20210314...Peter Maydell10-23/+554
2021-03-15s390x/pci: Add missing initialization for g_autofree variablesMiroslav Rezanina1-6/+3
2021-03-15target/s390x: Store r1/r2 for page-translation exceptions during MVPGDavid Hildenbrand4-21/+36
2021-03-15target/s390x: Implement the MVPG condition-code-option bitRichard Henderson3-23/+121
2021-03-15s390x/cpu_model: use official name for 8562Cornelia Huck1-2/+2
2021-03-15exec: Get rid of phys_mem_set_alloc()David Hildenbrand2-37/+3
2021-03-15s390x/kvm: Get rid of legacy_s390_alloc()David Hildenbrand1-38/+5
2021-03-15virtio-blk: Respect discard granularityAkihiko Odaki3-1/+9
2021-03-15net: Do not fill legacy info_str for backendsAlexey Kirillov8-48/+0
2021-03-15hmp: Use QAPI NetdevInfo in hmp_info_networkAlexey Kirillov4-1/+254
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov11-49/+47
2021-03-15tests: Add tests for query-netdev commandAlexey Kirillov2-0/+123
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov12-9/+477
2021-03-15pvrdma: wean code off pvrdma_ring.h kernel headerCornelia Huck7-144/+38
2021-03-15lan9118: switch to use qemu_receive_packet() for loopbackAlexander Bulekov1-1/+1
2021-03-15cadence_gem: switch to use qemu_receive_packet() for loopbackAlexander Bulekov1-2/+2
2021-03-15pcnet: switch to use qemu_receive_packet() for loopbackAlexander Bulekov1-1/+1
2021-03-15rtl8139: switch to use qemu_receive_packet() for loopbackAlexander Bulekov1-1/+1
2021-03-15tx_pkt: switch to use qemu_receive_packet_iov() for loopbackJason Wang1-1/+1
2021-03-15sungem: switch to use qemu_receive_packet() for loopbackJason Wang1-1/+1