summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hw/xen: set pci Atomic Ops requests for passthrough deviceRuili Ji2022-09-271-2/+2
| | |/ | |/|
* | | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi2022-09-274-50/+157
|\ \ \
| * | | virtio: del net client if net_init_tap_one failedlu zhipeng2022-09-271-6/+12
| * | | vdpa: Allow MQ feature in SVQEugenio Pérez2022-09-271-0/+1
| * | | virtio-net: Update virtio-net curr_queue_pairs in vdpa backendsEugenio Pérez2022-09-271-11/+6Star
| * | | vdpa: validate MQ CVQ commandsEugenio Pérez2022-09-271-0/+9
| * | | vdpa: Add vhost_vdpa_net_load_mqEugenio Pérez2022-09-271-0/+26
| * | | vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_loadEugenio Pérez2022-09-271-22/+40
| * | | vdpa: Make VhostVDPAState cvq_cmd_in_buffer control ack typeEugenio Pérez2022-09-271-11/+12
| * | | e1000e: set RX desc status with DD flag in a separate operationDing Hui2022-09-271-1/+52
| |/ /
* | | Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi2022-09-274-10/+19
|\ \ \
| * | | m68k: align bootinfo strings and data to 4 bytesJason A. Donenfeld2022-09-261-4/+6
| * | | target/m68k: use M68K_FEATURE_MOVEFROMSR_PRIV feature for move_from_sr privil...Mark Cave-Ayland2022-09-263-1/+8
| * | | target/m68k: increase size of m68k CPU features from uint32_t to uint64_tMark Cave-Ayland2022-09-262-5/+5
| |/ /
* | | Merge tag 'pull-request-2022-09-26' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-09-2753-269/+1287
|\ \ \
| * | | Remove the slirp submodule (i.e. compile only with an external libslirp)Thomas Huth2022-09-269-146/+34Star
| * | | s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato2022-09-265-2/+39
| * | | s390x/pci: reflect proper maxstbl for groups of interpreted devicesMatthew Rosato2022-09-261-1/+5
| * | | s390x/pci: let intercept devices have separate PCI groupsMatthew Rosato2022-09-263-6/+59
| * | | s390x/pci: enable adapter event notification for interpreted devicesMatthew Rosato2022-09-265-5/+100
| * | | s390x/pci: don't fence interpreted devices without MSI-XMatthew Rosato2022-09-261-1/+5
| * | | s390x/pci: enable for load/store interpretationMatthew Rosato2022-09-268-1/+137
| * | | s390x/pci: add routine to get host function handle from CLP infoMatthew Rosato2022-09-262-16/+72
| * | | Update linux headers to v6.0-rc4Chenyi Qiang2022-09-2625-90/+538
| * | | configure: Add -Wno-gnu-variable-sized-type-not-at-endChenyi Qiang2022-09-261-0/+1
| * | | target/s390x: support PRNO_TRNG instructionJason A. Donenfeld2022-09-263-0/+32
| * | | target/s390x: support SHA-512 extensionsJason A. Donenfeld2022-09-233-1/+240
| * | | linux-user/host/s390: Add vector instructions to host_signal_write()Ilya Leoshkevich2022-09-231-0/+25
| * | | s390x/tcg: Fix opcode for lzrfChristian Borntraeger2022-09-231-1/+1
| | |/ | |/|
* | | Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi2022-09-2731-205/+903
|\ \ \
| * | | virtio-gpu: update scanout if there is any area covered by the rectDongwon Kim2022-09-271-3/+4
| * | | hw/display/ati_2d: Fix buffer overflow in ati_2d_blt (CVE-2021-3638)Philippe Mathieu-Daudé2022-09-271-3/+3
| * | | audio: remove abort() in audio_bug()Volker Rümelin2022-09-271-1/+0Star
| * | | Revert "audio: Log context for audio bug"Volker Rümelin2022-09-272-24/+28
| * | | audio: Add sndio backendAlexandre Ratchov2022-09-2710-5/+632
| * | | usbnet: Report link-up via interrupt endpoint in CDC-ECM modeMichael Brown2022-09-271-6/+21
| * | | usbnet: Detect short packets as sent by the xHCI controllerMichael Brown2022-09-271-1/+1
| * | | usbnet: Accept mandatory USB_CDC_SET_ETHERNET_PACKET_FILTER requestMichael Brown2022-09-271-0/+6
| * | | usbnet: Add missing usb_wakeup() call in usbnet_receive()Michael Brown2022-09-271-0/+3
| * | | hcd-xhci: drop operation with secondary stream arrays enabledQiang Liu2022-09-271-1/+3
| * | | usb/msd: add usb_msd_fatal_error() and fix guest-triggerable assertGerd Hoffmann2022-09-273-1/+31
| * | | usb/msd: move usb_msd_packet_complete()Gerd Hoffmann2022-09-271-12/+14
| * | | hcd-ohci: Drop ohci_service_iso_td() if ed->head & OHCI_DPTR_MASK is zeroQiang Liu2022-09-231-0/+10
| * | | hw/usb/hcd-xhci: Check whether DMA accesses failThomas Huth2022-09-231-16/+48
| * | | ui/console: fix three double frees in png_save()Volker Rümelin2022-09-231-3/+2Star
| * | | ui/vdagent: fix serial reset of guest agentMarc-André Lureau2022-09-231-1/+4
| * | | ui/clipboard: reset the serial state on resetMarc-André Lureau2022-09-231-0/+7
| * | | ui/vdagent: always reset the clipboard serial on capsMarc-André Lureau2022-09-231-1/+3
| * | | ui/clipboard: fix serial priorityMarc-André Lureau2022-09-231-2/+2
| * | | ui: add some vdagent related tracesMarc-André Lureau2022-09-233-2/+18