messages from 2023-11-27 08:58:51 to 2023-11-28 08:21:40 UTC [more...]
[PATCH] util/qemu-config: Remove unnecessary traversal
2023-11-28 8:21 UTC (2+ messages)
[PULL 0/2] Firmware/seabios 20231128 patches
2023-11-28 8:17 UTC (3+ messages)
` [PULL 1/2] seabios: update submodule to 1.16.3 release
` [PULL 2/2] seabios: update binaries "
[PATCH] 'channel' and 'addr' in qmp_migrate() are not auto-freed. migrate_uri_parse() allocates memory which is returned to 'channel', which is leaked because there is no code for freeing 'channel' or 'addr'. So, free addr and channel to avoid memory leak. 'addr' does shallow copying of channel->addr, hence free 'channel' itself and deep free contents of 'addr'
2023-11-28 8:15 UTC (3+ messages)
[PATCH v1 0/2] A Fixup for "QEMU: CXL mailbox rework and features (Part 1)"
2023-11-28 7:31 UTC (9+ messages)
` [PATCH v1 1/2] hw/cxl/device: read from register values in mdev_reg_read()
` [PATCH v1 2/2] hw/mem/cxl_type3: allocate more vectors for MSI-X
[PATCH v2] migration: free 'channel' and 'addr' after their use in migration.c
2023-11-28 7:28 UTC (2+ messages)
[PATCH v2 for-8.2] ppc/amigaone: Allow running AmigaOS without firmware image
2023-11-28 7:07 UTC (8+ messages)
[PATCH-for-9.0 00/16] target/arm/kvm: Unify kvm_arm_FOO() API
2023-11-28 6:52 UTC (10+ messages)
` [PATCH-for-9.0 03/16] target/arm/kvm: Have kvm_arm_add_vcpu_properties take a ARMCPU argument
` [PATCH-for-9.0 05/16] target/arm/kvm: Have kvm_arm_sve_get_vls "
` [PATCH-for-9.0 08/16] target/arm/kvm: Have kvm_arm_pmu_init "
[PATCH v6 0/3] pnv nest1 chiplet model
2023-11-28 6:48 UTC (8+ messages)
` [PATCH v6 1/3] hw/ppc: Add pnv nest pervasive common "
` [PATCH v6 2/3] hw/ppc: Add N1 "
` [PATCH v6 3/3] hw/ppc: N1 chiplet wiring
[PATCH 0/2] fix some vhost-user issues
2023-11-28 5:57 UTC (5+ messages)
` [PATCH 1/2] vhost-user: fix the reconnect error
` [PATCH 2/2] vhost-user-scsi: free the inflight area when reset
[PATCH v3 0/4] Add BHRB Facility Support
2023-11-28 1:50 UTC (5+ messages)
[PATCH v3] ppc/amigaone: Allow running AmigaOS without firmware image
2023-11-28 1:32 UTC
[PATCH v3 0/5] xen-arm: add support for virtio-pci
2023-11-28 1:20 UTC (7+ messages)
` [PATCH v3 2/5] xen: backends: don't overwrite XenStore nodes created by toolstack
` [EXTERNAL] "
` [RFC PATCH v3 3/5] xen: add option to disable legacy backends
[PATCH v4 0/2] acpi: report numa nodes for device memory using GI
2023-11-27 22:57 UTC (5+ messages)
` [PATCH v4 1/2] qom: new object to associate device to numa node
` [PATCH v4 2/2] hw/acpi: Implement the SRAT GI affinity structure
[PATCH v1 0/7] migration cleanups and testing improvements
2023-11-27 20:52 UTC (21+ messages)
` [PATCH v1 1/7] migration/multifd: Remove MultiFDPages_t::packet_num
` [PATCH v1 2/7] migration/multifd: Remove QEMUFile from where it is not needed
` [PATCH v1 3/7] migration/multifd: Change multifd_pages_init argument
` [PATCH v1 4/7] migration: Report error in incoming migration
` [PATCH v1 5/7] tests/qtest/migration: Print migration incoming errors
` [PATCH v1 6/7] tests/qtest/migration: Add a wrapper to print test names
` [PATCH v1 7/7] tests/qtest/migration: Use the new migration_test_add
[RFC PATCH v3 00/30] migration: File based migration with multifd and fixed-ram
2023-11-27 20:26 UTC (31+ messages)
` [RFC PATCH v3 01/30] io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel file
` [RFC PATCH v3 02/30] io: Add generic pwritev/preadv interface
` [RFC PATCH v3 03/30] io: implement io_pwritev/preadv for QIOChannelFile
` [RFC PATCH v3 04/30] io: fsync before closing a file channel
` [RFC PATCH v3 05/30] migration/qemu-file: add utility methods for working with seekable channels
` [RFC PATCH v3 06/30] migration/ram: Introduce 'fixed-ram' migration capability
` [RFC PATCH v3 07/30] migration: Add fixed-ram URI compatibility check
` [RFC PATCH v3 08/30] migration/ram: Add outgoing 'fixed-ram' migration
` [RFC PATCH v3 09/30] migration/ram: Add incoming "
` [RFC PATCH v3 10/30] tests/qtest: migration-test: Add tests for fixed-ram file-based migration
` [RFC PATCH v3 11/30] migration/multifd: Allow multifd without packets
` [RFC PATCH v3 12/30] migration/multifd: Allow QIOTask error reporting without an object
` [RFC PATCH v3 13/30] migration/multifd: Add outgoing QIOChannelFile support
` [RFC PATCH v3 14/30] migration/multifd: Add incoming "
` [RFC PATCH v3 15/30] io: Add a pwritev/preadv version that takes a discontiguous iovec
` [RFC PATCH v3 16/30] multifd: Rename MultiFDSendParams::data to compress_data
` [RFC PATCH v3 17/30] migration/multifd: Decouple recv method from pages
` [RFC PATCH v3 18/30] migration/multifd: Allow receiving pages without packets
` [RFC PATCH v3 19/30] migration/ram: Ignore multifd flush when doing fixed-ram migration
` [RFC PATCH v3 20/30] migration/multifd: Support outgoing fixed-ram stream format
` [RFC PATCH v3 21/30] migration/multifd: Support incoming "
` [RFC PATCH v3 22/30] tests/qtest: Add a multifd + fixed-ram migration test
` [RFC PATCH v3 23/30] migration: Add direct-io parameter
` [RFC PATCH v3 24/30] tests/qtest: Add a test for migration with direct-io and multifd
` [RFC PATCH v3 25/30] monitor: Honor QMP request for fd removal immediately
` [RFC PATCH v3 26/30] monitor: Extract fdset fd flags comparison into a function
` [RFC PATCH v3 27/30] monitor: fdset: Match against O_DIRECT
` [RFC PATCH v3 28/30] docs/devel/migration.rst: Document the file transport
` [RFC PATCH v3 29/30] migration: Add support for fdset with multifd + file
` [RFC PATCH v3 30/30] tests/qtest: Add a test for fixed-ram with passing of fds
[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
2023-11-27 20:08 UTC (9+ messages)
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
` [RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor
[PATCH] accel/kvm: Turn DPRINTF macro use into tracepoints
2023-11-27 19:42 UTC
[PATCH v2] avr: Fix wrong initial value of stack pointer
2023-11-27 19:22 UTC (2+ messages)
[PATCH] tests: bios-tables-test: Rename smbios type 4 related test functions
2023-11-27 19:15 UTC (2+ messages)
[PATCH 0/4] scsi: eliminate AioContext lock
2023-11-27 18:46 UTC (9+ messages)
` [PATCH 1/4] scsi: only access SCSIDevice->requests from one thread
` [PATCH 2/4] virtio-scsi: don't lock AioContext around virtio_queue_aio_attach_host_notifier()
` [PATCH 3/4] scsi: don't lock AioContext in I/O code path
` [PATCH 4/4] dma-helpers: don't lock AioContext in dma_blk_cb()
[PATCH for-8.2] ide/via: Fix BAR4 value in legacy mode
2023-11-27 18:27 UTC (2+ messages)
[PATCH] vmdk: Don't corrupt desc file in vmdk_write_cid
2023-11-27 18:23 UTC (4+ messages)
[PATCH v6 0/9] Add powernv10 I2C devices and tests
2023-11-27 18:16 UTC (10+ messages)
` [PATCH v6 1/9] misc/pca9552: Fix inverted input status
` [PATCH v6 2/9] misc/pca9552: Let external devices set pca9552 inputs
` [PATCH v6 3/9] ppc/pnv: New powernv10-rainier machine type
` [PATCH v6 4/9] ppc/pnv: Add pca9552 to powernv10-rainier for PCIe hotplug power control
` [PATCH v6 5/9] ppc/pnv: Wire up pca9552 GPIO pins "
` [PATCH v6 6/9] ppc/pnv: Use resettable interface to reset child I2C buses
` [PATCH v6 7/9] misc: Add a pca9554 GPIO device model
` [PATCH v6 8/9] ppc/pnv: Add a pca9554 I2C device to powernv10-rainier
` [PATCH v6 9/9] ppc/pnv: Test pnv i2c master and connected devices
[PATCH for-8.2] target/arm: Disable SME if SVE is disabled
2023-11-27 17:33 UTC
[PULL 00/13] target-arm queue
2023-11-27 17:08 UTC (14+ messages)
` [PULL 01/13] target/arm: Set IL bit for pauth, SVE access, BTI trap syndromes
` [PULL 02/13] target/arm: Handle overflow in calculation of next timer tick
` [PULL 03/13] hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOs
` [PULL 04/13] hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFO
` [PULL 05/13] hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize field
` [PULL 06/13] hw/virtio: Free VirtIOIOMMUPCI::vdev.reserved_regions[] on finalize()
` [PULL 07/13] hw/misc/mps2-scc: Free MPS2SCC::oscclk[] array "
` [PULL 08/13] hw/nvram/xlnx-efuse: Free XlnxEFuse::ro_bits[] "
` [PULL 09/13] hw/nvram/xlnx-efuse-ctrl: Free XlnxVersalEFuseCtrl[] "pg0-lock" array
` [PULL 10/13] hw/input/stellaris_gamepad: Free StellarisGamepad::keycodes[] array
` [PULL 11/13] hw/ssi/xilinx_spips: fix an out of bound access
` [PULL 12/13] hw/misc, hw/ssi: Fix some URLs for AMD / Xilinx models
` [PULL 13/13] hw/dma/xlnx_csu_dma: don't throw guest errors when stopping the SRC DMA
[PATCH] RISC-V: Increase max vlen to 4096
2023-11-27 17:08 UTC (3+ messages)
[PATCH] tests/unit/test-blockjob: delete complete_in_standby test
2023-11-27 17:02 UTC
[PATCH for-9.0] hw: Add compat machines for 9.0
2023-11-27 16:57 UTC (2+ messages)
[PATCH v5 0/9] Add powernv10 I2C devices and tests
2023-11-27 16:48 UTC (4+ messages)
` [PATCH v5 7/9] misc: Add a pca9554 GPIO device model
[PATCH] crypto: Introduce SM4 symmetric cipher algorithm
2023-11-27 16:38 UTC (3+ messages)
[PATCH v7 00/10] Introduce model for IBM's FSI
2023-11-27 16:31 UTC (16+ messages)
` [PATCH v7 01/10] hw/fsi: Introduce IBM's Local bus
` [PATCH v7 02/10] hw/fsi: Introduce IBM's scratchpad
` [PATCH v7 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave
` [PATCH v7 04/10] hw/fsi: Introduce IBM's FSI
` [PATCH v7 05/10] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v7 06/10] hw/fsi: Aspeed APB2OPB interface
[PATCH v1 0/3] ZynqMP / Versal: various fixes
2023-11-27 15:38 UTC (2+ messages)
[PATCH-for-8.2 0/6] hw: Free DEFINE_PROP_ARRAY()'s arrays in instance_finalize()
2023-11-27 15:28 UTC (2+ messages)
[PATCH-for-8.2? v3 0/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping FIFOs
2023-11-27 15:25 UTC (2+ messages)
[PATCH 0/2] Cleanup unused included header in core.c & cluster.c
2023-11-27 14:56 UTC (3+ messages)
` [PATCH 1/2] hw/cpu/core: Cleanup unused included header in core.c
` [PATCH 2/2] hw/cpu/cluster: Cleanup unused included header in cluster.c
hanging process with commit 69562648f9 ("vl: revert behaviour for -display none")
2023-11-27 14:37 UTC (4+ messages)
[PATCH for-8.2 v2] export/vhost-user-blk: Fix consecutive drains
2023-11-27 14:28 UTC (2+ messages)
[PATCH v5 00/14] tpm: introduce TPM CRB SysBus device
2023-11-27 14:12 UTC (12+ messages)
` [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
[PATCH] hostmem: Round up memory size for qemu_madvise() in host_memory_backend_memory_complete()
2023-11-27 13:55 UTC (3+ messages)
[PULL 00/14] random fixes for 8.2 (tests, plugins, docs, semihosting)
2023-11-24 21:08 UTC (2+ messages)
[PATCH v2] docs/s390: Fix wrong command example in s390-cpu-topology.rst
2023-11-27 13:49 UTC
[RFC] docs/s390: Fix wrong command example in s390-cpu-topology.rst
2023-11-27 13:45 UTC (3+ messages)
[PATCH for-9.0 v2 0/8] target/riscv: implement RVA22S64 profile
2023-11-27 12:22 UTC (12+ messages)
` [PATCH for-9.0 v2 1/8] target/riscv: implement svade
` [PATCH for-9.0 v2 2/8] target/riscv: add priv ver restriction to profiles
` [PATCH for-9.0 v2 3/8] target/riscv/cpu.c: finalize satp_mode earlier
` [PATCH for-9.0 v2 4/8] target/riscv/cpu.c: add riscv_cpu_is_32bit()
` [PATCH for-9.0 v2 5/8] target/riscv: add satp_mode profile support
` [PATCH for-9.0 v2 6/8] target/riscv: add 'parent' in profile description
` [PATCH for-9.0 v2 7/8] target/riscv: add RVA22S64 profile
` [PATCH for-9.0 v2 8/8] target/riscv: add rva22s64 cpu
[PATCH] iotests: fix default MT detection
2023-11-27 12:17 UTC (2+ messages)
[PATCH for-8.2] export/vhost-user-blk: Fix consecutive drains
2023-11-27 11:55 UTC (2+ messages)
[PATCH for-8.2] ui/vnc-clipboard: fix inflate_buffer
2023-11-27 10:51 UTC (7+ messages)
[PATCH v7 0/8] Unified CPU type check
2023-11-27 10:42 UTC (6+ messages)
` [PATCH v7 5/8] hw/arm/virt: Check CPU type in machine_run_board_init()
[PATCH] avr: Fix wrong initial value of stack pointer
2023-11-27 10:06 UTC (2+ messages)
[PATCH v2] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2023-11-27 9:54 UTC (5+ messages)
[PATCH] qemu/timer: Don't use RDTSC on i486
2023-11-27 9:49 UTC (2+ messages)
[BUG] accel/tcg: cpu_exec_longjmp_cleanup: assertion failed: (cpu == current_cpu)
2023-11-27 9:37 UTC (2+ messages)
[PATCH] pcie_sriov: Remove g_new assertion
2023-11-27 9:11 UTC (2+ messages)
[RFC v2 0/7] Add persistence to NVMe ZNS emulation
2023-11-27 8:56 UTC (7+ messages)
` [RFC v2 2/7] qcow2: add zd_extension configurations to zoned metadata
` [RFC v2 3/7] hw/nvme: use blk_get_*() to access zone info in the block layer
` [RFC v2 4/7] hw/nvme: add blk_get_zone_extension to access zd_extensions
` [RFC v2 5/7] hw/nvme: make the metadata of ZNS emulation persistent
` [RFC v2 6/7] hw/nvme: refactor zone append write using block layer APIs
` [RFC v2 7/7] hw/nvme: make ZDED persistent
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).