qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-24 18:20:01 to 2022-03-25 19:36:53 UTC [more...]

[PATCH v7 00/17] vfio-user server in QEMU
 2022-03-25 19:19 UTC  (18+ messages)
` [PATCH v7 01/17] tests/avocado: Specify target VM argument to helper routines
` [PATCH v7 02/17] qdev: unplug blocker for devices
` [PATCH v7 03/17] remote/machine: add HotplugHandler for remote machine
` [PATCH v7 04/17] remote/machine: add vfio-user property
` [PATCH v7 05/17] configure: require cmake 3.19 or newer
` [PATCH v7 06/17] vfio-user: build library
` [PATCH v7 07/17] vfio-user: define vfio-user-server object
` [PATCH v7 08/17] vfio-user: instantiate vfio-user context
` [PATCH v7 09/17] vfio-user: find and init PCI device
` [PATCH v7 10/17] vfio-user: run vfio-user context
` [PATCH v7 11/17] vfio-user: handle PCI config space accesses
` [PATCH v7 12/17] vfio-user: IOMMU support for remote device
` [PATCH v7 13/17] vfio-user: handle DMA mappings
` [PATCH v7 14/17] vfio-user: handle PCI BAR accesses
` [PATCH v7 15/17] vfio-user: handle device interrupts
` [PATCH v7 16/17] vfio-user: handle reset of remote device
` [PATCH v7 17/17] vfio-user: avocado tests for vfio-user

[PATCH] vdpa: Avoid reset when stop device
 2022-03-25 19:19 UTC  (4+ messages)

[PATCH 0/7] linux-user/nios2: Fix clone and sigreturn
 2022-03-25 19:09 UTC  (19+ messages)
` [PATCH 1/7] linux-user/nios2: Fix clone child return
` [PATCH 2/7] linux-user/nios2: Drop syscall 0 "workaround"
` [PATCH 3/7] linux-user/nios2: Adjust error return
` [PATCH 4/7] linux-user/nios2: Handle special qemu syscall return values
` [PATCH 5/7] linux-user/nios2: Remove do_sigreturn
` [PATCH 6/7] linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
` [PATCH 7/7] tests/tcg/nios2: Re-enable linux-user tests

[PATCH v3 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
 2022-03-25 19:08 UTC  (9+ messages)
` [PATCH v3 1/4] hw/arm/virt: Consider SMP configuration in CPU topology
` [PATCH v3 2/4] hw/arm/virt: Fix CPU's default NUMA node ID
` [PATCH v3 4/4] hw/arm/virt: Unify ACPI processor ID in MADT and SRAT table

[PATCH-for-7.0 v3] qemu/main-loop: Disable block backend global state assertion on Cocoa
 2022-03-25 18:37 UTC 

[PATCH RESEND v1 0/2] i386: Make PIT and PIC the property of common x86 base machine type
 2022-03-25 18:28 UTC  (4+ messages)

[PATCH] tests/tcg/xtensa: allow testing big-endian cores
 2022-03-25 18:23 UTC 

[PATCH 00/10] Python: Remove synchronous QMP library
 2022-03-25 17:32 UTC  (10+ messages)
` [PATCH 01/10] python/aqmp: add explicit GPLv2 license to legacy.py

[PATCH v2] block/stream: Drain subtree around graph change
 2022-03-25 16:37 UTC  (5+ messages)

[PATCH v2] ui/console: Check console before emitting GL event
 2022-03-25 16:12 UTC 

[PATCH 1/2] softmmu/physmem: move last_ram_page() call under qemu_mutex_lock_ramlist()
 2022-03-25 15:40 UTC  (2+ messages)
` [PATCH 2/2] softmmu/physmem: fix dirty memory bitmap memleak

[RFC PATCH 0/6] Port PPC64/PowerNV MMU tests to QEMU
 2022-03-25 15:11 UTC  (11+ messages)
` [RFC PATCH 1/6] target/ppc: Add support for the Processor Attention instruction
` [RFC PATCH 2/6] ppc/pnv: Activate "
` [RFC PATCH 3/6] tests/tcg/ppc64: add basic softmmu test support
` [RFC PATCH 4/6] tests/tcg: add support for ppc64le softmmu tests
` [RFC PATCH 5/6] tests/tcg/ppc64: add MMU test sources
` [RFC PATCH 6/6] tests/tcg/ppc64: add rules to build PowerNV tests

[PATCH 00/14] Fix some qapi examples and a TODO section
 2022-03-25 15:11 UTC  (37+ messages)
` [PATCH 01/14] qapi: BlockExportRemoveMode: move comments to TODO
` [PATCH 02/14] qapi: fix example of BLOCK_IMAGE_CORRUPTED event
` [PATCH 03/14] qapi: fix example of BLOCK_IO_ERROR event
` [PATCH 04/14] qapi: fix example of BLOCK_JOB_PENDING event
` [PATCH 05/14] qapi: fix example of DUMP_COMPLETED event
` [PATCH 06/14] qapi: fix example of MEMORY_DEVICE_SIZE_CHANGE event
` [PATCH 07/14] qapi: fix example of UNPLUG_PRIMARY event
` [PATCH 08/14] qapi: fix example of FAILOVER_NEGOTIATED event
` [PATCH 09/14] qapi: run-state examples: add missing member
` [PATCH 10/14] qapi: run-state examples: add missing timestamp
` [PATCH 11/14] qapi: fix example of MEMORY_FAILURE
` [PATCH 12/14] qapi: ui examples: add missing websocket member
` [PATCH 13/14] qapi: fix example of ACPI_DEVICE_OST event
` [PATCH 14/14] qapi: fix example of dump-guest-memory

[PATCH v2 00/17] iotests: add enhanced debugging info to qemu-io failures
 2022-03-25 15:06 UTC  (27+ messages)
` [PATCH v2 01/17] iotests: replace calls to log(qemu_io(...)) with qemu_io_log()
` [PATCH v2 02/17] iotests/163: Fix broken qemu-io invocation
` [PATCH v2 03/17] iotests: Don't check qemu_io() output for specific error strings
` [PATCH v2 04/17] iotests/040: Don't check image pattern on zero-length image
` [PATCH v2 05/17] iotests/040: Fix TestCommitWithFilters test
` [PATCH v2 06/17] iotests: create generic qemu_tool() function
` [PATCH v2 07/17] iotests: rebase qemu_io() on top of qemu_tool()
` [PATCH v2 08/17] iotests/030: fixup
` [PATCH v2 09/17] iotests/149: fixup
` [PATCH v2 10/17] iotests/205: fixup
` [PATCH v2 11/17] iotests/245: fixup
` [PATCH v2 12/17] iotests/migration-permissions: fixup
` [PATCH v2 13/17] iotests/migration-permissions: use assertRaises() for qemu_io() negative test
` [PATCH v2 14/17] iotests/image-fleecing: switch to qemu_io()
` [PATCH v2 15/17] iotests: remove qemu_io_pipe_and_status()
` [PATCH v2 16/17] iotests: remove qemu_io_silent() and qemu_io_silent_check()
` [PATCH v2 17/17] iotests: make qemu_io_log() check return codes by default

Re: [PATCH] kvm/arm64: Fix memory section did not set to kvm
 2022-03-25 15:00 UTC  (2+ messages)

[PULL for-7.1 00/36] Logging cleanup and per-thread logfiles
 2022-03-25 15:00 UTC  (6+ messages)
` [PULL for-7.1 08/36] *: Use fprintf between qemu_log_lock/unlock

[PULL 0/2] target-arm queue
 2022-03-25 14:57 UTC  (3+ messages)
` [PULL 1/2] target/arm: Fix sve_ld1_z and sve_st1_z vs MMIO
` [PULL 2/2] hw/intc/arm_gicv3_its: Add missing newlines to process_mapc() logging

[PATCH] iotests: Fix status checks
 2022-03-25 14:59 UTC  (2+ messages)

[PATCH 0/2] target/i386: Some mmx/sse instructions don't require
 2022-03-25 14:50 UTC  (3+ messages)
  ` [PATCH 1/2] Move EMMS and FEMMS instructions out of gen_sse
  ` [PATCH 2/2] Some mmx/sse instructions in 'gen_sse' don't require CRO.TS=0

[PATCH] iotests: update test owner contact information
 2022-03-25 14:48 UTC  (2+ messages)

[PATCH] target/i386: tcg: high bits SSE cmp operation must be ignored
 2022-03-25 14:48 UTC  (2+ messages)

[PATCH v8 00/46] CXl 2.0 emulation Support
 2022-03-25 13:45 UTC  (3+ messages)
` [PATCH v8 02/46] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)

[PATCH] kvm/arm64: Fix memory section did not set to kvm
 2022-03-25 13:12 UTC  (2+ messages)

[PATCH] ui/console: Check console before emitting GL event
 2022-03-25 13:11 UTC  (2+ messages)

[PATCH] target/arm: Fix sve_ld1_z and sve_st1_z vs MMIO
 2022-03-25 13:06 UTC  (2+ messages)

[PULL 0/7] (Mostly) x86 fixes for QEMU 7.0.0-rc2
 2022-03-25 13:03 UTC  (9+ messages)
` [PULL 1/7] target/i386/kvm: Free xsave_buf when destroying vCPU
` [PULL 2/7] i386: Set MCG_STATUS_RIPV bit for mce SRAR error
` [PULL 3/7] KVM: x86: workaround invalid CPUID[0xD, 9] info on some AMD processors
` [PULL 4/7] configure: remove dead int128 test
` [PULL 5/7] target/i386: tcg: high bits SSE cmp operation must be ignored
` [PULL 6/7] target/i386: properly reset TSC on reset
` [PULL 7/7] build: disable fcf-protection on -march=486 -m16

[PATCH for-7.0] target/ppc: fix helper_xvmadd* argument order
 2022-03-25 11:41 UTC  (3+ messages)

[libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
 2022-03-25 11:29 UTC  (13+ messages)

hang in migration-test (s390 host)
 2022-03-25 11:08 UTC  (4+ messages)

[PATCH qemu v4 00/14] Add tail agnostic behavior for rvv instructions
 2022-03-25 10:51 UTC  (21+ messages)
` [PATCH qemu v4 04/14] target/riscv: rvv: Add tail agnostic for vv instructions
` [PATCH qemu v4 05/14] target/riscv: rvv: Add tail agnostic for vector load / store instructions
` [PATCH qemu v4 06/14] target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructions
` [PATCH qemu v4 07/14] target/riscv: rvv: Add tail agnostic for vector integer shift instructions
` [PATCH qemu v4 08/14] target/riscv: rvv: Add tail agnostic for vector integer comparison instructions
` [PATCH qemu v4 09/14] target/riscv: rvv: Add tail agnostic for vector integer merge and move instructions
` [PATCH qemu v4 10/14] target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instructions
` [PATCH qemu v4 11/14] target/riscv: rvv: Add tail agnostic for vector floating-point instructions
` [PATCH qemu v4 12/14] target/riscv: rvv: Add tail agnostic for vector reduction instructions
` [PATCH qemu v4 13/14] target/riscv: rvv: Add tail agnostic for vector mask instructions
` [PATCH qemu v4 14/14] target/riscv: rvv: Add tail agnostic for vector permutation instructions
` [PATCH qemu v4 02/14] target/riscv: rvv: Rename ambiguous esz
` [PATCH qemu v4 03/14] target/riscv: rvv: Early exit when vstart >= vl
` [PATCH qemu v4 01/14] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed

Plugins Not Reporting AArch64 SVE Memory Operations
 2022-03-25 10:19 UTC  (3+ messages)
` [EXTERNAL] "

iotest40 problem
 2022-03-25 10:17 UTC  (2+ messages)

[PULL for-7.0 0/2] Block patches
 2022-03-25 10:14 UTC  (2+ messages)

[PATCH-for-7.0 v2] qemu/main-loop: Disable block backend global state assertion on Cocoa
 2022-03-25 10:03 UTC  (4+ messages)

[PATCH 1/2] target/riscv: optimize condition assign for scale < 0
 2022-03-25  9:26 UTC  (4+ messages)
` [PATCH 2/2] target/riscv: optimize helper for vmv<nr>r.v

[PATCH 00/32] Misc cleanups
 2022-03-25  8:34 UTC  (5+ messages)
` [PATCH 11/32] Replace qemu_real_host_page variables with inlined functions
` [PATCH 28/32] Move CPU softfloat unions to cpu-float.h

[RFC PATCH] vhost_net: should not use max_queue_pairs for non-mq guest
 2022-03-25  7:59 UTC  (4+ messages)

[PATCH v3 0/2] Supporting AST2600 HACE engine accumulative mode
 2022-03-25  7:08 UTC  (4+ messages)
` [PATCH v3 1/2] aspeed/hace: Support AST2600 HACE
` [PATCH v3 2/2] tests/qtest: Add test for Aspeed HACE accumulative mode

[PATCH v4 0/4] Replace 'qemu_irq_split' with 'TYPE_SPLIT_IRQ'
 2022-03-25  2:59 UTC  (4+ messages)
` [PATCH v4 3/4] hw/intc/exynos4210: replace 'qemu_split_irq' in combiner and gic

[PATCH v1 0/9] Add support for AST1030 SoC
 2022-03-25  1:57 UTC  (4+ messages)
` [PATCH v1 7/9] aspeed/soc : Add AST1030 support

[RFC PATCH v3 00/36] TDX QEMU support
 2022-03-25  1:35 UTC  (8+ messages)
` [RFC PATCH v3 12/36] i386/tdx: Add property sept-ve-disable for tdx-guest object

RFC for NBD protocol extension: extended headers
 2022-03-25  0:00 UTC  (4+ messages)
` [PATCH] spec: Add NBD_OPT_EXTENDED_HEADERS

Device driver api
 2022-03-24 23:04 UTC  (4+ messages)

[PULL 00/10] Linux user for 7.0 patches
 2022-03-24 20:08 UTC  (2+ messages)

[PATCH v5 0/4] Replace 'qemu_irq_split' with 'TYPE_SPLIT_IRQ'
 2022-03-24 18:15 UTC  (5+ messages)
` [PATCH v5 1/4] hw/arm/realview: replace 'qemu_split_irq' "
` [PATCH v5 2/4] hw/arm/stellaris: "
` [PATCH v5 3/4] hw/intc/exynos4210: replace 'qemu_split_irq' in combiner and gic
` [PATCH v5 4/4] hw/core/irq: remove unused 'qemu_irq_split' function

[PATCH 0/5] ppc/pnv: Introduce GPIO lines to drive the PSIHB device
 2022-03-24 18:02 UTC  (2+ messages)


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).