messages from 2022-03-24 21:29:08 to 2022-03-26 12:56:55 UTC [more...]
[PATCH v2 for-7.1 0/8] linux-user/nios2: Fix clone and sigreturn
2022-03-26 12:52 UTC (12+ messages)
` [PATCH v2 1/8] linux-user/nios2: Hoist pc advance to the top of EXCP_TRAP
` [PATCH v2 2/8] linux-user/nios2: Fix clone child return
` [PATCH v2 3/8] linux-user/nios2: Drop syscall 0 "workaround"
` [PATCH v2 4/8] linux-user/nios2: Adjust error return
` [PATCH v2 5/8] linux-user/nios2: Handle special qemu syscall return values
` [PATCH v2 6/8] linux-user/nios2: Remove do_sigreturn
` [PATCH v2 7/8] linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
` [PATCH v2 8/8] tests/tcg/nios2: Re-enable linux-user tests
[PATCH-for-7.0 v3] qemu/main-loop: Disable block backend global state assertion on Cocoa
2022-03-26 12:45 UTC (3+ messages)
[PULL 0/2] target-arm queue
2022-03-26 10:19 UTC (4+ 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 v6 0/5] optimize the downtime for vfio migration
2022-03-26 6:02 UTC (6+ messages)
` [PATCH v6 1/5] vfio: simplify the conditional statements in vfio_msi_enable
` [PATCH v6 2/5] vfio: move re-enabling INTX out of the common helper
` [PATCH v6 3/5] vfio: simplify the failure path in vfio_msi_enable
` [PATCH v6 4/5] Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"
` [PATCH v6 5/5] vfio: defer to commit kvm irq routing when enable msi/msix
[PATCH (PING) 0/1] target/riscv: misa to ISA string conversion fix
2022-03-26 5:01 UTC (2+ messages)
` [PATCH (PING) 1/1] "
[RFC PATCH 0/2] hw/riscv: Baseline QEMU support for RISC-V IOMMU (draft)
2022-03-26 3:40 UTC (4+ messages)
` [RFC PATCH 2/2] hw/riscv: virt: Add rivos-iommu device to 'virt' machine
[RFC PATCH 0/6] Port PPC64/PowerNV MMU tests to QEMU
2022-03-26 3:15 UTC (8+ messages)
` [RFC PATCH 1/6] target/ppc: Add support for the Processor Attention instruction
` [RFC PATCH 4/6] tests/tcg: add support for ppc64le softmmu tests
[PATCH] target/ppc: Improve KVM hypercall trace
2022-03-26 2:57 UTC (2+ messages)
[RFC PATCH] vhost_net: should not use max_queue_pairs for non-mq guest
2022-03-25 23:15 UTC (5+ messages)
[PATCH v2 00/14] Fix some qapi examples and a TODO section
2022-03-25 22:07 UTC (15+ messages)
` [PATCH v2 01/14] qapi: BlockExportRemoveMode: move comments to TODO
` [PATCH v2 02/14] qapi: fix example of BLOCK_IMAGE_CORRUPTED event
` [PATCH v2 03/14] qapi: fix example of BLOCK_IO_ERROR event
` [PATCH v2 04/14] qapi: fix example of BLOCK_JOB_PENDING event
` [PATCH v2 05/14] qapi: fix example of DUMP_COMPLETED event
` [PATCH v2 06/14] qapi: fix example of MEMORY_DEVICE_SIZE_CHANGE event
` [PATCH v2 07/14] qapi: fix example of UNPLUG_PRIMARY event
` [PATCH v2 08/14] qapi: fix example of FAILOVER_NEGOTIATED event
` [PATCH v2 09/14] qapi: fix examples: SHUTDOWN and RESET events
` [PATCH v2 10/14] qapi: run-state examples: add missing timestamp
` [PATCH v2 11/14] qapi: fix example of MEMORY_FAILURE
` [PATCH v2 12/14] qapi: ui examples: add missing websocket member
` [PATCH v2 13/14] qapi: fix example of ACPI_DEVICE_OST event
` [PATCH v2 14/14] qapi: fix example of dump-guest-memory
[PATCH v2 0/2] spapr: Make the nested code TCG only
2022-03-25 22:11 UTC (3+ messages)
` [PATCH v2 1/2] spapr: Move hypercall_register_softmmu
` [PATCH v2 2/2] spapr: Move nested KVM hypercalls under a TCG only config
[PATCH] schemas: add missing vim modeline
2022-03-25 22:16 UTC
[PATCH 00/14] Fix some qapi examples and a TODO section
2022-03-25 21:40 UTC (33+ 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 11/14] qapi: fix example of MEMORY_FAILURE
` [PATCH 13/14] qapi: fix example of ACPI_DEVICE_OST event
` [PATCH 14/14] qapi: fix example of dump-guest-memory
[PATCH v3 0/4] dump: add 32-bit guest Windows support
2022-03-25 19:51 UTC (5+ messages)
` [PATCH v3 1/4] include/qemu: rename Windows context definitions to expose bitness
` [PATCH v3 2/4] dump/win_dump: add helper macros for Windows dump header access
` [PATCH v3 3/4] include/qemu: add 32-bit Windows dump structures
` [PATCH v3 4/4] dump/win_dump: add 32-bit guest Windows support
[PATCH 0/4] Python: relicense async qmp as LGPLv2+
2022-03-25 20:04 UTC (5+ messages)
` [PATCH 1/4] python/aqmp: add explicit GPLv2 license to legacy.py
` [PATCH 2/4] python/aqmp: relicense as LGPLv2+
` [PATCH 3/4] python/qmp-shell: "
` [PATCH 4/4] python/aqmp-tui: "
[PATCH] vdpa: Avoid reset when stop device
2022-03-25 19:59 UTC (5+ messages)
[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 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 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
[PATCH v2 00/17] iotests: add enhanced debugging info to qemu-io failures
2022-03-25 15:06 UTC (15+ messages)
` [PATCH v2 01/17] iotests: replace calls to log(qemu_io(...)) with qemu_io_log()
` [PATCH v2 05/17] iotests/040: Fix TestCommitWithFilters test
` [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()
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
[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 14/14] target/riscv: rvv: Add tail agnostic for vector permutation instructions
2022-03-25 10:51 UTC (2+ messages)
[PATCH qemu v4 12/14] target/riscv: rvv: Add tail agnostic for vector reduction instructions
2022-03-25 10:47 UTC (2+ messages)
[PATCH qemu v4 11/14] target/riscv: rvv: Add tail agnostic for vector floating-point instructions
2022-03-25 10:42 UTC (2+ messages)
Plugins Not Reporting AArch64 SVE Memory Operations
2022-03-25 10:19 UTC (3+ messages)
` [EXTERNAL] "
[PATCH qemu v4 09/14] target/riscv: rvv: Add tail agnostic for vector integer merge and move instructions
2022-03-25 10:38 UTC (2+ messages)
[PATCH qemu v4 06/14] target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructions
2022-03-25 10:32 UTC (2+ messages)
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 qemu v4 04/14] target/riscv: rvv: Add tail agnostic for vv instructions
2022-03-25 9:10 UTC (2+ messages)
[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
[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 (3+ messages)
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).