messages from 2023-02-15 19:11:57 to 2023-02-16 05:48:03 UTC [more...]
[PATCH] Adding ability to change disassembler syntax in TCG plugins
 2023-02-16  5:47 UTC  (5+ messages)
[PATCH v2 00/15] linux-user/sparc: Handle missing traps
 2023-02-16  5:45 UTC  (2+ messages)
` [PATCH v2 01/15] linux-user/sparc: Raise SIGILL for all unhandled software traps
[PATCH v1 RFC Zisslpcfi 1/9] target/riscv: adding zimops and zisslpcfi extension to RISCV cpu config
 2023-02-16  5:45 UTC  (33+ 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] ebpf: fix compatibility with libbpf 1.0+
 2023-02-16  5:28 UTC  (6+ messages)
[PULL V2 00/10] Net patches
 2023-02-16  5:24 UTC  (11+ messages)
` [PULL V2 01/10] net: Move the code to collect available NIC models to a separate function
` [PULL V2 02/10] net: Restore printing of the help text with "-nic help"
` [PULL V2 03/10] net: Replace "Supported NIC models" with "Available NIC models"
` [PULL V2 04/10] hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
` [PULL V2 05/10] hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a value
` [PULL V2 06/10] net: Increase L2TPv3 buffer to fit jumboframes
` [PULL V2 07/10] vmnet: stop recieving events when VM is stopped
` [PULL V2 08/10] hw/net/can/xlnx-zynqmp-can: fix assertion failures in transfer_fifo()
` [PULL V2 09/10] net: stream: add a new option to automatically reconnect
` [PULL V2 10/10] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
[PATCH v2 0/4] target/mips: misc microMIPS fixes
 2023-02-16  5:17 UTC  (5+ messages)
` [PATCH v2 1/4] target/mips: fix JALS32/J32 instruction handling for microMIPS
` [PATCH v2 2/4] target/mips: fix SWM32 handling for micromips
` [PATCH v2 3/4] target/mips: implement CP0.Config7.WII bit support
` [PATCH v2 4/4] target/mips: set correct CP0.Config[4, 5] values for M14K(c)
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-16  5:13 UTC  (2+ messages)
[PULL 00/10] Net patches
 2023-02-16  4:45 UTC  (5+ messages)
[PATCH RESEND 00/18] Support smp.clusters for x86
 2023-02-16  4:33 UTC  (8+ messages)
` [PATCH RESEND 07/18] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH RESEND 10/18] i386: Update APIC ID parsing rule to support module level
[PATCH v2] memory: Optimize replay of guest mapping
 2023-02-16  4:21 UTC  (3+ messages)
[PATCH v1 00/19] target/arm: Implement FEAT_LSE2
 2023-02-16  3:08 UTC  (20+ messages)
` [PATCH v1 01/19] target/arm: Make cpu_exclusive_high hold the high bits
` [PATCH v1 02/19] target/arm: Use tcg_gen_qemu_ld_i128 for LDXP
` [PATCH v1 03/19] target/arm: Use tcg_gen_qemu_{st, ld}_i128 for do_fp_{st, ld}
` [PATCH v1 04/19] target/arm: Use tcg_gen_qemu_st_i128 for STZG, STZ2G
` [PATCH v1 05/19] target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld, st}r
` [PATCH v1 06/19] target/arm: Sink gen_mte_check1 into load/store_exclusive
` [PATCH v1 07/19] target/arm: Add feature test for FEAT_LSE2
` [PATCH v1 08/19] target/arm: Add atom_data to DisasContext
` [PATCH v1 09/19] target/arm: Load/store integer pair with one tcg operation
` [PATCH v1 10/19] target/arm: Hoist finalize_memop out of do_gpr_{ld, st}
` [PATCH v1 11/19] target/arm: Hoist finalize_memop out of do_fp_{ld, st}
` [PATCH v1 12/19] target/arm: Pass memop to gen_mte_check1*
` [PATCH v1 13/19] target/arm: Pass single_memop to gen_mte_checkN
` [PATCH v1 14/19] target/arm: Check alignment in helper_mte_check
` [PATCH v1 15/19] target/arm: Add SCTLR.nAA to TBFLAG_A64
` [PATCH v1 16/19] target/arm: Relax ordered/atomic alignment checks for LSE2
` [PATCH v1 17/19] target/arm: Move mte check for store-exclusive
` [PATCH v1 18/19] test/tcg/multiarch: Adjust sigbus.c
` [PATCH v1 19/19] target/arm: Enable FEAT_LSE2 for -cpu max
[PATCH v2 00/30] tcg: Improve atomicity support
 2023-02-16  2:57 UTC  (31+ messages)
` [PATCH v2 01/30] include/qemu/cpuid: Introduce xgetbv_low
` [PATCH v2 02/30] include/exec/memop: Add bits describing atomicity
` [PATCH v2 03/30] accel/tcg: Add cpu_in_serial_context
` [PATCH v2 04/30] accel/tcg: Introduce tlb_read_idx
` [PATCH v2 05/30] accel/tcg: Reorg system mode load helpers
` [PATCH v2 06/30] accel/tcg: Reorg system mode store helpers
` [PATCH v2 07/30] accel/tcg: Honor atomicity of loads
` [PATCH v2 08/30] accel/tcg: Honor atomicity of stores
` [PATCH v2 09/30] tcg/tci: Use cpu_{ld,st}_mmu
` [PATCH v2 10/30] tcg: Unify helper_{be,le}_{ld,st}*
` [PATCH v2 11/30] accel/tcg: Implement helper_{ld, st}*_mmu for user-only
` [PATCH v2 12/30] tcg: Add 128-bit guest memory primitives
` [PATCH v2 13/30] meson: Detect atomic128 support with optimization
` [PATCH v2 14/30] tcg/i386: Add have_atomic16
` [PATCH v2 15/30] accel/tcg: Use have_atomic16 in ldst_atomicity.c.inc
` [PATCH v2 16/30] accel/tcg: Add aarch64 specific support in ldst_atomicity
` [PATCH v2 17/30] tcg/aarch64: Detect have_lse, have_lse2 for linux
` [PATCH v2 18/30] tcg/aarch64: Detect have_lse, have_lse2 for darwin
` [PATCH v2 19/30] accel/tcg: Add have_lse2 support in ldst_atomicity
` [PATCH v2 20/30] tcg: Introduce TCG_OPF_TYPE_MASK
` [PATCH v2 21/30] tcg: Add INDEX_op_qemu_{ld,st}_i128
` [PATCH v2 22/30] tcg/i386: Introduce tcg_out_mov2
` [PATCH v2 23/30] tcg/i386: Introduce tcg_out_testi
` [PATCH v2 24/30] tcg/i386: Use full load/store helpers in user-only mode
` [PATCH v2 25/30] tcg/i386: Replace is64 with type in qemu_ld/st routines
` [PATCH v2 26/30] tcg/i386: Mark Win64 call-saved vector regs as reserved
` [PATCH v2 27/30] tcg/i386: Examine MemOp for atomicity and alignment
` [PATCH v2 28/30] tcg/i386: Support 128-bit load/store with have_atomic16
` [PATCH v2 29/30] tcg/i386: Add vex_v argument to tcg_out_vex_modrm_pool
` [PATCH v2 30/30] tcg/i386: Honor 64-bit atomicity in 32-bit mode
Does the page boundary check still necessary?
 2023-02-16  2:52 UTC  (6+ messages)
[PATCH v2 00/13] Dynamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-02-16  2:14 UTC  (7+ messages)
` [PATCH v2 01/13] vdpa net: move iova tree creation from init to start
[PATCH] usb/dev-wacom: fix OOB write in usb_mouse_poll()
 2023-02-16  1:05 UTC  (4+ messages)
    ` 答复: "
Detecting qemu from guest on arm/hvf (apple arm)
 2023-02-15 23:48 UTC 
[PATCH v2 0/7] Python: Drop support for Python 3.6
 2023-02-16  1:46 UTC  (18+ messages)
` [PATCH v2 6/7] CI: Stop building docs on centos8
[PATCH v3 00/10] enable write_misa() and RISCV_FEATURE_* cleanups
 2023-02-16  1:37 UTC  (4+ messages)
` [PATCH v3 02/10] target/riscv: always allow write_misa() to write MISA
[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  (32+ messages)
` [PATCH 01/20] MAINTAINERS: Mark IDE and Floppy as "Odd Fixes"
` [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  (2+ messages)
[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  (3+ messages)
` [RFC PATCH 12/16] hw/arm/smmuv3: Add VMID to tlb tagging
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).