Show patches with: Archived = No       |   430322 patches
« 1 2 ... 548 549 5504303 4304 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,5/5] vhost: enable vrings in vhost_dev_start() for vhost-user devices continuing efforts to fix vhost-user issues 1 1 - 1 --- 2022-11-25 Alex Bennée New
[v2,4/5] hw/virtio: ensure a valid host_feature set for virtio-user-gpio continuing efforts to fix vhost-user issues - - - - --- 2022-11-25 Alex Bennée New
[v2,3/5] tests/qtests: override "force-legacy" for gpio virtio-mmio tests continuing efforts to fix vhost-user issues - - - - --- 2022-11-25 Alex Bennée New
[v2,2/5] include/hw: VM state takes precedence in virtio_device_should_start continuing efforts to fix vhost-user issues - 2 - 1 --- 2022-11-25 Alex Bennée New
[v2,1/5] include/hw: attempt to document VirtIO feature variables continuing efforts to fix vhost-user issues - - - - --- 2022-11-25 Alex Bennée New
hw/display/next-fb: Fix comment typo hw/display/next-fb: Fix comment typo - - 2 - --- 2022-11-25 Evgeny Ermakov New
tests/qtest/vhost-user-blk-test: don't abort all qtests on missing envar tests/qtest/vhost-user-blk-test: don't abort all qtests on missing envar - - 1 - --- 2022-11-25 Christian Schoenebeck New
[RFC,PATCH-for-7.2,2/4] hw/display/qxl: Document qxl_phys2virt() hw/display/qxl: Avoid buffer overrun in qxl_phys2virt() - - 1 - --- 2022-11-25 Philippe Mathieu-Daudé New
[RFC,PATCH-for-7.2,1/4] hw/display/qxl: Have qxl_log_command Return early if no log_cmd handler hw/display/qxl: Avoid buffer overrun in qxl_phys2virt() - - 1 - --- 2022-11-25 Philippe Mathieu-Daudé New
virtiofsd: Add `sigreturn` to the seccomp whitelist virtiofsd: Add `sigreturn` to the seccomp whitelist - - 1 - --- 2022-11-25 Marc Hartmayer New
[RFC,3/3] vdpa: add VIRTIO_NET_F_CTRL_GUEST_OFFLOADS to SVQ features VIRTIO_NET_F_CTRL_GUEST_OFFLOADS vDPA Shadow VirtQueue implementation - - - - --- 2022-11-25 Eugenio Perez Martin New
[RFC,2/3] vdpa: load guest offloads at device start VIRTIO_NET_F_CTRL_GUEST_OFFLOADS vDPA Shadow VirtQueue implementation - - - - --- 2022-11-25 Eugenio Perez Martin New
[RFC,1/3] virtio_net: export virtio_net_guest_offloads_by_features VIRTIO_NET_F_CTRL_GUEST_OFFLOADS vDPA Shadow VirtQueue implementation - - - - --- 2022-11-25 Eugenio Perez Martin New
[v2] e1000e: Configure ResettableClass [v2] e1000e: Configure ResettableClass - - 2 - --- 2022-11-25 Akihiko Odaki New
[v2] e1000: Configure ResettableClass [v2] e1000: Configure ResettableClass - - 2 - --- 2022-11-25 Akihiko Odaki New
[v2] e1000e: Remove pending interrupt flags [v2] e1000e: Remove pending interrupt flags - - - - --- 2022-11-25 Akihiko Odaki New
e1000e: Configure ResettableClass e1000e: Configure ResettableClass - - 1 - --- 2022-11-25 Akihiko Odaki New
e1000: Configure ResettableClass e1000: Configure ResettableClass - - - - --- 2022-11-25 Akihiko Odaki New
docs/devel/reset.rst: Correct function names docs/devel/reset.rst: Correct function names - - 3 - --- 2022-11-25 Akihiko Odaki New
e1000e: Remove pending interrupt flags e1000e: Remove pending interrupt flags - - - - --- 2022-11-25 Akihiko Odaki New
e1000e: Use memcpy to intialize registers e1000e: Use memcpy to intialize registers - - - - --- 2022-11-25 Akihiko Odaki New
[v2] e1000: Use hw/net/mii.h [v2] e1000: Use hw/net/mii.h - - - - --- 2022-11-25 Akihiko Odaki New
[v6,14/14] block/dirty-bitmap: convert coroutine-only functions to co_wrapper Still more coroutine and various fixes in block layer - - 2 - --- 2022-11-25 Emanuele Giuseppe Esposito New
[v6,13/14] block: convert bdrv_create to co_wrapper Still more coroutine and various fixes in block layer - - 2 - --- 2022-11-25 Emanuele Giuseppe Esposito New
[v6,12/14] block-coroutine-wrapper.py: support also basic return types Still more coroutine and various fixes in block layer - - 2 - --- 2022-11-25 Emanuele Giuseppe Esposito New
[v6,11/14] block-coroutine-wrapper.py: default to main loop aiocontext if function does not have a … Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-25 Emanuele Giuseppe Esposito New
[v6,10/14] block-coroutine-wrapper.py: introduce co_wrapper Still more coroutine and various fixes in block layer - - 2 - --- 2022-11-25 Emanuele Giuseppe Esposito New
[v6,09/14] block: rename generated_co_wrapper in co_wrapper_mixed Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-25 Emanuele Giuseppe Esposito New
[v6,08/14] block: bdrv_create_file is a coroutine_fn Still more coroutine and various fixes in block layer - - 2 - --- 2022-11-25 Emanuele Giuseppe Esposito New
[v6,07/14] block: distinguish between bdrv_create running in coroutine and not Still more coroutine and various fixes in block layer - - 2 - --- 2022-11-25 Emanuele Giuseppe Esposito New
[v6,06/14] block: avoid duplicating filename string in bdrv_create Still more coroutine and various fixes in block layer - - 2 - --- 2022-11-25 Emanuele Giuseppe Esposito New
[v6,05/14] block/vmdk: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - 3 - --- 2022-11-25 Emanuele Giuseppe Esposito New
[v6,04/14] block-backend: replace bdrv_*_above with blk_*_above Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-25 Emanuele Giuseppe Esposito New
[v6,03/14] nbd/server.c: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - 3 - --- 2022-11-25 Emanuele Giuseppe Esposito New
[v6,02/14] block-copy: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - 3 - --- 2022-11-25 Emanuele Giuseppe Esposito New
[v6,01/14] block-io: introduce coroutine_fn duplicates for bdrv_common_block_status_above callers Still more coroutine and various fixes in block layer - - 2 - --- 2022-11-25 Emanuele Giuseppe Esposito New
target/i386/hax: Add XCR0 support target/i386/hax: Add XCR0 support - - 3 - --- 2022-11-25 Wang, Wenchao New
[for-8.0,7/7] hw/pci-host/pnv_phb3_msi: Convert TYPE_PHB3_MSI to 3-phase reset virtio, pci, xics: 3-phase reset conversions - - 2 - --- 2022-11-25 Peter Maydell New
[for-8.0,6/7] hw/intc/xics: Convert TYPE_ICS to 3-phase reset virtio, pci, xics: 3-phase reset conversions - - 3 - --- 2022-11-25 Peter Maydell New
[for-8.0,5/7] hw/intc/xics: Reset TYPE_ICS objects with device_cold_reset() virtio, pci, xics: 3-phase reset conversions - - 3 - --- 2022-11-25 Peter Maydell New
[for-8.0,4/7] pci: Convert child classes of TYPE_PCIE_ROOT_PORT to 3-phase reset virtio, pci, xics: 3-phase reset conversions - - 1 - --- 2022-11-25 Peter Maydell New
[for-8.0,3/7] pci: Convert TYPE_PCIE_ROOT_PORT to 3-phase reset virtio, pci, xics: 3-phase reset conversions - - 1 - --- 2022-11-25 Peter Maydell New
[for-8.0,2/7] hw/display/virtio-vga: Convert TYPE_VIRTIO_VGA_BASE to 3-phase reset virtio, pci, xics: 3-phase reset conversions - - 1 - --- 2022-11-25 Peter Maydell New
[for-8.0,1/7] hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase reset virtio, pci, xics: 3-phase reset conversions - - 1 - --- 2022-11-25 Peter Maydell New
[v2,4/4] tests/qtest: Enable qtest build on Windows [v2,1/4] .gitlab-ci.d/windows.yml: Unify the prerequisite packages - - 1 - --- 2022-11-25 Bin Meng New
[v2,3/4] .gitlab-ci.d/windows.yml: Exclude qTests from 64-bit CI job for now [v2,1/4] .gitlab-ci.d/windows.yml: Unify the prerequisite packages - - 1 - --- 2022-11-25 Bin Meng New
[v2,2/4] .gitlab-ci.d/windows.yml: Keep 64-bit and 32-bit build scripts consistent [v2,1/4] .gitlab-ci.d/windows.yml: Unify the prerequisite packages - - 1 - --- 2022-11-25 Bin Meng New
[v2,1/4] .gitlab-ci.d/windows.yml: Unify the prerequisite packages [v2,1/4] .gitlab-ci.d/windows.yml: Unify the prerequisite packages - - - - --- 2022-11-25 Bin Meng New
[v2] riscv: Add RISCVCPUConfig.satp_mode to set sv48, sv57, etc. [v2] riscv: Add RISCVCPUConfig.satp_mode to set sv48, sv57, etc. - - 1 - --- 2022-11-25 Alexandre Ghiti New
[4/4] tests/qtest: Enable qtest build on Windows [1/4] .gitlab-ci.d/windows.yml: Unify the prerequisite packages - - 1 - --- 2022-11-25 Bin Meng Superseded
[3/4] .gitlab-ci.d/windows.yml: Exclude qTests from 64-bit CI job for now [1/4] .gitlab-ci.d/windows.yml: Unify the prerequisite packages - - 1 - --- 2022-11-25 Bin Meng Superseded
[2/4] .gitlab-ci.d/windows.yml: Keep 64-bit and 32-bit build scripts consistent [1/4] .gitlab-ci.d/windows.yml: Unify the prerequisite packages - - - - --- 2022-11-25 Bin Meng Superseded
[1/4] .gitlab-ci.d/windows.yml: Unify the prerequisite packages [1/4] .gitlab-ci.d/windows.yml: Unify the prerequisite packages - - - - --- 2022-11-25 Bin Meng Superseded
[v4,2/2] nvme: Add physical writes/reads from OCP log Add OCP extended log to nvme QEMU - - - - --- 2022-11-25 Joel Granados New
[v4,1/2] nvme: Move adjustment of data_units{read,written} Add OCP extended log to nvme QEMU - - - - --- 2022-11-25 Joel Granados New
tests/qtest/migration-test: Fix unlink error and memory leaks tests/qtest/migration-test: Fix unlink error and memory leaks - - 3 1 --- 2022-11-25 Thomas Huth New
[v2] target/riscv: Add some comments for sstatus CSR in riscv_cpu_dump_state() [v2] target/riscv: Add some comments for sstatus CSR in riscv_cpu_dump_state() - - 1 - --- 2022-11-25 Bin Meng New
[v2] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits tests [v2] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits tests - - - - --- 2022-11-25 Ani Sinha New
SecurityPkg: check return value of GetEfiGlobalVariable2() in DxeImageVerificationHandler() SecurityPkg: check return value of GetEfiGlobalVariable2() in DxeImageVerificationHandler() - 1 - - --- 2022-11-25 Jon Maloy New
[RFC,3/3] hw/mips: Add MIPS VirtIO board MIPS VirtIO Machine - - - - --- 2022-11-24 Jiaxun Yang New
[RFC,2/3] hw/misc: Add MIPS Trickbox device MIPS VirtIO Machine - - - - --- 2022-11-24 Jiaxun Yang New
[RFC,1/3] hw/intc: Add missing include for goldfish_pic.h MIPS VirtIO Machine - - - - --- 2022-11-24 Jiaxun Yang New
[v2,4/4] vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpa Guest announce feature emulation using Shadow VirtQueue 1 - - - --- 2022-11-24 Eugenio Perez Martin New
[v2,3/4] vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail Guest announce feature emulation using Shadow VirtQueue - - - - --- 2022-11-24 Eugenio Perez Martin New
[v2,2/4] virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has it Guest announce feature emulation using Shadow VirtQueue - - - - --- 2022-11-24 Eugenio Perez Martin New
[v2,1/4] virtio_net: Modify virtio_net_get_config to early return Guest announce feature emulation using Shadow VirtQueue 1 - 2 - --- 2022-11-24 Eugenio Perez Martin New
9pfs: Fix some return statements in the synth backend 9pfs: Fix some return statements in the synth backend - - - - --- 2022-11-24 Greg Kurz New
[RFC,5/5] hw/nvme: extend pi pass capable commands Protection information pass-through for block devices - - - - --- 2022-11-24 Dmitry Tihov New
[RFC,4/5] hw/nvme: implement pi pass read/write/wrz commands Protection information pass-through for block devices - - - - --- 2022-11-24 Dmitry Tihov New
[RFC,3/5] hw/nvme: add protection information pass parameter Protection information pass-through for block devices - - - - --- 2022-11-24 Dmitry Tihov New
[RFC,2/5] block: add transfer of protection information Protection information pass-through for block devices - - - - --- 2022-11-24 Dmitry Tihov New
[RFC,1/5] docs/nvme: add new feature summary Protection information pass-through for block devices - - - - --- 2022-11-24 Dmitry Tihov New
[for,8.0,v8,12/12] vdpa: always start CVQ in SVQ mode if possible ASID support in vhost-vdpa net - - - - --- 2022-11-24 Eugenio Perez Martin New
[for,8.0,v8,11/12] vdpa: add shadow_data to vhost_vdpa ASID support in vhost-vdpa net 1 - - - --- 2022-11-24 Eugenio Perez Martin New
[for,8.0,v8,10/12] vdpa: store x-svq parameter in VhostVDPAState ASID support in vhost-vdpa net 1 - - - --- 2022-11-24 Eugenio Perez Martin New
[for,8.0,v8,09/12] vdpa: add asid parameter to vhost_vdpa_dma_map/unmap ASID support in vhost-vdpa net 1 - - - --- 2022-11-24 Eugenio Perez Martin New
[for,8.0,v8,08/12] vdpa: allocate SVQ array unconditionally ASID support in vhost-vdpa net 1 - - - --- 2022-11-24 Eugenio Perez Martin New
[for,8.0,v8,07/12] vdpa: move SVQ vring features check to net/ ASID support in vhost-vdpa net 1 - - - --- 2022-11-24 Eugenio Perez Martin New
[for,8.0,v8,06/12] vdpa: extract vhost_vdpa_svq_allocate_iova_tree ASID support in vhost-vdpa net - - - - --- 2022-11-24 Eugenio Perez Martin New
[for,8.0,v8,05/12] vdpa: add vhost_vdpa_net_valid_svq_features ASID support in vhost-vdpa net 1 - - - --- 2022-11-24 Eugenio Perez Martin New
[for,8.0,v8,04/12] vhost: move iova_tree set to vhost_svq_start ASID support in vhost-vdpa net 1 - - - --- 2022-11-24 Eugenio Perez Martin New
[for,8.0,v8,03/12] vhost: allocate SVQ device file descriptors at device start ASID support in vhost-vdpa net 1 - - - --- 2022-11-24 Eugenio Perez Martin New
[for,8.0,v8,02/12] vhost: set SVQ device call handler at SVQ start ASID support in vhost-vdpa net 1 - - - --- 2022-11-24 Eugenio Perez Martin New
[for,8.0,v8,01/12] vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop ASID support in vhost-vdpa net 1 - - - --- 2022-11-24 Eugenio Perez Martin New
acpi/tests/avocado/bits: add SPDX license identifiers for bios bits tests acpi/tests/avocado/bits: add SPDX license identifiers for bios bits tests - - - - --- 2022-11-24 Ani Sinha New
[for-8.0,19/19] target/xtensa: Convert to 3-phase reset Convert most CPU classes to 3-phase reset - - - - --- 2022-11-24 Peter Maydell New
[for-8.0,18/19] target/tricore: Convert to 3-phase reset Convert most CPU classes to 3-phase reset - - - - --- 2022-11-24 Peter Maydell New
[for-8.0,17/19] target/sparc: Convert to 3-phase reset Convert most CPU classes to 3-phase reset - - 1 - --- 2022-11-24 Peter Maydell New
[for-8.0,16/19] target/sh4: Convert to 3-phase reset Convert most CPU classes to 3-phase reset - - - - --- 2022-11-24 Peter Maydell New
[for-8.0,15/19] target/rx: Convert to 3-phase reset Convert most CPU classes to 3-phase reset - - - - --- 2022-11-24 Peter Maydell New
[for-8.0,14/19] target/riscv: Convert to 3-phase reset Convert most CPU classes to 3-phase reset - - 1 - --- 2022-11-24 Peter Maydell New
[for-8.0,13/19] target/ppc: Convert to 3-phase reset Convert most CPU classes to 3-phase reset - - 2 - --- 2022-11-24 Peter Maydell New
[for-8.0,12/19] target/openrisc: Convert to 3-phase reset Convert most CPU classes to 3-phase reset - - - - --- 2022-11-24 Peter Maydell New
[for-8.0,11/19] target/nios2: Convert to 3-phase reset Convert most CPU classes to 3-phase reset - - - - --- 2022-11-24 Peter Maydell New
[for-8.0,10/19] target/mips: Convert to 3-phase reset Convert most CPU classes to 3-phase reset - - - - --- 2022-11-24 Peter Maydell New
[for-8.0,09/19] target/microblaze: Convert to 3-phase reset Convert most CPU classes to 3-phase reset - - 1 - --- 2022-11-24 Peter Maydell New
[for-8.0,08/19] target/m68k: Convert to 3-phase reset Convert most CPU classes to 3-phase reset - - - - --- 2022-11-24 Peter Maydell New
[for-8.0,07/19] target/loongarch: Convert to 3-phase reset Convert most CPU classes to 3-phase reset - - - - --- 2022-11-24 Peter Maydell New
[for-8.0,06/19] target/i386: Convert to 3-phase reset Convert most CPU classes to 3-phase reset - - - - --- 2022-11-24 Peter Maydell New
[for-8.0,05/19] target/hexagon: Convert to 3-phase reset Convert most CPU classes to 3-phase reset - - 1 - --- 2022-11-24 Peter Maydell New
« 1 2 ... 548 549 5504303 4304 »