messages from 2023-10-25 10:14:49 to 2023-10-25 19:45:58 UTC [more...]
[PATCH V2 0/6] Live Update reboot mode
2023-10-25 19:44 UTC (4+ messages)
` [PATCH V2 4/6] cpr: relax vhost migration blockers
` [PATCH V2 5/6] cpr: reboot mode
` [PATCH V2 6/6] tests/qtest: migration: add reboot mode test
[PATCH 00/16] Use Intel DSA accelerator to offload zero page checking in multifd live migration
2023-10-25 19:38 UTC (17+ messages)
` [PATCH 01/16] Cherry pick a set of patches that enables multifd zero page feature
` [PATCH 02/16] meson: Introduce new instruction set enqcmd to the build system
` [PATCH 03/16] util/dsa: Add dependency idxd
` [PATCH 04/16] util/dsa: Implement DSA device start and stop logic
` [PATCH 05/16] util/dsa: Implement DSA task enqueue and dequeue
` [PATCH 06/16] util/dsa: Implement DSA task asynchronous completion thread model
` [PATCH 07/16] util/dsa: Implement zero page checking in DSA task
` [PATCH 08/16] util/dsa: Implement DSA task asynchronous submission and wait for completion
` [PATCH 09/16] migration/multifd: Add new migration option for multifd DSA offloading
` [PATCH 10/16] migration/multifd: Enable DSA offloading in multifd sender path
` [PATCH 11/16] migration/multifd: Add test hook to set normal page ratio
` [PATCH 12/16] migration/multifd: Enable set normal page ratio test hook in multifd
` [PATCH 13/16] migration/multifd: Add migration option set packet size
` [PATCH 14/16] migration/multifd: Enable set packet size migration option
` [PATCH 15/16] util/dsa: Add unit test coverage for Intel DSA task submission and completion
` [PATCH 16/16] migration/multifd: Add integration tests for multifd with Intel DSA offloading
[PATCH v2 00/29] migration: File based migration with multifd and fixed-ram
2023-10-25 19:28 UTC (55+ messages)
` [PATCH v2 01/29] tests/qtest: migration events
` [PATCH v2 02/29] tests/qtest: Move QTestMigrationState to libqtest
` [PATCH v2 04/29] migration: Return the saved state from global_state_store
` [PATCH v2 06/29] migration: Add auto-pause capability
` [PATCH v2 12/29] migration/qemu-file: add utility methods for working with seekable channels
` [PATCH v2 13/29] migration: fixed-ram: Add URI compatibility check
` [PATCH v2 15/29] migration/ram: Add support for 'fixed-ram' outgoing migration
` [PATCH v2 16/29] migration/ram: Add support for 'fixed-ram' migration restore
` [PATCH v2 19/29] migration/multifd: Add outgoing QIOChannelFile support
` [PATCH v2 20/29] migration/multifd: Add incoming "
` [PATCH v2 25/29] migration/multifd: Support outgoing fixed-ram stream format
` [PATCH v2 28/29] migration: Add direct-io parameter
[PATCH v6 00/23] Make Pixman an optional dependency
2023-10-25 19:08 UTC (24+ messages)
` [PATCH v6 01/23] build-sys: add a "pixman" feature
` [PATCH v6 02/23] build-sys: drop needless warning pragmas for old pixman
` [PATCH v6 03/23] ui: compile out some qemu-pixman functions when !PIXMAN
` [PATCH v6 04/23] ui: add pixman-minimal.h
` [PATCH v6 05/23] vl: drop needless -spice checks
` [PATCH v6 06/23] qemu-options: define -vnc only #ifdef CONFIG_VNC
` [PATCH v6 07/23] vl: simplify display_remote logic
` [PATCH v6 08/23] vl: move display early init before default devices
` [PATCH v6 09/23] ui/console: allow to override the default VC
` [PATCH v6 10/23] ui/vc: console-vc requires PIXMAN
` [PATCH v6 11/23] qmp/hmp: disable screendump if PIXMAN is missing
` [PATCH v6 12/23] virtio-gpu: replace PIXMAN for region/rect test
` [PATCH v6 13/23] ui/console: when PIXMAN is unavailable, don't draw placeholder msg
` [PATCH v6 14/23] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
` [PATCH v6 15/23] ui/gl: opengl doesn't require PIXMAN
` [PATCH v6 16/23] ui/vnc: VNC requires PIXMAN
` [PATCH v6 17/23] ui/spice: SPICE/QXL "
` [PATCH v6 18/23] ui/gtk: -display gtk "
` [PATCH v6 19/23] ui/dbus: do not require PIXMAN
` [PATCH v6 20/23] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
` [PATCH v6 21/23] hw/sm501: allow compiling without PIXMAN
` [PATCH v6 22/23] hw/display: make ATI_VGA depend on PIXMAN
` [PATCH v6 23/23] build-sys: make pixman actually optional
[PATCH 0/5] Add LoongArch v1.1 instructions
2023-10-25 19:04 UTC (5+ messages)
[PATCH v3 00/28] Get Xen PV shim running in QEMU, add net & console
2023-10-25 19:02 UTC (33+ messages)
` [PATCH v3 01/28] i386/xen: Don't advertise XENFEAT_supervisor_mode_kernel
` [PATCH v3 02/28] i386/xen: fix per-vCPU upcall vector for Xen emulation
` [PATCH v3 03/28] hw/xen: select kernel mode for per-vCPU event channel upcall vector
` [PATCH v3 04/28] hw/xen: don't clear map_track[] in xen_gnttab_reset()
` [PATCH v3 05/28] hw/xen: fix XenStore watch delivery to guest
` [PATCH v3 06/28] hw/xen: take iothread mutex in xen_evtchn_reset_op()
` [PATCH v3 07/28] hw/xen: use correct default protocol for xen-block on x86
` [PATCH v3 08/28] i386/xen: Ignore VCPU_SSHOTTMR_future flag in set_singleshot_timer()
` [PATCH v3 09/28] hw/xen: Clean up event channel 'type_val' handling to use union
` [PATCH v3 10/28] include: update Xen public headers to Xen 4.17.2 release
` [PATCH v3 11/28] i386/xen: advertise XEN_HVM_CPUID_UPCALL_VECTOR in CPUID
` [PATCH v3 12/28] hw/xen: populate store frontend nodes with XenStore PFN/port
` [PATCH v3 13/28] hw/xen: automatically assign device index to block devices
` [PATCH v3 14/28] hw/xen: add get_frontend_path() method to XenDeviceClass
` [PATCH v3 15/28] hw/xen: do not repeatedly try to create a failing backend device
` [PATCH v3 16/28] hw/xen: update Xen console to XenDevice model
` [PATCH v3 17/28] hw/xen: add support for Xen primary console in emulated mode
` [PATCH v3 18/28] hw/xen: only remove peers of PCI NICs on unplug
` [PATCH v3 19/28] hw/xen: update Xen PV NIC to XenDevice model
` [PATCH v3 20/28] net: do not delete nics in net_cleanup()
` [PATCH v3 21/28] xen-platform: unplug AHCI disks
` [PATCH v3 22/28] net: add qemu_{configure, create}_nic_device(), qemu_find_nic_info()
` [PATCH v3 23/28] net: report list of available models according to platform
` [PATCH v3 24/28] net: add qemu_create_nic_bus_devices()
` [PATCH v3 25/28] hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()
` [PATCH v3 26/28] hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
` [PATCH v3 27/28] hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICs
` [PATCH v3 28/28] docs: update Xen-on-KVM documentation
[RFC PATCH] tcg: allow a target to request canonicalization of SUBI to ADDI
2023-10-25 18:59 UTC
[PATCH v5 00/19] Make Pixman an optional dependency
2023-10-25 18:44 UTC (21+ messages)
` [PATCH v5 03/19] ui: add pixman-compat.h
` [PATCH v5 04/19] vl: move display early init before default devices
` [PATCH v5 09/19] ui/console: when PIXMAN is unavailable, don't draw placeholder msg
` [PATCH v5 12/19] ui/vnc: VNC requires PIXMAN
` [PATCH v5 13/19] ui/spice: SPICE/QXL "
` [PATCH v5 14/19] ui/gtk: -display gtk "
` [PATCH v5 16/19] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
[PATCH] Add class property to configure KVM device node to use
2023-10-25 17:37 UTC (2+ messages)
[PATCH] virtio: rng: Check notifier helpers for VIRTIO_CONFIG_IRQ_IDX
2023-10-25 17:18 UTC
[PATCH 00/10] hw/arm: Move 'hw/arm/boot.h' from header to source
2023-10-25 17:02 UTC (21+ messages)
` [PATCH 01/10] hw/arm/allwinner-a10: Remove 'hw/arm/boot.h' from header
` [PATCH 02/10] hw/arm/allwinner-h3: "
` [PATCH 03/10] hw/arm/allwinner-r40: "
` [PATCH 04/10] hw/arm/fsl-imx25: "
` [PATCH 05/10] hw/arm/fsl-imx31: "
` [PATCH 06/10] hw/arm/fsl-imx6: "
` [PATCH 07/10] hw/arm/fsl-imx6ul: "
` [PATCH 08/10] hw/arm/fsl-imx7: "
` [PATCH 09/10] hw/arm/xlnx-versal: "
` [PATCH 10/10] hw/arm/xlnx-zynqmp: "
[PATCH v4 0/9] RVA22U64 profile support
2023-10-25 16:28 UTC (19+ messages)
` [PATCH v4 1/9] target/riscv: add rva22u64 profile definition
` [PATCH v4 2/9] target/riscv/kvm: add 'rva22u64' flag as unavailable
` [PATCH v4 3/9] target/riscv/tcg: add user flag for profile support
` [PATCH v4 4/9] target/riscv/tcg: add MISA user options hash
` [PATCH v4 5/9] target/riscv/tcg: add riscv_cpu_write_misa_bit()
` [PATCH v4 6/9] target/riscv/tcg: handle profile MISA bits
` [PATCH v4 7/9] target/riscv/tcg: add hash table insert helpers
` [PATCH v4 8/9] target/riscv/tcg: honor user choice for G MISA bits
` [PATCH v4 9/9] target/riscv/tcg: warn if profile exts are disabled
[PATCH 00/29] tcg: Introduce TCG_COND_TST{EQ,NE}
2023-10-25 16:22 UTC (5+ messages)
` [PATCH 02/29] tcg/optimize: Split out arg_is_const_val
` [PATCH 05/29] tcg/optimize: Split out arg_new_constant
[PATCH 0/45] Rework matching of network devices to -nic options
2023-10-25 15:51 UTC (4+ messages)
` [PATCH 38/45] hw/riscv: use qemu_configure_nic_device()
[PATCH v3] ppc/pnv: Fix number of I2C engines and ports for power9/10
2023-10-25 15:27 UTC
[PATCH v3 0/9] mirror: allow switching from background to active mode
2023-10-25 15:20 UTC (5+ messages)
[PATCH 00/14] Update RISC-V vector crypto to ratified v1.0.0
2023-10-25 15:13 UTC (15+ messages)
` [PATCH 01/14] target/riscv: Add cfg property for Zvkt extension
` [PATCH 02/14] target/riscv: Expose Zvkt extension property
` [PATCH 03/14] target/riscv: Add cfg property for Zvkb extension
` [PATCH 04/14] target/riscv: Replace Zvbb checking by Zvkb
` [PATCH 05/14] target/riscv: Expose Zvkb extension property
` [PATCH 06/14] target/riscv: Add cfg properties for Zvkn[c|g] extensions
` [PATCH 07/14] target/riscv: Expose Zvkn[c|g] extnesion properties
` [PATCH 08/14] target/riscv: Add cfg properties for Zvks[c|g] extensions
` [PATCH 09/14] target/riscv: Expose Zvks[c|g] extnesion properties
` [PATCH 10/14] target/riscv: Move vector crypto extensions to riscv_cpu_extensions
` [PATCH 11/14] disas/riscv: Add rv_fmt_vd_vs2_uimm format
` [PATCH 12/14] disas/riscv: Add rv_codec_vror_vi for vror.vi
` [PATCH 13/14] disas/riscv: Add support for vector crypto extensions
` [PATCH 14/14] disas/riscv: Replace TABs with space
[PATCH 0/6] Support RISC-V IOPMP
2023-10-25 15:14 UTC (5+ messages)
` [PATCH 1/6] exec/memory: Introduce the translate_size function within the IOMMU class
` [PATCH 2/6] system/physmem: IOMMU: Invoke the translate_size function if it is implemented
[PATCH] net,can: fix sja1000 IER behavior
2023-10-25 14:30 UTC
[PATCH 0/6] qga: Assorted patches, let us discuss
2023-10-25 14:00 UTC (7+ messages)
` [PATCH 1/6] qga: Add process termination functionality
` [PATCH 2/6] qga: Move command execution code to a separate function
` [PATCH 3/6] qga: Let run_command() work without input data
` [PATCH 4/6] qga: Add user creation functionality
` [PATCH 5/6] qga: Add timeout for fsfreeze
` [PATCH 6/6] qga: Cancel async snapshot before abort
[PATCH 0/1] ui/cocoa: add full-screen-scaling display option
2023-10-25 14:04 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH v5 00/20] Support smp.clusters for x86 in QEMU
2023-10-25 13:42 UTC (3+ messages)
[PATCH v3 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
2023-10-25 13:17 UTC (5+ messages)
` QAPI doc generator improvements (was: [PATCH v3 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash)
[PATCH v3 0/6] riscv: RVA22U64 profile support
2023-10-25 13:14 UTC (4+ messages)
` [PATCH v3 1/6] target/riscv: add rva22u64 profile definition
[PATCH v2 00/12] migration: Yet another round of atomic counters
2023-10-25 13:14 UTC (3+ messages)
` [PATCH v2 01/12] qemu-file: Don't increment qemu_file_transferred at qemu_file_fill_buffer
[PATCH 00/11] hw/arm/aspeed: Split AspeedSoCState per 2400/2600/10x0
2023-10-25 13:01 UTC (2+ messages)
[PATCH v2 RESEND] misc/led: LED state is set opposite of what is expected
2023-10-25 12:59 UTC (2+ messages)
[PATCH 0/2] vfio/pci: Fix buffer overrun when writing the VF token
2023-10-25 12:13 UTC (6+ messages)
` [PATCH 1/2] util/uuid: Add UUID_STR_LEN definition
` [PATCH 2/2] vfio/pci: Fix buffer overrun when writing the VF token
[PATCH 0/3] fix a few blockjob-related deadlocks when using iothread
2023-10-25 12:01 UTC (2+ messages)
[PATCH 0/12] Get Xen PV shim running in qemu
2023-10-25 10:44 UTC (11+ messages)
` [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode
[PATCH RESEND] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
2023-10-25 10:26 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).