qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-11 12:19:44 to 2024-09-11 23:08:18 UTC [more...]

[PATCH v4 00/12] tcg/riscv: Add support for vector
 2024-09-11 23:07 UTC  (17+ messages)
` [PATCH v4 01/12] util: Add RISC-V vector extension probe in cpuinfo
` [PATCH v4 02/12] tcg/riscv: Add basic support for vector
` [PATCH v4 03/12] tcg/riscv: Add vset{i}vli and ld/st vec ops
` [PATCH v4 04/12] tcg/riscv: Implement vector mov/dup{m/i}
` [PATCH v4 05/12] tcg/riscv: Add support for basic vector opcodes
` [PATCH v4 06/12] tcg/riscv: Implement vector cmp/cmpsel ops
` [PATCH v4 07/12] tcg/riscv: Implement vector neg ops
` [PATCH v4 08/12] tcg/riscv: Implement vector sat/mul ops
` [PATCH v4 09/12] tcg/riscv: Implement vector min/max ops
` [PATCH v4 10/12] tcg/riscv: Implement vector shi/s/v ops
` [PATCH v4 11/12] tcg/riscv: Implement vector roti/v/x ops
` [PATCH v4 12/12] tcg/riscv: Enable native vector support for TCG host

[PATCH 0/2] Fixes for standard conformance
 2024-09-11 13:19 UTC  (3+ messages)
` [PATCH 1/2] hw/intc: Make zeroth priority register read-only
` [PATCH 2/2] hw/intc: Don't clear pending bits on IRQ lowering

[RFC 0/6] hugetlbfs largepage RAS project
 2024-09-11 22:07 UTC  (5+ messages)
` [RFC RESEND "

[PATCH RFC 00/10] migration: auto-converge refinements for huge VM
 2024-09-11 21:26 UTC  (11+ messages)
` [PATCH RFC 10/10] tests/migration-tests: Add test case for responsive CPU throttle

[PATCH for-9.2 v15 00/11] hw/pci: SR-IOV related fixes and improvements
 2024-09-11 21:11 UTC  (7+ messages)
` [PATCH for-9.2 v15 04/11] s390x/pci: Check for multifunction after device realization

[PATCH v8 0/6] plugins: access values during a memory read/write
 2024-09-11 19:57 UTC  (4+ messages)
` [PATCH v8 6/6] tests/tcg/multiarch: add test for plugin memory access

[RFC v3 0/3] Add packed virtqueue to shadow virtqueue
 2024-09-11 19:36 UTC  (4+ messages)
` [RFC v3 3/3] vhost: Allocate memory for packed vring

[PATCH] vfio/iommufd: no hw_info for mediated devices
 2024-09-11 19:32 UTC  (4+ messages)

[PATCH v1 00/14] s390x: virtio-mem support
 2024-09-11 19:09 UTC  (17+ messages)
` [PATCH v1 01/14] s390x/s390-virtio-ccw: don't crash on weird RAM sizes
` [PATCH v1 02/14] s390x/s390-virtio-hcall: remove hypercall registration mechanism
` [PATCH v1 03/14] s390x/s390-virtio-hcall: prepare for more diag500 hypercalls
` [PATCH v1 04/14] s390x: rename s390-virtio-hcall* to s390-hypercall*

[PATCH] softmmu: Expand comments describing max_bounce_buffer_size
 2024-09-11 18:58 UTC  (2+ messages)

[PATCH] migration/multifd: Fix loop conditions in multifd_zstd_send_prepare and multifd_zstd_recv
 2024-09-11 18:43 UTC  (2+ messages)

[PULL 00/10] testing and gdbstub updates
 2024-09-11 18:27 UTC  (2+ messages)

[PATCH v2] aspeed: Deprecate the tacoma-bmc machine
 2024-09-11 18:18 UTC  (12+ messages)

[PATCH 0/2] Move net backend cleanup to NIC cleanup
 2024-09-11 17:48 UTC  (6+ messages)

[PATCH v2 0/5] tmp105: Improvements and fixes
 2024-09-11 17:32 UTC  (3+ messages)
` [PATCH v2 4/5] hw/sensor/tmp105: OS (one-shot) bit in config register always returns 0

[PATCH 00/39] Use g_assert_not_reached instead of (g_)assert(0, false)
 2024-09-11 16:56 UTC  (34+ messages)
` [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
` [PATCH 08/39] migration: "
` [PATCH 09/39] qobject: "
` [PATCH 11/39] target/ppc: "
` [PATCH 15/39] block: replace assert(false) "
` [PATCH 19/39] hw/pci: "
` [PATCH 20/39] hw/ppc: "
` [PATCH 21/39] migration: "
` [PATCH 25/39] block: remove break after g_assert_not_reached()
` [PATCH 31/39] hw/scsi: "
` [PATCH 00/39] Use g_assert_not_reached instead of (g_)assert(0,false)

[PATCH v2 00/18] tcg: Improve support for cmpsel_vec
 2024-09-11 16:50 UTC  (19+ messages)
` [PATCH v2 01/18] tcg: Export vec_gen_6
` [PATCH v2 02/18] tcg/i386: Split out tcg_out_vex_modrm_type
` [PATCH v2 03/18] tcg/i386: Do not expand cmp_vec early
` [PATCH v2 04/18] tcg/i386: Do not expand cmpsel_vec early
` [PATCH v2 05/18] tcg/ppc: Do not expand cmp_vec early
` [PATCH v2 06/18] tcg/s390x: "
` [PATCH v2 07/18] tcg/optimize: Fold movcond with true and false values identical
` [PATCH v2 08/18] tcg/optimize: Optimize cmp_vec and cmpsel_vec
` [PATCH v2 09/18] tcg/optimize: Optimize bitsel_vec
` [PATCH v2 10/18] tcg/i386: Optimize cmpsel with constant 0 operand 3
` [PATCH v2 11/18] tcg/i386: Implement cmp_vec with avx512 insns
` [PATCH v2 12/18] tcg/i386: Add predicate parameters to tcg_out_evex_opc
` [PATCH v2 13/18] tcg/i386: Implement cmpsel_vec with avx512 insns
` [PATCH v2 14/18] tcg/i386: Implement vector TST{EQ,NE} for avx512
` [PATCH v2 15/18] tcg/ppc: Implement cmpsel_vec
` [PATCH v2 16/18] tcg/ppc: Optimize cmpsel with constant 0/-1 arguments
` [PATCH v2 17/18] tcg/s390x: Implement cmpsel_vec
` [PATCH v2 18/18] tcg/s390x: Optimize cmpsel with constant 0/-1 arguments

[PATCH] Remove unnecessary code in the interface accel_system_init_ops_interfaces
 2024-09-11 16:34 UTC  (4+ messages)

[PATCH] target/ppc: Fix lxvx/stxvx facility check
 2024-09-11 16:19 UTC  (2+ messages)

[PATCH] migration/multifd: Fix build for qatzip
 2024-09-11 16:11 UTC  (6+ messages)

[PATCH v8 00/13] Add ACPI CPER firmware first error injection on ARM emulation
 2024-09-11 15:34 UTC  (6+ messages)
` [PATCH v8 06/13] acpi/ghes: add support for generic error injection via QAPI

[PULL 00/17] Misc patches for 2024-09-11
 2024-09-11 15:31 UTC  (20+ messages)
` [PULL 01/17] target/i386: Delete duplicated macro definition CR4_FRED_MASK
` [PULL 02/17] target/i386: Add VMX control bits for nested FRED support
` [PULL 03/17] target/i386: Raise the highest index value used for any VMCS encoding
` [PULL 04/17] tests/unit: remove block layer code from test-nested-aio-poll
` [PULL 05/17] hw/i386/pc: Add a description for the i8042 property
` [PULL 06/17] kvm/i386: make kvm_filter_msr() and related definitions private to kvm module
` [PULL 07/17] kvm/i386: fix return values of is_host_cpu_intel()
` [PULL 08/17] kvm: replace fprintf with error_report()/printf() in kvm_init()
` [PULL 09/17] kvm/i386: refactor kvm_arch_init and split it into smaller functions
` [PULL 10/17] kvm/i386: replace identity_base variable with a constant
` [PULL 11/17] kvm: refactor core virtual machine creation into its own function
` [PULL 12/17] target/i386: Expose IBPB-BRTYPE and SBPB CPUID bits to the guest
` [PULL 13/17] hw: Remove unused inclusion of hw/char/serial.h
` [PULL 14/17] hw/char/serial.h: Extract serial-isa.h
` [PULL 15/17] hw/char: Extract serial-mm
` [PULL 16/17] virtio-9p: remove virtfs-proxy-helper
` [PULL 17/17] minikconf: print error entirely on stderr

[PATCH 0/2] Finish eliminating QERR_UNSUPPORTED
 2024-09-11 15:13 UTC  (4+ messages)
` [PATCH 1/2] qga/qapi-schema: Drop obsolete note on "unsupported" errors
` [PATCH 2/2] qga: Improve error for guest-set-user-password parameter @crypted

[PATCH v3 0/5] license: Fix typos and update SPDX tags
 2024-09-11 15:12 UTC  (6+ messages)
` [PATCH v3 1/5] tests/functional: Correct typo in test_netdev_ethtool.py SPDX tag
` [PATCH v3 2/5] license: Simplify GPL-2.0-or-later license descriptions
` [PATCH v3 3/5] license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later
` [PATCH v3 4/5] license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-later
` [PATCH v3 5/5] license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only

[PATCH] tests/qtest/migration: Move a couple of slow tests under g_test_slow
 2024-09-11 15:05 UTC  (2+ messages)

[PULL 00/18] virtio,pc,pci: features, fixes, cleanups
 2024-09-11 13:52 UTC  (19+ messages)
` [PULL 01/18] virtio: Allow .get_vhost() without vhost_started
` [PULL 02/18] virtio: Always reset vhost devices
` [PULL 03/18] hw: Move declaration of IRQState to header and add init function
` [PULL 04/18] hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating
` [PULL 05/18] pci: don't skip function 0 occupancy verification for devfn auto assign
` [PULL 06/18] hw/pci/pci-hmp-cmds: Avoid displaying bogus size in 'info pci'
` [PULL 07/18] virtio: rename virtio_split_packed_update_used_idx
` [PULL 08/18] intel_iommu: Fix invalidation descriptor type field
` [PULL 09/18] intel_iommu: Make PASID-cache and PIOTLB type invalid in legacy mode
` [PULL 10/18] tests/acpi: pc: allow DSDT acpi table changes
` [PULL 11/18] hw/i386/acpi-build: Return a pre-computed _PRT table
` [PULL 12/18] tests/acpi: pc: update golden masters for DSDT
` [PULL 13/18] vhost_net: configure all host notifiers in a single MR transaction
` [PULL 14/18] virtio-pci: Add lookup subregion of VirtIOPCIRegion MR
` [PULL 15/18] hw/cxl: fix physical address field in get scan media results output
` [PULL 16/18] hw/audio/virtio-sound: fix heap buffer overflow
` [PULL 17/18] virtio-mem: don't warn about THP sizes on a kernel without THP support
` [PULL 18/18] hw/acpi/ich9: Add periodic and swsmi timer

[RFC PATCH v2 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests
 2024-09-11 14:54 UTC  (8+ messages)
` [RFC PATCH v2 1/5] vhost-user: Add VIRTIO Shared Memory map request

[PATCH v9 00/12] Add ACPI CPER firmware first error injection on ARM emulation
 2024-09-11 15:01 UTC  (5+ messages)
` [PATCH v9 01/12] acpi/ghes: add a firmware file with HEST address
` [PATCH v9 02/12] acpi/ghes: rework the logic to handle HEST source ID

[PATCH] i386/cpu: fixup number of addressable IDs for logical processors in the physical package
 2024-09-11 13:52 UTC 

[PATCH v2 00/17] Multifd 🔀 device state transfer support with VFIO consumer
 2024-09-11 14:50 UTC  (5+ messages)
` [PATCH v2 01/17] vfio/migration: Add save_{iterate, complete_precopy}_started trace events
  ` [PATCH v2 01/17] vfio/migration: Add save_{iterate,complete_precopy}_started "

[PATCH 0/2] qapi: Remove some error documentation lint
 2024-09-11 13:24 UTC  (3+ messages)
` [PATCH 1/2] qapi: Drop "with an explanation" from error descriptions
` [PATCH 2/2] qapi/block-core: Drop drive-backup's "Any other error" documentation

[PATCH v2 0/8] qapi: Supply some of the missing member documentation
 2024-09-11 13:04 UTC  (4+ messages)
` [PATCH v2 5/8] qapi/pci: Supply "

[PULL 00/56] Misc HW & UI patches
 2024-09-11 12:14 UTC  (42+ messages)
` [PULL 11/56] hw/cris: Remove the axis-dev88 machine
` [PULL 14/56] hw/char: Remove TYPE_ETRAX_FS_SERIAL device
` [PULL 17/56] hw/timer: Remove TYPE_ETRAX_FS_TIMER device
` [PULL 19/56] target/cris: Remove the deprecated CRIS target
` [PULL 20/56] seccomp: Remove check for CRIS host
` [PULL 21/56] target/riscv: Remove the deprecated 'any' CPU type
` [PULL 22/56] hw/audio/virtio-sound: fix heap buffer overflow
` [PULL 23/56] hw/char/pl011: Remove unused 'readbuff' field
` [PULL 24/56] hw/char/pl011: Move pl011_put_fifo() earlier
` [PULL 25/56] hw/char/pl011: Move pl011_loopback_enabled|tx() around
` [PULL 26/56] hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
` [PULL 27/56] hw/char/pl011: Extract pl011_write_txdata() from pl011_write()
` [PULL 28/56] hw/char/pl011: Extract pl011_read_rxdata() from pl011_read()
` [PULL 29/56] hw/char/pl011: Warn when using disabled transmitter
` [PULL 30/56] hw/char/pl011: Rename RX FIFO methods
` [PULL 31/56] MAINTAINERS: Add myself as a reviewer of VT-d
` [PULL 32/56] fifo8: rename fifo8_peekpop_buf() to fifo8_peekpop_bufptr()
` [PULL 33/56] fifo8: introduce head variable for fifo8_peekpop_bufptr()
` [PULL 34/56] fifo8: add skip parameter to fifo8_peekpop_bufptr()
` [PULL 35/56] fifo8: replace fifo8_pop_bufptr() with fifo8_peekpop_bufptr() in fifo8_pop_buf()
` [PULL 36/56] fifo8: rename fifo8_pop_buf() to fifo8_peekpop_buf()
` [PULL 37/56] fifo8: honour do_pop argument in fifo8_peekpop_buf()
` [PULL 38/56] fifo8: add fifo8_peek_buf() function
` [PULL 39/56] fifo8: introduce fifo8_peek() function
` [PULL 40/56] tests/unit: add test-fifo unit test
` [PULL 41/56] tests/unit: Strengthen FIFO8 tests
` [PULL 42/56] tests/unit: Expand test_fifo8_peek_buf_wrap() coverage
` [PULL 43/56] tests/unit: Comment FIFO8 tests
` [PULL 44/56] hw/char/escc: convert Sun mouse to use QemuInputHandler
` [PULL 45/56] hw/input/adb-mouse: convert "
` [PULL 46/56] hw/char: replace assert(0) with g_assert_not_reached()
` [PULL 47/56] hw/core: "
` [PULL 48/56] hw/watchdog: "
` [PULL 49/56] hw/gpio: remove break after g_assert_not_reached()
` [PULL 50/56] hw/misc: "
` [PULL 51/56] hw/pci-host: "
` [PULL 52/56] system: replace assert(0) with g_assert_not_reached()
` [PULL 53/56] ui/sdl2: release all modifiers
` [PULL 54/56] ui/sdl2: ignore GUI keys in SDL_TEXTINPUT handler
` [PULL 55/56] ui/sdl2: set swap interval explicitly when OpenGL is enabled
` [PULL 56/56] ui: remove break after g_assert_not_reached()

[PULL 00/19] QAPI patches patches for 2024-09-10
 2024-09-11 12:17 UTC  (2+ messages)

[PATCH RFC V3 00/29] Support of Virtual CPU Hotplug for ARMv8 Arch
 2024-09-11 12:25 UTC  (10+ messages)
` [PATCH RFC V3 01/29] arm/virt, target/arm: Add new ARMCPU {socket, cluster, core, thread}-id property
  ` [PATCH RFC V3 01/29] arm/virt,target/arm: Add new ARMCPU {socket,cluster,core,thread}-id property

[PATCH] hw/intc/arm_gic: fix spurious level triggered interrupts
 2024-09-11 12:20 UTC  (4+ messages)

SDL2 keyboard fixes on Windows
 2024-09-11 12:16 UTC  (7+ messages)
` [PATCH 1/3] ui/sdl2: reenable the SDL2 Windows keyboard hook procedure


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