qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-06 02:19:46 to 2023-03-06 13:56:43 UTC [more...]

[PATCH 00/70] tcg: Remove tcg_const_*
 2023-03-06 13:56 UTC  (20+ messages)
` [PATCH 01/70] target/arm: Use rmode >= 0 for need_rmode
` [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 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 45/70] target/riscv: Avoid tcg_const_*
` [PATCH 46/70] target/rx: Use tcg_gen_abs_i32

[cross-project PATCH v2] NBD 64-bit extensions
 2023-03-06 13:48 UTC  (8+ 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 v4 0/5] Deprecate system emulation support for 32-bit x86 and arm hosts
 2023-03-06 13:48 UTC  (12+ messages)
` [PATCH v4 1/5] docs/about/deprecated: Deprecate 32-bit x86 hosts for system emulation
` [PATCH v4 2/5] docs/about/deprecated: Deprecate the qemu-system-i386 binary
` [PATCH v4 3/5] gitlab-ci.d/crossbuilds: Drop the i386 system emulation job
` [PATCH v4 4/5] docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation
` [PATCH v4 5/5] gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobs

[PATCH] tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancel
 2023-03-06 13:44 UTC  (8+ messages)

[PATCH v3 00/13] vfio/migration: Device dirty page tracking
 2023-03-06 13:41 UTC  (14+ 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 0/8] Fix missing memory barriers on ARM
 2023-03-06 13:38 UTC  (21+ 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 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 v2 1/3] hw: allwinner-i2c: Make the trace message more readable
 2023-03-06 13:24 UTC  (6+ 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

[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  (15+ messages)
` [PATCH 1/9] linux-user: Diagnose incorrect -R size
` [PATCH 2/9] linux-user: Rename max_reserved_va in main
` [PATCH 4/9] accel/tcg: Pass last not end to page_set_flags
` [PATCH 5/9] accel/tcg: Pass last not end to page_reset_target_data
` [PATCH 6/9] accel/tcg: Pass last not end to PAGE_FOR_EACH_TB
` [PATCH 7/9] accel/tcg: Pass last not end to page_collection_lock
` [PATCH 9/9] accel/tcg: Pass last not end to tb_invalidate_phys_range

[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 v4 00/11] QMP command to import win32 sockets
 2023-03-06 12:27 UTC  (12+ 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] Add qemu qcode support for keys F13 to F24
 2023-03-06 12:30 UTC  (2+ messages)

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

[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  (15+ messages)
` [PATCH v4 01/15] vdpa net: move iova tree creation from init to start
` [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  (17+ 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 0/4] Support x2APIC mode with TCG accelerator
 2023-03-06 10:43 UTC  (9+ messages)
` [PATCH 1/4] apic: add support for x2APIC mode

[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

[PATCH v3 00/16] win32: do not mix SOCKET and fd space
 2023-03-06 10:02 UTC  (11+ messages)
` [PATCH v3 12/16] slirp: unregister the win32 SOCKET
` [PATCH v3 14/16] win32: avoid mixing SOCKET and file descriptor space

[PATCH v5 00/16] hw/9pfs: Add 9pfs support for Windows
 2023-03-06  9:35 UTC  (7+ messages)
` [PATCH v5 03/16] hw/9pfs: Replace the direct call to xxxdir() APIs with a wrapper
` [PATCH v5 13/16] fsdev: Disable proxy fs driver on Windows

[PATCH] hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE update
 2023-03-06  9:25 UTC  (4+ messages)

KVM developers conference call agenda
 2023-03-06  9:11 UTC 

stable releases
 2023-03-06  8:57 UTC  (2+ messages)

[PATCH v11 0/5] riscv: Allow user to set the satp mode
 2023-03-06  8:33 UTC  (3+ messages)

[PATCH] scsi: megasas: Internal cdbs have 16-byte length
 2023-03-06  7:36 UTC  (4+ messages)

[PATCH v2 0/5] tcg: Issue memory barriers for guest memory model
 2023-03-06  7:21 UTC  (9+ messages)
` [PATCH v2 1/5] tcg: Do not elide memory barriers for !CF_PARALLEL
` [PATCH v2 2/5] tcg: Elide memory barriers implied by the host memory model
` [PATCH v2 3/5] tcg: Create tcg_req_mo
` [PATCH v2 5/5] accel/tcg: Remove check_tcg_memory_orders_compatible

[PATCH v4 0/9] PC cleanups
 2023-03-06  6:57 UTC  (5+ messages)
` [PATCH v4 1/9] hw/pci-host/i440fx: Inline sysbus_add_io()

[PULL 00/27] Audio patches
 2023-03-06  6:52 UTC  (28+ messages)
` [PULL 01/27] MAINTAINERS: add myself to ui/ and audio/
` [PULL 02/27] audio: log unimplemented audio device sample rates
` [PULL 03/27] audio: don't show unnecessary error messages
` [PULL 04/27] audio: rename hardware store to backend
` [PULL 05/27] audio: remove unused #define AUDIO_STRINGIFY
` [PULL 06/27] audio/mixeng: use g_new0() instead of audio_calloc()
` [PULL 07/27] audio/alsaaudio: "
` [PULL 08/27] audio/audio_template: use g_malloc0() to replace audio_calloc()
` [PULL 09/27] audio/audio_template: use g_new0() "
` [PULL 10/27] audio: remove audio_calloc() function
` [PULL 11/27] alsaaudio: change default playback settings
` [PULL 12/27] alsaaudio: reintroduce default recording settings
` [PULL 13/27] audio: change type of mix_buf and conv_buf
` [PULL 14/27] audio: change type and name of the resample buffer
` [PULL 15/27] audio: make the resampling code greedy
` [PULL 16/27] audio: replace the resampling loop in audio_pcm_sw_write()
` [PULL 17/27] audio: remove sw == NULL check
` [PULL 18/27] audio: rename variables in audio_pcm_sw_write()
` [PULL 19/27] audio: don't misuse audio_pcm_sw_write()
` [PULL 20/27] audio: remove unused noop_conv() function
` [PULL 21/27] audio: make playback packet length calculation exact
` [PULL 22/27] audio: replace the resampling loop in audio_pcm_sw_read()
` [PULL 23/27] audio: rename variables "
` [PULL 24/27] audio: make recording packet length calculation exact
` [PULL 25/27] audio: handle leftover audio frame from upsampling
` [PULL 26/27] audio/audio_template: substitute sw->hw with hw
` [PULL 27/27] audio: remove sw->ratio

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

[PATCH] memory: avoid unnecessary iteration when updating ioeventfds
 2023-03-06  3:46 UTC  (4+ messages)

[PATCH v13 0/2] vhost-vdpa: add support for vIOMMU
 2023-03-06  3:36 UTC  (5+ messages)
` [PATCH v13 1/2] vhost: expose function vhost_dev_has_iommu()
` [PATCH v13 2/2] vhost-vdpa: add support for vIOMMU

[PATCH v3 00/14] hw: Use QOM macros and remove DO_UPCAST() uses
 2023-03-06  3:03 UTC  (4+ messages)
` [PATCH v3 09/14] hw/net/tulip: Finish QOM conversion


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