summary refs log tree commit diff stats
path: root/scripts/oss-fuzz/reorder_fuzzer_qtest_trace.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-18net/dump: Avoid variable length arrayPeter Maydell1-1/+1
2023-09-18hw/net/rocker: Avoid variable length arrayPeter Maydell1-1/+1
2023-09-18hw/net/fsl_etsec/rings.c: Avoid variable length arrayPeter Maydell1-2/+10
2023-09-18net: add initial support for AF_XDP network backendIlya Maximets16-1/+693
2023-09-18tests: bump libvirt-ci for libasan and libxdpIlya Maximets11-10/+10
2023-09-18e1000e: rename e1000e_ba_state and e1000e_write_hdr_to_rx_buffersTomasz Dzieciol1-13/+15
2023-09-18igb: packet-split descriptors supportTomasz Dzieciol3-43/+316
2023-09-18igb: add IPv6 extended headers traffic detectionTomasz Dzieciol2-1/+4
2023-09-18igb: RX payload guest writting refactoringTomasz Dzieciol3-86/+150
2023-09-18igb: RX descriptors guest writting refactoringTomasz Dzieciol3-88/+96
2023-09-18igb: rename E1000E_RingInfo_stTomasz Dzieciol2-38/+38
2023-09-18igb: remove TCP ACK detectionTomasz Dzieciol1-5/+0
2023-09-18virtio-net: Add support for USO featuresYuri Benditovich2-2/+33
2023-09-18virtio-net: Add USO flags to vhost support.Andrew Melnychenko2-0/+6
2023-09-18tap: Add check for USO featuresYuri Benditovich8-0/+52
2023-09-18tap: Add USO support to tap device.Andrew Melnychenko15-19/+35
2023-09-13tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTRMarc-André Lureau1-9/+2
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-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