qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-29 12:43:15 to 2024-01-29 23:06:30 UTC [more...]

[PULL 00/31] tcg patch queue
 2024-01-29 23:01 UTC  (14+ messages)
` [PULL 01/31] cpu-exec: simplify jump cache management
` [PULL 02/31] include/exec: Move vaddr defines to separate file
` [PULL 08/31] include/exec: Move cpu_*()/cpu_env() to common header
` [PULL 10/31] include/hw/core: Remove i386 conditional on fake_user_interrupt
` [PULL 11/31] linux-user: Allow gdbstub to ignore page protection
` [PULL 12/31] tests/tcg: Factor out gdbstub test functions
` [PULL 15/31] target: Make qemu_target_page_mask() available for *-user
` [PULL 17/31] tcg: Make tb_cflags() usable from target-agnostic code
` [PULL 19/31] accel/tcg: Move perf and debuginfo support to tcg/
` [PULL 20/31] accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in meson
` [PULL 21/31] accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()
` [PULL 22/31] accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()
` [PULL 25/31] target/loongarch: Constify loongarch_tcg_ops

[PATCH v2 0/2] Initialize backend memory objects in parallel
 2024-01-29 22:59 UTC  (5+ messages)

[PATCH v4 0/3] linux-user: Allow gdbstub to ignore page protection
 2024-01-29 22:47 UTC  (2+ messages)

[PATCH 0/4] mips: do not list individual devices from configs/
 2024-01-29 22:30 UTC  (12+ messages)
` [PATCH 1/4] isa: clean up Kconfig selections for ISA_SUPERIO
` [PATCH 2/4] isa: extract FDC37M81X to a separate file
` [PATCH 3/4] usb: inline device creation functions
` [PATCH 4/4] mips: do not list individual devices from configs/

[PATCH v4 0/2] Add BCM2835-SPI0 to BCM2835
 2024-01-29 22:18 UTC  (3+ messages)
` [PATCH v4 1/2] hw/ssi: Implement BCM2835 SPI Controller
` [PATCH v4 2/2] hw/arm: Connect SPI Controller to BCM2835

[PATCH v3 00/29] hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro
 2024-01-29 21:53 UTC  (36+ messages)
` [PATCH v3 01/29] bulk: Access existing variables initialized to &S->F when available
` [PATCH v3 02/29] hw/core: Declare CPUArchId::cpu as CPUState instead of Object
` [PATCH v3 03/29] hw/acpi/cpu: Use CPUState typedef
` [PATCH v3 04/29] bulk: Call in place single use cpu_env()
` [PATCH v3 05/29] scripts/coccinelle: Add cpu_env.cocci script
` [PATCH v3 06/29] target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
` [PATCH v3 07/29] target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macro
` [PATCH v3 08/29] target/arm: "
` [PATCH v3 09/29] target/avr: "
` [PATCH v3 10/29] target/cris: "
` [PATCH v3 11/29] target/hexagon: "
` [PATCH v3 12/29] target/hppa: "
` [PATCH v3 13/29] target/i386/hvf: Use CPUState typedef
` [PATCH v3 14/29] target/i386: Prefer fast cpu_env() over slower CPU QOM cast macro
` [PATCH v3 15/29] target/loongarch: "
` [PATCH v3 16/29] target/m68k: "
` [PATCH v3 17/29] target/microblaze: "
` [PATCH v3 18/29] target/mips: "
` [PATCH v3 19/29] target/nios2: "
` [PATCH v3 20/29] target/openrisc: "
` [PATCH v3 21/29] target/ppc: "
` [PATCH v3 22/29] target/riscv: "
` [PATCH v3 23/29] target/rx: "
` [PATCH v3 24/29] target/s390x: "
` [PATCH v3 25/29] target/sh4: "
` [PATCH v3 26/29] target/sparc: "
` [PATCH v3 27/29] target/tricore: "
` [PATCH v3 28/29] target/xtensa: "
` [PATCH v3 29/29] user: "

[PATCH 00/22] target/sparc: floating-point cleanup
 2024-01-29 21:50 UTC  (3+ messages)

[PATCH v2 00/23] hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro
 2024-01-29 21:43 UTC  (3+ messages)
` [PATCH v2 23/23] target/sparc: "

[PATCH 0/5] buses: switch to 3-phase-reset
 2024-01-29 21:42 UTC  (3+ messages)
` [PATCH 3/5] adb: Switch bus reset "

[PATCH] Make 'uri' optional for migrate QAPI
 2024-01-29 20:56 UTC  (3+ messages)

Why invtsc (CPUID_APM_INVTSC) is unmigratable?
 2024-01-29 20:54 UTC  (8+ messages)

[PATCH [repost]] block/blkio: Don't assume size_t is 64 bit
 2024-01-29 20:41 UTC  (3+ messages)

[ANNOUNCE] QEMU 8.2.1 Stable released
 2024-01-29 20:24 UTC 

[ANNOUNCE] QEMU 8.2.2 Stable released
 2024-01-29 20:24 UTC  (2+ messages)

[PATCH v3 0/3] Add support for the RAPL MSRs series
 2024-01-29 20:21 UTC  (13+ messages)
` [PATCH v3 1/3] qio: add support for SO_PEERCRED for socket channel
` [PATCH v3 2/3] tools: build qemu-vmsr-helper
` [PATCH v3 3/3] Add support for RAPL MSRs in KVM/Qemu

[PATCH] vfio/pci: Clear MSI-X IRQ index always
 2024-01-29 20:19 UTC  (3+ messages)

[PATCH v3 0/6] hw/{arm,xen} convert printfs to trace/reports
 2024-01-29 19:49 UTC  (8+ messages)
` [PATCH v3 1/6] hw/arm/strongarm.c: convert DPRINTF to trace events and guest errors
` [PATCH v3 2/6] hw/arm/z2: "
` [PATCH v3 3/6] hw/arm/xen_arm.c: convert DPRINTF to trace events and error/warn reports
` [PATCH v3 4/6] hw/xen/xen-mapcache.c: convert DPRINTF to tracepoints
` [PATCH v3 5/6] hw/xen/xen-hvm-common.c: "
` [PATCH v3 6/6] hw/xen: convert stderr prints to error/warn reports

[PATCH 0/5] qmp: Documentation cleanups
 2024-01-29 19:47 UTC  (11+ messages)
` [PATCH 1/5] qapi: Drop redundant documentation of inherited members
` [PATCH 2/5] qapi: Drop redundant documentation of conditional
` [PATCH 3/5] qapi: Elide "Potential additional modes" from generated docs
` [PATCH 4/5] qga: Move type description right after type name
` [PATCH 5/5] qga/qapi-schema: Move command description right after command name

Call for GSoC/Outreachy internship project ideas
 2024-01-29 19:39 UTC  (3+ messages)

[PATCH v5 0/6] hw/misc/pvpanic: add support for normal shutdowns
 2024-01-29 19:28 UTC  (7+ messages)
` [PATCH v5 1/6] linux-headers: drop pvpanic.h
` [PATCH v5 2/6] hw/misc/pvpanic: centralize definition of supported events
` [PATCH v5 3/6] tests/qtest/pvpanic: use centralized "
` [PATCH v5 4/6] hw/misc/pvpanic: add support for normal shutdowns
` [PATCH v5 5/6] pvpanic: Emit GUEST_PVSHUTDOWN QMP event on pvpanic shutdown signal
` [PATCH v5 6/6] tests/qtest/pvpanic: add tests for pvshutdown event

[PATCH v5 0/6] Pointer Masking update for Zjpm v0.8
 2024-01-29 19:22 UTC  (7+ messages)
` [PATCH v5 1/6] target/riscv: Remove obsolete pointer masking extension code
` [PATCH v5 2/6] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v0.8
` [PATCH v5 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
` [PATCH v5 4/6] target/riscv: Add pointer masking tb flags
` [PATCH v5 5/6] target/riscv: Update address modify functions to take into account pointer masking
` [PATCH v5 6/6] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension

[ANNOUNCE] QEMU 8.1.5 Stable released
 2024-01-29 19:22 UTC  (2+ messages)

[ANNOUNCE] QEMU 7.2.9 Stable released
 2024-01-29 19:11 UTC 

[PATCH] {linux, bsd}-user: Fail mmap() if size doesn't fit into host's size_t
 2024-01-29 19:02 UTC  (2+ messages)
` [PATCH] {linux,bsd}-user: "

[PATCH 00/33] tcg patch queue, pre-pull
 2024-01-29 18:36 UTC  (3+ messages)

[PATCH] backends/hostmem: Fix block comments style (checkpatch.pl warnings)
 2024-01-29 18:31 UTC 

[PATCH v4 00/66] QEMU Guest memfd + QEMU TDX support
 2024-01-29 18:02 UTC  (3+ messages)
` [PATCH v4 13/66] target/i386: Introduce kvm_confidential_guest_init()

[PATCH 0/3] VIRTIO-IOMMU: Introduce an aw-bits option
 2024-01-29 17:56 UTC  (5+ messages)

[PATCH v3 0/9] Enabling DCD emulation support in Qemu
 2024-01-29 17:32 UTC  (4+ messages)
` [PATCH v3 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support

[PULL 0/2] vfio queue
 2024-01-29 17:22 UTC  (2+ messages)

[PULL 00/14] Migration 20240126 patches
 2024-01-29 17:22 UTC  (2+ messages)

[PATCH] hw/intc/xics: Include missing 'cpu.h' header
 2024-01-29 17:05 UTC 

[PATCH] hw/hyperv: Include missing headers
 2024-01-29 17:00 UTC 

[PATCH v3 0/2] Add BCM2835-SPI0 to BCM2835
 2024-01-29 16:38 UTC  (3+ messages)
` [PATCH v3 1/2] hw/ssi: Implement BCM2835 SPI Controller
` [PATCH v3 2/2] hw/arm: Connect SPI Controller to BCM2835

[RFC 0/7] VIRTIO-IOMMU/VFIO: Fix host iommu geometry handling for hotplugged devices
 2024-01-29 16:38 UTC  (5+ messages)

[PULL 00/33] Block layer patches
 2024-01-29 16:30 UTC  (5+ messages)
` [PULL 11/33] scsi: only access SCSIDevice->requests from one thread

[PATCH v2 0/2] Add BCM2835-SPI0 to BCM2835
 2024-01-29 16:21 UTC 

[PATCH v2 0/2] Add BCM2835-SPI0 to BCM2835
 2024-01-29 15:55 UTC  (3+ messages)
` [PATCH v2 1/2] hw/ssi: Implement BCM2835 SPI Controller
` [PATCH v2 2/2] hw/arm: Connect SPI Controller to BCM2835

[PATCH] migration/docs: Explain two solutions for VMSD compatibility
 2024-01-29 15:51 UTC  (7+ messages)

[PATCH 0/2] Add BCM2835-SPI0 to BCM2835
 2024-01-29 15:49 UTC  (3+ messages)
` [PATCH 1/2] hw/ssi: Implement BCM2835 SPI Controller
` [PATCH 2/2] hw/arm: Connect SPI Controller to BCM2835

[PATCH v2 0/3] Fix resource freeing bugs in virtio-gpu-rutabaga
 2024-01-29 15:45 UTC  (4+ messages)
` [PATCH v2 1/3] hw/display/virtio-gpu.c: use reset_bh class method
` [PATCH v2 2/3] virtio-gpu.c: add resource_destroy "
` [PATCH v2 3/3] virtio-gpu-rutabaga.c: override resource_destroy method

NVME hotplug support ?
 2024-01-29 15:35 UTC  (7+ messages)

[PATCH v3 00/33] linux-user: Improve host and guest page size handling
 2024-01-29 15:26 UTC  (21+ messages)
` [PATCH v3 13/33] softmmu/physmem: Remove qemu_host_page_size
` [PATCH v3 14/33] softmmu/physmem: Remove HOST_PAGE_ALIGN
` [PATCH v3 15/33] linux-user: Remove qemu_host_page_size from main
` [PATCH v3 16/33] linux-user: Split out target_mmap__locked
` [PATCH v3 17/33] linux-user: Move some mmap checks outside the lock
` [PATCH v3 18/33] linux-user: Fix sub-host-page mmap
` [PATCH v3 19/33] linux-user: Split out mmap_end
` [PATCH v3 20/33] linux-user: Do early mmap placement only for reserved_va
` [PATCH v3 21/33] linux-user: Split out mmap_h_eq_g
` [PATCH v3 22/33] linux-user: Split out mmap_h_lt_g

[PATCH v3 0/9] hw/arm: Check for CPU types in machine_run_board_init()
 2024-01-29 15:18 UTC  (10+ messages)
` [PATCH v3 1/9] hw/arm/exynos: Add missing QOM parent for CPU cores
` [PATCH v3 2/9] hw/arm/exynos: Check for CPU types in machine_run_board_init()
` [PATCH v3 3/9] hw/arm/highbank: Add missing QOM parent for CPU cores
` [PATCH v3 4/9] hw/arm/highbank: Check for CPU types in machine_run_board_init()
` [PATCH v3 5/9] hw/arm/msf2: Simplify setting MachineClass::valid_cpu_types[]
` [PATCH v3 6/9] hw/arm/musca: "
` [PATCH v3 7/9] hw/arm/npcm7xx_boards: "
` [PATCH v3 8/9] hw/arm/vexpress: Check for CPU types in machine_run_board_init()
` [PATCH v3 9/9] hw/arm/zynq: "

[PATCH] configure: do not create legacy symlinks
 2024-01-29 13:47 UTC  (3+ messages)

[PATCH 00/17] migration: Add new migration channel connect and TLS upgrade APIs
 2024-01-29 14:34 UTC  (3+ messages)
` [PATCH 05/17] migration/multifd: Wait for multifd channels creation before proceeding

[PATCH] smc37c669: remove useless is_enabled functions
 2024-01-29 13:34 UTC 

[PATCH] isa-superio: validate floppy.count value
 2024-01-29 13:34 UTC  (2+ messages)

[PATCH] hw/riscv/virt-acpi-build.c: Add SRAT and SLIT ACPI tables
 2024-01-29 11:37 UTC  (3+ messages)

[PATCH] configure: put all symlink creation together
 2024-01-29 13:53 UTC  (2+ messages)

[PATCH] mips: allow compiling out CONFIG_MIPS_ITU
 2024-01-29 13:31 UTC  (3+ messages)

[PATCH] mips: remove unnecessary "select PTIMER"
 2024-01-29 13:27 UTC  (2+ messages)

[PATCH 0/2] Move net backend cleanup to NIC cleanup
 2024-01-29 13:24 UTC  (3+ messages)
` [PATCH 1/2] net: parameterize the removing client from nc list
` [PATCH 2/2] net: move backend cleanup to NIC cleanup

[PATCH 0/2] virtio: Keep notifications disabled during drain
 2024-01-25 21:32 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH] iotests/iothreads-stream: Use the right TimeoutError
 2024-01-25 20:50 UTC  (2+ messages)

[PATCH 0/5] migration/multifd: Prerequisite cleanups for ongoing work
 2024-01-29 12:51 UTC  (7+ messages)
` [PATCH 1/5] migration/multifd: Separate compression ops from non-compression


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