aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-15tcg/loongarch64: Lower basic tcg vec ops to LSXJiajie Chen5-2/+270
2023-09-15tcg/loongarch64: Import LSX instructionsJiajie Chen1-1/+6018
2023-09-15thunk: Delete checks for old host definitionsAkihiko Odaki1-2/+1
2023-09-15softmmu: Delete checks for old host definitionsAkihiko Odaki1-3/+0
2023-09-15util: Delete checks for old host definitionsAkihiko Odaki1-12/+3
2023-09-15accel/tcg: Fix the comment for CPUTLBEntryFullLIU Zhiwei2-10/+13
2023-09-15accel/tcg: mttcg remove false-negative halted assertionNicholas Piggin1-7/+2
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
2023-09-12vmmouse: replace DPRINTF with tracingMarc-André Lureau2-15/+24
2023-09-12vhost-user-gpu: support dmabuf modifiersErico Nunes1-1/+16
2023-09-12contrib/vhost-user-gpu: add support for sending dmabuf modifiersErico Nunes3-4/+61
2023-09-12docs: vhost-user-gpu: add protocol changes for dmabuf modifiersErico Nunes1-1/+25
2023-09-11Merge tag 'pull-vfio-20230911' of https://github.com/legoater/qemu into stagingStefan Hajnoczi14-99/+377
2023-09-11Merge tag 'pull-riscv-to-apply-20230911' of https://github.com/alistair23/qem...Stefan Hajnoczi34-652/+2785
2023-09-11Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi22-80/+142
2023-09-11Merge tag 'pull-target-arm-20230908' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi40-156/+3183
2023-09-11vfio/common: Separate vfio-pci rangesJoao Martins2-12/+61
2023-09-11vfio/migration: Block VFIO migration with background snapshotAvihai Horon1-1/+10
2023-09-11vfio/migration: Block VFIO migration with postcopy migrationAvihai Horon1-0/+22
2023-09-11migration: Add .save_prepare() handler to struct SaveVMHandlersAvihai Horon5-4/+48
2023-09-11migration: Move more initializations to migrate_init()Avihai Horon2-10/+7
2023-09-11vfio/migration: Fail adding device with enable-migration=on and existing blockerAvihai Horon1-2/+5