aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-19nvdimm: Reject writing label data to ROM instead of crashing QEMUDavid Hildenbrand4-7/+23
2023-09-18Merge tag 'pull-crypto-20230915' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi18-286/+434
2023-09-15host/include/aarch64: Implement clmul.hRichard Henderson3-1/+45
2023-09-15host/include/i386: Implement clmul.hRichard Henderson5-0/+35
2023-09-15target/ppc: Use clmul_64Richard Henderson1-14/+3
2023-09-15target/s390x: Use clmul_64Richard Henderson1-47/+13
2023-09-15target/i386: Use clmul_64Richard Henderson1-31/+9
2023-09-15target/arm: Use clmul_64Richard Henderson1-18/+4
2023-09-15crypto: Add generic 64-bit carry-less multiply routineRichard Henderson3-0/+51
2023-09-15target/ppc: Use clmul_32* routinesRichard Henderson1-21/+7
2023-09-15target/s390x: Use clmul_32* routinesRichard Henderson1-53/+22
2023-09-15target/arm: Use clmul_32* routinesRichard Henderson1-13/+1
2023-09-15crypto: Add generic 32-bit carry-less multiply routinesRichard Henderson2-0/+20
2023-09-15target/ppc: Use clmul_16* routinesRichard Henderson1-1/+8
2023-09-15target/s390x: Use clmul_16* routinesRichard Henderson1-3/+24
2023-09-15target/arm: Use clmul_16* routinesRichard Henderson3-25/+2
2023-09-15crypto: Add generic 16-bit carry-less multiply routinesRichard Henderson2-0/+37
2023-09-15target/ppc: Use clmul_8* routinesRichard Henderson1-1/+13
2023-09-15target/s390x: Use clmul_8* routinesRichard Henderson1-3/+29
2023-09-15target/arm: Use clmul_8* routinesRichard Henderson3-57/+9
2023-09-15crypto: Add generic 8-bit carry-less multiply routinesRichard Henderson3-3/+107
2023-09-13Merge tag 'pull-tpm-2023-09-12-3' of https://github.com/stefanberger/qemu-tpm...Stefan Hajnoczi1-9/+2
2023-09-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi3-27/+25
2023-09-13Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Stefan Hajnoczi1-2/+2
2023-09-13tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTRMarc-André Lureau1-9/+2
2023-09-13Merge tag 'pull-request-2023-09-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi31-25/+460
2023-09-13Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi22-1245/+1426
2023-09-13target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid()Philippe Mathieu-Daudé1-16/+16
2023-09-13target/i386: Drop accel_uses_host_cpuid before x86_cpu_get_supported_cpuidPhilippe Mathieu-Daudé1-6/+4
2023-09-13target/i386: Check kvm_hyperv_expand_features() return valuePhilippe Mathieu-Daudé1-2/+2
2023-09-13meson: Fix targetos match for illumos and Solaris.Jonathan Perkin2-3/+3
2023-09-12hw/nvme: Avoid dynamic stack allocationPeter Maydell1-1/+1
2023-09-12hw/nvme: Use #define to avoid variable length arrayPhilippe Mathieu-Daudé1-1/+1
2023-09-12tests/qtest/pflash: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-09-12kconfig: Add NVME to s390x machinesCédric Le Goater1-1/+1
2023-09-12target/s390x: AP-passthrough for PV guestsSteffen Eiden5-0/+79
2023-09-12target/s390x/kvm: Refactor AP functionalitiesSteffen Eiden1-7/+17
2023-09-12linux-headers: Update to Linux v6.6-rc1Thomas Huth23-16/+351
2023-09-12s390x: do a subsystem reset before the unprotect on rebootJanosch Frank1-0/+10
2023-09-12s390x/ap: fix missing subsystem reset registrationJanosch Frank1-0/+1
2023-09-12ui: add precondition for dpy_get_ui_info()Marc-André Lureau2-2/+4
2023-09-12ui: fix crash when there are no active_consoleMarc-André Lureau1-0/+3
2023-09-12virtio-gpu/win32: set the destroy function on loadMarc-André Lureau1-1/+3
2023-09-12ui/console: move DisplaySurface to its own headerMarc-André Lureau2-83/+96
2023-09-12ui/vc: split off the VC part from console.cMarc-André Lureau4-1093/+1126
2023-09-12ui/vc: preliminary QemuTextConsole changes before splitMarc-André Lureau1-17/+35
2023-09-12ui/console: remove redundant format fieldMarc-André Lureau6-15/+12
2023-09-12ui/vc: rename kbd_put to qemu_text_console functionsMarc-André Lureau8-43/+43
2023-09-12ui/vc: remove kbd_put_keysym() and update function callsMarc-André Lureau5-37/+36
2023-09-12vmmouse: use explicit codeMarc-André Lureau1-2/+11