qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-19 15:20:24 to 2023-05-22 07:19:58 UTC [more...]

[PATCH] meson: fix rule for qemu-ga installer
 2023-05-22  7:19 UTC 

[PATCH 00/27] accel/tcg: Improvements to atomic128.h
 2023-05-22  6:39 UTC  (39+ messages)
` [PATCH 01/27] util: Introduce host-specific cpuinfo.h
` [PATCH 02/27] util: Add cpuinfo-i386.c
` [PATCH 03/27] util: Add i386 CPUINFO_ATOMIC_VMOVDQU
` [PATCH 04/27] tcg/i386: Use host/cpuinfo.h
` [PATCH 05/27] util/bufferiszero: Use i386 host/cpuinfo.h
` [PATCH 06/27] migration/xbzrle: Shuffle function order
` [PATCH 07/27] migration/xbzrle: Use i386 host/cpuinfo.h
` [PATCH 08/27] migration: Build migration_files once
` [PATCH 09/27] util: Add cpuinfo-aarch64.c
` [PATCH 10/27] include/host: Split out atomic128-cas.h
` [PATCH 11/27] include/host: Split out atomic128-ldst.h
` [PATCH 12/27] meson: Fix detect atomic128 support with optimization
` [PATCH 13/27] include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.h
` [PATCH 14/27] target/ppc: Use tcg_gen_qemu_{ld, st}_i128 for LQARX, LQ, STQ
` [PATCH 15/27] target/s390x: Use tcg_gen_qemu_{ld, st}_i128 for LPQ, STPQ
` [PATCH 16/27] accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmu
` [PATCH 17/27] target/s390x: Use cpu_{ld,st}*_mmu in do_csst
` [PATCH 18/27] target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu "
` [PATCH 19/27] accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmu
` [PATCH 20/27] accel/tcg: Remove prot argument to atomic_mmu_lookup
` [PATCH 21/27] accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128
` [PATCH 22/27] qemu/atomic128: Split atomic16_read
` [PATCH 23/27] accel/tcg: Correctly use atomic128.h in ldst_atomicity.c.inc
` [PATCH 24/27] tcg: Split out tcg/debug-assert.h
` [PATCH 25/27] qemu/atomic128: Improve cmpxchg fallback for atomic16_set
` [PATCH 26/27] qemu/atomic128: Add runtime test for FEAT_LSE2
` [PATCH 27/27] qemu/atomic128: Add x86_64 atomic128-ldst.h

[PATCH v5 0/6] hw/cxl: Poison get, inject, clear
 2023-05-22  6:38 UTC  (3+ messages)
` [PATCH v5 4/6] hw/cxl: QMP based poison injection support

[PATCH v2 0/6] Trivial cleanups
 2023-05-22  6:06 UTC  (10+ messages)
` [PATCH v2 1/6] hw/timer/i8254_common: Share "iobase" property via base class
` [PATCH v2 2/6] hw/arm/omap: Remove unused omap_uart_attach()
` [PATCH v2 3/6] hw/isa/i82378: Remove unused "io" attribute
` [PATCH v2 4/6] hw/char/parallel: Export ParallelState
` [PATCH v2 5/6] hw/char/parallel-isa: Export ISAParallelState
` [PATCH v2 6/6] hw/char/parallel: Replace string literals by TYPE_ISA_PARALLEL macro

[PATCH 0/2] MIPS: Enable Loongson-3A4000 TCG for system emulation
 2023-05-22  6:03 UTC  (5+ messages)
` [PATCH 1/2] target/mips: Implement Loongson CSR instructions
` [PATCH 2/2] hw/mips/loongson3_virt: Remove CPU restrictions for TCG

[PATCH qemu 0/1] [meson.build] Add conditional dependency for libkeyutils
 2023-05-22  0:17 UTC  (2+ messages)
` [PATCH qemu 1/1] "

[PATCH 0/4] hw/mips/loongson3_virt: Wire up loongarch_ipi device
 2023-05-22  3:52 UTC  (7+ messages)
` [PATCH 1/4] hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxes
` [PATCH 2/4] hw/intc/loongarch_ipi: Guard LoongArch only features with ifdef
` [PATCH 3/4] hw/mips/loongson3_virt: Wire up loongarch_ipi device
` [PATCH 4/4] tests/avocado: Add boot_linux_console test for loongson3-virt

[PATCH 0/6] VIA and general PCI IDE cleanup
 2023-05-21 15:27 UTC  (11+ messages)
` [PATCH 1/6] hw/ide/pci: Expose legacy interrupts as named GPIOs
` [PATCH 2/6] hw/ide/via: Wire up IDE legacy interrupts in host device
` [PATCH 3/6] hw/isa/vt82c686: Remove via_isa_set_irq()
` [PATCH 4/6] hw/ide: Extract IDEBus assignment into bmdma_init()
` [PATCH 5/6] hw/ide: Extract bmdma_status_writeb()
` [PATCH 6/6] hw/ide/piix: Move registration of VMStateDescription to DeviceClass

[PATCH v3 0/7] migration: Add switchover ack capability and VFIO precopy support
 2023-05-21 15:18 UTC  (8+ messages)
` [PATCH v3 1/7] migration: Add switchover ack capability
` [PATCH v3 2/7] migration: Implement switchover ack logic
` [PATCH v3 3/7] migration: Enable switchover ack capability
` [PATCH v3 4/7] tests: Add migration switchover ack capability test
` [PATCH v3 5/7] vfio/migration: Refactor vfio_save_block() to return saved data size
` [PATCH v3 6/7] vfio/migration: Add VFIO migration pre-copy support
` [PATCH v3 7/7] vfio/migration: Add support for switchover ack capability

[PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location
 2023-05-21 14:51 UTC  (3+ messages)

[PATCH] target/mips: Rework cp0_timer with clock API
 2023-05-21 11:37 UTC  (2+ messages)

[PATCH v6 0/4] hw/cxl: Poison get, inject, clear
 2023-05-21  9:05 UTC  (12+ messages)
` [PATCH v6 1/4] bswap: Add the ability to store to an unaligned 24 bit field
` [PATCH v6 4/4] hw/cxl: Add clear poison mailbox command support

[PATCH] acpi/tests/avocado/bits: enable bios bits avocado tests on gitlab CI pipeline
 2023-05-21  5:51 UTC  (3+ messages)

[PATCH] bitops.h: Compile out asserts without --enable-debug
 2023-05-20 20:54 UTC 

[PULL 0/7] Python fixes and related patches
 2023-05-20 19:06 UTC  (8+ messages)
` [PULL 1/7] remove remaining traces of meson submodule
` [PULL 2/7] mkvenv: replace distlib.database with importlib.metadata/pkg_resources
` [PULL 3/7] build: rebuild build.ninja using "meson setup --reconfigure"
` [PULL 4/7] configure: fix backwards-compatibility for meson sphinx_build option
` [PULL 5/7] mkvenv: pass first missing package to diagnose()
` [PULL 6/7] gitlab: custom-runners: preserve more artifacts for debugging
` [PULL 7/7] scripts: make sure scripts are invoked via $(PYTHON)

[PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location
 2023-05-20 15:13 UTC  (16+ messages)

[PATCH 0/6] TriCore PCXI/ICR register fixes
 2023-05-20 15:10 UTC  (4+ messages)
` [PATCH 4/6] target/tricore: Refactor PCXI/ICR register fields

[PATCH v2] tests/qtest/ac97-test: add up-/downsampling tests
 2023-05-20 11:33 UTC 

[PATCH] hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop
 2023-05-20 10:33 UTC  (2+ messages)

[PATCH v2 0/4] Virtio shared dma-buf
 2023-05-20  7:23 UTC  (3+ messages)
` [PATCH v2 1/4] uuid: add hash_func and equal_func

[PATCH v2] acpi/tests/bios-tables-test: pass iasl path through environment variable
 2023-05-20  7:22 UTC 

[PATCH] target/i386: Clear xsave pkru bit when KVM XCR0 not support
 2023-05-20  6:21 UTC  (4+ messages)
      ` 回复: 回复: "

[PATCH 0/5] hw/riscv/opentitan: Correct QOM type/size of OpenTitanState
 2023-05-20  5:45 UTC  (6+ messages)
` [PATCH 1/5] hw/riscv/opentitan: Rename machine_[class]_init() functions
` [PATCH 2/5] hw/riscv/opentitan: Declare QOM types using DEFINE_TYPES() macro
` [PATCH 3/5] hw/riscv/opentitan: Add TYPE_OPENTITAN_MACHINE definition
` [PATCH 4/5] hw/riscv/opentitan: Explicit machine type definition
` [PATCH 5/5] hw/riscv/opentitan: Correct OpenTitanState parent type/size

[PATCH 0/2] hw/cxl: CDAT file handling fixes
 2023-05-20  4:46 UTC  (2+ messages)

[RFC PATCH 0/4] vfio/pci: Atomic Ops completer support
 2023-05-20  4:33 UTC  (6+ messages)
` [RFC PATCH 1/4] linux-headers: Update for vfio capability reporting AtomicOps
` [RFC PATCH 2/4] vfio: Implement a common device info helper
` [RFC PATCH 3/4] pcie: Add a PCIe capability version helper
` [RFC PATCH 4/4] vfio/pci: Enable AtomicOps completers on root ports

[PATCH 0/8] plugins/next: bugfixs and iops based time control RFC
 2023-05-20  4:27 UTC  (12+ messages)
` [PATCH 1/8] plugins: force slow path when plugins instrument memory ops
` [PATCH 2/8] plugins: fix memory leak while parsing options
` [PATCH 3/8] plugins: update lockstep to use g_memdup2
` [RFC PATCH 4/8] sysemu: add set_virtual_time to accel ops
` [RFC PATCH 5/8] qtest: use cpu interface in qtest_clock_warp
` [RFC PATCH 6/8] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
` [RFC PATCH 7/8] plugins: add time control API
` [RFC PATCH 8/8] contrib/plugins: add iops plugin example for cost modelling

[PULL 00/40] virtio,pc,pci: fixes, features, cleanups
 2023-05-20  3:34 UTC  (2+ messages)

[PATCH v1] migration: fail the cap check if it requires the use of deferred incoming
 2023-05-20  1:42 UTC  (8+ messages)

io-qcow2 failures on zfs
 2023-05-19 22:44 UTC 

[PATCH v3 0/2] target/arm: allow DC CVA[D]P in user mode emulation
 2023-05-19 21:56 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] tests/tcg/aarch64: add DC CVA[D]P tests

[PATCH v11 00/14] TCG code quality tracking
 2023-05-19 22:01 UTC  (4+ messages)

[PULL v3 00/21] Block layer patches
 2023-05-19 20:55 UTC  (5+ messages)

[QEMU][PATCH v5 0/4] Introduce Xilinx Versal CANFD
 2023-05-19 20:35 UTC 

[QEMU][PATCH v5 1/4] MAINTAINERS: Include canfd tests under Xilinx CAN
 2023-05-19 20:36 UTC  (4+ messages)
` [QEMU][PATCH v5 2/4] hw/net/can: Introduce Xilinx Versal CANFD controller
` [QEMU][PATCH v5 3/4] xlnx-versal: Connect Xilinx VERSAL CANFD controllers
` [QEMU][PATCH v5 4/4] tests/qtest: Introduce tests for Xilinx VERSAL CANFD controller

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-05-19 19:57 UTC  (6+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[RFC PATCH] Add support for RAPL MSRs in KVM/Qemu
 2023-05-19 18:28 UTC  (4+ messages)

Configure no longer works after pulling in the latest QEMU commits
 2023-05-19 18:52 UTC  (3+ messages)
  ` [External] "

[PATCH] build: rebuild build.ninja using "meson setup --reconfigure"
 2023-05-19 18:40 UTC 

[PATCH] configure: fix backwards-compatibility for meson sphinx_build option
 2023-05-19 18:13 UTC  (2+ messages)

[PULL v3 00/68] i386, build system, KVM changes for 2023-05-18
 2023-05-19 18:03 UTC  (7+ messages)

[PATCH v2 00/19] Fix qemu_strtosz() read-out-of-bounds
 2023-05-19 18:02 UTC  (20+ messages)
` [PATCH v2 05/19] cutils: Fix wraparound parsing in qemu_strtoui
` [PATCH v2 09/19] test-cutils: Add coverage of qemu_strtod
` [PATCH v2 11/19] test-cutils: Refactor qemu_strtosz tests for less boilerplate
` [PATCH v2 14/19] test-cutils: Add more coverage to qemu_strtosz11; rgb:1e1e/1e1e/1e1e
  ` [PATCH v2 14/19] test-cutils: Add more coverage to qemu_strtosz11;rgb:1e1e/1e1e/1e1e
` [PATCH v2 15/19] cutils: Set value in all qemu_strtosz* error paths
` [PATCH v2 17/19] cutils: Use parse_uint in qemu_strtosz for negative rejection
` [PATCH v2 19/19] cutils: Improve qemu_strtosz handling of fractions

[PATCH v3 0/3] vhost: register and change IOMMU flag depending on ATS state
 2023-05-19 17:49 UTC  (4+ messages)
` [PATCH v3 2/3] vhost: register and change IOMMU flag depending on Device-TLB state

[PATCH v5 00/11] RISC-V Add the OpenTitan Machine
 2023-05-19 17:15 UTC  (3+ messages)
` [PATCH v5 06/11] riscv: Initial commit of OpenTitan machine
  ` [PATCH v5 6/11] "

[PATCH 00/13] Clean up PCI IDE device models
 2023-05-19 17:09 UTC  (11+ messages)
` [PATCH 10/13] hw/ide/piix: Reuse PCIIDEState::{cmd,data}_ops

[PATCH v2] hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
 2023-05-19 16:40 UTC  (17+ messages)

[PATCH v6 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-05-19 15:57 UTC  (5+ messages)
` [PATCH v6 6/7] hw/cxl/events: Add injection of DRAM events

[PULL v2 00/21] Block layer patches
 2023-05-19 15:53 UTC  (2+ messages)

gitlab shared runner time expired
 2023-05-19 15:39 UTC  (3+ messages)

[PATCH] [query-memory-size-summary] Report page size
 2023-05-19 15:22 UTC  (2+ messages)

[PATCH v7 0/4] pci hotplug tracking
 2023-05-19 15:20 UTC  (3+ messages)
` [PATCH v7 2/4] qapi: add DEVICE_ON and query-hotplug infrastructure


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