qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-24 05:32:05 to 2024-09-25 07:32:41 UTC [more...]

[PATCH v3 0/3] build qemu with gcc and tsan
 2024-09-25  7:31 UTC  (2+ messages)

[PATCH v2] docs: Mark "gluster" support in QEMU as deprecated
 2024-09-25  7:15 UTC 

[PATCH v2] tests/qemu-iotests/testenv: Use the "r2d" machine for sh4
 2024-09-25  7:24 UTC 

[PATCH] configs: Fix typo in the sh4-softmmu devices config file
 2024-09-25  7:13 UTC  (2+ messages)

[PATCH] tests/qemu-iotests/testenv: Use the "r2d" machine for sh4/sh4eb
 2024-09-25  7:12 UTC  (4+ messages)

[PATCH] docs: Mark "gluster" support in QEMU as deprecated
 2024-09-25  6:58 UTC  (4+ messages)

[PATCH v2 1/1] target/riscv: enable floating point unit
 2024-09-25  6:17 UTC 

[PATCH v10 00/21] Add ACPI CPER firmware first error injection on ARM emulation
 2024-09-25  4:26 UTC  (5+ messages)

[PATCH 00/18] Stop all qemu-cpu threads on a breakpoint
 2024-09-24 11:46 UTC  (2+ messages)

[PATCH 00/15] Prepare GHES driver to support error injection
 2024-09-25  4:04 UTC  (16+ messages)
` [PATCH 01/15] acpi/ghes: get rid of ACPI_HEST_SRC_ID_RESERVED
` [PATCH 02/15] acpi/ghes: simplify acpi_ghes_record_errors() code
` [PATCH 03/15] acpi/ghes: simplify the per-arch caller to build HEST table
` [PATCH 04/15] acpi/ghes: better handle source_id and notification
` [PATCH 05/15] acpi/ghes: Fix acpi_ghes_record_errors() argument
` [PATCH 06/15] acpi/ghes: Remove a duplicated out of bounds check
` [PATCH 07/15] acpi/ghes: Change the type for source_id
` [PATCH 08/15] acpi/ghes: Prepare to support multiple sources on ghes
` [PATCH 09/15] acpi/ghes: make the GHES record generation more generic
` [PATCH 10/15] acpi/ghes: move offset calculus to a separate function
` [PATCH 11/15] acpi/ghes: better name GHES memory error function
` [PATCH 12/15] acpi/ghes: don't crash QEMU if ghes GED is not found
` [PATCH 13/15] acpi/ghes: rename etc/hardware_error file macros
` [PATCH 14/15] better name the offset of the hardware error firmware
` [PATCH 15/15] docs: acpi_hest_ghes: fix documentation for CPER size

[PATCH v2 0/6] Support GPIO for AST2700
 2024-09-25  3:34 UTC  (7+ messages)
` [PATCH v2 1/6] hw/gpio/aspeed: Fix coding style
` [PATCH v2 2/6] hw/gpio/aspeed: Support to set the different memory size
` [PATCH v2 3/6] hw/gpio/aspeed: Support different memory region ops
` [PATCH v2 4/6] hw/gpio/aspeed: Fix clear incorrect interrupt status for GPIO index mode
` [PATCH v2 5/6] hw/gpio/aspeed: Add AST2700 support
` [PATCH v2 6/6] aspeed/soc: Support GPIO for AST2700

[PATCH 0/5] Support GPIO for AST2700
 2024-09-25  2:55 UTC  (9+ messages)
` [PATCH 4/5] hw/gpio/aspeed: Add AST2700 support

[PATCH v1 0/2] Drop ignore_memory_transaction_failures for xilink_zynq
 2024-09-25  0:02 UTC  (3+ messages)
` [PATCH v1 2/2] xilink-zynq-devcfg: Fix up for memory address range size not set correctly

[PATCH v2 0/4] hw/arm: xenpvh: Enable PCI for ARM PVH
 2024-09-24 22:52 UTC  (5+ messages)
` [PATCH v2 1/4] hw/xen: Expose handle_bufioreq in xen_register_ioreq
` [PATCH v2 2/4] hw/xen: xenpvh: Disable buffered IOREQs for ARM

[PATCH 0/3] Fix WinXP ISO boot using the dc390/am53C974 SCSI device
 2024-09-24 22:51 UTC  (4+ messages)
` [PATCH 2/3] hw/i386/acpi-build: return a non-var package from _PRT()

[PULL v2 00/47] riscv-to-apply queue
 2024-09-24 22:17 UTC  (48+ messages)
` [PULL v2 01/47] target/riscv: Add a property to set vl to ceil(AVL/2)
` [PULL v2 02/47] tests/acpi: Add empty ACPI SRAT data file for RISC-V
` [PULL v2 03/47] tests/qtest/bios-tables-test.c: Enable numamem testing "
` [PULL v2 04/47] tests/acpi: Add expected ACPI SRAT AML file "
` [PULL v2 05/47] target/riscv/tcg/tcg-cpu.c: consider MISA bit choice in implied rule
` [PULL v2 06/47] target/riscv: fix za64rs enabling
` [PULL v2 07/47] target: riscv: Enable Bit Manip for OpenTitan Ibex CPU
` [PULL v2 08/47] target/riscv/kvm: Fix the group bit setting of AIA
` [PULL v2 09/47] target/riscv: Stop timer with infinite timecmp
` [PULL v2 10/47] target/riscv/cpu.c: Add 'fcsr' register to QEMU log as a part of F extension
` [PULL v2 11/47] util/util/cpuinfo-riscv.c: fix riscv64 build on musl libc
` [PULL v2 12/47] target/riscv: Preliminary textra trigger CSR writting support
` [PULL v2 13/47] target/riscv: Add textra matching condition for the triggers
` [PULL v2 14/47] exec/memtxattr: add process identifier to the transaction attributes
` [PULL v2 15/47] hw/riscv: add riscv-iommu-bits.h
` [PULL v2 16/47] hw/riscv: add RISC-V IOMMU base emulation
` [PULL v2 17/47] pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU device
` [PULL v2 18/47] hw/riscv: add riscv-iommu-pci reference device
` [PULL v2 19/47] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
` [PULL v2 20/47] test/qtest: add riscv-iommu-pci tests
` [PULL v2 21/47] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
` [PULL v2 22/47] hw/riscv/riscv-iommu: add ATS support
` [PULL v2 23/47] hw/riscv/riscv-iommu: add DBG support
` [PULL v2 24/47] qtest/riscv-iommu-test: add init queues test
` [PULL v2 25/47] docs/specs: add riscv-iommu
` [PULL v2 26/47] hw/riscv: Respect firmware ELF entry point
` [PULL v2 27/47] target: riscv: Add Svvptc extension support
` [PULL v2 28/47] target/riscv32: Fix masking of physical address
` [PULL v2 29/47] target/riscv/cpu_helper: Fix linking problem with semihosting disabled
` [PULL v2 30/47] hw/intc: riscv-imsic: Fix interrupt state updates
` [PULL v2 31/47] bsd-user: Implement RISC-V CPU initialization and main loop
` [PULL v2 32/47] bsd-user: Add RISC-V CPU execution loop and syscall handling
` [PULL v2 33/47] bsd-user: Implement RISC-V CPU register cloning and reset functions
` [PULL v2 34/47] bsd-user: Implement RISC-V TLS register setup
` [PULL v2 35/47] bsd-user: Add RISC-V ELF definitions and hardware capability detection
` [PULL v2 36/47] bsd-user: Define RISC-V register structures and register copying
` [PULL v2 37/47] bsd-user: Add RISC-V signal trampoline setup function
` [PULL v2 38/47] bsd-user: Implement RISC-V sysarch system call emulation
` [PULL v2 39/47] bsd-user: Add RISC-V thread setup and initialization support
` [PULL v2 40/47] bsd-user: Define RISC-V VM parameters and helper functions
` [PULL v2 41/47] bsd-user: Define RISC-V system call structures and constants
` [PULL v2 42/47] bsd-user: Add generic RISC-V64 target definitions
` [PULL v2 43/47] bsd-user: Define RISC-V signal handling structures and constants
` [PULL v2 44/47] bsd-user: Implement RISC-V signal trampoline setup functions
` [PULL v2 45/47] bsd-user: Implement 'get_mcontext' for RISC-V
` [PULL v2 46/47] bsd-user: Implement set_mcontext and get_ucontext_sigreturn for RISCV
` [PULL v2 47/47] bsd-user: Add RISC-V 64-bit Target Configuration and Debug XML Files

[PULL 0/1] qemu-openbios queue 20240924
 2024-09-24 21:11 UTC  (2+ messages)
` [PULL 1/1] roms/openbios: update OpenBIOS images to c3a19c1e built from submodule

[PATCH 00/23] E500 Cleanup
 2024-09-24 21:06 UTC  (22+ messages)
` [PATCH 07/23] hw/ppc/e500: Extract ppce500_ccsr.c
` [PATCH 08/23] hw/ppc/ppce500_ccsr: Log access to unimplemented registers
` [PATCH 09/23] hw/ppc/mpc8544_guts: Populate POR PLL ratio status register
` [PATCH 11/23] hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macro
` [PATCH 23/23] hw/vfio/platform: Let vfio_start_eventfd_injection() take VFIOPlatformDevice pointer

[PATCH v1 00/14] s390x: virtio-mem support
 2024-09-24 20:17 UTC  (4+ messages)
` [PATCH v1 10/14] s390x/pv: check initial, not maximum RAM size

[RFC PATCH] hw/arm/armv7m: Expose and access System Control Space as little endian
 2024-09-24 19:19 UTC 

[PATCH v2 00/12] target/arm: Implement FEAT_MOPS
 2024-09-24 19:14 UTC  (3+ messages)
` [PATCH v2 09/12] target/arm: Implement the SETG* instructions

[PATCH] tests/docker: Fix microblaze atomics
 2024-09-24 18:02 UTC  (4+ messages)

[PATCH v1] linux-user: Add option to run `execve`d programs through QEMU
 2024-09-24 14:43 UTC  (4+ messages)

[PATCH] hw/smbios: support for type 7 (cache information)
 2024-09-24 14:29 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/3] Fix WinXP ISO boot using the dc390/am53C974 SCSI device
 2024-09-24 14:22 UTC  (6+ messages)
` [PATCH v2 1/3] tests/acpi: pc: allow DSDT acpi table changes
` [PATCH v2 2/3] hw/i386/acpi-build: return a non-var package from _PRT()
` [PATCH v2 3/3] tests/acpi: pc: update golden masters for DSDT

[PATCH 0/2] target/riscv/kvm: Update kvm exts to Linux v6.11
 2024-09-24 13:24 UTC  (7+ messages)
` [PATCH 1/2] linux-headers: Update "
` [PATCH 2/2] target/riscv/kvm: Update kvm exts "

[PATCH v2 00/22] -Werror=maybe-uninitialized fixes
 2024-09-24 13:08 UTC  (24+ messages)
` [PATCH v2 01/22] util/coroutine: fix -Werror=maybe-uninitialized false-positive
` [PATCH v2 02/22] util/timer: "
` [PATCH v2 03/22] hw/qxl: fix -Werror=maybe-uninitialized false-positives
` [PATCH v2 04/22] nbd: fix -Werror=maybe-uninitialized false-positive
` [PATCH v2 05/22] block/mirror: "
` [PATCH v2 06/22] "
` [PATCH v2 07/22] block/stream: fix -Werror=maybe-uninitialized false-positives
` [PATCH v2 08/22] hw/ahci: fix -Werror=maybe-uninitialized false-positive
` [PATCH v2 09/22] hw/vhost-scsi: fix -Werror=maybe-uninitialized
` [PATCH v2 10/22] hw/sdhci: fix -Werror=maybe-uninitialized false-positive
` [PATCH v2 11/22] block/block-copy: "
` [PATCH v2 12/22] migration: fix -Werror=maybe-uninitialized false-positives
` [PATCH v2 13/22] hw/virtio-blk: fix -Werror=maybe-uninitialized false-positive
` [PATCH v2 14/22] migration: "
` [PATCH v2 15/22] linux-user/hppa: "
` [PATCH v2 16/22] target/loongarch: "
` [PATCH v2 17/22] tests: "
` [PATCH v2 18/22] hw/virtio: "
` [PATCH v2 19/22] block: "
` [PATCH v2 20/22] qom/object: fix -Werror=maybe-uninitialized
` [PATCH v2 21/22] fsdep/9p: fix -Werror=maybe-uninitialized false-positive
` [PATCH v2 22/22] RFC: hw/virtio: a potential leak fix

[PATCH 1/1] virtio-pci: fix memory_region_find for VirtIOPCIRegion's MR
 2024-09-24 13:10 UTC  (3+ messages)

[PATCH v2 00/22] -Werror=maybe-uninitialized fixes
 2024-09-24 13:02 UTC  (13+ messages)
` [PATCH v2 01/22] util/coroutine: fix -Werror=maybe-uninitialized false-positive
` [PATCH v2 02/22] util/timer: "
` [PATCH v2 03/22] hw/qxl: fix -Werror=maybe-uninitialized false-positives
` [PATCH v2 04/22] nbd: fix -Werror=maybe-uninitialized false-positive
` [PATCH v2 05/22] block/mirror: "
` [PATCH v2 06/22] "
` [PATCH v2 07/22] block/stream: fix -Werror=maybe-uninitialized false-positives
` [PATCH v2 08/22] hw/ahci: fix -Werror=maybe-uninitialized false-positive
` [PATCH v2 09/22] hw/vhost-scsi: fix -Werror=maybe-uninitialized
` [PATCH v2 10/22] hw/sdhci: fix -Werror=maybe-uninitialized false-positive
` [PATCH v2 11/22] block/block-copy: "
` [PATCH v2 12/22] migration: fix -Werror=maybe-uninitialized false-positives

[Bug Report][RFC PATCH 0/1] block: fix failing assert on paused VM migration
 2024-09-24 12:56 UTC  (2+ messages)
` [Bug Report][RFC PATCH 1/1] "

[PATCH 0/4] target/riscv/kvm: add riscv-aia bool props
 2024-09-24 12:44 UTC  (5+ messages)
` [PATCH 1/4] target/riscv/kvm: set 'aia_mode' to default in error path
` [PATCH 2/4] target/riscv/kvm: clarify how 'riscv-aia' default works
` [PATCH 3/4] target/riscv/kvm: add kvm-aia bools props
` [PATCH 4/4] target/riscv/kvm: deprecate riscv-aia string prop

[PATCH v2] Add -build-info and -build-info-json CLI arguments
 2024-09-24 12:32 UTC  (8+ messages)

[PATCH v2 0/1] hw/nvme: add atomic write support
 2024-09-24 12:15 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v3 00/34] Use g_assert_not_reached instead of (g_)assert(0, false)
 2024-09-24 11:52 UTC  (3+ messages)
` [PATCH v3 30/34] migration: remove return after g_assert_not_reached()

[PATCH 1/1] hw/ssi/xilinx_spips: Fix flash earse assert in dual parallel configuration
 2024-09-24 11:20 UTC 

[RFC v3 0/3] Add packed virtqueue to shadow virtqueue
 2024-09-24 10:46 UTC  (5+ messages)
` [RFC v3 3/3] vhost: Allocate memory for packed vring

[PULL 0/6] Host Memory Backends and Memory devices queue 2024-09-24
 2024-09-24 10:03 UTC  (7+ messages)
` [PULL 1/6] virtio: kconfig: memory devices are PCI only
` [PULL 2/6] reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()
` [PULL 3/6] reset: Add RESET_TYPE_WAKEUP
` [PULL 4/6] virtio-mem: Use new Resettable framework instead of LegacyReset
` [PULL 5/6] virtio-mem: Add support for suspend+wake-up with plugged memory
` [PULL 6/6] hostmem: Apply merge property after the memory region is initialized

[PATCH] migration/multifd: receive channel socket needs to be set to non-blocking
 2024-09-24  8:25 UTC  (5+ messages)
  ` 回复: "
      ` 回复: "

[PATCH for-9.1 0/9] Switch to glib URI parsing code
 2024-09-24  8:09 UTC  (7+ messages)
` [PATCH for-9.1 6/9] block/nbd: Use URI parsing code from glib

Canceled event: QEMU/KVM developers conference call @ Tue 1 Oct 2024 14:00 - 15:00 (BST) (qemu-devel@nongnu.org)
 2024-09-24  7:07 UTC 

[PATCH] hw/nvme: add knob for CTRATT.MEM
 2024-09-24  6:35 UTC 

[PATCH] hw/nvme: MDTS Enhancement
 2024-09-24  6:05 UTC  (3+ messages)

[PATCH] hw/nvme: clear masked events from the aer queue
 2024-09-24  6:00 UTC  (3+ messages)

[PATCH] hw/nvme: i/o cmd set independent namespace data structure
 2024-09-24  5:59 UTC  (2+ messages)

[PATCH] hw/nvme: Adding support for NPDAL and NPDGL
 2024-09-24  5:52 UTC  (2+ messages)


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