aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-09-12ui/console: remove redundant format fieldMarc-André Lureau
2023-09-12ui/vc: rename kbd_put to qemu_text_console functionsMarc-André Lureau
2023-09-12ui/vc: remove kbd_put_keysym() and update function callsMarc-André Lureau
2023-09-12vmmouse: use explicit codeMarc-André Lureau
2023-09-12vmmouse: replace DPRINTF with tracingMarc-André Lureau
2023-09-12vhost-user-gpu: support dmabuf modifiersErico Nunes
2023-09-12contrib/vhost-user-gpu: add support for sending dmabuf modifiersErico Nunes
2023-09-12docs: vhost-user-gpu: add protocol changes for dmabuf modifiersErico Nunes
2023-09-11Merge tag 'pull-vfio-20230911' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-09-11Merge tag 'pull-riscv-to-apply-20230911' of https://github.com/alistair23/qem...Stefan Hajnoczi
2023-09-11Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-09-11Merge tag 'pull-target-arm-20230908' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-09-11vfio/common: Separate vfio-pci rangesJoao Martins
2023-09-11vfio/migration: Block VFIO migration with background snapshotAvihai Horon
2023-09-11vfio/migration: Block VFIO migration with postcopy migrationAvihai Horon
2023-09-11migration: Add .save_prepare() handler to struct SaveVMHandlersAvihai Horon
2023-09-11migration: Move more initializations to migrate_init()Avihai Horon
2023-09-11vfio/migration: Fail adding device with enable-migration=on and existing blockerAvihai Horon
2023-09-11migration: Add migration prefix to functions in target.cAvihai Horon
2023-09-11vfio/migration: Allow migration of multiple P2P supporting devicesAvihai Horon