aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-21virt: Reverse order of UART dtb nodesuart-edk-investigationPeter Maydell
2023-09-21add to acpi tablePeter Maydell
2023-09-21Put UART0 first in DTBPeter Maydell
2023-09-19serial aliases in dtbPeter Maydell
2023-09-19hw/arm/virt: make second UART availableAxel Heider
2023-09-18Merge tag 'pull-crypto-20230915' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-09-15host/include/aarch64: Implement clmul.hRichard Henderson
2023-09-15host/include/i386: Implement clmul.hRichard Henderson
2023-09-15target/ppc: Use clmul_64Richard Henderson
2023-09-15target/s390x: Use clmul_64Richard Henderson
2023-09-15target/i386: Use clmul_64Richard Henderson
2023-09-15target/arm: Use clmul_64Richard Henderson
2023-09-15crypto: Add generic 64-bit carry-less multiply routineRichard Henderson
2023-09-15target/ppc: Use clmul_32* routinesRichard Henderson
2023-09-15target/s390x: Use clmul_32* routinesRichard Henderson
2023-09-15target/arm: Use clmul_32* routinesRichard Henderson
2023-09-15crypto: Add generic 32-bit carry-less multiply routinesRichard Henderson
2023-09-15target/ppc: Use clmul_16* routinesRichard Henderson
2023-09-15target/s390x: Use clmul_16* routinesRichard Henderson
2023-09-15target/arm: Use clmul_16* routinesRichard Henderson
2023-09-15crypto: Add generic 16-bit carry-less multiply routinesRichard Henderson
2023-09-15target/ppc: Use clmul_8* routinesRichard Henderson
2023-09-15target/s390x: Use clmul_8* routinesRichard Henderson
2023-09-15target/arm: Use clmul_8* routinesRichard Henderson
2023-09-15crypto: Add generic 8-bit carry-less multiply routinesRichard Henderson
2023-09-13Merge tag 'pull-tpm-2023-09-12-3' of https://github.com/stefanberger/qemu-tpm...Stefan Hajnoczi
2023-09-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-13Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Stefan Hajnoczi
2023-09-13tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTRMarc-André Lureau
2023-09-13Merge tag 'pull-request-2023-09-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2023-09-13Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi
2023-09-13target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid()Philippe Mathieu-Daudé
2023-09-13target/i386: Drop accel_uses_host_cpuid before x86_cpu_get_supported_cpuidPhilippe Mathieu-Daudé
2023-09-13target/i386: Check kvm_hyperv_expand_features() return valuePhilippe Mathieu-Daudé
2023-09-13meson: Fix targetos match for illumos and Solaris.Jonathan Perkin
2023-09-12hw/nvme: Avoid dynamic stack allocationPeter Maydell
2023-09-12hw/nvme: Use #define to avoid variable length arrayPhilippe Mathieu-Daudé
2023-09-12tests/qtest/pflash: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-12kconfig: Add NVME to s390x machinesCédric Le Goater
2023-09-12target/s390x: AP-passthrough for PV guestsSteffen Eiden
2023-09-12target/s390x/kvm: Refactor AP functionalitiesSteffen Eiden
2023-09-12linux-headers: Update to Linux v6.6-rc1Thomas Huth
2023-09-12s390x: do a subsystem reset before the unprotect on rebootJanosch Frank
2023-09-12s390x/ap: fix missing subsystem reset registrationJanosch Frank
2023-09-12ui: add precondition for dpy_get_ui_info()Marc-André Lureau
2023-09-12ui: fix crash when there are no active_consoleMarc-André Lureau
2023-09-12virtio-gpu/win32: set the destroy function on loadMarc-André Lureau
2023-09-12ui/console: move DisplaySurface to its own headerMarc-André Lureau
2023-09-12ui/vc: split off the VC part from console.cMarc-André Lureau
2023-09-12ui/vc: preliminary QemuTextConsole changes before splitMarc-André Lureau