messages from 2023-05-23 21:54:26 to 2023-05-24 13:20:57 UTC [more...]
[PATCH] target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRF
2023-05-24 13:18 UTC (6+ messages)
[PATCH] tests/decode: Convert tests to meson
2023-05-24 12:58 UTC (2+ messages)
[PATCH v3 0/7] migration: Add switchover ack capability and VFIO precopy support
2023-05-24 12:52 UTC (7+ messages)
` [PATCH v3 6/7] vfio/migration: Add VFIO migration pre-copy support
` [PATCH v3 7/7] vfio/migration: Add support for switchover ack capability
[PATCH] hw/mips: Use MachineClass->default_nic in the virt machine
2023-05-24 12:43 UTC (2+ messages)
[PATCH] meson: Adjust check for __int128_t
2023-05-24 12:41 UTC (6+ messages)
[RFC PATCH 0/6] block: Make raw_co_get_allocated_file_size asynchronous
2023-05-24 12:30 UTC (10+ messages)
` [RFC PATCH 1/6] block: Remove bdrv_query_block_node_info
` [RFC PATCH 3/6] Convert query-block/info_block to coroutine
` [RFC PATCH 4/6] "
[PATCH] tests/qtest: Run arm-specific tests only if the required machine is available
2023-05-24 12:22 UTC (2+ messages)
[PATCH v4 0/3] hw/arm/sbsa-ref: sort out graphics a bit
2023-05-24 11:48 UTC (6+ messages)
` [PATCH 1/3] hw/arm: Use MachineClass->default_nic in the sbsa-ref machine
` [PATCH v4 2/3] Add Bochs to list of vga_interfaces
` [PATCH v4 3/3] hw/arm/sbsa-ref: set default display to Bochs
[PATCH RESEND 0/6] gdbstub: Add support for info proc mappings
2023-05-24 11:39 UTC (11+ messages)
` [PATCH RESEND 1/6] linux-user: Expose do_guest_openat() and do_guest_readlink()
` [PATCH RESEND 2/6] gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process()
` [PATCH RESEND 3/6] gdbstub: Report the actual qemu-user pid
` [PATCH RESEND 5/6] docs: Document security implications of debugging
` PING: [PATCH RESEND 0/6] gdbstub: Add support for info proc mappings
[PATCH v3 0/4] hw/arm/sbsa-ref: platform version 0.1
2023-05-24 11:33 UTC (4+ messages)
` [PATCH v3 1/4] hw/arm/sbsa-ref: add GIC node into DT
` [PATCH v3 2/4] docs: sbsa: correct graphics card name
` [PATCH v3 3/4] docs: sbsa: document platform version changes
[PATCH 0/2] vhost-user-gpu get_edid feature
2023-05-24 11:23 UTC (4+ messages)
[PATCH 0/4] hw/nvme: tp4146 misc
2023-05-24 11:19 UTC (5+ messages)
` [PATCH 1/4] hw/nvme: fix verification of number of ruhis
` [PATCH 2/4] hw/nvme: verify uniqueness of reclaim unit handle identifiers
` [PATCH 3/4] hw/nvme: add placement handle list ranges
` [PATCH 4/4] docs: update hw/nvme documentation for TP4146
[PATCH] win32: wrap socket close() with an exception handler
2023-05-24 10:54 UTC (2+ messages)
[PATCH] virtio-gpu: add a FIXME for virtio_gpu_load()
2023-05-24 10:50 UTC (3+ messages)
[PATCH v3 0/5] hw/arm/sbsa-ref: sort out graphics a bit
2023-05-24 10:50 UTC (8+ messages)
` [PATCH v3 1/5] hw/arm: Use MachineClass->default_nic in the sbsa-ref machine
` [PATCH v3 2/5] Add Bochs to list of vga_interfaces
` [PATCH v3 3/5] hw/arm/sbsa-ref: honor "-vga none" argument
` [PATCH v3 4/5] hw/arm/sbsa-ref: add gfx card only if we have pci
` [PATCH v3 5/5] hw/arm/sbsa-ref: use MachineClass->default_display
[PATCH 0/6] decodetree: support named fields
2023-05-24 10:26 UTC (3+ messages)
` [PATCH 6/6] tests/decode: Add tests for various named-field cases
[PATCH 1/2] docs: sbsa: correct graphics card name
2023-05-24 10:18 UTC (15+ messages)
` [PATCH 1/3] hw/arm/sbsa-ref: honor "-vga none" argument
` [PATCH 2/3] hw/arm/sbsa-ref: add gfx card only if we have pci
` [PATCH 3/3] hw/arm/sbsa-ref: use MachineClass->default_display
` [PATCH v2 1/5] hw/arm: Use MachineClass->default_nic in the sbsa-ref machine
` [PATCH v2 2/5] Add Bochs to list of vga_interfaces
` [PATCH v2 3/5] hw/arm/sbsa-ref: honor "-vga none" argument
` [PATCH v2 4/5] hw/arm/sbsa-ref: add gfx card only if we have pci
` [PATCH v2 5/5] hw/arm/sbsa-ref: use MachineClass->default_display
[PATCH 1/4] Add Bochs to list of vga_interfaces
2023-05-24 10:09 UTC
[PATCH v2 00/10] hw/virtio: Build various target-agnostic objects just once
2023-05-24 9:41 UTC (13+ messages)
` [PATCH v2 01/10] softmmu: Introduce qemu_target_page_mask() helper
` [PATCH v2 02/10] hw/scsi: Introduce VHOST_SCSI_COMMON symbol in Kconfig
` [PATCH v2 03/10] hw/scsi: Rearrange meson.build
` [PATCH v2 04/10] hw/scsi: Rename target-specific source set as 'specific_virtio_scsi_ss'
` [PATCH v2 05/10] hw/virtio: Introduce VHOST_VSOCK_COMMON symbol in Kconfig
` [PATCH v2 06/10] hw/virtio/virtio-mem: Use qemu_ram_get_fd() helper
` [PATCH v2 07/10] hw/virtio/vhost-vsock: Include missing 'virtio/virtio-bus.h' header
` [PATCH v2 08/10] hw/virtio/virtio-iommu: Use target-agnostic qemu_target_page_mask()
` [PATCH v2 09/10] hw/virtio: Remove unnecessary 'virtio-access.h' header
` [PATCH v2 10/10] hw/virtio: Build various target-agnostic objects just once
[PATCH 00/11] hw/virtio: Build various target-agnostic objects just once
2023-05-24 9:33 UTC (34+ messages)
` [PATCH 01/11] softmmu: Introduce qemu_target_page_mask/qemu_target_page_align helpers
` [PATCH 02/11] hw/scsi: Introduce VHOST_SCSI_COMMON symbol in Kconfig
` [PATCH 03/11] hw/scsi: Rearrange meson.build
` [PATCH 04/11] hw/scsi: Rename target-specific source set as 'specific_virtio_scsi_ss'
` [PATCH 05/11] hw/virtio: Introduce VHOST_VSOCK_COMMON symbol in Kconfig
` [PATCH 06/11] hw/virtio/virtio-mem: Use qemu_ram_get_fd() helper
` [PATCH 07/11] hw/virtio/vhost-vsock: Include missing 'virtio/virtio-bus.h' header
` [PATCH 08/11] hw/virtio/virtio-iommu: Use target-agnostic qemu_target_page_mask()
` [PATCH 09/11] hw/virtio: Remove unnecessary 'virtio-access.h' header
` [PATCH 10/11] hw/virtio: Build various target-agnostic objects just once
` [RFC PATCH 11/11] hw/virtio: Make vhost-vdpa.c target-agnostic to build it once
[PATCH v4 00/10] tracing: remove dynamic vcpu state
2023-05-24 9:24 UTC (9+ messages)
` [PATCH v4 01/10] *-user: remove the guest_user_syscall tracepoints
` [PATCH v4 02/10] trace-events: remove the remaining vcpu trace events
` [PATCH v4 05/10] qapi: make the vcpu parameters deprecated for 8.1
` [PATCH v4 10/10] accel/tcg: include cs_base in our hash calculations
[PATCH v5 0/7] QEMU CXL Provide mock CXL events and irq support
2023-05-24 9:20 UTC (8+ messages)
` [PATCH v5 5/7] hw/cxl/events: Add injection of General Media Events
[PATCH v3 0/4] Virtio shared dma-buf
2023-05-24 9:13 UTC (5+ messages)
` [PATCH v3 1/4] uuid: add hash_func and equal_func
` [PATCH v3 2/4] virtio-dmabuf: introduce virtio-dmabuf
` [PATCH v3 3/4] vhost-user: add shared_object msg
` [PATCH v3 4/4] vhost-user: refactor send_resp code
[PATCH 1/2] docs/cxl: Correct CFMW number
2023-05-19 8:58 UTC (2+ messages)
` [PATCH 2/2] docs/clx: Change to lowercase as others
[PATCH v3 0/1] block/blkio: support 'fd' option for virtio-blk-vhost-vdpa driver
2023-05-24 9:05 UTC (8+ messages)
` [PATCH v3 1/1] block/blkio: use qemu_open() to support fd passing for virtio-blk
[PATCH v2 0/6] block: add blk_io_plug_call() API
2023-05-24 8:52 UTC (13+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] block/nvme: convert to "
` [PATCH v2 3/6] block/blkio: "
` [PATCH v2 4/6] block/io_uring: "
` [PATCH v2 5/6] block/linux-aio: "
` [PATCH v2 6/6] block: remove bdrv_co_io_plug() API
[PULL 0/2] vfio queue
2023-05-24 8:47 UTC (3+ messages)
` [PULL 1/2] vfio/pci: Fix a use-after-free issue
` [PULL 2/2] util/vfio-helpers: Use g_file_read_link()
[PATCH v3 0/1] Add vpd data for Rainier machine
2023-05-24 8:35 UTC (5+ messages)
` [PATCH v3 1/1] hw/arm/aspeed:Add "
[PATCH 0/2] qemu-img: fix getting stuck in infinite loop on
2023-05-24 8:30 UTC (3+ messages)
` [PATCH 1/2] qemu-img: rebase: stop when reaching EOF of old backing file
[PATCH v3 0/3] vhost: register and change IOMMU flag depending on ATS state
2023-05-24 8:25 UTC (5+ messages)
` [PATCH v3 2/3] vhost: register and change IOMMU flag depending on Device-TLB state
[PATCH] hw/arm: Use MachineClass->default_nic in the sbsa-ref machine
2023-05-24 8:20 UTC
[PATCH 0/1] hw/ide/core.c: fix handling of unsupported commands
2023-05-24 8:17 UTC (6+ messages)
` [PATCH 1/1] "
[PATCH] tests/qtest: Run ipmi-bt-test only if CONFIG_IPMI_EXTERN is set
2023-05-24 8:10 UTC
[PATCH v1] migration/multifd: always post the sync semaphores when sendesr exit
2023-05-24 8:09 UTC
[PATCH 0/6] block: add blk_io_plug_call() API
2023-05-24 8:05 UTC (5+ messages)
` [PATCH 1/6] "
[PATCH v1] migration: fix migrate_params_test_apply to set the dest param correctly
2023-05-24 8:01 UTC
[PATCH] cryptodev-vhost-user: add asymmetric crypto support
2023-05-24 7:55 UTC (4+ messages)
` [PATCH v2] "
` [EXT] "
[PATCH v2 0/6] meson: use subprojects for bundled projects
2023-05-24 7:51 UTC (5+ messages)
[PATCH 0/3] arm/Kconfig: Some convenience changes
2023-05-24 6:25 UTC (5+ messages)
` [PATCH 1/3] target/arm: Explain why we need to select ARM_V7M
` [PATCH 3/3] arm/Kconfig: Make TCG dependence explicit
[PATCH 0/2] Refresh the dynamic CSR xml after updating the state of the cpu
2023-05-24 6:18 UTC (12+ messages)
` [PATCH 1/2] target/riscv: Add a function to refresh the dynamic CSRs xml
` [PATCH 2/2] hw/intc: riscv_imsic: Refresh the CSRs xml after updating the state of the cpu
[PATCH v3 0/3] Trivial cleanups
2023-05-24 6:18 UTC (3+ messages)
` [PATCH v3 3/3] hw/isa/i82378: Remove unused "io" attribute
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2023-05-24 6:12 UTC (5+ messages)
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*
[PATCH v2] vfio/pci: Fix a use-after-free issue
2023-05-24 6:08 UTC (2+ messages)
[PATCH v2] meson: move -no-pie from linker to compiler
2023-05-24 6:04 UTC (2+ messages)
[PATCH v2 0/1] Add vpd data for Rainier machine
2023-05-24 6:01 UTC (5+ messages)
` [PATCH v2 1/1] "
[PATCH] linux-user/i386: Properly align signal frame
2023-05-24 5:50 UTC (2+ messages)
[PULL 00/50] Net patches
2023-05-24 4:21 UTC (4+ messages)
[PULL v2 00/28] tcg patch queue
2023-05-24 3:25 UTC (3+ messages)
` [PULL v2 26/28] qemu/atomic128: Add runtime test for FEAT_LSE2
[PATCH v7 0/2] target/riscv: Fix pointer mask related support
2023-05-24 1:59 UTC (3+ messages)
` [PATCH v7 1/2] target/riscv: Fix pointer mask transformation for vector address
` [PATCH v7 2/2] target/riscv: Update cur_pmmask/base when xl changes
[PATCH v1] migration: fail the cap check if it requires the use of deferred incoming
2023-05-24 1:47 UTC (12+ messages)
[PATCH v2 00/52] tcg: Build once for system, once for user
2023-05-24 0:26 UTC (4+ messages)
` [PATCH v2 45/52] tcg: Define IN_TCG
[PULL 00/28] tcg patch queue
2023-05-23 23:58 UTC (29+ messages)
` [PULL 01/28] util: Introduce host-specific cpuinfo.h
` [PULL 02/28] util: Add cpuinfo-i386.c
` [PULL 03/28] util: Add i386 CPUINFO_ATOMIC_VMOVDQU
` [PULL 04/28] tcg/i386: Use host/cpuinfo.h
` [PULL 05/28] util/bufferiszero: Use i386 host/cpuinfo.h
` [PULL 06/28] migration/xbzrle: Shuffle function order
` [PULL 07/28] migration/xbzrle: Use i386 host/cpuinfo.h
` [PULL 08/28] migration: Build migration_files once
` [PULL 09/28] util: Add cpuinfo-aarch64.c
` [PULL 10/28] include/host: Split out atomic128-cas.h
` [PULL 11/28] include/host: Split out atomic128-ldst.h
` [PULL 12/28] meson: Fix detect atomic128 support with optimization
` [PULL 13/28] include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.h
` [PULL 14/28] target/ppc: Use tcg_gen_qemu_{ld, st}_i128 for LQARX, LQ, STQ
` [PULL 15/28] target/s390x: Use tcg_gen_qemu_{ld, st}_i128 for LPQ, STPQ
` [PULL 16/28] accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmu
` [PULL 17/28] target/s390x: Use cpu_{ld,st}*_mmu in do_csst
` [PULL 18/28] target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu "
` [PULL 19/28] accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmu
` [PULL 20/28] accel/tcg: Remove prot argument to atomic_mmu_lookup
` [PULL 21/28] accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128
` [PULL 22/28] qemu/atomic128: Split atomic16_read
` [PULL 23/28] accel/tcg: Correctly use atomic128.h in ldst_atomicity.c.inc
` [PULL 24/28] tcg: Split out tcg/debug-assert.h
` [PULL 25/28] qemu/atomic128: Improve cmpxchg fallback for atomic16_set
` [PULL 26/28] qemu/atomic128: Add runtime test for FEAT_LSE2
` [PULL 27/28] tcg: Remove DEBUG_DISAS
` [PULL 28/28] tcg: Remove USE_TCG_OPTIMIZATIONS
[PATCH v7 0/7] QEMU CXL Provide mock CXL events and irq support
2023-05-23 21:53 UTC (5+ messages)
` [PATCH v7 6/7] hw/cxl/events: Add injection of DRAM events
` [PATCH v7 7/7] hw/cxl/events: Add injection of Memory Module Events
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).