qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-08 01:16:13 to 2023-03-08 20:22:14 UTC [more...]

[PATCH for-8.1 00/17] centralize CPU extensions logic
 2023-03-08 20:19 UTC  (13+ 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 06/17] target/riscv: move realize() validations to riscv_cpu_validate_set_extensions()
` [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 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 17/17] target/riscv: rework write_misa()

[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

[PATCH] target/riscv/csr.c: fix H extension TVM trap
 2023-03-08 19:44 UTC  (2+ messages)

[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

[PATCH v2 0/3] Enable avocado testing for Xen guests
 2023-03-08 19:20 UTC  (8+ messages)
` [PATCH v2 1/3] hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE update
` [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

[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

[PATCH] Fix build without CONFIG_XEN_EMU
 2023-03-08 18:28 UTC  (2+ messages)

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 v2 00/25] tcg: Remove tcg_const_*
 2023-03-08 17:25 UTC  (3+ messages)
` [PATCH v2 02/25] target/arm: Handle FPROUNDING_ODD in arm_rmode_to_sf

[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  (9+ messages)
` [PATCH v1 1/2] vhost: Defer filtering memory sections until building the vhost memory structure

[PATCH] use qatzip to acclerate the live migration
 2023-03-08  0:59 UTC 

[qemu-web PATCH] Add a blog post about the upcoming KVM Forum 2023
 2023-03-08 14:12 UTC 

[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  (29+ messages)
` [PULL 01/28] linux-user: Fix access to /proc/self/exe
` [PULL 02/28] linux-user: fix timerfd read endianness conversion
` [PULL 03/28] linux-user: add target to host netlink conversions
` [PULL 04/28] linux-user: Fix unaligned memory access in prlimit64 syscall
` [PULL 05/28] linux-user: add support for xtensa FDPIC
` [PULL 06/28] linux-user: fill out task state in /proc/self/stat
` [PULL 07/28] linux-user: Fix brk() to release pages
` [PULL 08/28] linux-user: Provide print_raw_param64() for 64-bit values
` [PULL 09/28] linux-user: Add strace for prlimit64() syscall
` [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

[PULL 00/51] Net patches
 2023-03-08 12:25 UTC  (9+ messages)

Emulating device configuration / max_virtqueue_pairs in vhost-vdpa and vhost-user
 2023-03-08 12:15 UTC  (5+ messages)

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

[RFC v3 00/18] vfio: Adopt iommufd
 2023-03-08 10:56 UTC  (4+ messages)
` [RFC v3 11/18] vfio/ccw: Use vfio_[attach/detach]_device

[PATCH 00/43] Migration: Create options.c for capabilities/params/properties
 2023-03-08 10:47 UTC  (5+ messages)
` [PATCH 03/43] migration: Create migration_cap_set()
` [PATCH 04/43] migration: create options.c

[PATCH v7] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-03-08 10:39 UTC  (2+ messages)

[PATCH v2] virtio-balloon: optimize the virtio-balloon on the ARM platform
 2023-03-08 10:34 UTC  (3+ messages)

[PATCH v2 0/3] block: protect BlockBackend->queued_requests with a lock
 2023-03-08  9:46 UTC  (2+ messages)

[PATCH v4 00/11] QMP command to import win32 sockets
 2023-03-08  9:27 UTC  (5+ messages)
` [PATCH v4 04/11] osdep: implement qemu_socketpair() for win32

sh4-linux-user compile failure
 2023-03-08  8:19 UTC  (4+ messages)

[PULL v2 00/13] Final tests, s390x and misc updates before the soft freeze
 2023-03-08  8:04 UTC  (2+ messages)

[PATCH v3 0/4] MIPS Virt machine
 2023-03-08  7:51 UTC  (7+ messages)
` [PATCH v3 1/4] gitlab-ci: Remove mips64-softmmu from build-without-defaults job
` [PATCH v3 2/4] configs/targets: Have all MIPS targets select FDT
` [PATCH v3 3/4] hw/misc: Add MIPS Trickbox device

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-03-08  7:40 UTC  (3+ messages)

[PATCH V2 0/5] Fix UNMAP notifier for intel-iommu
 2023-03-08  5:19 UTC  (4+ messages)
` [PATCH V2 3/5] memory: introduce memory_region_unmap_iommu_notifier_range()

stable releases
 2023-03-08  2:59 UTC  (3+ messages)

[RESEND PATCH v6 0/8] hw/cxl: RAS error emulation and injection
 2023-03-08  1:34 UTC  (4+ messages)
` [RESEND PATCH v6 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PULL 00/73] virtio,pc,pci: features, fixes
 2023-03-08  1:14 UTC  (33+ messages)
` [PULL 03/73] cryptodev: Introduce cryptodev alg type in QAPI
` [PULL 07/73] hmp: add cryptodev info command
` [PULL 10/73] cryptodev: support QoS
` [PULL 16/73] vdpa: rewind at get_base, not set_base
` [PULL 17/73] vdpa: add vhost_vdpa->suspended parameter
` [PULL 18/73] vdpa: add vhost_vdpa_suspend
` [PULL 20/73] vdpa: add vdpa net migration state notifier
` [PULL 24/73] vdpa: block migration if SVQ does not admit a feature
` [PULL 31/73] tests: acpi: whitelist q35/DSDT.multi-bridge before extending testcase
` [PULL 35/73] x86: pcihp: fix missing bridge AML when intermediate root-port has 'hotplug=off' set
` [PULL 37/73] pcihp: piix4: do not redirect hotplug controller to piix4 when ACPI hotplug is disabled
` [PULL 38/73] pci: fix 'hotplugglable' property behavior
` [PULL 39/73] tests: acpi: whitelist DSDT blobs before isolating PCI _DSM func 0 prolog
` [PULL 43/73] acpi: pci: add EDSM method to DSDT
` [PULL 44/73] tests: acpi: update expected blobs
` [PULL 49/73] tests: acpi: whitelist DSDT before exposing non zero functions
` [PULL 50/73] acpi: pci: describe all functions on populated slots
` [PULL 51/73] tests: acpi: update expected blobs
` [PULL 55/73] pci: move acpi-index uniqueness check to generic PCI device code
` [PULL 58/73] acpi: pci: move out ACPI PCI hotplug generator from generic slot generator build_append_pci_bus_devices()
` [PULL 59/73] pcihp: move fields enabling hotplug into AcpiPciHpState
` [PULL 61/73] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
` [PULL 62/73] hw/pci/aer: Add missing routing for AER errors
` [PULL 63/73] hw/pci-bridge/cxl_root_port: Wire up AER
` [PULL 64/73] hw/pci-bridge/cxl_root_port: Wire up MSI
` [PULL 65/73] hw/mem/cxl-type3: Add AER extended capability
` [PULL 66/73] hw/cxl: Fix endian issues in CXL RAS capability defaults / masks
` [PULL 68/73] hw/mem/cxl_type3: Add CXL RAS Error Injection Support
` [PULL 70/73] hw/pxb-cxl: Support passthrough HDM Decoders unless overridden
` [PULL 71/73] hw/virtio/vhost-user: avoid using unitialized errp
` [PULL 72/73] virtio: fix reachable assertion due to stale value of cached region size
` [PULL 73/73] virtio: refresh vring region cache after updating a virtqueue size


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