qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-02 09:44:44 to 2023-02-02 16:09:14 UTC [more...]

[PULL 00/26] Next patches
 2023-02-02 16:06 UTC  (8+ messages)
` [PULL 02/26] migration: No save_live_pending() method uses the QEMUFile parameter
` [PULL 04/26] migration: Remove unused threshold_size parameter
` [PULL 05/26] migration: simplify migration_iteration_run()
` [PULL 09/26] migration/ram: Don't explicitly unprotect when unregistering uffd-wp
` [PULL 10/26] migration/ram: Rely on used_length for uffd_change_protection()
` [PULL 12/26] migration/savevm: Move more savevm handling into vmstate_save()
` [PULL 15/26] migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()

[PATCH v15 00/11] s390x: CPU Topology
 2023-02-02 16:05 UTC  (5+ messages)
` [PATCH v15 01/11] s390x/cpu topology: adding s390 specificities to CPU topology

[PULL v2 00/36] Testing, docs, semihosting and plugin updates
 2023-02-02 16:01 UTC 

[PATCH] target/tricore: Fix OPC1_16_SRO_LD_H translation
 2023-02-02 15:55 UTC  (3+ messages)

Candidate patches for Debian's 7.2 release (and backports)
 2023-02-02 15:10 UTC 

[PATCH v2 00/10] TriCore instruction bugfixes
 2023-02-02 15:52 UTC  (12+ messages)
` [PATCH v2 01/10] target/tricore: Fix OPC2_32_RCRW_IMASK translation
` [PATCH v2 02/10] tests/tcg/tricore: Add test for OPC2_32_RCRW_IMASK
` [PATCH v2 03/10] target/tricore: Fix OPC2_32_RCRW_INSERT translation
` [PATCH v2 04/10] tests/tcg/tricore: Add test for OPC2_32_RCRW_INSERT
` [PATCH v2 05/10] target/tricore: Fix RRPW_DEXTR
` [PATCH v2 06/10] tests/tcg/tricore: Add tests for RRPW_DEXTR
` [PATCH v2 07/10] target/tricore: Fix OPC2_32_RRRR_DEXTR
` [PATCH v2 08/10] tests/tcg/tricore: Add OPC2_32_RRRR_DEXTR tests
` [PATCH v2 09/10] target/tricore: Fix OPC2_32_BO_LD_BU_PREINC
` [PATCH v2 10/10] tests/tcg/tricore: Add LD.BU tests

[PATCH v6 0/2] check magic value for deciding the mapping of channels
 2023-02-02 15:51 UTC  (9+ messages)
` [PATCH v6 1/2] io: Add support for MSG_PEEK for socket channel

[PATCH v6 00/20] Clean up includes
 2023-02-02 15:51 UTC  (22+ messages)
` [PATCH v6 01/20] scripts/clean-includes: Fully skip / ignore files
` [PATCH v6 02/20] scripts/clean-includes: Don't claim duplicate headers found when not
` [PATCH v6 03/20] scripts/clean-includes: Skip symbolic links
` [PATCH v6 04/20] scripts/clean-includes: Improve --git commit message
` [PATCH v6 05/20] bsd-user: Clean up includes
` [PATCH v6 06/20] crypto: "
` [PATCH v6 07/20] hw/cxl: "
` [PATCH v6 08/20] hw/input: "
` [PATCH v6 09/20] hw/tricore: "
` [PATCH v6 10/20] qga: "
` [PATCH v6 11/20] migration: "
` [PATCH v6 12/20] net: "
` [PATCH v6 13/20] target/hexagon: "
` [PATCH v6 14/20] riscv: "
` [PATCH v6 15/20] block: "
` [PATCH v6 16/20] accel: "
` [PATCH v6 17/20] Fix non-first inclusions of qemu/osdep.h
` [PATCH v6 18/20] Don't include headers already included by qemu/osdep.h
` [PATCH v6 19/20] 9p: Drop superfluous include of linux/limits.h
` [PATCH v6 20/20] Drop duplicate #include

[RFC v2 00/13] Dinamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-02-02 15:28 UTC  (6+ messages)
` [RFC v2 11/13] vdpa: add vdpa net migration state notifier

[PATCH] migration/dirtyrate: Show sample pages only in page-sampling mode
 2023-02-02 15:25 UTC  (2+ messages)

[PATCH] block/mirror: add 'write-blocking-after-ready' copy mode
 2023-02-02 15:23 UTC  (10+ messages)

[PATCH] x86: fix q35 kernel measurements broken due to rng seeding
 2023-02-02 15:17 UTC  (9+ messages)

[PULL 0/5] Next patches
 2023-02-02 15:11 UTC  (6+ messages)
` [PULL 5/5] migration: simplify migration_iteration_run()

[PATCH 00/39] Add RISC-V vector cryptography extensions
 2023-02-02 14:30 UTC  (50+ messages)
` [PATCH 01/39] target/riscv: add zvkb cpu property
` [PATCH 02/39] target/riscv: Add vclmul.vv decoding, translation and execution support
` [PATCH 03/39] target/riscv: Add vclmul.vx "
` [PATCH 04/39] target/riscv: Add vclmulh.vv "
` [PATCH 05/39] target/riscv: Add vclmulh.vx "
` [PATCH 06/39] target/riscv: Add vrol.[vv, vx] and vror.[vv, vx, vi] "
` [PATCH 07/39] target/riscv: Add vbrev8.v "
` [PATCH 08/39] target/riscv: Add vrev8.v "
` [PATCH 09/39] target/riscv: Add vandn.[vv, vx, vi] "
  ` [PATCH 09/39] target/riscv: Add vandn.[vv,vx,vi] "
` [PATCH 10/39] target/riscv: expose zvkb cpu property
` [PATCH 11/39] target/riscv: add zvkns "
` [PATCH 12/39] target/riscv: Add vaesef.vv decoding, translation and execution support
` [PATCH 13/39] target/riscv: Add vaesef.vs "
` [PATCH 14/39] target/riscv: Add vaesdf.vv "
` [PATCH 15/39] target/riscv: Add vaesdf.vs "
` [PATCH 16/39] target/riscv: Add vaesdm.vv "
` [PATCH 17/39] target/riscv: Add vaesdm.vs "
` [PATCH 18/39] target/riscv: Add vaesz.vs "
` [PATCH 19/39] target/riscv: Add vaesem.vv "
` [PATCH 20/39] target/riscv: Add vaesem.vs "
` [PATCH 21/39] target/riscv: Add vaeskf1.vi "
` [PATCH 22/39] target/riscv: Add vaeskf2.vi "
` [PATCH 23/39] target/riscv: expose zvkns cpu property
` [PATCH 24/39] target/riscv: add zvknh cpu properties
` [PATCH 25/39] target/riscv: Add vsha2ms.vv decoding, translation and execution support
` [PATCH 26/39] target/riscv: Add vsha2c[hl].vv "
` [PATCH 27/39] target/riscv: expose zvknh cpu properties
` [PATCH 28/39] target/riscv: add zvksh cpu property
` [PATCH 29/39] target/riscv: Add vsm3me.vv decoding, translation and execution support
` [PATCH 30/39] target/riscv: Add vsm3c.vi "
` [PATCH 31/39] target/riscv: expose zvksh cpu property
` [PATCH 32/39] target/riscv: add zvkg "
` [PATCH 33/39] target/riscv: Add vghmac.vv decoding, translation and execution support
` [PATCH 34/39] target/riscv: expose zvkg cpu property
` [PATCH 35/39] crypto: Move SM4_SBOXWORD from target/riscv
` [PATCH 36/39] crypto: Add SM4 constant parameter CK
` [PATCH 37/39] target/riscv: Add zvksed cfg property
` [PATCH 38/39] target/riscv: Add Zvksed support
` [PATCH 39/39] target/riscv: Expose Zvksed property

[QEMU][PATCH v5 00/10] Introduce xenpvh machine for arm architecture
 2023-02-02 14:31 UTC  (5+ messages)
` [QEMU][PATCH v5 09/10] hw/arm: introduce xenpvh machine

[PATCH v10 0/3] hw/riscv: handle kernel_entry high bits with 32bit CPUs
 2023-02-02 13:58 UTC  (4+ messages)
` [PATCH v10 1/3] hw/riscv: handle 32 bit CPUs kernel_addr in riscv_load_kernel()
` [PATCH v10 2/3] hw/riscv/boot.c: consolidate all kernel init "
` [PATCH v10 3/3] hw/riscv/boot.c: make riscv_load_initrd() static

[PATCH v10 0/3]
 2023-02-02 13:52 UTC  (4+ messages)
` [PATCH v10 1/3] hw/riscv: handle 32 bit CPUs kernel_addr in riscv_load_kernel()
` [PATCH v10 2/3] hw/riscv/boot.c: consolidate all kernel init "
` [PATCH v10 3/3] hw/riscv/boot.c: make riscv_load_initrd() static

[PULL 00/56] virtio,pc,pci: features, cleanups, fixes
 2023-02-02 13:42 UTC  (2+ messages)

An issue with x86 tcg and MMIO
 2023-02-02 13:31 UTC  (6+ messages)

[PATCH 0/3] MIPS Virt machine
 2023-02-02 13:21 UTC  (4+ messages)
` [PATCH 1/3] docs/system: Remove "mips" board from target-mips.rst
` [PATCH 2/3] hw/misc: Add MIPS Trickbox device
` [PATCH 3/3] hw/mips: Add MIPS virt board

[PULL 00/34] target-arm queue
 2023-02-02 13:06 UTC  (7+ messages)
` [PULL 08/34] hw/arm/virt: Let the virtio-iommu bypass MSIs

[PATCH v9 0/5] riscv: Allow user to set the satp mode
 2023-02-02 13:04 UTC  (5+ messages)
` [PATCH v9 4/5] riscv: Introduce satp mode hw capabilities

[PATCH v5 0/8] virtio-mem: Handle preallocation with migration
 2023-02-02 12:58 UTC  (21+ messages)
` [PATCH v5 1/8] migration/savevm: Move more savevm handling into vmstate_save()
` [PATCH v5 2/8] migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
` [PATCH v5 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
` [PATCH v5 4/8] migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()
` [PATCH v5 5/8] migration/ram: Factor out check for advised postcopy
` [PATCH v5 6/8] virtio-mem: Fail if a memory backend with "prealloc=on" is specified
` [PATCH v5 7/8] virtio-mem: Migrate immutable properties early
` [PATCH v5 8/8] virtio-mem: Proper support for preallocation with migration

[PATCH] migration/rdma: fix return value for qio_channel_rdma_{readv, writev}
 2023-02-02 12:44 UTC  (2+ messages)
` [PATCH] migration/rdma: fix return value for qio_channel_rdma_{readv,writev}

[PATCH 0/2] tests/avocado: Pass parameters via Makefile
 2023-02-02 12:05 UTC  (5+ messages)
` [PATCH 1/2] tests/avocado: Invert parameter vs. tag precedence during setUp
` [PATCH 2/2] tests/avocado: Allow passing command line parameters via Makefile

Lost partition tables on ide-hd + ahci drive
 2023-02-02 12:08 UTC 

[PATCH 00/14] linux-user/sparc: Handle missing traps
 2023-02-02 11:56 UTC  (3+ messages)
` [PATCH 01/14] linux-user/sparc: Raise SIGILL for all unhandled software traps

[PATCH] target/arm: Fix physical address resolution for Stage2
 2023-02-02 11:46 UTC  (2+ messages)

[PATCH] hw/arm: Use TYPE_ARM_SMMUV3
 2023-02-02 11:45 UTC  (2+ messages)

[PATCH 0/6] Shorten the runtime of some gitlab-CI shared runner jobs
 2023-02-02 11:30 UTC  (2+ messages)

[PATCH v6 0/8] igb: merge changes from <20221229190817.25500-1-sriram.yagnaraman@est.tech>
 2023-02-02  7:52 UTC  (2+ messages)
` [PATCH v6 3/8] igb: add ICR_RXDW

[PATCH v1 0/5] migration/ram: background snapshot fixes and optimiations
 2023-02-02 11:21 UTC  (13+ messages)
` [PATCH v1 1/5] migration/ram: Fix populate_read_range()
` [PATCH v1 2/5] migration/ram: Fix error handling in ram_write_tracking_start()
` [PATCH v1 3/5] migration/ram: Don't explicitly unprotect when unregistering uffd-wp
` [PATCH v1 4/5] migration/ram: Rely on used_length for uffd_change_protection()
` [PATCH v1 5/5] migration/ram: Optimize ram_write_tracking_start() for RamDiscardManager

[RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
 2023-02-02 11:07 UTC  (6+ messages)
` [RFC v5 1/3] rcu: introduce rcu_read_is_locked()
` [RFC v5 3/3] migration: reduce time of loading non-iterable vmstate

[PATCH v3 0/6] Support for new CPU model SapphireRapids
 2023-02-02 11:05 UTC  (4+ messages)
` [PATCH v3 6/6] i386: Add "

[PATCH v5 00/20] Clean up includes
 2023-02-02 10:54 UTC  (9+ messages)
` [PATCH v5 04/20] scripts/clean-includes: Improve --git commit message

[PATCH] accel/tcg: Complete cpu initialization before registration
 2023-02-02 10:53 UTC  (4+ messages)

Display update issue on M1 Macs
 2023-02-02 10:51 UTC  (11+ messages)

[PATCH v2 0/3] util/userfaultfd: Support /dev/userfaultfd
 2023-02-02 10:53 UTC  (7+ messages)
` [PATCH v2 1/3] linux-headers: Update to v6.1
` [PATCH v2 2/3] util/userfaultfd: Add uffd_open()
` [PATCH v2 3/3] util/userfaultfd: Support /dev/userfaultfd

[PULL 00/35] Testing, docs, semihosting and plugin updates
 2023-02-02 10:50 UTC  (4+ messages)

[PATCH v3] migration: Remove res_compatible parameter
 2023-02-02 10:12 UTC  (3+ messages)

[PULL 0/7] Python patches
 2023-02-02 10:09 UTC  (2+ messages)

[PATCH v3 0/3] Add gdbstub support to HVF
 2023-02-02 10:03 UTC  (6+ messages)
` [PATCH v3 2/3] hvf: implement guest debugging on Apple Silicon hosts

[PATCH] vhost-user-fs: add capability to allow migration
 2023-02-02  9:59 UTC  (10+ messages)

[PATCH 00/18] Support smp.clusters for x86
 2023-02-02  9:49 UTC  (13+ messages)
` [PATCH 02/18] tests: Rename test-x86-cpuid.c to test-x86-apicid.c
` [PATCH 04/18] i386/cpu: Fix number of addressable IDs in CPUID.04H
` [PATCH 05/18] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH 08/18] i386: Support module_id in X86CPUTopoIDs
` [PATCH 09/18] i386: Fix comment style in topology.h
` [PATCH 10/18] i386: Update APIC ID parsing rule to support module level
` [PATCH 13/18] hw/i386/pc: Support smp.clusters for x86 PC machine
` [PATCH 14/18] i386: Add cache topology info in CPUCacheInfo
` [PATCH 15/18] i386: Use CPUCacheInfo.share_level to encode CPUID[4].EAX[bits 25:14]
` [PATCH 16/18] i386: Fix NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH 17/18] i386: Use CPUCacheInfo.share_level to encode "
` [PATCH 18/18] i386: Add new property to control L2 cache topo in CPUID.04H


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