messages from 2023-03-06 16:48:17 to 2023-03-07 02:05:12 UTC [more...]
[PATCH v4 00/14] vfio/migration: Device dirty page tracking
2023-03-07 2:02 UTC (11+ messages)
` [PATCH v4 01/14] vfio/common: Fix error reporting in vfio_get_dirty_bitmap()
` [PATCH v4 02/14] vfio/common: Fix wrong %m usages
` [PATCH v4 03/14] vfio/common: Abort migration if dirty log start/stop/sync fails
` [PATCH v4 04/14] vfio/common: Add VFIOBitmap and alloc function
` [PATCH v4 07/14] vfio/common: Add helper to consolidate iova/end calculation
` [PATCH v4 08/14] vfio/common: Record DMA mapped IOVA ranges
` [PATCH v4 09/14] vfio/common: Add device dirty page tracking start/stop
` [PATCH v4 11/14] vfio/common: Add device dirty page bitmap sync
` [PATCH v4 12/14] vfio/migration: Block migration with vIOMMU
` [PATCH v4 14/14] docs/devel: Document VFIO device dirty page tracking
[PULL 00/23] loongarch64 patch queue
2023-03-07 1:53 UTC (4+ messages)
` [PULL 13/23] target/loongarch: Update README
[PATCH 0/1] hw/riscv: Add ACT related support
2023-03-07 1:47 UTC (5+ messages)
` [PATCH 1/1] hw/riscv: Add signature dump function for spike to run ACT tests
Adding Implementation Defined ARM cpu registers
2023-03-07 1:40 UTC
[PATCH 00/23] Fix NB_MMU_MODES to 16
2023-03-07 0:58 UTC (31+ messages)
` [PATCH 01/23] include/exec: Set default `NB_MMU_MODES` "
` [PATCH 02/23] target/alpha: Remove `NB_MMU_MODES` define
` [PATCH 03/23] target/arm: "
` [PATCH 04/23] target/avr: "
` [PATCH 05/23] target/cris: "
` [PATCH 06/23] target/hexagon: "
` [PATCH 07/23] target/hppa: "
` [PATCH 08/23] target/i386: "
` [PATCH 09/23] target/loongarch: "
` [PATCH 10/23] target/m68k: "
` [PATCH 11/23] target/microblaze: "
` [PATCH 12/23] target/mips: "
` [PATCH 13/23] target/nios2: "
` [PATCH 14/23] target/openrisc: "
` [PATCH 15/23] target/ppc: "
` [PATCH 16/23] target/riscv: "
` [PATCH 17/23] target/rx: "
` [PATCH 18/23] target/s390x: "
` [PATCH 19/23] target/sh4: "
` [PATCH 20/23] target/sparc: "
` [PATCH 21/23] target/tricore: "
` [PATCH 22/23] target/xtensa: "
` [PATCH 23/23] include/exec: Remove guards around `NB_MMU_MODES`
[PATCH 00/70] tcg: Remove tcg_const_*
2023-03-07 0:37 UTC (42+ messages)
` [PATCH 03/70] target/arm: Improve arm_rmode_to_sf
` [PATCH 13/70] target/avr: Avoid use of tcg_const_i32 throughout
` [PATCH 14/70] target/cris: "
` [PATCH 21/70] target/hppa: "
` [PATCH 23/70] target/i386: Avoid use of tcg_const_* throughout
` [PATCH 26/70] target/m68k: Avoid tcg_const_i32 when modified
` [PATCH 27/70] target/m68k: Avoid tcg_const_i32 in bfop_reg
` [PATCH 28/70] target/m68k: Avoid tcg_const_* throughout
` [PATCH 47/70] target/rx: Use cpu_psw_z as temp in flags computation
` [PATCH 49/70] target/rx: Avoid tcg_const_i32
` [PATCH 51/70] target/s390x: Avoid tcg_const_i64
` [PATCH 52/70] target/sh4: Avoid tcg_const_i32 for TAS.B
` [PATCH 53/70] target/sh4: Avoid tcg_const_i32
` [PATCH 56/70] target/tricore: Split t_n as constant from temp as variable
` [PATCH 57/70] target/tricore: Rename t_off10 and use tcg_constant_i32
` [PATCH 61/70] target/tricore: Avoid tcg_const_i32
` [PATCH 62/70] target/xtensa: Tidy translate_bb
` [PATCH 63/70] target/xtensa: Tidy translate_clamps
` [PATCH 67/70] target/xtensa: Avoid tcg_const_i32
` [PATCH 69/70] tcg: Drop tcg_const_*_vec
[PATCH v8 0/6] Pegasos2 fixes and audio output support
2023-03-07 0:20 UTC (8+ messages)
` [PATCH v8 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
` [PATCH v8 4/6] hw/ppc/pegasos2: Fix PCI interrupt routing
[PATCH] hw/acpi: Set memory regions to native endian as a work around
2023-03-07 0:06 UTC (20+ messages)
[PATCH 0/5] Fix recent PIC -> CPU interrupt wiring regressions
2023-03-06 23:59 UTC (2+ messages)
[PATCH] target/hexagon/idef-parser: Elide mov in gen_pred_assign
2023-03-06 23:42 UTC (3+ messages)
[PATCH v2 0/9] Fix missing memory barriers on ARM
2023-03-06 23:39 UTC (13+ messages)
` [PATCH v2 1/9] qatomic: add smp_mb__before/after_rmw()
` [PATCH v2 2/9] qemu-thread-posix: cleanup, fix, document QemuEvent
` [PATCH v2 3/9] qemu-thread-win32: "
` [PATCH v2 4/9] edu: add smp_mb__after_rmw()
` [PATCH v2 5/9] aio-wait: switch to smp_mb__after_rmw()
` [PATCH v2 6/9] qemu-coroutine-lock: add smp_mb__after_rmw()
` [PATCH v2 7/9] physmem: add missing memory barrier
` [PATCH v2 8/9] async: update documentation of the memory barriers
` [PATCH v2 9/9] async: clarify usage of barriers in the polling case
[PATCH] io/channel-tls: plug memory leakage on GSource
2023-03-06 23:15 UTC
[PATCH v3 00/13] vfio/migration: Device dirty page tracking
2023-03-06 23:12 UTC (35+ messages)
` [PATCH v3 07/13] vfio/common: Record DMA mapped IOVA ranges
` [PATCH v3 08/13] vfio/common: Add device dirty page tracking start/stop
` [PATCH v3 10/13] vfio/common: Add device dirty page bitmap sync
` [PATCH v3 11/13] vfio/migration: Block migration with vIOMMU
` [PATCH v3 12/13] vfio/migration: Query device dirty page tracking support
` [PATCH v3 13/13] docs/devel: Document VFIO device dirty page tracking
[PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver
2023-03-06 22:41 UTC (4+ messages)
[PATCH] linux-user: Fix access to /proc/self/exe
2023-03-06 22:23 UTC (2+ messages)
[PULL 00/22] Sixth RISC-V PR for 8.0
2023-03-06 22:02 UTC (23+ messages)
` [PULL 01/22] target/riscv: implement Zicboz extension
` [PULL 02/22] target/riscv: implement Zicbom extension
` [PULL 03/22] target/riscv: add Zicbop cbo.prefetch{i, r, m} placeholder
` [PULL 04/22] hw/riscv/virt.c: add cbo[mz]-block-size fdt properties
` [PULL 05/22] disas/riscv Fix ctzw disassemble
` [PULL 06/22] target/riscv: cpu: Implement get_arch_id callback
` [PULL 07/22] hw: intc: Use cpu_by_arch_id to fetch CPU state
` [PULL 08/22] gitlab/opensbi: Move to docker:stable
` [PULL 09/22] roms/opensbi: Upgrade from v1.1 to v1.2
` [PULL 10/22] riscv: Pass Object to register_cpu_props instead of DeviceState
` [PULL 11/22] riscv: Change type of valid_vm_1_10_[32|64] to bool
` [PULL 12/22] riscv: Allow user to set the satp mode
` [PULL 13/22] riscv: Introduce satp mode hw capabilities
` [PULL 14/22] riscv: Correctly set the device-tree entry 'mmu-type'
` [PULL 15/22] hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fields
` [PULL 16/22] hw/riscv/virt: Add a switch to disable ACPI
` [PULL 17/22] hw/riscv/virt: Add memmap pointer to RiscVVirtState
` [PULL 18/22] hw/riscv/virt: Enable basic ACPI infrastructure
` [PULL 19/22] hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT
` [PULL 20/22] hw/riscv/virt: virt-acpi-build.c: Add RHCT Table
` [PULL 21/22] hw/riscv/virt.c: Initialize the ACPI tables
` [PULL 22/22] MAINTAINERS: Add entry for RISC-V ACPI
[PATCH v2 0/4] Missing endianness conversions in user mode
2023-03-06 22:02 UTC (7+ messages)
` [PATCH v2 1/4] linux-user: fix timerfd read endianness conversion
` [PATCH v2 2/4] linux-user: fix sockaddr_in6 endianness
` [PATCH v2 3/4] linux-user: add target to host netlink conversions
[RESEND PATCH v6 0/8] hw/cxl: RAS error emulation and injection
2023-03-06 21:57 UTC (16+ messages)
` [RESEND PATCH v6 1/8] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
` [RESEND PATCH v6 2/8] hw/pci/aer: Add missing routing for AER errors
` [RESEND PATCH v6 3/8] hw/pci-bridge/cxl_root_port: Wire up AER
` [RESEND PATCH v6 4/8] hw/pci-bridge/cxl_root_port: Wire up MSI
` [RESEND PATCH v6 5/8] hw/mem/cxl-type3: Add AER extended capability
` [RESEND PATCH v6 6/8] hw/cxl: Fix endian issues in CXL RAS capability defaults / masks
` [RESEND PATCH v6 7/8] hw/pci/aer: Make PCIE AER error injection facility available for other emulation to use
[PATCH v3 1/1] vhost-user-fs: add migration type property
2023-03-06 21:53 UTC (13+ messages)
[PATCH v2 0/3] contrib/elf2dmp: Windows Server 2022 support
2023-03-06 21:35 UTC (2+ messages)
[PATCH] vhost: Drop unused eventfd_add|del hooks
2023-03-06 21:35 UTC (2+ messages)
[PATCH v3 0/2] linux-user: Fix unaligned memory access in prlimit64 syscall
2023-03-06 21:34 UTC (3+ messages)
` [PATCH v3 1/2] "
[PATCH v1 0/2] target/s390x: Fix emulation of C(G)HRL
2023-03-06 21:33 UTC (5+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] tests/tcg/s390x: Add C(G)HRL test
[PATCH qemu] linux-user: Emulate /proc/cpuinfo output for riscv
2023-03-06 21:29 UTC (3+ messages)
[PATCH 0/9] accel/tcg: Fix page_set_flags and related [#1528]
2023-03-06 21:24 UTC (4+ messages)
` [PATCH 1/9] linux-user: Diagnose incorrect -R size
[PATCH 0/3] block: protect BlockBackend->queued_requests with a lock
2023-03-06 21:01 UTC (4+ messages)
` [PATCH 1/3] block: make BlockBackend->quiesce_counter atomic
[PATCH RESEND v6 0/5] migration: reduce time of loading non-iterable vmstate
2023-03-06 20:48 UTC (4+ messages)
[Qemu-devel] [PULL 11/29] target/riscv: Convert RV32F insns to decodetree
2023-03-06 20:22 UTC (2+ messages)
[RFC PATCH 0/5] QEMU v7.2.0 aarch64 Nested Virtualization Support
2023-03-06 20:04 UTC (6+ messages)
` [RFC PATCH 2/5] hw/intc/gicv3: add support for setting KVM vGIC maintenance IRQ
[PATCH 0/4] Support x2APIC mode with TCG accelerator
2023-03-06 19:51 UTC (15+ messages)
` [PATCH 1/4] apic: add support for x2APIC mode
` [PATCH 4/4] test/avocado: test Linux boot up in x2APIC with userspace local APIC
[PATCH V5 0/8] Add basic ACPI support for risc-v virt
2023-03-06 19:50 UTC (2+ messages)
Is the fix for "DMA MMIO reentrancy" in qemu stable now?
2023-03-06 19:09 UTC (2+ messages)
[PATCH v11 0/5] riscv: Allow user to set the satp mode
2023-03-06 19:07 UTC (3+ messages)
[PATCH v2 03/20] vfio/migration: Add VFIO migration pre-copy support
2023-03-06 19:01 UTC (11+ messages)
[PATCH v4 00/11] QMP command to import win32 sockets
2023-03-06 18:39 UTC (7+ messages)
` [PATCH v4 07/11] qapi/gen: run C code through clang-format, if possible
[PATCH v4 1/2] target/riscv: refactor Zicond support
2023-03-06 18:26 UTC (4+ messages)
` [PATCH v4 2/2] target/riscv: redirect XVentanaCondOps to use the Zicond functions
[PULL 00/27] Audio patches
2023-03-06 18:21 UTC (2+ messages)
[PATCH 0/3] target/arm: dump and gdbstub support for ZA[]
2023-03-06 18:11 UTC (4+ messages)
` [PATCH 3/3] target/arm: Support reading ZA[] from gdbstub
[PATCH] Hexagon (target/hexagon) Restore --disable-hexagon-idef-parser build
2023-03-06 18:07 UTC (2+ messages)
[PATCH v3 00/20] tcg: drop tcg_temp_free from translators
2023-03-06 17:41 UTC (3+ messages)
` [PATCH v3 19/20] tracing: remove transform.py
[PATCH v2] TCG plugin API extension to read guest memory content by an address
2023-03-06 17:35 UTC (4+ messages)
[PATCH v2] target/arm: Add Neoverse-N1 registers
2023-03-06 17:29 UTC (4+ messages)
[PATCH] hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE update
2023-03-06 17:28 UTC (6+ messages)
[PATCH v6] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-03-06 17:11 UTC (3+ messages)
[PATCH v7] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-03-06 17:10 UTC
[PATCH RESEND v7 0/9] target/arm: Allow CONFIG_TCG=n builds
2023-03-06 17:06 UTC (6+ messages)
` [PATCH RESEND v7 5/9] tests/avocado: Pass parameters to migration test
[PATCH] tests/migration: Tweek auto converge limits check
2023-03-06 15:39 UTC (2+ messages)
[PATCH v2 0/2] MIPS Virt machine
2023-03-06 16:51 UTC (4+ messages)
` [PATCH v2 2/2] hw/mips: Add MIPS virt board
[PULL 00/21] target-arm queue
2023-03-06 15:34 UTC (2+ messages)
` [PULL 09/21] target/arm: Simplify iteration over bit widths
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).