qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-08 10:36:13 to 2024-01-08 20:25:07 UTC [more...]

[PATCH 0/5] *** Implement using Intel QAT to offload ZLIB
 2024-01-08 20:24 UTC  (6+ messages)
` [PATCH 3/5] migration: Introduce unimplemented 'qatzip' compression method
    ` [External] "

[PATCH 0/2] nubus: add nubus-virtio-mmio device
 2024-01-08 19:21 UTC  (6+ messages)
` [PATCH 1/2] nubus-device: round Declaration ROM memory region address to qemu_target_page_size()

[PATCH v2 0/2] nubus: add nubus-virtio-mmio device
 2024-01-08 19:20 UTC  (3+ messages)
` [PATCH v2 1/2] nubus-device: round Declaration ROM memory region address to qemu_target_page_size()
` [PATCH v2 2/2] nubus: add nubus-virtio-mmio device

[PATCH 00/29] include: move include/qapi/qmp/ to include/qobject/
 2024-01-08 18:46 UTC  (31+ messages)
` [PATCH 01/29] "
` [PATCH 02/29] audio: adapt to new import path for qobject data type headers
` [PATCH 03/29] authz: "
` [PATCH 04/29] block: "
` [PATCH 05/29] backends: "
` [PATCH 06/29] chardev: "
` [PATCH 07/29] docs: "
` [PATCH 08/29] dump: "
` [PATCH 09/29] hw: "
` [PATCH 10/29] include: "
` [PATCH 11/29] migration: "
` [PATCH 12/29] monitor: "
` [PATCH 13/29] net: "
` [PATCH 14/29] qapi: "
` [PATCH 15/29] qga: "
` [PATCH 16/29] qobject: "
` [PATCH 17/29] qom: "
` [PATCH 18/29] replay: "
` [PATCH 19/29] scripts: "
` [PATCH 20/29] scsi: "
` [PATCH 21/29] stats: "
` [PATCH 22/29] stubs: "
` [PATCH 23/29] system: "
` [PATCH 24/29] target: "
` [PATCH 25/29] tests: "
` [PATCH 26/29] trace: "
` [PATCH 27/29] ui: "
` [PATCH 28/29] util: "
` [PATCH 29/29] qapi: remove header file compatibility symlinks

[PATCH v1 0/2] Initialize backend memory objects in parallel
 2024-01-08 18:40 UTC  (5+ messages)
` [PATCH v1 1/2] oslib-posix: refactor memory prealloc threads
` [PATCH v1 2/2] oslib-posix: initialize backend memory objects in parallel

[PATCH] softmmu: remove obsolete comment about libvirt timeouts
 2024-01-08 18:34 UTC  (3+ messages)

[PATCH v6 0/3] Add device STM32L4x5 EXTI
 2024-01-08 18:03 UTC  (4+ messages)
` [PATCH v6 1/3] hw/misc: Implement "
` [PATCH v6 2/3] hw/arm: Connect STM32L4x5 EXTI to STM32L4x5 SoC
` [PATCH v6 3/3] tests/qtest: Add STM32L4x5 EXTI QTest testcase

[PATCH v3 0/5] Add ISA extension smcntrpmf support
 2024-01-08 18:11 UTC  (7+ messages)
` [PATCH v3 2/5] target/riscv: Add cycle & instret privilege mode filtering properties
` [PATCH v3 3/5] target/riscv: Add cycle & instret privilege mode filtering definitions
` [PATCH v3 4/5] target/riscv: Add cycle & instret privilege mode filtering support

[PATCH v7 00/16] Support smp.clusters for x86 in QEMU
 2024-01-08 17:46 UTC  (2+ messages)

virtio-pci in qemu-system-arm is broken in 8.2
 2024-01-08 17:38 UTC  (6+ messages)

[PATCH] tests/tcg: Don't #include <inttypes.h> in aarch64/system/vtimer.c
 2024-01-08 17:37 UTC  (4+ messages)

[PATCH 0/2] Deprecate the shix machine and the TC58128 flash device
 2024-01-08 17:23 UTC  (5+ messages)
` [PATCH 1/2] target/sh4: Deprecate the shix machine
` [PATCH 2/2] hw/block: Deprecate the TC58128 block device

[Qemu-devel] [PULL 00/28] target-arm queue
 2024-01-08 17:20 UTC  (4+ messages)
` [Qemu-devel] [PULL 13/28] hw/arm/virt: Use 256MB ECAM region by default

[QEMU-devel][RFC PATCH 0/1] Introduce HostMemType for 'memory-backend-*'
 2024-01-08 17:15 UTC  (5+ messages)
` [QEMU-devel][RFC PATCH 1/1] backends/hostmem: qapi/qom: Add an ObjectOption for memory-backend-* called HostMemType and its arg 'cxlram'
    ` [External] "

[PATCH 0/6] linux-user: prctl improvements
 2024-01-08 17:15 UTC  (3+ messages)
` [PATCH 3/6] linux-user: Add code for PR_GET/SET_UNALIGN

[PATCH 0/2] trace: fix ability to use systemtap with qemu tools
 2024-01-08 17:13 UTC  (3+ messages)
` [PATCH 1/2] tracetool: remove redundant --target-type / --target-name args
` [PATCH 2/2] meson: generate .stp files for tools too

[PATCH-for-9.0] accel/tcg: Remove tb_invalidate_phys_page() from system emulation
 2024-01-08 16:47 UTC  (2+ messages)

[PATCH 0/2] target/xtensa: use generic instruction breakpoint infrastructure
 2024-01-08 16:46 UTC  (2+ messages)

[PULL 0/6] Block patches
 2024-01-08 16:37 UTC  (7+ messages)
` [PULL 1/6] iothread: Remove unused Error** argument in aio_context_set_aio_params
` [PULL 2/6] system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
` [PULL 3/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD
` [PULL 4/6] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
` [PULL 5/6] Replace "iothread lock" with "BQL" in comments
` [PULL 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs

[PATCH v3 0/5] Make Big QEMU Lock naming consistent
 2024-01-08 16:36 UTC  (2+ messages)

[PATCH 0/3] target/riscv: A few bug fixes and Coverity fix
 2024-01-08 16:34 UTC  (7+ messages)
` [PATCH 1/3] target/riscv: Assert that the CSR numbers will be correct
` [PATCH 2/3] target/riscv: Don't adjust vscause for exceptions
` [PATCH 3/3] target/riscv: Ensure mideleg is set correctly on reset

[PATCH v5 0/3] Add device STM32L4x5 EXTI
 2024-01-08 16:21 UTC  (9+ messages)
` [PATCH v5 2/3] tests/qtest: Add STM32L4x5 EXTI QTest testcase

[PATCH v2 0/2] riscv: add rv32i,rv32e and rv64e CPUs
 2024-01-08 16:19 UTC  (3+ messages)
` [PATCH v2 1/2] target/riscv/cpu.c: add riscv_bare_cpu_init()
` [PATCH v2 2/2] target/riscv: add rv32i, rv32e and rv64e CPUs

[PATCH v2 0/3] hw/pflash: implement update buffer for block writes
 2024-01-08 16:08 UTC  (4+ messages)
` [PATCH v2 1/3] hw/pflash: refactor pflash_data_write()
` [PATCH v2 2/3] hw/pflash: use ldn_{be,le}_p and stn_{be,le}_p
` [PATCH v2 3/3] hw/pflash: implement update buffer for block writes

[PATCH v2 0/3] Virtio dmabuf improvements
 2024-01-08 15:56 UTC  (4+ messages)

[PATCH v2 00/43] testing and plugin updates for 9.0 (pre-PR)
 2024-01-08 15:42 UTC  (7+ messages)
` [PATCH v2 08/43] qtest: bump npcm7xx_pwn-test timeout to 5 minutes
` [PATCH v2 23/43] target/riscv: Remove misa_mxl validation

[PATCH] net/eth: Have eth_pad_short_frame() take void* arguments
 2024-01-08 15:41 UTC 

[PATCH v3 0/4] migration & CI: Add a CI job for migration compat testing
 2024-01-08 15:37 UTC  (8+ messages)
` [PATCH v3 2/4] tests/qtest/migration: Add infrastructure to skip tests on older QEMUs
` [PATCH v3 4/4] [NOT FOR MERGE] tests/qtest/migration: Adapt tests to use "

[PATCH] docs: use "buses" rather than "busses"
 2024-01-08 15:35 UTC  (3+ messages)

[PATCH] net/vmnet: Pad short Ethernet frames
 2024-01-08 15:36 UTC  (2+ messages)

[PULL 00/26] Migration 20240104 patches
 2024-01-08 15:22 UTC  (9+ messages)

[PATCH v9 00/10] Implementation of NPI Mailbox and GMAC Networking Module
 2024-01-08 15:19 UTC  (8+ messages)
` [PATCH v9 07/10] include/hw/net: General GMAC Implementation
` [PATCH v9 08/10] hw/net: GMAC Rx Implementation
` [PATCH v9 09/10] hw/net: GMAC Tx Implementation

[PULL 00/13] replay fixes for replay_kernel
 2024-01-08 15:13 UTC  (14+ messages)
` [PULL 01/13] tests/avocado: add a simple i386 replay kernel test
` [PULL 02/13] tests/avocado: fix typo in replay_linux
` [PULL 03/13] tests/avocado: modernise the drive args for replay_linux
` [PULL 04/13] scripts/replay-dump: update to latest format
` [PULL 05/13] scripts/replay_dump: track total number of instructions
` [PULL 06/13] replay: remove host_clock_last
` [PULL 07/13] replay: add proper kdoc for ReplayState
` [PULL 08/13] replay: make has_unread_data a bool
` [PULL 09/13] replay: introduce a central report point for sync errors
` [PULL 10/13] replay/replay-char: use report_sync_error
` [PULL 11/13] replay: stop us hanging in rr_wait_io_event
` [PULL 12/13] chardev: force write all when recording replay logs
` [PULL 13/13] tests/avocado: remove skips from replay_kernel

CI "pages" job failing with incomprehensible error message from htags
 2024-01-08 15:10 UTC  (6+ messages)

[PATCH] hw/arm: Add missing QOM parent for v7-M SoCs
 2024-01-08 14:48 UTC  (2+ messages)

[PATCH v3 0/3] Add "num-prio-bits" property for Cortex-M devices
 2024-01-08 14:47 UTC  (4+ messages)
` [PATCH v3 2/3] hw/arm/armv7m: alias the NVIC "num-prio-bits" property

[PATCH v6 0/2] Add minimal support for the B-L475E-IOT01A board
 2024-01-08 14:46 UTC  (4+ messages)
` [PATCH v6 1/2] hw/arm: Add minimal support for the STM32L4x5 SoC
` [PATCH v6 2/2] hw/arm: Add minimal support for the B-L475E-IOT01A board

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2024-01-08 14:44 UTC  (5+ messages)
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[PULL 0/9] Hppa fixes 8.2 patches
 2024-01-08 14:38 UTC  (10+ messages)
` [PULL 1/9] hw/hppa/machine: Allow up to 3840 MB total memory
` [PULL 2/9] hw/hppa/machine: Disable default devices with --nodefaults option
` [PULL 3/9] hw/pci-host/astro: Add missing astro & elroy registers for NetBSD
` [PULL 4/9] target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0
` [PULL 5/9] target/hppa: Strip upper 32-bits of IOR on error in probe
` [PULL 6/9] target/hppa: Strip upper 32-bits of IOR on unaligned access error
` [PULL 7/9] hw/hppa: Move software power button address back into PDC
` [PULL 8/9] target/hppa: Avoid accessing %gr0 when raising exception
` [PULL 9/9] target/hppa: Update SeaBIOS-hppa to version 15

[PATCH 0/9] tests/avocado: ppc additions and other fixes
 2024-01-08 14:37 UTC  (13+ messages)
` [PATCH 1/9] gitlab: fix s390x tag for avocado-system-centos
` [PATCH 2/9] tests/avocado: mark boot_linux.py long runtime instead of flaky
` [PATCH 5/9] tests/avocado: ppc add powernv10 boot_linux_console test
` [PATCH 7/9] tests/avocado: Add pseries KVM boot_linux test
` [PATCH 8/9] tests/avocado: ppc add hypervisor tests
` [PATCH 9/9] tests/avocado: Add FreeBSD distro boot tests for ppc

[PATCH 0/3] migration: Fix multifd cancel test
 2024-01-08 14:26 UTC  (5+ messages)
` [PATCH 3/3] tests/qtest: Re-enable "

[PATCH v2] hw/arm: add PCIe to Freescale i.MX6
 2024-01-08 14:03 UTC 

[PATCH v2] riscv: support new isa extension detection devicetree properties
 2024-01-08 13:27 UTC  (4+ messages)
  `  "

[PATCH v3 00/33] linux-user: Improve host and guest page size handling
 2024-01-08 13:25 UTC  (28+ messages)
` [PATCH v3 08/33] linux-user: Remove qemu_host_page_{size, mask} from mmap.c
` [PATCH v3 10/33] linux-user: Remove HOST_PAGE_ALIGN "
` [PATCH v3 11/33] migration: Remove qemu_host_page_size
` [PATCH v3 14/33] softmmu/physmem: Remove HOST_PAGE_ALIGN
` [PATCH v3 16/33] linux-user: Split out target_mmap__locked
` [PATCH v3 18/33] linux-user: Fix sub-host-page mmap
` [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 23/33] linux-user: Split out mmap_h_gt_g
` [PATCH v3 24/33] tests/tcg: Remove run-test-mmap-*
` [PATCH v3 30/33] target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-only
` [PATCH v3 33/33] target/alpha: Enable TARGET_PAGE_BITS_VARY for user-only

[PATCH] hw/arm: add PCIe to Freescale i.MX6
 2024-01-08 13:20 UTC  (4+ messages)

[PULL 0/6] Trivial patches for 2024-01-05
 2024-01-08 13:16 UTC  (2+ messages)

[PULL 00/17] vfio queue
 2024-01-08 13:16 UTC  (2+ messages)

[PULL v2 0/2] loongarch-to-apply queue
 2024-01-08 13:16 UTC  (2+ messages)

[PATCH v2 0/2] hw/pflash: implement update buffer for block writes
 2024-01-08 13:05 UTC  (4+ messages)
` [PATCH v2 1/2] hw/block/pflash_cfi01: Use the LD/ST API in pflash_data_read/write
` [PATCH v2 2/2] hw/pflash: implement update buffer for block writes

[PATCH] target/ppc: Fix crash on machine check caused by ifetch
 2024-01-08 12:48 UTC  (2+ messages)

[PATCH V9 00/12] fix migration of suspended runstate
 2024-01-08 12:47 UTC  (3+ messages)

[PATCH 00/11] migration: Misc cleanups and fixes
 2024-01-08 12:34 UTC  (4+ messages)
` [PATCH 09/11] migration: Fix migration_channel_read_peek() error path

[PATCH] hw/i386/pc_piix: Make piix_intx_routing_notifier_xen() more device independent
 2024-01-08 12:14 UTC  (2+ messages)

[PATCH v6 0/2] acpi: report numa nodes for device memory using GI
 2024-01-08 12:09 UTC  (3+ messages)
` [PATCH v6 1/2] qom: new object to associate device to numa node

[PATCH v5 0/2] Add minimal support for the B-L475E-IOT01A board
 2024-01-08 12:09 UTC  (3+ messages)
` [PATCH v5 1/2] hw/arm: Add minimal support for the STM32L4x5 SoC

[PATCH] tcg/tci: Fix TCI on hppa host and update TCI test matrix
 2024-01-08 11:50 UTC  (4+ messages)

[RESEND RFC v1 0/2] RISC-V: ACPI: Enable SPCR
 2024-01-08 11:34 UTC  (4+ messages)
` [RESEND RFC v1 1/2] hw/arm/virt-acpi-build.c: Migrate SPCR creation to common location

[PATCH v4 0/4] hw/misc/pvpanic: add support for normal shutdowns
 2024-01-08 11:10 UTC  (5+ messages)
` [PATCH v4 1/4] linux-headers: drop pvpanic.h
` [PATCH v4 2/4] hw/misc/pvpanic: centralize definition of supported events

[PATCH] tests/qtest/virtio-ccw: Fix device presence checking
 2024-01-08 11:06 UTC  (2+ messages)

[PATCH 1/2] acpi/tests/avocado/bits: import smilatency test from bits in order to disable it
 2024-01-08 11:04 UTC  (4+ messages)
` [PATCH 2/2] acpi/tests/avocado/bits: disable smilatency tests

[PATCH] Hanlde wrap around caused by the fact that perior to version 460A the limit was 32bit quantity. See Linux kernel code in: drivers/pci/controllers/dwc/pcie-designware.c function: __dw_pcie_prog_outbound_atu Now in a 64bit system the range can be above 4G but as long as the limit itself is less then 4G the overflow is avoided
 2024-01-08 10:57 UTC 

Question about CXL emulation in QEMU
 2024-01-08 10:49 UTC 

acpiBitsTest.test_acpi_smbios_bits test intermittently times out
 2024-01-08 10:38 UTC  (6+ messages)

[PATCH 0/2] acpi/tests/avocado/bits: disable smilatency tests
 2024-01-08 10:36 UTC  (3+ messages)
` [PATCH 1/2] acpi/tests/avocado/bits: import smilatency test from bits in order to disable it
` [PATCH 2/2] acpi/tests/avocado/bits: disable smilatency tests


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