messages from 2023-02-21 14:28:34 to 2023-02-22 02:01:23 UTC [more...]
[PULL v2 0/8] tcg patch queue
2023-02-22 2:00 UTC (3+ messages)
` [PULL v2 3/8] linux-user: Always exit from exclusive state in fork_end()
` [PULL v2 6/8] target/microblaze: Add gdbstub xml
[PATCH 0/6] hw/cxl: Poison get, inject, clear
2023-02-22 1:47 UTC (11+ messages)
` [PATCH 1/6] hw/cxl: Move enum ret_code definition to cxl_device.h
` [PATCH 2/6] hw/cxl: rename mailbox return code type from ret_code to CXLRetCode
` [PATCH 4/6] hw/cxl: QMP based poison injection support
` [PATCH 5/6] hw/cxl: Add poison injection via the mailbox
` [PATCH 6/6] hw/cxl: Add clear poison mailbox command support
[PATCH v3 00/24] gdbstub: re-organise to for better compilation behaviour
2023-02-22 1:17 UTC (30+ messages)
` [PATCH v3 01/24] gdbstub/internals.h: clean up include guard
` [PATCH v3 02/24] gdbstub: fix-up copyright and license files
` [PATCH v3 03/24] gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
` [PATCH v3 04/24] gdbstub: define separate user/system structures
` [PATCH v3 05/24] gdbstub: move GDBState to shared internals header
` [PATCH v3 06/24] includes: move tb_flush into its own header
` [PATCH v3 07/24] gdbstub: move fromhex/tohex routines to internals
` [PATCH v3 08/24] gdbstub: make various helpers visible to the rest of the module
` [PATCH v3 09/24] gdbstub: move chunk of softmmu functionality to own file
` [PATCH v3 10/24] gdbstub: move chunks of user code into own files
` [PATCH v3 11/24] gdbstub: rationalise signal mapping in softmmu
` [PATCH v3 12/24] gdbstub: abstract target specific details from gdb_put_packet_binary
` [PATCH v3 13/24] gdbstub: specialise handle_query_attached
` [PATCH v3 14/24] gdbstub: specialise target_memory_rw_debug
` [PATCH v3 15/24] gdbstub: introduce gdb_get_max_cpus
` [PATCH v3 16/24] gdbstub: specialise stub_can_reverse
` [PATCH v3 17/24] gdbstub: fix address type of gdb_set_cpu_pc
` [PATCH v3 18/24] gdbstub: don't use target_ulong while handling registers
` [PATCH v3 19/24] gdbstub: move register helpers into standalone include
` [PATCH v3 20/24] gdbstub: move syscall handling to new file
` [PATCH v3 21/24] gdbstub: only compile gdbstub twice for whole build
` [PATCH v3 22/24] testing: probe gdb for supported architectures ahead of time
` [PATCH v3 23/24] include: split target_long definition from cpu-defs
` [PATCH v3 24/24] gdbstub: split out softmmu/user specifics for syscall handling
[PATCH 0/5] bulk: Replace assert(0) -> g_assert_not_reached()
2023-02-22 0:10 UTC (10+ messages)
` [PATCH 1/5] target/ppc: fix warning with clang-15
` [PATCH 2/5] scripts/checkpatch.pl: Do not allow assert(0)
` [PATCH 3/5] bulk: Replace [g_]assert(0) -> g_assert_not_reached()
` [PATCH 4/5] block/vvfat: Remove pointless check of NDEBUG
` [PATCH 5/5] hw: Remove mentions "
[PATCH v1 0/6] hw/arm/virt: Support dirty ring
2023-02-21 23:58 UTC (15+ messages)
` [PATCH v1 1/6] linux-headers: Update for "
` [PATCH v1 2/6] migration: Add last stage indicator to global dirty log synchronization
` [PATCH v1 3/6] kvm: Synchronize the backup bitmap in the last stage
` [PATCH v1 4/6] kvm: Add helper kvm_dirty_ring_init()
` [PATCH v1 5/6] hw/arm/virt: Enable backup bitmap for dirty ring
[PATCH v4 0/4] Adds support for running QEMU natively on windows-arm64
2023-02-21 23:45 UTC (10+ messages)
` [PATCH v4 1/4] util/cacheflush: fix cache "
` [PATCH v4 2/4] sysemu/os-win32: fix setjmp/longjmp "
` [PATCH v4 3/4] qga/vss-win32: fix warning for clang++-15
` [PATCH v4 4/4] target/ppc: fix warning with clang-15
[PATCH] hw/arm/virt: Prevent CPUs in one socket to span mutiple NUMA nodes
2023-02-21 23:38 UTC (7+ messages)
[PATCH v2 00/27] Replace TARGET_TB_PCREL with CF_PCREL
2023-02-21 22:39 UTC (29+ messages)
` [PATCH v2 01/27] include/exec: Introduce `CF_PCREL`
` [PATCH v2 02/27] target/i386: set `CF_PCREL` in `x86_cpu_realizefn`
` [PATCH v2 03/27] target/arm: set `CF_PCREL` in `arm_cpu_realizefn`
` [PATCH v2 04/27] accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
` [PATCH v2 05/27] include/exec: "
` [PATCH v2 06/27] target/arm: "
` [PATCH v2 07/27] target/i386: "
` [PATCH v2 08/27] include/exec: Remove `TARGET_TB_PCREL` define
` [PATCH v2 09/27] target/arm: "
` [PATCH v2 10/27] target/i386: "
` [PATCH v2 11/27] accel/tcg: Move jmp-cache `CF_PCREL` checks to caller
` [PATCH v2 12/27] accel/tcg: Replace `tb_pc()` with `tb->pc`
` [PATCH v2 13/27] target/tricore: "
` [PATCH v2 14/27] target/sparc: "
` [PATCH v2 15/27] target/sh4: "
` [PATCH v2 16/27] target/rx: "
` [PATCH v2 17/27] target/riscv: "
` [PATCH v2 18/27] target/openrisc: "
` [PATCH v2 19/27] target/mips: "
` [PATCH v2 20/27] target/microblaze: "
` [PATCH v2 21/27] target/loongarch: "
` [PATCH v2 22/27] target/i386: "
` [PATCH v2 23/27] target/hppa: "
` [PATCH v2 24/27] target/hexagon: "
` [PATCH v2 25/27] target/avr: "
` [PATCH v2 26/27] target/arm: "
` [PATCH v2 27/27] include/exec: Remove `tb_pc()`
[PATCH] kvm: dirty-ring: Fix race with vcpu creation
2023-02-21 22:39 UTC (3+ messages)
[PATCH v3 0/2] hw/mem: CXL Type-3 Volatile Memory Support
2023-02-21 22:33 UTC (4+ messages)
` [PATCH v3 2/2] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)
[PATCH] tests: Disable migration-test
2023-02-21 22:24 UTC (12+ messages)
[PATCH v5 0/8] hw/cxl: RAS error emulation and injection
2023-02-21 22:15 UTC (13+ messages)
` [PATCH v5 1/8] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
` [PATCH v5 2/8] hw/pci/aer: Add missing routing for AER errors
` [PATCH v5 3/8] hw/pci-bridge/cxl_root_port: Wire up AER
` [PATCH v5 4/8] hw/pci-bridge/cxl_root_port: Wire up MSI
` [PATCH v5 5/8] hw/mem/cxl-type3: Add AER extended capability
` [PATCH v5 6/8] hw/cxl: Fix endian issues in CXL RAS capability defaults / masks
` [PATCH v5 7/8] hw/pci/aer: Make PCIE AER error injection facility available for other emulation to use
` [PATCH v5 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support
[PATCH 00/23] block: Lock the graph, part 2 (BlockDriver callbacks)
2023-02-21 22:13 UTC (2+ messages)
[PATCH 0/7] Implement Most ARMv8.3 Pointer Authentication Features
2023-02-21 21:41 UTC (7+ messages)
` [PATCH 1/7] target/arm: v8.3 PAC ID_AA64ISAR[12] feature-detection
` [PATCH 7/7] target/arm: Add CPU properties for most v8.3 PAC features
[PATCH v3 0/3] virtio-scsi: fix SCSIDevice hot unplug with IOThread
2023-02-21 21:22 UTC (4+ messages)
` [PATCH v3 1/3] scsi: protect req->aiocb with AioContext lock
` [PATCH v3 2/3] dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() race
` [PATCH v3 3/3] virtio-scsi: reset SCSI devices from main loop thread
[PATCH v2 1/3] hw: allwinner-i2c: Make the trace message more readable
2023-02-21 21:08 UTC (5+ messages)
` [PATCH v2 2/3] hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCs
` [PATCH v2 3/3] hw: arm: allwinner-h3: Fix and complete H3 i2c devices
[PATCH v3 0/1] virtio-fs: implement option for stateless migration
2023-02-21 20:45 UTC (3+ messages)
` [PATCH v3 1/1] vhost-user-fs: add migration type property
[RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
2023-02-21 20:36 UTC (7+ messages)
[PULL 0/7] tcg patch queue
2023-02-21 18:51 UTC (5+ messages)
[PATCH] target/riscv/vector_helper.c: create vext_set_tail_elems_1s()
2023-02-21 18:45 UTC
[PATCH 0/5] Pegasos2 fixes and audio output support
2023-02-21 18:44 UTC (6+ messages)
` [PATCH 1/5] hw/isa/vt82c686: Implement interrupt routing in via_isa_set_irq
` [PATCH 2/5] hw/isa/vt82c686: Implement PIRQ pins
` [PATCH 3/5] hw/ppc/pegasos2: Fix PCI interrupt routing
` [PATCH 4/5] hw/audio/ac97: Split off some definitions to a header
` [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback
hw/ppc/virtex_ml507: Problem with CPU IRQ#3 (PPC40x_INPUT_CINT)
2023-02-21 18:36 UTC (2+ messages)
[PATCH v6 0/9] make write_misa a no-op and FEATURE_* cleanups
2023-02-21 18:28 UTC (7+ messages)
` [PATCH v6 1/9] target/riscv: turn write_misa() into an official no-op
[PATCH 0/5] hw/cpu/cluster: Restrict CPU cluster to a particular CPU type
2023-02-21 17:59 UTC (7+ messages)
` [PATCH 1/5] hw/cpu: Extend CPUState::cluster_index documentation
` [PATCH 2/5] hw/cpu/cluster: Only add CPU objects to CPU cluster
` [PATCH 3/5] hw/cpu/cluster: Restrict CPU cluster to a particular CPU type
[PATCH v3 0/6] Python: Drop support for Python 3.6
2023-02-21 17:54 UTC (10+ messages)
` [PATCH v3 1/6] configure: Look for auxiliary Python installations
` [PATCH v3 5/6] meson: prefer 'sphinx-build' to 'sphinx-build-3'
[RESEND PATCH 0/1] pc-bios: Support List-Directed IPL from ECKD DASD
2023-02-21 17:45 UTC (2+ messages)
` [RESEND PATCH 1/1] pc-bios: Add support for "
[PATCH 0/8] hw/arm: Cleanups around QOM style
2023-02-21 17:45 UTC (5+ messages)
` [PATCH 6/8] hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create()
[PATCH] target/riscv: Fix checking of whether instruciton at 'pc_next' spans pages
2023-02-21 17:36 UTC (2+ messages)
[PATCH v2 00/14] target/arm: gdbstub cleanups and additions
2023-02-21 17:33 UTC (6+ messages)
` [PATCH v2 11/14] target/arm: Implement gdbstub pauth extension
` [PATCH v2 14/14] target/arm: Implement gdbstub m-profile systemreg and secext
[PATCH v4 0/6] qapi: static typing conversion, pt5c
2023-02-21 17:32 UTC (5+ messages)
[PATCH 0/2] target/arm: Fix gdbstub for m-profile (#1421)
2023-02-21 17:11 UTC (4+ messages)
` [PATCH 2/2] target/arm: Fix arm_cpu_get_phys_page_attrs_debug for m-profile
virtio-sound Google Summer of Code project?
2023-02-21 16:50 UTC (5+ messages)
[PATCH 0/4] Support x2APIC mode with TCG accelerator
2023-02-21 16:05 UTC (5+ messages)
` [PATCH 1/4] apic: add support for x2APIC mode
` [PATCH 2/4] i386/tcg: implement x2APIC registers MSR access
` [PATCH 3/4] intel_iommu: allow Extended Interrupt Mode when using userspace local APIC
` [PATCH 4/4] test/avocado: test Linux boot up in x2APIC with "
[PULL 0/9] Fourth RISC-V PR for QEMU 8.0
2023-02-21 16:43 UTC (2+ messages)
Questions about how block devices use snapshots
2023-02-21 15:58 UTC (4+ messages)
[PATCH v7 0/5] block: refactor blockdev transactions
2023-02-21 15:53 UTC (7+ messages)
` [PATCH v7 1/5] blockdev: refactor transaction to use Transaction API
` [PATCH v7 2/5] blockdev: transactions: rename some things
` [PATCH v7 3/5] blockdev: qmp_transaction: refactor loop to classic for
` [PATCH v7 4/5] blockdev: transaction: refactor handling transaction properties
` [PATCH v7 5/5] blockdev: qmp_transaction: drop extra generic layer
[PATCH v4 00/27] target/s390x: pc-relative translation blocks
2023-02-21 15:53 UTC (4+ messages)
` [PATCH v4 27/27] target/s390x: Enable TARGET_TB_PCREL
[PATCH v6 0/5] block: refactor blockdev transactions
2023-02-21 15:46 UTC (6+ messages)
` [PATCH v6 1/5] blockdev: refactor transaction to use Transaction API
` [PATCH v6 2/5] blockdev: transactions: rename some things
` [PATCH v6 3/5] blockdev: qmp_transaction: refactor loop to classic for
` [PATCH v6 4/5] blockdev: transaction: refactor handling transaction properties
` [PATCH v6 5/5] blockdev: qmp_transaction: drop extra generic layer
[RFC] CXL: TCG/KVM instruction alignment issue discussion default
2023-02-18 10:22 UTC
[PATCH v4 0/9] PC cleanups
2023-02-21 15:40 UTC (2+ messages)
[PATCH 00/12] Q35 PCI host fixes and QOM cleanup
2023-02-21 15:39 UTC (2+ messages)
[cross-project PATCH v2] NBD 64-bit extensions
2023-02-21 15:21 UTC (4+ messages)
` [PATCH v2 0/6] NBD spec changes for "
` [PATCH v2 2/6] spec: Tweak description of maximum block size
hw/ppc/mac_newworld: Problem with Uninorth IRQ lines
2023-02-21 15:17 UTC (2+ messages)
[PATCH 00/18] CXL RAM and the 'Soft Reserved' => 'System RAM' default
2023-02-18 9:47 UTC (2+ messages)
[PATCH v3 0/4] Adds support for running QEMU natively on windows-arm64
2023-02-21 14:27 UTC (7+ messages)
` [PATCH v3 2/4] sysemu/os-win32: fix setjmp/longjmp "
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).