messages from 2023-02-15 17:06:30 to 2023-02-16 01:47:00 UTC [more...]
[PATCH v2 0/7] Python: Drop support for Python 3.6
2023-02-16 1:46 UTC (19+ messages)
` [PATCH v2 6/7] CI: Stop building docs on centos8
[PATCH v1 RFC Zisslpcfi 1/9] target/riscv: adding zimops and zisslpcfi extension to RISCV cpu config
2023-02-16 1:38 UTC (25+ messages)
` [PATCH v1 RFC Zisslpcfi 2/9] target/riscv: zisslpcfi CSR, bit positions and other definitions
` [PATCH v1 RFC Zisslpcfi 3/9] target/riscv: implements CSRs and new bits in existing CSRs in zisslpcfi
` [PATCH v1 RFC Zisslpcfi 4/9] target/riscv: helper functions for forward and backward cfi
` [PATCH v1 RFC Zisslpcfi 5/9] target/riscv: state save and restore of zisslppcfi state
` [PATCH v1 RFC Zisslpcfi 6/9] target/riscv: MMU changes for back cfi's shadow stack
` [PATCH v1 RFC Zisslpcfi 7/9] target/riscv: Tracking indirect branches (fcfi) using TCG
[PATCH v3 00/10] enable write_misa() and RISCV_FEATURE_* cleanups
2023-02-16 1:37 UTC (13+ messages)
` [PATCH v3 01/10] target/riscv: do not mask unsupported QEMU extensions in write_misa()
` [PATCH v3 02/10] target/riscv: always allow write_misa() to write MISA
` [PATCH v3 03/10] target/riscv: introduce riscv_cpu_cfg()
` [PATCH v3 04/10] target/riscv: remove RISCV_FEATURE_DEBUG
` [PATCH v3 05/10] target/riscv/cpu.c: error out if EPMP is enabled without PMP
` [PATCH v3 06/10] target/riscv: remove RISCV_FEATURE_EPMP
` [PATCH v3 07/10] target/riscv: remove RISCV_FEATURE_PMP
` [PATCH v3 08/10] hw/riscv/virt.c: do not use RISCV_FEATURE_MMU in create_fdt_socket_cpus()
` [PATCH v3 09/10] target/riscv: remove RISCV_FEATURE_MMU
` [PATCH v3 10/10] target/riscv/cpu: remove CPUArchState::features and friends
[PATCH 0/3] target/mips: misc microMIPS fixes
2023-02-16 1:31 UTC (9+ messages)
` [PATCH 1/3] target/mips: fix JALS32/J32 instruction handling for microMIPS
` [PATCH 3/3] target/mips: implement CP0.Config7.WII bit support
[RFC PATCH 0/2] Providing mount for memfd_restricted() syscall
2023-02-16 0:41 UTC (3+ messages)
` [RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted
` [RFC PATCH 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd
[PATCH v4 00/16] pci hotplug tracking
2023-02-16 0:34 UTC (10+ messages)
` [PATCH v4 14/16] qapi: deprecate "device" field of DEVICE_* events
[PATCH 00/20] hw/ide: QOM/QDev housekeeping
2023-02-16 0:33 UTC (49+ messages)
` [PATCH 01/20] MAINTAINERS: Mark IDE and Floppy as "Odd Fixes"
` [PATCH 02/20] hw/ide/mmio: Use CamelCase for MMIO_IDE state name
` [PATCH 03/20] hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h'
` [PATCH 04/20] hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'
` [PATCH 05/20] hw/ide/isa: Remove intermediate ISAIDEState::irq variable
` [PATCH 06/20] hw/ide/atapi: Restrict 'scsi/constants.h' inclusion
` [PATCH 07/20] hw/ide: Remove unused 'qapi/qapi-types-run-state.h'
` [PATCH 08/20] hw/ide: Include 'exec/ioport.h' instead of 'hw/isa/isa.h'
` [PATCH 09/20] hw/ide: Un-inline ide_set_irq()
` [PATCH 10/20] hw/ide: Rename ide_set_irq() -> ide_bus_set_irq()
` [PATCH 11/20] hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()
` [PATCH 12/20] hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb
` [PATCH 13/20] hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()
` [PATCH 14/20] hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
` [PATCH 15/20] hw/ide: Rename idebus_active_if() -> ide_bus_active_if()
` [PATCH 16/20] hw/ide/ioport: Remove unnecessary includes
` [PATCH 17/20] hw/ide/pci: Unexport bmdma_active_if()
` [PATCH 18/20] hw/ide/piix: Remove unused includes
` [PATCH 19/20] hw/ide/piix: Pass Error* to pci_piix_init_ports() for better error msg
` [PATCH 20/20] hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_init_bus per bus
[RFC v3 00/18] vfio: Adopt iommufd
2023-02-15 23:48 UTC (3+ messages)
` [RFC v3 14/18] backends/iommufd: Introduce the iommufd object
[PATCH] virtio: fix reachable assertion due to stale value of cached region size
2023-02-15 22:14 UTC
[PATCH v5 0/4] riscv: Add support for Zicbo[m,z,p] instructions
2023-02-15 22:18 UTC (9+ messages)
` [PATCH v5 1/4] accel/tcg: Add probe_access_range_flags interface
` [PATCH v5 2/4] target/riscv: implement Zicboz extension
` [PATCH v5 3/4] target/riscv: implement Zicbom extension
` [PATCH v5 4/4] target/riscv: add Zicbop cbo.prefetch{i, r, m} placeholder
[Qemu-devel] [PATCH 00/38] char: fixes and improvements (was "[PATCH 0/9] Fix mux regression")
2023-02-15 22:13 UTC (3+ messages)
` [Qemu-devel] [PATCH 19/38] char: make some qemu_chr_fe skip if no driver
[PATCH] qemu: make version available in coredump
2023-02-15 22:05 UTC (3+ messages)
Lost partition tables on ide-hd + ahci drive
2023-02-15 21:47 UTC (4+ messages)
[PULL v2 0/10] xenpvh
2023-02-15 21:17 UTC (4+ messages)
[PATCH v10 00/12] vfio/migration: Implement VFIO migration protocol v2
2023-02-15 21:02 UTC (12+ messages)
` [PATCH v10 03/12] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
` [PATCH v10 09/12] vfio/migration: Implement VFIO migration protocol v2
[PATCH 00/12] testing/next: docker, avocado, unit,
2023-02-15 20:59 UTC (21+ messages)
` [PATCH 01/12] gitlab: tweak and filter ninja output to reduce build noise
` [PATCH 02/12] tests/avocado: retire the Aarch64 TCG tests from boot_linux.py
` [PATCH 03/12] tests: add socat dependency for tests
` [PATCH 04/12] tests: be a bit more strict cleaning up fifos
` [PATCH 05/12] gitlab: reduce default verbosity of cirrus run
` [PATCH 06/12] gitlab: extend custom runners with base_job_template
` [PATCH 07/12] testing: update ubuntu2004 to ubuntu2204
` [PATCH 08/12] tests: skip the nios2 replay_kernel test
` [PATCH 09/12] tests: add tuxrun baseline test to avocado
` [PATCH 10/12] tests/docker: Use binaries for debian-tricore-cross
` [PATCH 11/12] cirrus.yml: Improve the windows_msys2_task
` [PATCH 12/12] tests: ensure we export job results for some cross builds
[PATCH 0/7] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
2023-02-15 20:59 UTC (5+ messages)
` [PATCH 5/7] hw/ide/piix: Use generic ide_init_ioport()
[PATCH 0/4] qemu-img: Fix exit code for errors closing the image
2023-02-15 20:50 UTC (5+ messages)
[PATCH qemu 1/2] hw/at24c : modify at24c to support 1 byte address mode
2023-02-15 20:39 UTC (3+ messages)
[PATCH qemu 2/2] aspeed/fuji : correct the eeprom size
2023-02-15 20:34 UTC (3+ messages)
[PATCH 0/7] Python: Drop support for Python 3.6
2023-02-15 20:31 UTC (12+ messages)
` [PATCH 3/7] configure: Look for auxiliary Python installations
` [PATCH 5/7] testing: Add Python >= 3.7 to Centos, OpenSuSE
` [PATCH 6/7] CI: Stop building docs on centos8
[PATCH] coverity: physmem: use simple assertions instead of modelling
2023-02-15 20:20 UTC (2+ messages)
[PATCH v6 0/3] Eliminate multifd flush
2023-02-15 20:13 UTC (8+ messages)
` [PATCH v6 1/3] multifd: Create property multifd-flush-after-each-section
` [PATCH v6 2/3] multifd: Protect multifd_send_sync_main() calls
` [PATCH v6 3/3] multifd: Only flush once each full round of memory
[PULL 0/5] Migration 20230215 patches
2023-02-15 20:05 UTC (6+ messages)
` [PULL 1/5] migration/qemu-file: Add qemu_file_get_to_fd()
` [PULL 2/5] migration/block: Convert remaining DPRINTF() debug macro to trace events
` [PULL 3/5] migration: In case of postcopy, the memory ends in res_postcopy_only
` [PULL 4/5] migration: Remove unused res_compatible
` [PULL 5/5] migration: Rename res_{postcopy,precopy}_only
[PATCH v2 0/4] Remove C virtiofsd
2023-02-15 20:03 UTC (6+ messages)
` [PATCH v2 1/4] virtiofsd: Remove test
` [PATCH v2 2/4] virtiofsd: Remove build and docs glue
` [PATCH v2 3/4] virtiofsd: Remove source
` [PATCH v2 4/4] virtiofsd: Swing deprecated message to removed-features
[PATCH 0/8] aspeed: I2C fixes, -drive removal (first step)
2023-02-15 19:52 UTC (3+ messages)
` [PATCH 1/8] m25p80: Improve error when the backend file size does not match the device
[RFC PATCH 00/16] Add stage-2 translation for SMMUv3
2023-02-15 19:47 UTC (13+ messages)
` [RFC PATCH 02/16] hw/arm/smmuv3: Update translation config to hold stage-2
` [RFC PATCH 06/16] hw/arm/smmuv3: Parse STE config for stage-2
` [RFC PATCH 07/16] hw/arm/smmuv3: Check validity of stage-2 page table
` [RFC PATCH 08/16] hw/arm/smmuv3: Support S2AFFD
` [RFC PATCH 12/16] hw/arm/smmuv3: Add VMID to tlb tagging
` [RFC PATCH 15/16] hw/arm/smmuv3: Add fault configuration for stage-2
[RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
2023-02-15 19:10 UTC (3+ messages)
[PATCH v4 0/6] qapi: static typing conversion, pt5c
2023-02-15 19:05 UTC (4+ messages)
` [PATCH v4 4/6] qapi/parser: add QAPIExpression type
[PATCH 0/5] hw/timer/i8254: Un-inline and simplify IRQs
2023-02-15 19:02 UTC (11+ messages)
` [PATCH 1/5] hw/timer/hpet: Include missing 'hw/qdev-properties.h' header
` [PATCH 2/5] hw/timer/i8254: Factor i8254_pit_create() out and document
` [PATCH 3/5] hw/i386/pc: Un-inline i8254_pit_init()
` [PATCH 4/5] hw/timer/i8254: Really inline i8254_pit_init()
` [PATCH 5/5] hw/i386/kvm: Factor i8254_pit_create_try_kvm() out
[PATCH v2 00/13] Dynamycally switch to vhost shadow virtqueues at vdpa net migration
2023-02-15 18:40 UTC (3+ messages)
[PATCH v2 0/3] virtio-scsi: fix SCSIDevice hot unplug with IOThread
2023-02-15 18:27 UTC (7+ messages)
` [PATCH v2 1/3] scsi: protect req->aiocb with AioContext lock
` [PATCH v2 2/3] dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() race
` [PATCH v2 3/3] virtio-scsi: reset SCSI devices from main loop thread
[PATCH 0/4] Adds support for running QEMU natively on windows-arm64
2023-02-15 18:22 UTC (5+ messages)
` [PATCH 1/4] util/cacheflush: fix illegal instruction "
[PATCH v2 0/3] Remove res_compatible parameter
2023-02-15 18:15 UTC (7+ messages)
` [PATCH v2 1/3] migration: In case of postcopy, the memory ends in res_postcopy_only
` [PATCH v2 2/3] migration: Remove unused res_compatible
` [PATCH v2 3/3] migration: Rename res_{postcopy,precopy}_only
[PULL v3 00/10] Misc patches for 2023-02-08
2023-02-15 18:14 UTC
[PULL 0/5] Misc next patches
2023-02-15 17:47 UTC (6+ messages)
` [PULL 1/5] crypto: TLS: introduce `check_pending`
` [PULL 2/5] io/channel-tls: fix handling of bigger read buffers
` [PULL 3/5] block: mention 'password-secret' option for -iscsi
` [PULL 4/5] block: deprecate iSCSI 'password' in favour of 'password-secret'
` [PULL 5/5] ui: remove deprecated 'password' option for SPICE
[PATCH v3 00/14] Dynamically switch to vhost shadow virtqueues at vdpa net migration
2023-02-15 17:38 UTC (15+ messages)
` [PATCH v3 01/14] vdpa net: move iova tree creation from init to start
` [PATCH v3 02/14] vdpa: stop svq at vhost_vdpa_dev_start(false)
` [PATCH v3 03/14] vdpa: Negotiate _F_SUSPEND feature
` [PATCH v3 04/14] vdpa: add vhost_vdpa_suspend
` [PATCH v3 05/14] vdpa: move vhost reset after get vring base
` [PATCH v3 06/14] vdpa: rewind at get_base, not set_base
` [PATCH v3 07/14] vdpa net: allow VHOST_F_LOG_ALL
` [PATCH v3 08/14] vdpa: add vdpa net migration state notifier
` [PATCH v3 09/14] vdpa: disable RAM block discard only for the first device
` [PATCH v3 10/14] vdpa net: block migration if the device has CVQ
` [PATCH v3 11/14] vdpa: block migration if device has unsupported features
` [PATCH v3 12/14] vdpa: block migration if dev does not have _F_SUSPEND
` [PATCH v3 13/14] vdpa: block migration if SVQ does not admit a feature
` [PATCH v3 14/14] vdpa: return VHOST_F_LOG_ALL in vhost-vdpa devices
[PATCH] accel/xen: Remove dead code
2023-02-15 17:33 UTC (2+ messages)
[PATCH] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header
2023-02-15 17:33 UTC (2+ messages)
Does the page boundary check still necessary?
2023-02-15 17:27 UTC (2+ messages)
[PATCH v2 0/7] include/hw/pci include/hw/cxl: Clean up includes
2023-02-15 17:21 UTC (9+ messages)
CXL 2.0 memory pooling emulation
2023-02-15 15:18 UTC (3+ messages)
[PULL 00/25] Kraxel 20220926 patches
2023-02-15 17:05 UTC (8+ messages)
` [PULL 13/25] hcd-ohci: Fix inconsistency when resetting ohci root hubs
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).