aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-27hw/ssi: ibex_spi: update reg addrWilfred Mallawa1-1/+1
2022-09-27hw/ssi: ibex_spi: fixup typos in ibex_spi_hostWilfred Mallawa1-3/+3
2022-09-26Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi1-2/+5
2022-09-26Merge tag 'pull-target-arm-20220922' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi21-374/+347
2022-09-26Remove the slirp submodule (i.e. compile only with an external libslirp)Thomas Huth9-146/+34
2022-09-26s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato5-2/+39
2022-09-26s390x/pci: reflect proper maxstbl for groups of interpreted devicesMatthew Rosato1-1/+5
2022-09-26s390x/pci: let intercept devices have separate PCI groupsMatthew Rosato3-6/+59
2022-09-26s390x/pci: enable adapter event notification for interpreted devicesMatthew Rosato5-5/+100
2022-09-26s390x/pci: don't fence interpreted devices without MSI-XMatthew Rosato1-1/+5
2022-09-26s390x/pci: enable for load/store interpretationMatthew Rosato8-1/+137
2022-09-26s390x/pci: add routine to get host function handle from CLP infoMatthew Rosato2-16/+72
2022-09-26Update linux headers to v6.0-rc4Chenyi Qiang25-90/+538
2022-09-26configure: Add -Wno-gnu-variable-sized-type-not-at-endChenyi Qiang1-0/+1
2022-09-26target/s390x: support PRNO_TRNG instructionJason A. Donenfeld3-0/+32
2022-09-23target/s390x: support SHA-512 extensionsJason A. Donenfeld3-1/+240
2022-09-23linux-user/host/s390: Add vector instructions to host_signal_write()Ilya Leoshkevich1-0/+25
2022-09-23hcd-ohci: Drop ohci_service_iso_td() if ed->head & OHCI_DPTR_MASK is zeroQiang Liu1-0/+10
2022-09-23hw/usb/hcd-xhci: Check whether DMA accesses failThomas Huth1-16/+48
2022-09-23ui/console: fix three double frees in png_save()Volker Rümelin1-3/+2
2022-09-23ui/vdagent: fix serial reset of guest agentMarc-André Lureau1-1/+4
2022-09-23ui/clipboard: reset the serial state on resetMarc-André Lureau1-0/+7
2022-09-23ui/vdagent: always reset the clipboard serial on capsMarc-André Lureau1-1/+3
2022-09-23ui/clipboard: fix serial priorityMarc-André Lureau1-2/+2
2022-09-23ui: add some vdagent related tracesMarc-André Lureau3-2/+18
2022-09-23meson: Allow to enable gtk and sdl while cocoa is enabledAkihiko Odaki1-8/+2
2022-09-23Revert "main-loop: Disable block backend global state assertion on Cocoa"Akihiko Odaki1-13/+0
2022-09-23ui/cocoa: Run qemu_init in the main threadAkihiko Odaki7-105/+62
2022-09-23ui/console: Get tab completion working again in the SDL monitor vcCal Peake2-0/+2
2022-09-23s390x/tcg: Fix opcode for lzrfChristian Borntraeger1-1/+1
2022-09-22Merge tag 'edgar/xilinx-next-2022-09-21.for-upstream' of https://github.com/e...Stefan Hajnoczi1-0/+5
2022-09-22Merge tag 'pull-hex-20220919' of https://github.com/quic/qemu into stagingStefan Hajnoczi2-23/+10
2022-09-22virtiofsd: use g_date_time_get_microsecond to get subsecondYusuke Okada1-2/+5
2022-09-22configure: Avoid use of 'local' as it is non-POSIXPeter Maydell1-4/+3
2022-09-22configure: Check mkdir result directly, not via $?Peter Maydell1-2/+1
2022-09-22configure: Remove use of backtick `...` syntaxPeter Maydell1-1/+1
2022-09-22configure: Add './' on front of glob of */config-devices.mak.dPeter Maydell1-1/+1
2022-09-22configure: Add missing quoting for some easy casesPeter Maydell1-32/+32
2022-09-22configure: Remove unused meson_args variablePeter Maydell1-1/+0
2022-09-22configure: Remove unused python_version variablePeter Maydell1-3/+0
2022-09-22tests/unit/test-vmstate: Avoid dynamic stack allocationPhilippe Mathieu-Daudé1-4/+3
2022-09-22ui/curses: Avoid dynamic stack allocationPhilippe Mathieu-Daudé1-1/+1
2022-09-22hw/usb/hcd-ohci: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé1-3/+4
2022-09-22hw/i386/multiboot: Avoid dynamic stack allocationPhilippe Mathieu-Daudé1-3/+2
2022-09-22hw/intc/xics: Avoid dynamic stack allocationPhilippe Mathieu-Daudé1-1/+1
2022-09-22hw/ppc/pnv: Avoid dynamic stack allocationPhilippe Mathieu-Daudé3-7/+7
2022-09-22hw/net/e1000e_core: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé1-3/+4
2022-09-22io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1Philippe Mathieu-Daudé1-1/+1
2022-09-22chardev/baum: Avoid dynamic stack allocationPhilippe Mathieu-Daudé1-1/+2
2022-09-22chardev/baum: Use definitions to avoid dynamic stack allocationPhilippe Mathieu-Daudé1-4/+4