qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-18 04:42:18 to 2023-05-18 14:52:34 UTC [more...]

[PULL 00/29] target-arm queue
 2023-05-18 14:51 UTC  (31+ messages)
` [PULL 01/29] sbsa-ref: switch default cpu core to Neoverse-N1
` [PULL 02/29] target/arm: Fix vd == vm overlap in sve_ldff1_z
` [PULL 03/29] Maintainers: add myself as reviewer for sbsa-ref
` [PULL 04/29] arm/kvm: add support for MTE
` [PULL 05/29] target/arm: add RAZ/WI handling for DBGDTR[TX|RX]
` [PULL 06/29] sbsa-ref: use Bochs graphics card instead of VGA
` [PULL 07/29] target/arm: Split out disas_a64_legacy
` [PULL 08/29] target/arm: Create decodetree skeleton for A64
` [PULL 09/29] target/arm: Pull calls to disas_sve() and disas_sme() out of legacy decoder
` [PULL 10/29] target/arm: Convert PC-rel addressing to decodetree
` [PULL 11/29] target/arm: Split gen_add_CC and gen_sub_CC
` [PULL 12/29] target/arm: Convert Add/subtract (immediate) to decodetree
` [PULL 13/29] target/arm: Convert Add/subtract (immediate with tags) "
` [PULL 14/29] target/arm: Replace bitmask64 with MAKE_64BIT_MASK
` [PULL 15/29] target/arm: Convert Logical (immediate) to decodetree
` [PULL 16/29] target/arm: Convert Move wide "
` [PULL 17/29] target/arm: Convert Bitfield "
` [PULL 18/29] target/arm: Convert Extract instructions "
` [PULL 19/29] target/arm: Convert unconditional branch immediate "
` [PULL 20/29] target/arm: Convert CBZ, CBNZ "
` [PULL 21/29] target/arm: Convert TBZ, TBNZ "
` [PULL 22/29] target/arm: Convert conditional branch insns "
` [PULL 23/29] target/arm: Convert BR, BLR, RET "
` [PULL 24/29] target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] "
` [PULL 25/29] target/arm: Convert BRAA, BRAB, BLRAA, BLRAB "
` [PULL 26/29] target/arm: Convert ERET, ERETAA, ERETAB "
` [PULL 27/29] target/arm: Saturate L2CTLR_EL1 core count field rather than overflowing
` [PULL 28/29] hw/arm/vexpress: Avoid trivial memory leak of 'flashalias'
` [PULL 29/29] docs: Convert u2f.txt to rST

[PATCH 0/5] Restore vmstate on cancelled/failed migration
 2023-05-18 14:49 UTC  (14+ messages)
` [PATCH 1/5] runstate: add runstate_get()
` [PATCH 2/5] migration: never fail in global_state_store()
` [PATCH 3/5] runstate: drop unused runstate_store()
` [PATCH 4/5] migration: switch from .vm_was_running to .vm_old_state
` [PATCH 5/5] migration: restore vmstate on migration failure

[PATCH v2 0/4] Migration time prediction using calc-dirty-rate
 2023-05-18 14:45 UTC  (6+ messages)
` [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode

[PATCH v12 00/15] TCG code quality tracking
 2023-05-18 14:30 UTC  (19+ messages)
` [PATCH v12 01/15] accel/tcg: introduce TBStatistics structure
` [PATCH v12 02/15] accel: collecting TB execution count
` [PATCH v12 03/15] accel: collecting JIT statistics
` [PATCH v12 04/15] accel: replacing part of CONFIG_PROFILER with TBStats
` [PATCH v12 05/15] accel/tcg: move profiler dev_time to tb_stats
` [PATCH v12 06/15] accel/tcg: convert profiling of restore operations to TBStats
` [PATCH v12 07/15] accel/tcg: convert profiling of code generation "
` [PATCH v12 08/15] accel: adding TB_JIT_TIME and full replacing CONFIG_PROFILER
` [PATCH v12 09/15] debug: add -d tb_stats to control TBStatistics collection:
` [PATCH v12 10/15] monitor: adding tb_stats hmp command
` [PATCH v12 11/15] tb-stats: reset the tracked TBs on a tb_flush
` [PATCH v12 12/15] Adding info [tb-list|tb] commands to HMP (WIP)
` [PATCH v12 13/15] tb-stats: dump hot TBs at the end of the execution
` [PATCH v12 14/15] configure: remove the final bits of --profiler support
` [PATCH v12 15/15] docs/tb-stats: add how to

Gpio in vexpress
 2023-05-18 14:35 UTC  (3+ messages)

[RFC PATCH] Add support for RAPL MSRs in KVM/Qemu
 2023-05-18 14:26 UTC  (3+ messages)

[RFC v3 0/2] migration: Update error description whenever migration fails
 2023-05-18 14:24 UTC  (8+ messages)
` [RFC v3 1/2] "
` [RFC v3 2/2] "

Multiple vIOMMU instance support in QEMU?
 2023-05-18 14:16 UTC  (4+ messages)

[PATCH v8.0.1 00/36] Patch Round-up for stable 8.0.1, freeze on 2023-05-27
 2023-05-18 14:11 UTC  (3+ messages)

[PATCH 0/6] Add RISC-V Virtual IRQs and IRQ filtering support
 2023-05-18 11:38 UTC  (7+ messages)
` [PATCH 1/6] target/riscv: Without H-mode mask all HS mode inturrupts in mie
` [PATCH 2/6] target/riscv: Check for async flag in case of RISCV_EXCP_SEMIHOST
` [PATCH 3/6] target/riscv: Set VS* bits to one in mideleg when H-Ext is enabled
` [PATCH 4/6] target/riscv: Split interrupt logic from riscv_cpu_update_mip
` [PATCH 5/6] target/riscv: Add M-mode virtual interrupt and IRQ filtering support
` [PATCH 6/6] target/riscv: Add HS-mode "

[PATCH v8 0/7] igb: packet-split descriptors support
 2023-05-18 14:04 UTC  (8+ messages)
    ` [PATCH v8 1/7] igb: remove TCP ACK detection
    ` [PATCH v8 2/7] igb: rename E1000E_RingInfo_st
    ` [PATCH v8 3/7] igb: RX descriptors guest writting refactoring
    ` [PATCH v8 4/7] igb: RX payload "
    ` [PATCH v8 5/7] igb: add IPv6 extended headers traffic detection
    ` [PATCH v8 6/7] igb: packet-split descriptors support
    ` [PATCH v8 7/7] e1000e: rename e1000e_ba_state and e1000e_write_hdr_to_rx_buffers

[PATCH 0/2] meson: use subprojects for bundled projects
 2023-05-18 14:01 UTC  (6+ messages)
` [PATCH 1/2] meson: use subproject for internal libfdt
` [PATCH 2/2] meson: use subproject for keycodemapdb

[PATCH 0/4] monitor/hmp: cleanup monitor_event() and suspend_cnt
 2023-05-18 13:18 UTC  (7+ messages)
` [PATCH 1/4] monitor: use QEMU_LOCK_GUARD a bit more
` [PATCH 2/4] monitor: allow calling monitor_resume under mon_lock
` [PATCH 3/4] monitor: add more *_locked() functions
` [PATCH 4/4] monitor: do not use mb_read/mb_set for suspend_cnt

[PATCH v2 00/19] Fix qemu_strtosz() read-out-of-bounds
 2023-05-18 13:47 UTC  (5+ messages)
` [PATCH v2 05/19] cutils: Fix wraparound parsing in qemu_strtoui
` [PATCH v2 18/19] cutils: Improve qemu_strtod* error paths

[PULL 00/80] tcg patch queue
 2023-05-18 13:22 UTC  (3+ messages)
` [PULL 62/80] accel/tcg: Widen plugin_gen_empty_mem_callback to i64

[PATCH] scripts: make sure scripts are invoked via $(PYTHON)
 2023-05-18 13:19 UTC  (2+ messages)

[PATCH v2 0/7] migration: Add precopy initial data capability and VFIO precopy support
 2023-05-18 13:42 UTC  (8+ messages)
` [PATCH v2 2/7] migration: Implement precopy initial data logic
` [PATCH v2 3/7] migration: Enable precopy initial data capability

tcg-plugins avocado test_aarch64_virt_mem_icount timing out on current git?
 2023-05-18 13:28 UTC  (3+ messages)

[PATCH v1 1/1] hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0
 2023-05-18 13:27 UTC  (6+ messages)

command line, guest console output missing from avocado log
 2023-05-18 13:22 UTC  (5+ messages)

[PATCH risu] use time() as random seed and introduce --randseed option
 2023-05-18 13:09 UTC  (5+ messages)

[PATCH] docs/devel: remind developers to run CI container pipeline when updating images
 2023-05-18 13:04 UTC  (2+ messages)

[PULL 00/68] i386, build system, KVM changes for 2023-05-18
 2023-05-18 13:04 UTC  (10+ messages)
` [PULL 63/68] configure: remove compiler sanity check

[PATCH] gitlab: custom-runners: preserve more artifacts for debugging
 2023-05-18 12:57 UTC  (2+ messages)

[PATCH 0/9] Host-specific includes, begin cpuinfo.h
 2023-05-18 12:48 UTC  (17+ messages)
` [PATCH 1/9] util: Introduce host-specific cpuinfo.h
` [PATCH 2/9] util: Add cpuinfo-i386.c
` [PATCH 3/9] util: Add i386 CPUINFO_ATOMIC_VMOVDQU
` [PATCH 4/9] tcg/i386: Use cpuinfo.h
` [PATCH 5/9] util/bufferiszero: Use i386 cpuinfo.h
` [PATCH 6/9] migration/xbzrle: Shuffle function order
` [PATCH 7/9] migration/xbzrle: Use i386 cacheinfo.h
` [PATCH 8/9] migration: Build migration_files once

[PATCH 0/3] block/graph-lock: Disable locking for now
 2023-05-18 12:43 UTC  (5+ messages)
` [PATCH 1/3] graph-lock: "
` [PATCH 2/3] nbd/server: Fix drained_poll to wake coroutine in right AioContext

[PATCH] multifd: Set a higher "backlog" default value for listen()
 2023-05-18 12:42 UTC  (6+ messages)

[PATCH v2 0/4] Virtio shared dma-buf
 2023-05-18 12:02 UTC  (5+ messages)
` [PATCH v2 1/4] uuid: add hash_func and equal_func
` [PATCH v2 2/4] virtio-dmabuf: introduce virtio-dmabuf
` [PATCH v2 3/4] vhost-user: add shared_object msg
` [PATCH v2 4/4] vhost-user: refactor send_resp code

[RFC PATCH] target/arm: add RAZ/WI handling for DBGDTR[TX|RX]
 2023-05-18 11:43 UTC  (4+ messages)

[PULL v3 00/68] i386, build system, KVM changes for 2023-05-18
 2023-05-18 11:40 UTC  (2+ messages)
` [PULL 59/68] build: move warning flag selection to meson

[PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location
 2023-05-18 11:19 UTC  (18+ messages)

[PATCH v2 0/3] ACPI: i386: bump MADT to revision 3
 2023-05-18 11:04 UTC  (5+ messages)
` [PATCH v2 1/3] ACPI: bios-tables-test.c step 2 (allowed-diff entries)
` [PATCH v2 3/3] ACPI: bios-tables-test.c step 5 (update expected table binaries)

[PATCH] docs: Convert u2f.txt to rST
 2023-05-18 10:41 UTC  (3+ messages)

[PATCH 0/5] qmp: cleanup QMP dispatcher coroutine
 2023-05-18 10:18 UTC  (6+ messages)
` [PATCH 1/5] monitor: cleanup detection of qmp_dispatcher_co shutting down
` [PATCH 2/5] monitor: cleanup fetching of QMP requests
` [PATCH 3/5] monitor: introduce qmp_dispatcher_co_wake
` [PATCH 4/5] monitor: extract request dequeuing to a new function
` [PATCH 5/5] monitor: do not use mb_read/mb_set

[PULL v2 00/59] i386, build system, KVM changes for 2023-05-18
 2023-05-18 10:17 UTC  (2+ messages)
` [PULL v2 39/59] configure: bootstrap sphinx with mkvenv

[PATCH] sbsa-ref: use Bochs graphics card instead of VGA
 2023-05-18 10:14 UTC  (3+ messages)

[PATCH v7 0/1] arm: enable MTE for QEMU + kvm
 2023-05-18 10:09 UTC  (2+ messages)

[PATCH] Maintainers: add myself as reviewer for sbsa-ref
 2023-05-18 10:08 UTC  (2+ messages)

[PATCH RFC 0/5] hw/cxl: Type 2 Device RFC
 2023-05-18  9:54 UTC  (3+ messages)
` [PATCH RFC 1/5] hw/cxl: Use define for build bug detection

[PATCH v6 00/12] target/riscv: Fix PMP related problem
 2023-05-18  9:46 UTC  (2+ messages)

[PATCH v9 00/11] target/riscv: rework CPU extension validation
 2023-05-18  9:45 UTC  (4+ messages)
` [PATCH v9 11/11] target/riscv: rework write_misa()

[PATCH v1] hw/loongarch: Add numa support
 2023-05-18  9:06 UTC 

[PATCH v2] Add information how to fix common build error on Windows in symlink-install-tree
 2023-05-18  7:16 UTC  (2+ messages)

[PULL 00/18] Block layer patches
 2023-05-18  7:13 UTC  (3+ messages)
` [PULL 17/18] aio-posix: do not nest poll handlers

[PATCH v3 0/5] Move ASID test to vhost-vdpa net initialization
 2023-05-18  6:58 UTC  (7+ messages)
` [PATCH v3 5/5] vdpa: move CVQ isolation check to net_init_vhost_vdpa

[PATCH v2 0/2] Send all the SVQ control commands in parallel
 2023-05-18  6:54 UTC  (9+ messages)
` [PATCH v2 2/2] vdpa: send CVQ state load "

[PATCH v3 0/3] vhost: register and change IOMMU flag depending on ATS state
 2023-05-18  6:14 UTC  (5+ messages)
` [PATCH v3 1/3] virtio-pci: add handling of PCI ATS and Device-TLB enable/disable
` [PATCH v3 2/3] vhost: register and change IOMMU flag depending on Device-TLB state

[PATCH v2] hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
 2023-05-18  6:03 UTC  (12+ messages)

[PATCH v4 0/3] Smstateen FCSR
 2023-05-18  4:48 UTC  (5+ messages)
` [PATCH v4 1/3] target/riscv: smstateen check for fcsr


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