qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-06 09:56:28 to 2023-03-06 16:02:10 UTC [more...]

[RFC PATCH] target/i386: Set family/model/stepping of the "max" CPU according to LM bit
 2023-03-06 15:56 UTC  (2+ messages)

[PULL 00/21] target-arm queue
 2023-03-06 15:34 UTC  (4+ messages)
` [PULL 14/21] target/arm: Implement gdbstub m-profile systemreg and secext
` [PULL 18/21] target/arm: Rewrite check_s2_mmu_setup
` [PULL 19/21] hw: arm: Support direct boot for Linux/arm64 EFI zboot images

[PATCH v4 00/11] QMP command to import win32 sockets
 2023-03-06 15:47 UTC  (16+ messages)
` [PATCH v4 01/11] tests: fix path separator, use g_build_filename()
` [PATCH v4 02/11] char: do not double-close fd when failing to add client
` [PATCH v4 03/11] tests/docker: fix a win32 error due to portability
` [PATCH v4 04/11] osdep: implement qemu_socketpair() for win32
` [PATCH v4 05/11] qmp: 'add_client' actually expects sockets
` [PATCH v4 06/11] monitor: release the lock before calling close()
` [PATCH v4 07/11] qapi/gen: run C code through clang-format, if possible
` [PATCH v4 08/11] qmp: add 'get-win32-socket'
` [PATCH v4 09/11] libqtest: make qtest_qmp_add_client work on win32
` [PATCH v4 10/11] qtest: enable vnc-display test "
` [PATCH v4 11/11] QMP/HMP: only actually implement getfd on CONFIG_POSIX

[PATCH 0/4] Support x2APIC mode with TCG accelerator
 2023-03-06 16:01 UTC  (11+ messages)
` [PATCH 1/4] apic: add support for x2APIC mode

[PATCH 00/70] tcg: Remove tcg_const_*
 2023-03-06 15:39 UTC  (50+ messages)
` [PATCH 01/70] target/arm: Use rmode >= 0 for need_rmode
` [PATCH 03/70] target/arm: Improve arm_rmode_to_sf
` [PATCH 04/70] target/arm: Consistently use ARMFPRounding during translation
` [PATCH 07/70] target/arm: Avoid tcg_const_ptr in gen_sve_{ldr,str}
` [PATCH 10/70] target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrn
` [PATCH 11/70] target/arm: Avoid tcg_const_ptr in handle_rev
` [PATCH 12/70] target/avr: Avoid use of tcg_const_i32 in SBIC, SBIS
` [PATCH 20/70] target/hppa: Avoid tcg_const_i64 in trans_fid_f
` [PATCH 25/70] target/m68k: Use tcg_constant_i32 in gen_ea_mode
` [PATCH 30/70] target/mips: Split out gen_lxl
` [PATCH 31/70] target/mips: Split out gen_lxr
` [PATCH 32/70] target/mips: Avoid tcg_const_tl in gen_r6_ld
` [PATCH 33/70] target/mips: Avoid tcg_const_* throughout
` [PATCH 34/70] target/ppc: Split out gen_vx_vmul10
` [PATCH 35/70] target/ppc: Avoid tcg_const_i64 in do_vector_shift_quad
` [PATCH 45/70] target/riscv: Avoid tcg_const_*
` [PATCH 46/70] target/rx: Use tcg_gen_abs_i32
` [PATCH 48/70] target/rx: Avoid tcg_const_i32 when new temp needed
` [PATCH 55/70] target/sparc: Avoid tcg_const_{tl,i32}
` [PATCH 59/70] target/tricore: Use setcondi instead of explicit allocation
` [PATCH 60/70] target/tricore: Drop some temp initialization
` [PATCH 64/70] target/xtensa: Avoid tcg_const_i32 in translate_l32r
` [PATCH 65/70] target/xtensa: Use tcg_gen_subfi_i32 in translate_sll
` [PATCH 66/70] target/xtensa: Split constant in bit shift

[PATCH v3 00/10] Teach 'getfd' QMP command to import win32 sockets
 2023-03-06 15:35 UTC  (4+ messages)
` [PATCH v3 06/10] monitor: release the lock before calling close()

[PATCH] tests/migration: Tweek auto converge limits check
 2023-03-06 15:26 UTC 

[PATCH v3 1/2] target/riscv: add Zicond as an experimental extension
 2023-03-06 15:24 UTC  (3+ messages)

[PATCH v4 1/2] target/riscv: refactor Zicond support
 2023-03-06 15:23 UTC  (2+ messages)
` [PATCH v4 2/2] target/riscv: redirect XVentanaCondOps to use the Zicond functions

[PATCH 0/8] Fix missing memory barriers on ARM
 2023-03-06 15:17 UTC  (29+ messages)
` [PATCH 1/8] qatomic: add smp_mb__before/after_rmw()
` [PATCH 2/8] qemu-thread-posix: cleanup, fix, document QemuEvent
` [PATCH 3/8] qemu-thread-win32: "
` [PATCH 4/8] edu: add smp_mb__after_rmw()
` [PATCH 5/8] util/async: add smp_mb__after_rmw() around BH enqueue/dequeue
` [PATCH 6/8] aio-wait: switch to smp_mb__after_rmw()
` [PATCH 7/8] qemu-coroutine-lock: add smp_mb__after_rmw()
` [PATCH 8/8] physmem: add missing memory barrier

[PATCH] tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancel
 2023-03-06 15:17 UTC  (11+ messages)

[PATCH v2] target/arm: Add Neoverse-N1 registers
 2023-03-06 15:12 UTC 

[PATCH v3 00/13] vfio/migration: Device dirty page tracking
 2023-03-06 15:11 UTC  (17+ messages)
` [PATCH v3 04/13] vfio/common: Add VFIOBitmap and alloc function
` [PATCH v3 05/13] vfio/common: Add helper to validate iova/end against hostwin
` [PATCH v3 06/13] vfio/common: Consolidate skip/invalid section into helper
` [PATCH v3 07/13] vfio/common: Record DMA mapped IOVA ranges

[PATCH v4 0/5] Deprecate system emulation support for 32-bit x86 and arm hosts
 2023-03-06 14:58 UTC  (11+ messages)
` [PATCH v4 2/5] docs/about/deprecated: Deprecate the qemu-system-i386 binary

[PATCH v5 00/16] hw/9pfs: Add 9pfs support for Windows
 2023-03-06 14:56 UTC  (4+ messages)

[PATCH v3 00/16] win32: do not mix SOCKET and fd space
 2023-03-06 14:47 UTC  (14+ messages)
` [PATCH v3 13/16] slirp: open-code qemu_socket_(un)select()
` [PATCH v3 14/16] win32: avoid mixing SOCKET and file descriptor space
` [PATCH v3 16/16] win32: replace closesocket() with close() wrapper

[PATCH 00/43] Migration: Create options.c for capabilities/params/properties
 2023-03-06 14:40 UTC  (6+ messages)
` [PATCH 01/43] migration: rename enabled_capabilities to capabilities
` [PATCH 02/43] migration: Pass migrate_caps_check() the old and new caps

[PULL 0/5] hw/nvme updates
 2023-03-06 14:34 UTC  (6+ messages)
` [PULL 1/5] hw/nvme: move adjustment of data_units{read,written}
` [PULL 2/5] hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace
` [PULL 3/5] hw/nvme: add basic endurance group support
` [PULL 4/5] hw/nvme: basic directives support
` [PULL 5/5] hw/nvme: flexible data placement emulation

[RFC PATCH 0/5] QEMU v7.2.0 aarch64 Nested Virtualization Support
 2023-03-06 14:32 UTC  (4+ messages)
` [RFC PATCH 2/5] hw/intc/gicv3: add support for setting KVM vGIC maintenance IRQ

[PATCH 0/2] Define Impl. Def. registers for Neoverse-N1
 2023-03-06 14:29 UTC  (6+ messages)
` [PATCH 1/2] target/arm: Add Neoverse-N1 registers
` [PATCH 2/2] target/arm: Add DynamIQ Shared Unit control registers

[PULL 00/23] loongarch64 patch queue
 2023-03-06 14:29 UTC  (3+ messages)
` [PULL 13/23] target/loongarch: Update README

[Qemu-devel] [PULL 11/29] target/riscv: Convert RV32F insns to decodetree
 2023-03-06 14:11 UTC 

[PATCH v2 1/3] hw: allwinner-i2c: Make the trace message more readable
 2023-03-06 14:07 UTC  (7+ messages)
` [PATCH v2 2/3] hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCs
` [PATCH v2 3/3] hw: arm: allwinner-h3: Fix and complete H3 i2c devices

[PULL 00/84] tcg patch queue
 2023-03-06 14:05 UTC  (2+ messages)

[PULL 0/2] xen queue
 2023-03-06 14:00 UTC  (3+ messages)
` [PULL 1/2] xen/pt: reserve PCI slot 2 for Intel igd-passthru
` [PULL 2/2] hw/xen/xen_pt: fix uninitialized variable

[cross-project PATCH v2] NBD 64-bit extensions
 2023-03-06 13:48 UTC  (7+ messages)
` [PATCH v2 0/6] NBD spec changes for "
  ` [PATCH v2 1/6] spec: Recommend cap on NBD_REPLY_TYPE_BLOCK_STATUS length
          ` [Libguestfs] "

[PATCH v3 0/5] Support Flexible Data Placement (FDP)
 2023-03-06 13:32 UTC  (2+ messages)

[PULL 00/16] Final tests, s390x and misc updates before the soft freeze
 2023-03-06 13:30 UTC  (17+ messages)
` [PULL 01/16] docs/about/build-platforms: Refine the distro support policy
` [PULL 02/16] Hexagon (meson.build): define min bison version
` [PULL 03/16] test: Check vnc enable before compiling vnc test
` [PULL 04/16] include/hw/i386: Clean up includes in x86.h
` [PULL 05/16] docs/about/deprecated: Deprecate 32-bit x86 hosts for system emulation
` [PULL 06/16] gitlab-ci.d/crossbuilds: Drop the i386 system emulation job
` [PULL 07/16] docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation
` [PULL 08/16] gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobs
` [PULL 09/16] tests/qtest/readconfig: Rework test_object_rng_resp into a generic function
` [PULL 10/16] tests/qtest/readconfig: Test docs/config/ich9-ehci-uhci.cfg
` [PULL 11/16] docs/config: Set the "kvm" accelerator via "[accel]" section
` [PULL 12/16] tests/qtest/readconfig-test: Allow testing for arbitrary memory sizes
` [PULL 13/16] tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtest
` [PULL 14/16] tests/qtest/readconfig: Test docs/config/q35-emulated.cfg
` [PULL 15/16] pc-bios: Add support for List-Directed IPL from ECKD DASD
` [PULL 16/16] pc-bios/s390-ccw: Update s390-ccw.img with the list-directed IPL fix

[PATCH v2 0/1] hw/riscv: Add ACT related support
 2023-03-06 13:24 UTC  (2+ messages)
` [PATCH v2 1/1] hw/riscv: Add signature dump function for spike to run ACT tests

[PATCH RESEND v7 0/9] target/arm: Allow CONFIG_TCG=n builds
 2023-03-06 13:14 UTC  (4+ messages)
` [PATCH RESEND v7 5/9] tests/avocado: Pass parameters to migration test

[RFC PATCH v1 00/12] *** Add allwinner R40 device support ***
 2023-03-06 13:12 UTC  (2+ messages)

[PATCH 0/9] accel/tcg: Fix page_set_flags and related [#1528]
 2023-03-06 12:56 UTC  (3+ messages)
` [PATCH 1/9] linux-user: Diagnose incorrect -R size

[PATCH v9 00/14] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2023-03-06 12:49 UTC  (5+ messages)
` [PATCH v9 08/14] hw/nvram: NPCM7xx OTP device model

[PATCH v3 0/6] Support for new CPU model SapphireRapids
 2023-03-06 12:49 UTC  (4+ messages)

[PATCH RESEND v6 0/5] migration: reduce time of loading non-iterable vmstate
 2023-03-06 12:48 UTC  (3+ messages)

hexagon: check-tcg rebuilding up to date image
 2023-03-06 12:39 UTC  (5+ messages)

[PATCH 0/3] target/arm: dump and gdbstub support for ZA[]
 2023-03-06 12:36 UTC  (7+ messages)
` [PATCH 1/3] target/arm: Avoid splitting Zregs across lines in dump
` [PATCH 2/3] target/arm: Dump ZA[] when active
` [PATCH 3/3] target/arm: Support reading ZA[] from gdbstub

[PATCH v8 0/6] Pegasos2 fixes and audio output support
 2023-03-06 12:33 UTC  (7+ messages)
` [PATCH v8 1/6] hw/display/sm501: Add debug property to control pixman usage
` [PATCH v8 2/6] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
` [PATCH v8 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
` [PATCH v8 4/6] hw/ppc/pegasos2: Fix PCI interrupt routing
` [PATCH v8 5/6] hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing
` [PATCH v8 6/6] hw/audio/via-ac97: Basic implementation of audio playback

[PATCH] Add qemu qcode support for keys F13 to F24
 2023-03-06 12:30 UTC  (2+ messages)

[RESEND PATCH 0/1] pc-bios: Support List-Directed IPL from ECKD DASD
 2023-03-06 12:12 UTC  (3+ messages)
` [RESEND PATCH 1/1] pc-bios: Add support for "

[PULL 00/53] virtio,pc,pci: features, cleanups, fixes
 2023-03-06 12:12 UTC  (4+ messages)
` [PULL 14/53] virtio-rng-pci: fix transitional migration compat for vectors

[PATCH 0/1] hw/riscv: Add ACT related support
 2023-03-06 12:10 UTC  (4+ messages)
` [PATCH 1/1] hw/riscv: Add signature dump function for spike to run ACT tests

[PATCH] migration: move migration_global_dump() to migration-hmp-cmds.c
 2023-03-06 11:45 UTC  (2+ messages)

[PATCH] virtio: refresh vring region cache after updating a virtqueue size
 2023-03-06 11:36 UTC  (2+ messages)

[PATCH 0/4] Add meson wrap fallback for slirp & dtc
 2023-03-06 11:36 UTC  (8+ messages)

[PATCH v4 00/15] Dynamically switch to vhost shadow virtqueues at vdpa net migration
 2023-03-06 11:32 UTC  (9+ messages)
` [PATCH v4 12/15] vdpa: block migration if device has unsupported features

[PATCH v2 0/3] Migration: Make more ram_counters atomic
 2023-03-06 11:28 UTC  (3+ messages)
` [PATCH v2 1/3] migration: Merge ram_counters and ram_atomic_counters

[PATCH 1/2] target/riscv: Expose "virt" register for GDB for reads
 2023-03-06 11:26 UTC  (4+ messages)
` [PATCH 2/2] target/riscv: Make the "virt" register writable by GDB

test-blockjob: intermittent CI failures in msys2-64bit job
 2023-03-06 11:16 UTC  (2+ messages)

[PATCH V2] docs: vhost-user: Add Xen specific memory mapping support
 2023-03-06 11:10 UTC 

[PATCH v3 00/20] tcg: drop tcg_temp_free from translators
 2023-03-06 11:06 UTC  (16+ messages)
` [PATCH v3 13/20] target/s390x: Drop free_compare
` [PATCH v3 14/20] target/s390x: Drop tcg_temp_free from translate_vx.c.inc
` [PATCH v3 15/20] target/s390x: Drop tcg_temp_free from translate.c
` [PATCH v3 16/20] target/s390x: Remove assert vs g_in2
` [PATCH v3 17/20] target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContext

[PATCH] linux-user: fill out task state in /proc/self/stat
 2023-03-06 10:59 UTC  (2+ messages)

[PATCH v2] hw: arm: Support direct boot for Linux/arm64 EFI zboot images
 2023-03-06 10:56 UTC  (2+ messages)

[PATCH 00/33] pci(pc/q35): acpi-index support on non-hotpluggable slots
 2023-03-06 10:49 UTC  (5+ messages)

[PATCH v4 0/6] hw/cxl: Poison get, inject, clear
 2023-03-06 10:03 UTC  (4+ messages)
` [PATCH v4 6/6] hw/cxl: Add clear poison mailbox command support


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