messages from 2023-04-20 09:22:52 to 2023-04-20 12:59:06 UTC [more...]
[PATCH 00/43] Migration: Create options.c for capabilities/params/properties
2023-04-20 12:58 UTC (8+ messages)
` [PATCH 03/43] migration: Create migration_cap_set()
` [PATCH 05/43] migration: Move migrate_colo_enabled() to options.c
` [PATCH 06/43] migration: Move migrate_use_compression() "
[PATCH v2] tests/avocado/tuxrun_baselines.py: improve code coverage for ppc64
2023-04-20 12:57 UTC (4+ messages)
[PATCH v3 0/2] Improve avocado code coverage for ppc64
2023-04-20 12:52 UTC (3+ messages)
` [PATCH v3 1/2] avocado_qemu/__init__.py: factor out the qemu-img finding
` [PATCH v3 2/2] tests/avocado/tuxrun_baselines.py: improve code coverage for ppc64
Error : "cxl_pci 0000:0d:00.0: Failed to get interrupt for event Info log"
2023-04-20 12:37 UTC
[PATCH v2] spice: move client_migrate_info command to ui/
2023-04-20 12:37 UTC
[PULL 0/7] Merge tpm 2023/04/20 v1
2023-04-20 12:32 UTC (8+ messages)
` [PULL 1/7] docs: Add support for TPM devices over I2C bus
` [PULL 2/7] tpm: Extend common APIs to support TPM TIS I2C
` [PULL 3/7] tpm: Add support for TPM device over I2C bus
` [PULL 4/7] tests/avocado/aspeed: Add TPM TIS I2C test
` [PULL 5/7] qtest: Add functions for accessing devices on Aspeed I2C controller
` [PULL 6/7] qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it
` [PULL 7/7] qtest: Add a test case for TPM TIS I2C connected to Aspeed I2C controller
[PATCH v2 RESEND 0/7] Hexagon: add lldb support
2023-04-20 12:31 UTC (8+ messages)
` [PATCH v2 RESEND 1/7] gdbstub: only send stop-reply packets when allowed to
` [PATCH v2 RESEND 2/7] gdbstub: add test for untimely stop-reply packets
` [PATCH v2 RESEND 3/7] gdbstub: add support for the qRegisterInfo query
` [PATCH v2 RESEND 4/7] Hexagon: support qRegisterInfo at gdbstub
` [PATCH v2 RESEND 5/7] Hexagon (gdbstub): fix p3:0 read and write via stub
` [PATCH v2 RESEND 6/7] Hexagon (gdbstub): add HVX support
` [PATCH v2 RESEND 7/7] Hexagon (linux-user/hexagon): handle breakpoints
--disable-system --enable-$some_system_feature: fail?
2023-04-20 12:29 UTC
[PATCH v3 0/7] target/riscv: Fix PMP related problem
2023-04-20 12:27 UTC (4+ messages)
` [PATCH v3 1/7] target/riscv: Update pmp_get_tlb_size()
[PATCH] docs/about/deprecated.rst: Add "since 7.1" tag to dtb-kaslr-seed deprecation
2023-04-20 12:22 UTC
[PATCH v2 00/16] block: remove aio_disable_external() API
2023-04-20 12:20 UTC (5+ messages)
` [PATCH v2 16/16] virtio: make it possible to detach host notifier from any thread
[PATCH v2] migration: move migration_global_dump() to migration-hmp-cmds.c
2023-04-20 12:19 UTC (2+ messages)
[PATCH v3] migration: move migration_global_dump() to migration-hmp-cmds.c
2023-04-20 12:10 UTC
[PULL 00/20] Block patches
2023-04-20 12:09 UTC (21+ messages)
` [PULL 01/20] block/block-common: add zoned device structs
` [PULL 02/20] block/file-posix: introduce helper functions for sysfs attributes
` [PULL 03/20] block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PULL 04/20] block/raw-format: add zone operations to pass through requests
` [PULL 05/20] block: add zoned BlockDriver check to block layer
` [PULL 06/20] iotests: test new zone operations
` [PULL 07/20] block: add some trace events for new block layer APIs
` [PULL 08/20] docs/zoned-storage: add zoned device documentation
` [PULL 09/20] block/dmg: Declare a type definition for DMG uncompress function
` [PULL 10/20] tracetool: use relative paths for '#line' preprocessor directives
` [PULL 11/20] file-posix: add tracking of the zone write pointers
` [PULL 12/20] block: introduce zone append write for zoned devices
` [PULL 13/20] qemu-iotests: test zone append operation
` [PULL 14/20] block: add some trace events for zone append
` [PULL 15/20] include: update virtio_blk headers to v6.3-rc1
` [PULL 16/20] virtio-blk: add zoned storage emulation for zoned devices
` [PULL 17/20] block: add accounting for zone append operation
` [PULL 18/20] virtio-blk: add some trace events for zoned emulation
` [PULL 19/20] docs/zoned-storage:add zoned emulation use case
` [PULL 20/20] tracing: install trace events file only if necessary
[PATCH] migration: move migration_global_dump() to migration-hmp-cmds.c
2023-04-20 12:05 UTC (3+ messages)
[PATCH v2 0/4] COLO: improve build options
2023-04-20 11:56 UTC (13+ messages)
` [PATCH v2 1/4] block/meson.build: prefer positive condition for replication
` [PATCH v2 2/4] scripts/qapi: allow optional experimental enum values
` [PATCH v2 3/4] build: move COLO under CONFIG_REPLICATION
` [PATCH v2 4/4] configure: add --disable-colo-filters option
[PATCH v3 00/20] block: remove aio_disable_external() API
2023-04-20 11:37 UTC (21+ messages)
` [PATCH v3 01/20] hw/qdev: introduce qdev_is_realized() helper
` [PATCH v3 02/20] virtio-scsi: avoid race between unplug and transport event
` [PATCH v3 03/20] virtio-scsi: stop using aio_disable_external() during unplug
` [PATCH v3 04/20] block/export: only acquire AioContext once for vhost_user_server_stop()
` [PATCH v3 05/20] util/vhost-user-server: rename refcount to in_flight counter
` [PATCH v3 06/20] block/export: wait for vhost-user-blk requests when draining
` [PATCH v3 07/20] block/export: stop using is_external in vhost-user-blk server
` [PATCH v3 08/20] hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstore
` [PATCH v3 09/20] block: add blk_in_drain() API
` [PATCH v3 10/20] block: drain from main loop thread in bdrv_co_yield_to_drain()
` [PATCH v3 11/20] xen-block: implement BlockDevOps->drained_begin()
` [PATCH v3 12/20] hw/xen: do not set is_external=true on evtchn fds
` [PATCH v3 13/20] block/export: rewrite vduse-blk drain code
` [PATCH v3 14/20] block/export: don't require AioContext lock around blk_exp_ref/unref()
` [PATCH v3 15/20] block/fuse: do not set is_external=true on FUSE fd
` [PATCH v3 16/20] virtio: make it possible to detach host notifier from any thread
` [PATCH v3 17/20] virtio-blk: implement BlockDevOps->drained_begin()
` [PATCH v3 18/20] virtio-scsi: "
` [PATCH v3 19/20] virtio: do not set is_external=true on host notifiers
` [PATCH v3 20/20] aio: remove aio_disable_external() API
[PATCH 0/2] Send all the SVQ control commands in parallel
2023-04-20 11:38 UTC (4+ messages)
` [PATCH 2/2] vdpa: send CVQ state load "
[PATCH 0/2] tests/qtest: make migraton-test faster
2023-04-20 11:37 UTC (4+ messages)
` [PATCH 1/2] tests/qtest: capture RESUME events during migration
[PATCH v2 0/2] migration: use qatzip to acclerate the live migration
2023-04-20 11:29 UTC (4+ messages)
` [PATCH v2 2/2] migration: add support for qatzip compression when doing "
[PATCH RFC v1 00/10] Add loongarch kvm accel support
2023-04-20 11:13 UTC (16+ messages)
` [PATCH RFC v1 01/10] linux-headers: Add KVM headers for loongarch
` [PATCH RFC v1 02/10] target/loongarch: Define some kvm_arch interfaces
` [PATCH RFC v1 03/10] target/loongarch: Supplement vcpu env initial when vcpu reset
` [PATCH RFC v1 04/10] target/loongarch: Implement kvm get/set registers
` [PATCH RFC v1 05/10] target/loongarch: Implement kvm_arch_init function
` [PATCH RFC v1 06/10] target/loongarch: Implement kvm_arch_init_vcpu
` [PATCH RFC v1 07/10] target/loongarch: Implement kvm_arch_handle_exit
` [PATCH RFC v1 08/10] target/loongarch: Implement set vcpu intr for kvm
` [PATCH RFC v1 09/10] target/loongarch: Add kvm-stub.c
` [PATCH RFC v1 10/10] target/loongarch: Add kvm file into meson build
[PATCH v2 RESEND] xen: Fix SEGV on domain disconnect
2023-04-20 11:02 UTC
[PATCH 0/3] softmmu/ioport.c: fix use-after-free when calling portio_list_destroy()
2023-04-20 10:53 UTC (4+ messages)
` [PATCH 2/3] softmmu/ioport.c: QOMify MemoryRegionPortioList
[PATCH 0/4] vhost-user-fs: Internal migration
2023-04-20 10:44 UTC (10+ messages)
` [PATCH 2/4] vhost-user: Interface for migration state transfer
[PATCH v2] migration: Handle block device inactivation failures better
2023-04-20 10:41 UTC (2+ messages)
[PATCH v2 00/13] migration/ram.c: Refactor compress code
2023-04-20 10:37 UTC (17+ messages)
` [PATCH v2 01/13] qtest/migration-test.c: Add postcopy tests with compress enabled
` [PATCH v2 02/13] ram.c: Let the compress threads return a CompressResult enum
` [PATCH v2 03/13] ram.c: Dont change param->block in the compress thread
` [PATCH v2 04/13] ram.c: Reset result after sending queued data
` [PATCH v2 05/13] ram.c: Do not call save_page_header() from compress threads
` [PATCH v2 06/13] ram.c: Call update_compress_thread_counts from compress_send_queued_data
` [PATCH v2 07/13] ram.c: Remove last ram.c dependency from the core compress code
` [PATCH v2 08/13] ram.c: Introduce whitespace (squash with next patch)
` [PATCH v2 09/13] ram.c: Move core compression code into its own file
` [PATCH v2 10/13] ram.c: Remove whitespace (squash with previous patch)
` [PATCH v2 11/13] ram.c: Move core decompression code into its own file
` [PATCH v2 12/13] ram compress: Assert that the file buffer matches the result
` [PATCH v2 13/13] ram-compress.c: Make target independent
` [PATCH v2 14/13] migration: Initialize and cleanup decompression in migration.c
[PATCH v3 0/3] qapi: allow unions to contain further unions
2023-04-20 10:26 UTC (4+ messages)
` [PATCH v3 1/3] qapi: support updating expected test output via make
` [PATCH v3 2/3] qapi: improve specificity of type/member descriptions
` [PATCH v3 3/3] qapi: allow unions to contain further unions
[PATCH] Ensure the PV ring is drained on disconnect
2023-04-20 10:20 UTC (2+ messages)
` [PATCH 0/1] Updated: Ensure PV ring is drained on disconenct
[PATCH v2 00/13] virtio: add vhost-user-generic and reduce copy and paste
2023-04-20 10:18 UTC (21+ messages)
` [PATCH v2 02/13] include/hw: document the device_class_set_parent_* fns
` [PATCH v2 03/13] hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX comments
` [PATCH v2 04/13] include/hw/virtio: document virtio_notify_config
` [PATCH v2 05/13] include/hw/virtio: add kerneldoc for virtio_init
` [PATCH v2 06/13] include/hw/virtio: document some more usage of notifiers
` [PATCH v2 07/13] virtio: add vhost-user-base and a generic vhost-user-device
` [PATCH v2 08/13] virtio: add PCI stub for vhost-user-device
` [PATCH v2 09/13] hw/virtio: derive vhost-user-rng from vhost-user-device
` [PATCH v2 11/13] hw/virtio: derive vhost-user-gpio "
` [PATCH v2 12/13] hw/virtio: derive vhost-user-i2c from vhost-user-base
[PULL 00/23] First batch of testing and misc patches for 8.1
2023-04-20 10:12 UTC (24+ messages)
` [PULL 01/23] hw: Add compat machines "
` [PULL 02/23] docs: Fix typo (wphx => whpx)
` [PULL 03/23] docs/cxl: Fix sentence
` [PULL 04/23] test: Fix test-crypto-secret when compiling without keyring support
` [PULL 05/23] qtest: Don't assert on "-qtest chardev:myid"
` [PULL 06/23] chardev: Allow setting file chardev input file on the command line
` [PULL 07/23] travis.yml: Add missing clang-10 package to the 'Clang (disable-tcg)' job
` [PULL 08/23] travis.yml: Add missing 'flex', 'bison' packages to 'GCC (user)' job
` [PULL 09/23] tests/migration: Only run auto_converge in slow mode
` [PULL 10/23] target/i386: Set family/model/stepping of the "max" CPU according to LM bit
` [PULL 11/23] hw/char: Move two more files from specific_ss to softmmu_ss
` [PULL 12/23] softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.c
` [PULL 13/23] include/exec: Provide the tswap() functions for target independent code, too
` [PULL 14/23] softmmu: Make qtest.c target independent
` [PULL 15/23] hw/display: Compile vga.c as target-independent code
` [PULL 16/23] softmmu: Move dirtylimit.c into the target independent source set
` [PULL 17/23] hw/core: Move numa.c "
` [PULL 18/23] cpu: Remove parameter of list_cpus()
` [PULL 19/23] MAINTAINERS: Add Juan Quintela to developer guides review
` [PULL 20/23] qtest: Add functions for accessing devices on Aspeed I2C controller
` [PULL 21/23] qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it
` [PULL 22/23] qtest: Add a test case for TPM TIS I2C connected to Aspeed I2C controller
` [PULL 23/23] tests/vm/freebsd: Update to FreeBSD 13.2
[PATCH v5] memory: Optimize replay of guest mapping
2023-04-20 9:57 UTC
[PULL 00/21] target-arm queue
2023-04-20 10:04 UTC (22+ messages)
` [PULL 01/21] hw/arm: Fix some typos in comments (most found by codespell)
` [PULL 02/21] exynos: Fix out-of-bounds access in exynos4210_gcomp_find debug printf
` [PULL 03/21] hw/watchdog: Allwinner WDT emulation for system reset
` [PULL 04/21] hw/arm: Add WDT to Allwinner-A10 and Cubieboard
` [PULL 05/21] hw/arm: Add WDT to Allwinner-H3 and Orangepi-PC
` [PULL 06/21] tests/avocado: Add reboot tests to Cubieboard
` [PULL 07/21] hw/timer/imx_epit: don't shadow variable
` [PULL 08/21] hw/timer/imx_epit: fix limit check
` [PULL 09/21] target/arm: Remove KVM AArch32 CPU definitions
` [PULL 10/21] hw/arm/virt: Restrict Cortex-A7 check to TCG
` [PULL 11/21] target/arm: Initialize debug capabilities only once
` [PULL 12/21] target/arm: Pass ARMMMUFaultInfo to merge_syn_data_abort()
` [PULL 13/21] target/arm: Don't set ISV when reporting stage 1 faults in ESR_EL2
` [PULL 14/21] target/arm: Implement FEAT_PAN3
` [PULL 15/21] docs/devel/kconfig.rst: Fix incorrect markup
` [PULL 16/21] target/arm: Report pauth information to gdb as 'pauth_v2'
` [PULL 17/21] hw/net/imx_fec: Support two Ethernet interfaces connected to single MDIO bus
` [PULL 18/21] fsl-imx6ul: Add fec[12]-phy-connected properties
` [PULL 19/21] arm/mcimx6ul-evk: Set fec1-phy-connected property to false
` [PULL 20/21] fsl-imx7: Add fec[12]-phy-connected properties
` [PULL 21/21] arm/mcimx7d-sabre: Set fec2-phy-connected property to false
[PATCH v3 00/10] Deprecate/rename singlestep command line option, monitor interfaces
2023-04-20 10:05 UTC (5+ messages)
` [PATCH v3 04/10] linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'
[PATCH v2 00/41] igb: Fix for DPDK
2023-04-20 9:55 UTC (7+ messages)
` [PATCH v2 01/41] hw/net/net_tx_pkt: Decouple implementation from PCI
` [PATCH v2 02/41] hw/net/net_tx_pkt: Decouple interface "
` [PATCH v2 13/41] net/eth: Rename eth_setup_vlan_headers_ex
[PATCH 0/5] Support both Ethernet interfaces on i.MX6UL and i.MX7
2023-04-20 9:48 UTC (8+ messages)
[PATCH v4 0/2] Add gdbstub support to HVF
2023-04-20 9:33 UTC (3+ messages)
` [PATCH v4 2/2] hvf: implement guest debugging on Apple Silicon hosts
[PATCH 0/2] Re-enable qom-cast-debug by default
2023-04-20 9:26 UTC (3+ messages)
` [PATCH 2/2] meson_options.txt: Enable qom-cast-debug by default again
[PATCH v2] travis.yml: Add missing 'flex', 'bison' packages to 'GCC (user)' job
2023-04-20 9:23 UTC (2+ messages)
` [PATCH v2] travis.yml: Add missing 'flex','bison' "
[PATCH RESEND v7 00/12] target/riscv: rework CPU extensions validation
2023-04-20 9:21 UTC (5+ messages)
` [PATCH RESEND v7 01/12] target/riscv/cpu.c: add riscv_cpu_validate_v()
` [PATCH RESEND v7 06/12] target/riscv: Update check for Zca/Zcf/Zcd
` [PATCH RESEND v7 10/12] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
` [PATCH RESEND v7 12/12] target/riscv: forbid write_misa() for static CPUs
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).