messages from 2023-03-08 13:30:48 to 2023-03-09 09:50:11 UTC [more...]
[PATCH v2 00/25] tcg: Remove tcg_const_*
2023-03-09 9:49 UTC (7+ messages)
` [PATCH v2 02/25] target/arm: Handle FPROUNDING_ODD in arm_rmode_to_sf
` [PATCH v2 05/25] target/arm: Create gen_set_rmode, gen_restore_rmode
` [PATCH v2 15/25] target/ppc: Avoid tcg_const_* in vmx-impl.c.inc
[PATCH 0/3] block: remove separate bdrv_file_open callback
2023-03-09 9:37 UTC (5+ messages)
` [PATCH 1/3] block: make assertion more generic
` [PATCH 2/3] block: do not check bdrv_file_open
` [PATCH 3/3] block: remove separate bdrv_file_open callback
[PATCH v4 0/3] qga: Support merging output streams in guest-exec
2023-03-09 9:29 UTC (5+ messages)
` [PATCH v4 1/3] qga: Refactor guest-exec capture-output to take enum
` [PATCH v4 2/3] qga: Add `all-merge` variant to GuestExecCaptureOutputMode
` [PATCH v4 3/3] qga: test: Add tests for `all-merge` flag
[PATCH 0/9] (mostly) block: add more coroutine_fn annotations, use bdrv/blk_co_*
2023-03-09 9:23 UTC (11+ messages)
` [PATCH 1/9] vvfat: mark various functions as coroutine_fn
` [PATCH 2/9] blkdebug: add missing coroutine_fn annotation
` [PATCH 3/9] mirror: make mirror_flush a coroutine_fn, do not use co_wrappers
` [PATCH 4/9] nbd: mark more coroutine_fns, "
` [PATCH 5/9] 9pfs: mark more coroutine_fns
` [PATCH 6/9] qemu-pr-helper: "
` [PATCH 7/9] tests: "
` [PATCH 8/9] qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCK
` [PATCH 9/9] vmdk: make vmdk_is_cid_valid a coroutine_fn
[PATCH] intel-iommu: Set status bit after operation completed
2023-03-09 9:23 UTC
[PATCH] hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE update
2023-03-09 9:16 UTC (8+ messages)
Reply: [PATCH v2] virtio-balloon: optimize the virtio-balloon on the ARM platform
2023-03-09 9:14 UTC (2+ messages)
[PATCH v3] virtio-balloon: optimize the virtio-balloon on the ARM platform
2023-03-09 9:10 UTC (2+ messages)
[PATCH v2 0/3] block: protect BlockBackend->queued_requests with a lock
2023-03-09 9:07 UTC (3+ messages)
` [PATCH v2 2/3] block: make BlockBackend->disable_request_queuing atomic
[PATCH v2 0/3] Enable avocado testing for Xen guests
2023-03-09 8:51 UTC (8+ messages)
` [PATCH v2 2/3] tests/avocado: Add Fedora 34 distro, including kernel/initrd checksums
` [PATCH v2 3/3] tests/avocado: Test Xen guest support under KVM
[PATCH V3 0/2] qemu: vhost-user: Support Xen memory mapping quirks
2023-03-09 8:51 UTC (3+ messages)
` [PATCH V3 1/2] docs: vhost-user: Define memory region separately
` [PATCH V3 2/2] docs: vhost-user: Add Xen specific memory mapping support
[PATCH V2] docs: vhost-user: Add Xen specific memory mapping support
2023-03-09 8:51 UTC (5+ messages)
[PATCH] Fix build without CONFIG_XEN_EMU
2023-03-09 8:28 UTC (3+ messages)
[PATCH] target/riscv/csr.c: fix H extension TVM trap
2023-03-09 7:48 UTC (3+ messages)
[PATCH for-8.1 00/17] centralize CPU extensions logic
2023-03-09 7:40 UTC (26+ messages)
` [PATCH for-8.1 01/17] target/riscv/cpu.c: add riscv_cpu_validate_v()
` [PATCH for-8.1 02/17] target/riscv/cpu.c: remove set_vext_version()
` [PATCH for-8.1 03/17] target/riscv/cpu.c: remove set_priv_version()
` [PATCH for-8.1 04/17] target/riscv: add PRIV_VERSION_LATEST macro
` [PATCH for-8.1 05/17] target/riscv/cpu.c: add riscv_cpu_validate_priv_spec()
` [PATCH for-8.1 06/17] target/riscv: move realize() validations to riscv_cpu_validate_set_extensions()
` [PATCH for-8.1 07/17] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
` [PATCH for-8.1 08/17] target/riscv/cpu.c: avoid set_misa() in validate_set_extensions()
` [PATCH for-8.1 09/17] target/riscv/cpu.c: set cpu config in set_misa()
` [PATCH for-8.1 10/17] target/riscv/cpu.c: redesign register_cpu_props()
` [PATCH for-8.1 11/17] target/riscv/cpu.c: move riscv_cpu_validate_v() up
` [PATCH for-8.1 12/17] target/riscv: put env->misa_ext <-> cpu->cfg code into helpers
` [PATCH for-8.1 13/17] target/riscv/cpu.c: split riscv_cpu_validate_priv_spec()
` [PATCH for-8.1 14/17] target/riscv/cpu.c: do not allow RVE to be set
` [PATCH for-8.1 15/17] target/riscv: add RVG
` [PATCH for-8.1 16/17] target/riscv: do not allow RVG in write_misa()
` [PATCH for-8.1 17/17] target/riscv: rework write_misa()
[PATCH] use qatzip to acclerate the live migration
2023-03-09 7:38 UTC (2+ messages)
[PATCH 0/4] target/riscv: Some CPURISCVState related cleanup and simplification
2023-03-09 7:13 UTC (5+ messages)
` [PATCH 1/4] target/riscv: Avoid env_archcpu() when reading RISCVCPUConfig
` [PATCH 2/4] target/riscv: Simplify getting RISCVCPU pointer from env
` [PATCH 3/4] target/riscv: Simplify type conversion for CPURISCVState
` [PATCH 4/4] target/riscv: Simplify arguments for riscv_csrrw_check
[PATCH] block: add missing coroutine_fn to bdrv_sum_allocated_file_size()
2023-03-09 7:09 UTC (2+ messages)
[qemu-web PATCH] Add a blog post about the upcoming KVM Forum 2023
2023-03-09 7:02 UTC (3+ messages)
[PATCH v7 00/10] make write_misa a no-op and FEATURE_* cleanups
2023-03-09 6:11 UTC (3+ messages)
` [PATCH v7 03/10] target/riscv: allow MISA writes as experimental
[PATCH 1/2] target/riscv: Expose "virt" register for GDB for reads
2023-03-09 3:21 UTC (5+ messages)
` [PATCH 2/2] target/riscv: Make the "virt" register writable by GDB
[PULL 00/51] Net patches
2023-03-09 1:13 UTC (9+ messages)
[PATCH v2 0/2] target/s390x: Fix emulation of C(G)HRL
2023-03-08 22:49 UTC (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tests/tcg/s390x: Add C(G)HRL test
[PATCH v2] block: add missing coroutine_fn to bdrv_sum_allocated_file_size()
2023-03-08 22:18 UTC (2+ messages)
Emulating a SH2 board?
2023-03-08 20:02 UTC
[PATCH v7] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-03-08 21:15 UTC (3+ messages)
[RFC PATCH v1 00/12] *** Add allwinner R40 device support ***
2023-03-08 20:47 UTC (2+ messages)
[PULL 0/5] QGA Misc patches
2023-03-08 20:04 UTC (6+ messages)
` [PULL 1/5] qga/win32: Remove change action from MSI installer
` [PULL 2/5] qga/win32: Use rundll for VSS installation
` [PULL 3/5] qga/win/installer: add VssOption to installer
` [PULL 4/5] qga/win/vss: query VSS backup type
` [PULL 5/5] qga/win/vss: requester_freeze changes
[PULL 00/17] Hexagon (target/hexagon) updates
2023-03-08 19:35 UTC (2+ messages)
[RFC PATCH 00/47] Patch Round-up for stable 7.2.1
2023-03-08 19:22 UTC (48+ messages)
` [PATCH 01/47] target/sh4: Mask restore of env->flags from tb->flags
` [PATCH 02/47] vhost: fix vq dirty bitmap syncing when vIOMMU is enabled
` [PATCH 03/47] virtio-mem: Fix the bitmap index of the section offset
` [PATCH 04/47] virtio-mem: Fix the iterator variable in a vmem->rdl_list loop
` [PATCH 05/47] target/arm: fix handling of HLT semihosting in system mode
` [PATCH 06/47] meson: accept relative symlinks in "meson introspect --installed" data
` [PATCH 07/47] target/riscv: Set pc_succ_insn for !rvc illegal insn
` [PATCH 08/47] acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block
` [PATCH 09/47] hw/nvme: fix missing endian conversions for doorbell buffers
` [PATCH 10/47] hw/nvme: fix missing cq eventidx update
` [PATCH 11/47] configure: fix GLIB_VERSION for cross-compilation
` [PATCH 12/47] target/arm: Fix sve_probe_page
` [PATCH 13/47] target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled
` [PATCH 14/47] target/arm: Fix in_debug path in S1_ptw_translate
` [PATCH 15/47] target/arm: Fix physical address resolution for Stage2
` [PATCH 16/47] migration/ram: Fix error handling in ram_write_tracking_start()
` [PATCH 17/47] migration/ram: Fix populate_read_range()
` [PATCH 18/47] qcow2: Fix theoretical corruption in store_bitmap() error path
` [PATCH 19/47] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
` [PATCH 20/47] tests/tcg/i386: Introduce and use reg_t consistently
` [PATCH 21/47] target/i386: Fix BEXTR instruction
` [PATCH 22/47] target/i386: Fix C flag for BLSI, BLSMSK, BLSR
` [PATCH 23/47] target/i386: fix ADOX followed by ADCX
` [PATCH 24/47] target/i386: Fix BZHI instruction
` [PATCH 25/47] block/iscsi: fix double-free on BUSY or similar statuses
` [PATCH 26/47] hw/smbios: fix field corruption in type 4 table
` [PATCH 27/47] Revert "x86: do not re-randomize RNG seed on snapshot load"
` [PATCH 28/47] Revert "x86: re-initialize RNG seed when selecting kernel"
` [PATCH 29/47] Revert "x86: reinitialize RNG seed on system reboot"
` [PATCH 30/47] Revert "x86: use typedef for SetupData struct"
` [PATCH 31/47] Revert "x86: return modified setup_data only if read as memory, not as file"
` [PATCH 32/47] Revert "hw/i386: pass RNG seed via setup_data entry"
` [PATCH 33/47] vhost-user-gpio: Configure vhost_dev when connecting
` [PATCH 34/47] vhost-user-i2c: Back up vqs before cleaning up vhost_dev
` [PATCH 35/47] vhost-user-rng: "
` [PATCH 37/47] virtio-rng-pci: fix transitional migration compat for vectors
` [PATCH 38/47] hw/timer/hpet: Fix expiration time overflow
` [PATCH 39/47] vdpa: stop all svq on device deletion
` [PATCH 40/47] vhost: avoid a potential use of an uninitialized variable in vhost_svq_poll()
` [PATCH 41/47] libvhost-user: check for NULL when allocating a virtqueue element
` [PATCH 42/47] chardev/char-socket: set s->listener = NULL in char_socket_finalize
` [PATCH 43/47] intel-iommu: fail MAP notifier without caching mode
` [PATCH 44/47] intel-iommu: fail DEVIOTLB_UNMAP without dt mode
` [PATCH 45/47] block: Handle curl 7.55.0, 7.85.0 version changes
` [PATCH 46/47] tests/tcg: fix unused variable in linux-test
` [PATCH 47/47] build-sys: fix crlf-ending C code
` [PATCH 36/47] virtio-rng-pci: fix migration compat for vectors
[PULL 00/20] MIPS patches for 2023-03-07
2023-03-08 18:51 UTC (5+ messages)
` [PULL 14/20] hw/ppc/pegasos2: Fix PCI interrupt routing
[PATCH v2 0/9] Fix missing memory barriers on ARM
2023-03-08 18:41 UTC (11+ messages)
` [PATCH v2 8/9] async: update documentation of the memory barriers
Deadlock with ide_issue_trim and draining
2023-03-08 18:03 UTC (6+ messages)
[PATCH 0/6] block: switch to AIO_WAIT_WHILE_UNLOCKED() where possible
2023-03-08 17:25 UTC (7+ messages)
` [PATCH 1/6] block: don't acquire AioContext lock in bdrv_drain_all()
[PATCH v5 0/4] AioContext removal: LinuxAioState and ThreadPool
2023-03-08 17:24 UTC (7+ messages)
` [PATCH v5 1/4] linux-aio: use LinuxAioState from the running thread
[RFC PATCH 0/2] Enable additional display heads on guest launch
2023-03-08 16:25 UTC (3+ messages)
` [RFC PATCH 1/2] gtk: Make sure widget is realized before updating
` [RFC PATCH 2/2] virtio-gpu: Add an option to connect all outputs on startup
[PATCH v5] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-03-08 16:13 UTC (5+ messages)
[PATCH RESEND v6 0/5] migration: reduce time of loading non-iterable vmstate
2023-03-08 15:46 UTC (10+ messages)
[PATCH v16 00/11] s390x: CPU Topology
2023-03-08 15:24 UTC (4+ messages)
` [PATCH v16 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
[PATCH v1 0/2] vhost: memslot handling improvements
2023-03-08 15:21 UTC (6+ messages)
` [PATCH v1 1/2] vhost: Defer filtering memory sections until building the vhost memory structure
[PATCH v3] qapi: give available enum values as error hint
2023-03-08 13:59 UTC (3+ messages)
[PATCH v6 0/4] memory: prevent dma-reentracy issues
2023-03-08 13:40 UTC (3+ messages)
` [PATCH v6 4/4] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
[PULL 00/28] Linux user for 8.0 patches
2023-03-08 13:28 UTC (24+ messages)
` [PULL 01/28] linux-user: Fix access to /proc/self/exe
` [PULL 02/28] linux-user: fix timerfd read endianness conversion
` [PULL 04/28] linux-user: Fix unaligned memory access in prlimit64 syscall
` [PULL 07/28] linux-user: Fix brk() to release pages
` [PULL 10/28] linux-user: fix sockaddr_in6 endianness
` [PULL 11/28] linux-user: handle netlink flag NLA_F_NESTED
` [PULL 12/28] linux-user: Add translation for argument of msync()
` [PULL 13/28] linux-user: Emulate CLONE_PIDFD flag in clone()
` [PULL 14/28] linux-user/sparc: Tidy syscall trap
` [PULL 15/28] linux-user/sparc: Tidy syscall error return
` [PULL 16/28] linux-user/sparc: Use TT_TRAP for flush windows
` [PULL 17/28] linux-user/sparc: Tidy window spill/fill traps
` [PULL 18/28] linux-user/sparc: Fix sparc64_{get, set}_context traps
` [PULL 19/28] linux-user/sparc: Handle software breakpoint trap
` [PULL 20/28] linux-user/sparc: Handle division by zero traps
` [PULL 21/28] linux-user/sparc: Handle getcc, setcc, getpsr traps
` [PULL 22/28] linux-user/sparc: Handle priviledged opcode trap
` [PULL 23/28] linux-user/sparc: Handle privilidged action trap
` [PULL 24/28] linux-user/sparc: Handle coprocessor disabled trap
` [PULL 25/28] linux-user/sparc: Handle unimplemented flush trap
` [PULL 26/28] linux-user/sparc: Handle floating-point exceptions
` [PULL 27/28] linux-user/sparc: Handle tag overflow traps
` [PULL 28/28] linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64
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).