messages from 2024-01-19 12:06:58 to 2024-01-20 12:20:13 UTC [more...]
[PATCH v15 0/9] rutabaga_gfx + gfxstream
2024-01-20 12:18 UTC (6+ messages)
[PATCH v13 0/9] Implementation of NPI Mailbox and GMAC Networking Module
2024-01-20 11:30 UTC (11+ messages)
` [PATCH v13 1/9] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH v13 2/9] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH v13 3/9] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH v13 4/9] hw/net: Add NPCMXXX GMAC device
` [PATCH v13 5/9] hw/arm: Add GMAC devices to NPCM7XX SoC
` [PATCH v13 6/9] tests/qtest: Creating qtest for GMAC Module
` [PATCH v13 7/9] hw/net: GMAC Rx Implementation
` [PATCH v13 8/9] hw/net: GMAC Tx Implementation
` [PATCH v13 9/9] tests/qtest: Adding PCS Module test to GMAC Qtest
[PATCH] fsl-imx6ul: Add various missing unimplemented devices
2024-01-20 11:19 UTC (2+ messages)
[PATCH v3 00/38] tcg: Introduce TCG_COND_TST{EQ,NE}
2024-01-20 11:02 UTC (22+ messages)
` [PATCH v3 14/38] target/s390x: Use TCG_COND_TSTNE for CC_OP_{TM,ICM}
` [PATCH v3 15/38] target/s390x: Improve general case of disas_jcc
` [PATCH v3 15/38 1/6] target/s390x: Reorder CC_OP_STATIC switch case in disas_jcc (1/5)
` [PATCH v3 15/38 2/6] target/s390x: Reorder CC_OP_STATIC switch case in disas_jcc (2/5)
` [PATCH v3 15/38 3/6] target/s390x: Reorder CC_OP_STATIC switch case in disas_jcc (3/5)
` [PATCH v3 15/38 4/6] target/s390x: Reorder CC_OP_STATIC switch case in disas_jcc (4/5)
` [PATCH v3 15/38 5/6] target/s390x: Reorder CC_OP_STATIC switch case in disas_jcc (5/5)
` [PATCH v3 15/38 6/6] target/s390x: Improve general case of disas_jcc
` [PATCH v3 17/38] tcg/aarch64: Support TCG_COND_TST{EQ,NE}
` [PATCH v3 26/38] tcg/i386: Use TEST r,r to test 8/16/32 bits
` [PATCH v3 33/38] tcg/ppc: Add TCG_CT_CONST_CMP
` [PATCH v3 34/38] tcg/ppc: Support TCG_COND_TST{EQ,NE}
[PATCH] virtio-net: correctly copy vnet header when flushing TX
2024-01-20 10:42 UTC (2+ messages)
[PATCH] hw/elf_ops: Ignore loadable segments with zero size
2024-01-20 10:28 UTC (3+ messages)
[PATCH v2 0/3] hw/pflash: implement update buffer for block writes
2024-01-20 10:18 UTC (2+ messages)
[PATCH 0/7] qapi qmp: Documentation fixes
2024-01-20 9:53 UTC (8+ messages)
` [PATCH 1/7] docs/devel/qapi-code-gen: Fix missing ':' in tagged section docs
` [PATCH 2/7] docs: Replace dangling references to docs/interop/qmp-intro.txt
` [PATCH 3/7] qapi: Fix dangling references to docs/devel/qapi-code-gen.txt
` [PATCH 4/7] docs/interop/bitmaps: Clean up a reference to qemu-qmp-ref
` [PATCH 5/7] qapi: Fix mangled "Returns" sections in documentation
` [PATCH 6/7] qapi: Indent tagged doc comment sections properly
` [PATCH 7/7] qapi: Fix malformed "Since:" section tags (again)
Why invtsc (CPUID_APM_INVTSC) is unmigratable?
2024-01-20 9:44 UTC (3+ messages)
[PATCH v4 0/6] Pointer Masking update for Zjpm v0.8
2024-01-20 7:37 UTC (6+ messages)
` [PATCH v4 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
[PATCH 0/3] migration: some small cleanups
2024-01-20 2:36 UTC (8+ messages)
` [PATCH 1/3] migration: Make threshold_size an uint64_t
` [PATCH 2/3] migration: Drop unnecessary check in ram's pending_exact()
` [PATCH 3/3] analyze-migration.py: Remove trick on parsing ramblocks
[PATCH v4 0/3] migration & CI: Add a CI job for migration compat testing
2024-01-20 2:35 UTC (7+ messages)
` [PATCH v4 3/3] ci: Disable migration compatibility tests for aarch64
[PATCH v1 0/7] ui/spice: Enable gl=on option for non-local or remote clients
2024-01-20 0:30 UTC (8+ messages)
` [PATCH v1 1/7] ui/spice: Add an option for users to provide a preferred codec
` [PATCH v1 2/7] ui/spice: Enable gl=on option for non-local or remote clients
` [PATCH v1 3/7] ui/spice: Submit the gl_draw requests at 60 FPS for "
` [PATCH v1 4/7] ui/console-gl: Add an option to override a surface's glformat
` [PATCH v1 5/7] ui/spice: Override the surface's glformat when gl=on is enabled
` [PATCH v1 6/7] ui/console-gl: Add a helper to create a texture with linear memory layout
` [PATCH v1 7/7] ui/spice: Create another texture with linear layout when gl=on is enabled
[PATCH 0/5] migration: Fix migration state reference counting
2024-01-19 23:43 UTC (7+ messages)
` [PATCH 1/5] migration: Fix use-after-free of migration state object
` [PATCH 2/5] migration: Take reference to migration state around bg_migration_vm_start_bh
` [PATCH 3/5] migration: Reference migration state around loadvm_postcopy_handle_run_bh
` [PATCH 4/5] migration: Add a wrapper to qemu_bh_schedule
` [PATCH 5/5] migration: Centralize BH creation and dispatch
[PATCH v3 18/38] tcg/aarch64: Generate TBZ, TBNZ
2024-01-19 22:47 UTC (3+ messages)
` [PATCH v3 18/38 1/2] tcg/aarch64: Massage tcg_out_brcond()
` [PATCH v3 18/38 2/2] tcg/aarch64: Generate TBZ, TBNZ
[PATCH] crypto/gcrypt: prefer kernel as direct source of entropy
2024-01-19 20:39 UTC
[PATCH] target/arm: fix exception syndrome for AArch32 bkpt insn
2024-01-19 21:29 UTC
[PULL 00/41] target-arm queue
2024-01-19 22:36 UTC (4+ messages)
` [PULL 39/41] hw/net/cadence_gem: use FIELD to describe PHYMNTNC register fields
[PATCH 0/2] hw/arm: Unconditionally map MMIO-based USB host controllers
2024-01-19 22:06 UTC (3+ messages)
[PATCH 0/2] tcg/s390x: Fix chacha20-s390
2024-01-19 21:54 UTC (3+ messages)
` [PATCH 1/2] tcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns
[PATCH v2 0/2] hw/arm: Unconditionally map MMIO-based USB host controllers
2024-01-19 21:51 UTC (3+ messages)
` [PATCH v2 1/2] hw/arm/allwinner-a10: Unconditionally map the USB Host controllers
` [PATCH v2 2/2] hw/arm/nseries: Unconditionally map the TUSB6010 USB Host controller
[PATCH] MAINTAINERS: Drop myself as VT-d maintainers
2024-01-19 21:42 UTC (2+ messages)
[PATCH v2 0/3] s390x/pci: fix ISM reset
2024-01-19 21:07 UTC (3+ messages)
` [PATCH v2 3/3] s390x/pci: drive ISM reset from subsystem reset
[PATCH 0/2] target/xtensa: tidy xtensa memory management
2024-01-19 20:46 UTC (3+ messages)
` [PATCH 1/2] target/xtensa: wrap MMU and MPU state into structures
` [PATCH 2/2] target/xtensa: tidy TLB way variability logic
[PULL 00/14] Block layer patches
2024-01-19 18:13 UTC (15+ messages)
` [PULL 01/14] block/blklogwrites: Fix a bug when logging "write zeroes" operations
` [PULL 02/14] string-output-visitor: Fix (pseudo) struct handling
` [PULL 03/14] commit: Allow users to request only format driver names in backing file format
` [PULL 04/14] stream: "
` [PULL 05/14] iotests: add filter_qmp_generated_node_ids()
` [PULL 06/14] iotests: port 141 to Python for reliable QMP testing
` [PULL 07/14] monitor: only run coroutine commands in qemu_aio_context
` [PULL 08/14] virtio-blk: move dataplane code into virtio-blk.c
` [PULL 09/14] virtio-blk: rename dataplane create/destroy functions
` [PULL 10/14] virtio-blk: rename dataplane to ioeventfd
` [PULL 11/14] virtio-blk: restart s->rq reqs in vq AioContexts
` [PULL 12/14] virtio-blk: tolerate failure to set BlockBackend AioContext
` [PULL 13/14] virtio-blk: always set ioeventfd during startup
` [PULL 14/14] block/blklogwrites: Protect mutable driver state with a mutex
[PATCH 00/20] arm: Rework target/ headers to build various hw/ files once
2024-01-19 18:09 UTC (2+ messages)
[PATCH] block/blklogwrites: Fix a bug when logging "write zeroes" operations
2024-01-19 17:47 UTC (7+ messages)
` [PATCH v2] block/blklogwrites: Protect mutable driver state with a mutex
` [PATCH v3] "
[PATCH 0/3] hw/arm: Pack the QEMU generated device tree
2024-01-19 17:46 UTC (7+ messages)
` [PATCH 2/3] "
` [PATCH 3/3] tests/acpi: Update virt/SSDT.memhp
QEMU's tests/unit/test-iov times out on NetBSD and OpenBSD
2024-01-19 17:33 UTC (4+ messages)
[PATCH 0/6] virtio-blk: iothread-vq-mapping cleanups
2024-01-19 17:17 UTC (8+ messages)
` [PATCH 1/6] virtio-blk: move dataplane code into virtio-blk.c
` [PATCH 2/6] virtio-blk: rename dataplane create/destroy functions
` [PATCH 3/6] virtio-blk: rename dataplane to ioeventfd
` [PATCH 4/6] virtio-blk: restart s->rq reqs in vq AioContexts
` [PATCH 5/6] virtio-blk: tolerate failure to set BlockBackend AioContext
` [PATCH 6/6] virtio-blk: always set ioeventfd during startup
[PATCH v2 0/5] hw/{arm,xen} convert printfs to trace/reports
2024-01-19 17:04 UTC (7+ messages)
` [PATCH v2 1/5] hw/arm/z2: convert DPRINTF to trace events and guest errors
` [PATCH v2 2/5] hw/arm/xen_arm.c: convert DPRINTF to trace events and error/warn reports
` [PATCH v2 3/5] hw/xen/xen-mapcache.c: convert DPRINTF to tracepoints
` [PATCH v2 4/5] hw/xen/xen-hvm-common.c: "
` [PATCH v2 5/5] hw/xen: convert stderr prints to error/warn reports
[PATCH v2 0/3] hw/arm: Add support for USB, SATA, and watchdog to Allwinner R40
2024-01-19 16:57 UTC (2+ messages)
[PATCH v3 00/14] hw/arm: Prefer arm_feature() over object_property_find()
2024-01-19 16:54 UTC (5+ messages)
[PATCH] target/xtensa: fix OOB TLB entry access
2024-01-19 16:44 UTC (3+ messages)
[PULL 00/36] HW core patches for 2024-01-19
2024-01-19 16:41 UTC (2+ messages)
[PULL 00/16] VGA, x86 TCG, misc changes for 2024-01-18
2024-01-19 16:41 UTC (2+ messages)
[PATCH 0/5] buses: switch to 3-phase-reset
2024-01-19 16:35 UTC (6+ messages)
` [PATCH 1/5] pci: Switch bus reset "
` [PATCH 2/5] vmbus: "
` [PATCH 3/5] adb: "
` [PATCH 4/5] hw/s390x/css-bridge: switch virtual-css bus "
` [PATCH 5/5] hw/core: Remove transitional infrastructure from BusClass
how do the iotests pick a machine model to run on ?
2024-01-19 16:18 UTC (4+ messages)
[RFC PATCH 00/34] Compile accel/tcg once (partially)
2024-01-19 16:05 UTC (36+ messages)
` [RFC PATCH 01/34] target: [PAGE_VARY] Use PAGE_VARY for all softmmu targets
` [RFC PATCH 02/34] target: [PAGE_VARY] Move TARGET_PAGE_BITS_MIN to TargetPageBits
` [RFC PATCH 03/34] exec: [PAGE_VARY] Move TARGET_PAGE_BITS_VARY to common header
` [RFC PATCH 04/34] exec: [PAGE_VARY] Unpoison TARGET_PAGE_* macros for system mode
` [RFC PATCH 05/34] target/tricore: [VADDR] Use target_ulong for EA
` [RFC PATCH 06/34] exec: [VADDR] Move vaddr defines to separate file
` [RFC PATCH 07/34] hw/core: [VADDR] Include vaddr.h from cpu.h
` [RFC PATCH 08/34] target: [VADDR] Use vaddr in gen_intermediate_code
` [RFC PATCH 09/34] exec: [VADDR] Use vaddr in DisasContextBase for virtual addresses
` [RFC PATCH 10/34] exec: [VADDR] typedef abi_ptr to vaddr
` [RFC PATCH 11/34] [IGNORE] Squash of header code shuffling
` [RFC PATCH 12/34] target: Uninline cpu_mmu_index()
` [RFC PATCH 13/34] target: Uninline cpu_get_tb_cpu_state()
` [RFC PATCH 14/34] exec: [CPUTLB] Move PAGE_* macros to common header
` [RFC PATCH 15/34] exec: [CPUTLB] Move TLB_*/tlb_*() "
` [RFC PATCH 16/34] exec: [CPUTLB] Move cpu_*()/cpu_env() "
` [RFC PATCH 17/34] hw/core: [CPUTLB] Move target specifics to end of TCGCPUOps
` [RFC PATCH 18/34] accel/stubs: [CPUTLB] Move xen.h stubs to xen-stub.c
` [RFC PATCH 19/34] accel/tcg: [CPUTLB] Use TCGContext.addr_type instead of TARGET_LONG_BITS
` [RFC PATCH 20/34] accel/tcg: [CPUTLB] Use TCGContext.guest_mo for memory ordering
` [RFC PATCH 21/34] accel/tcg: [CPUTLB] Use tcg_ctx->tlb_dyn_max_bits
` [RFC PATCH 22/34] accel/tcg: [CPUTLB] Move CPU_TLB_DYN_[DEFAULT|MIN]* to cputlb.c
` [RFC PATCH 23/34] tcg: [CPUTLB] Add `mo_te` field to TCGContext
` [RFC PATCH 24/34] accel/tcg: [CPUTLB] Set mo_te in TCGContext
` [RFC PATCH 25/34] accel/tcg: [CPUTLB] Use tcg_ctx->mo_te instead of MO_TE
` [RFC PATCH 26/34] Wrap target macros in functions
` [RFC PATCH 27/34] accel/tcg: Make translate-all.c target independent
` [RFC PATCH 28/34] accel/tcg: Make plugin-gen.c "
` [RFC PATCH 29/34] accel/tcg: Make tb-maint.c target indpendent
` [RFC PATCH 30/34] accel/tcg: Make tcg-all.c "
` [RFC PATCH 31/34] accel/tcg: Make tcg-runtime-gvec.c target independent
` [RFC PATCH 32/34] accel/tcg: Make tcg-runtime.c "
` [RFC PATCH 33/34] accel/tcg: Make translator.c (partially) "
` [RFC PATCH 34/34] accel/tcg: Compile (a few files) once for system-mode
[PULL 00/11] s390x fixes, removal of deprecated options, netbsd VM fix
2024-01-19 15:25 UTC (12+ messages)
` [PULL 01/11] s390x/pci: avoid double enable/disable of aif
` [PULL 02/11] s390x/pci: refresh fh before disabling aif
` [PULL 03/11] s390x/pci: drive ISM reset from subsystem reset
` [PULL 04/11] qemu-options: Remove the deprecated -no-hpet option
` [PULL 05/11] qemu-options: Remove the deprecated -no-acpi option
` [PULL 06/11] qemu-options: Remove the deprecated -async-teardown option
` [PULL 07/11] qemu-options: Remove the deprecated -chroot option
` [PULL 08/11] qapi: Remove deprecated 'singlestep' member of StatusInfo
` [PULL 09/11] hmp: Remove deprecated 'singlestep' command
` [PULL 10/11] cli: Remove deprecated '-singlestep' command line option
` [PULL 11/11] tests/vm/netbsd: Remove missing py311-expat package
[PATCH v2 0/4] backup: discard-source parameter
2024-01-19 14:46 UTC (3+ messages)
` [PATCH v2 3/4] qapi: blockdev-backup: add "
[PATCH 0/6] Move memory listener register to vhost_vdpa_init
2024-01-19 14:44 UTC (2+ messages)
Qemu setting "-cpu host" seems broken with Windows vms
2024-01-19 0:13 UTC (4+ messages)
[PATCH] This patch implements several Octeon +/II instructions
2024-01-19 4:56 UTC
[PATCH] vhost-user: add VIRTIO_F_IN_ORDER and VIRTIO_F_NOTIFICATION_DATA feature
2024-01-19 10:39 UTC (10+ messages)
` FW: "
` 回复: "
[PATCH v4 0/4] virtio-blk: add iothread-vq-mapping parameter
2024-01-19 13:41 UTC (4+ messages)
` [PATCH v4 4/4] "
[RFC PATCH v3 00/30] migration: File based migration with multifd and fixed-ram
2024-01-19 12:57 UTC (6+ messages)
` [RFC PATCH v3 18/30] migration/multifd: Allow receiving pages without packets
[PATCH v2 0/2] target/riscv: Add support for Zaamo & Zalrsc
2024-01-19 12:24 UTC (3+ messages)
` [PATCH v2 2/2] target/riscv: Check 'A' and split extensions for atomic instructions
[PATCH v5 0/3] Support RISC-V IOPMP
2024-01-19 12:23 UTC (5+ messages)
` [PATCH v5 2/3] Add RISC-V IOPMP support
` [PATCH v5 3/3] hw/riscv/virt: Add "
[PATCH 0/6] hw/{arm,xen} convert printfs to trace/reports
2024-01-19 12:05 UTC (3+ messages)
` [PATCH 3/6] hw/arm/xen_arm.c: convert DPRINTF to tracepoints
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).