messages from 2022-10-24 11:19:41 to 2022-10-25 00:50:10 UTC [more...]
[PATCH v4 00/11] rerandomize RNG seeds on reboot and handle record&replay
2022-10-25 0:43 UTC (6+ messages)
` [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading
` [PATCH v4 02/11] device-tree: add re-randomization helper function
` [PATCH v4 05/11] riscv: re-randomize rng-seed on reboot
` [PATCH v4 07/11] m68k/q800: do not re-randomize RNG seed on snapshot load
` [PATCH v4 09/11] mips/malta: pass RNG seed via env var and re-randomize on reboot
[PATCH] hw/acpi/erst.c: Fix memset argument order
2022-10-25 0:24 UTC (11+ messages)
` [PATCH v2] hw/acpi/erst.c: Fix memory handling issues
[PATCH] tcg/riscv: Fix range matched by TCG_CT_CONST_M12
2022-10-25 0:21 UTC (2+ messages)
[PATCH v2 0/8] Hexagon (target/hexagon) Improve change-of-flow
2022-10-24 23:51 UTC (9+ messages)
` [PATCH v2 1/8] Hexagon (target/hexagon) Only use branch_taken when packet has multi cof
` [PATCH v2 2/8] Hexagon (target/hexagon) Remove PC from the runtime state
` [PATCH v2 3/8] Hexagon (target/hexagon) Remove next_PC from "
` [PATCH v2 4/8] Hexagon (target/hexagon) Add overrides for direct call instructions
` [PATCH v2 5/8] Hexagon (target/hexagon) Add overrides for compound compare and jump
` [PATCH v2 6/8] Hexagon (target/hexagon) Add overrides for various forms of jump
` [PATCH v2 7/8] Hexagon (target/hexagon) Use direct block chaining for direct jump/branch
` [PATCH v2 8/8] Hexagon (target/hexagon) Use direct block chaining for tight loops
[PATCH 0/4] atomic: Friendlier assertions, avoidance of __sync
2022-10-24 23:24 UTC (5+ messages)
` [PATCH 1/4] include/qemu/osdep: Add qemu_build_assert
` [PATCH 2/4] include/qemu/atomic: Use qemu_build_assert
` [PATCH 3/4] include/qemu/thread: Use qatomic_* functions
` [PATCH 4/4] include/qemu/atomic128: Avoid __sync_val_compare_and_swap_16
[PATCH v2 00/11] misc: Remove variable-length arrays on the stack
2022-10-24 23:16 UTC (13+ messages)
` [PATCH v2 01/11] chardev/baum: Replace magic values by X_MAX / Y_MAX definitions
` [PATCH v2 02/11] chardev/baum: Use definitions to avoid dynamic stack allocation
` [PATCH v2 03/11] chardev/baum: Avoid "
` [PATCH v2 04/11] io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1
` [PATCH v2 06/11] hw/ppc/pnv: Avoid dynamic stack allocation
` [PATCH v2 07/11] hw/intc/xics: "
[PATCH 0/3] tcg/sparc: Remove support for sparc32plus
2022-10-24 23:03 UTC (2+ messages)
[RFC PATCH] main-loop: introduce WITH_QEMU_IOTHREAD_LOCK
2022-10-24 23:01 UTC (2+ messages)
[PATCH 00/24] accel/tcg: Rewrite user-only vma tracking
2022-10-24 23:05 UTC (2+ messages)
[PATCH 00/26] target/s390x: pc-relative translation blocks
2022-10-24 23:04 UTC (2+ messages)
[PATCH 0/6] MIPS decodetree conversion
2022-10-24 22:47 UTC (8+ messages)
` [PATCH 1/6] target/mips: Introduce register access helper functions
` [PATCH 2/6] target/mips: Convert legacy arithmatic instructions to decodetree
` [PATCH 3/6] tests/tcg/mips: Add mips32 arithmatic instruction test cases
` [PATCH 4/6] target/mips: Split Loongson extention translation into standalone file
` [PATCH 5/6] target/mips: Move all tx79 instructions to decodetree
` [PATCH 6/6] target/mips: Make MXU decoder standalone
[PATCH v4] linux-user: Add close_range() syscall
2022-10-24 22:39 UTC (2+ messages)
[PATCH v3] linux-user: Add guest memory layout to exception dump
2022-10-24 22:35 UTC (3+ messages)
[PATCH 0/9] target/s390x: Use Int128 for float128 and retxl
2022-10-24 22:31 UTC (14+ messages)
` [PATCH 2/9] target/s390x: Use a single return for helper_divs64/u64
` [PATCH 3/9] target/s390x: Use Int128 for return from CLST
` [PATCH 4/9] target/s390x: Use Int128 for return from CKSM
` [PATCH 5/9] target/s390x: Use Int128 for return from TRE
` [PATCH 7/9] tests/tcg/s390x: Add long-double.c
` [PATCH 9/9] target/s390x: Use Int128 for passing float128
[PATCH] tests/tcg/nios2: Tweak 10m50-ghrd.ld
2022-10-24 21:37 UTC (2+ messages)
[PATCH] tests/qtest/ac97-test: add up-/downsampling tests
2022-10-24 20:31 UTC (3+ messages)
[PATCH v2] kset: fix memory leak when kset_register() returns error
2022-10-24 21:25 UTC (7+ messages)
soc_name for supermicrox11-bmc machine: ast2400-a1 or ast2500-a1 ?
2022-10-24 20:56 UTC
[PATCH] linux-user: Add strace output for timer_settime64() syscall
2022-10-24 20:45 UTC
[PATCH 0/2] python: misc machine.py improvements
2022-10-24 19:53 UTC (3+ messages)
` [PATCH 1/2] python/machine: Add debug logging to key state changes
` [PATCH 2/2] python/machine: Handle termination cases without QMP
[PATCH v10 0/9] s390x: CPU Topology
2022-10-24 19:26 UTC (6+ messages)
` [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology
[PATCH 00/29] tcg: Fix x86 TARGET_TB_PCREL (#1269)
2022-10-24 17:56 UTC (54+ messages)
` [PATCH 01/29] accel/tcg: Add restore_state_to_opc to TCGCPUOps
` [PATCH] tests/tcg/nios2: Tweak 10m50-ghrd.ld
` [PATCH 02/29] target/alpha: Convert to tcg_ops restore_state_to_opc
` [PATCH 03/29] target/arm: "
` [PATCH 04/29] target/avr: "
` [PATCH 05/29] target/cris: "
` [PATCH 06/29] target/hexagon: "
` [PATCH 07/29] target/hppa: "
` [PATCH 08/29] target/i386: "
` [PATCH 09/29] target/loongarch: "
` [PATCH 10/29] target/m68k: "
` [PATCH 11/29] target/microblaze: "
` [PATCH 12/29] target/mips: "
` [PATCH 13/29] target/nios2: "
` [PATCH 14/29] target/openrisc: "
` [PATCH 15/29] target/ppc: "
` [PATCH 16/29] target/riscv: "
` [PATCH 17/29] target/rx: "
` [PATCH 18/29] target/s390x: "
` [PATCH 19/29] target/sh4: "
` [PATCH 20/29] target/sparc: "
` [PATCH 21/29] target/tricore: "
` [PATCH 22/29] target/xtensa: "
` [PATCH 23/29] accel/tcg: Remove restore_state_to_opc function
` [PATCH 24/29] accel/tcg: Introduce cpu_unwind_state_data
` [PATCH 25/29] target/i386: Use cpu_unwind_state_data for tpr access
` [PATCH 26/29] target/openrisc: Always exit after mtspr npc
` [PATCH 27/29] target/openrisc: Use cpu_unwind_state_data for mfspr
` [PATCH 28/29] accel/tcg: Remove will_exit argument from cpu_restore_state
` [PATCH 29/29] accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tb
[PATCH 0/2] AioContext removal: LinuxAioState and ThreadPool
2022-10-24 18:49 UTC (9+ messages)
` [PATCH 2/2] thread-pool: use ThreadPool from the running thread
[PULL 00/11] Dump patches
2022-10-24 18:25 UTC (2+ messages)
[PATCH v2] memory: prevent dma-reentracy issues
2022-10-24 18:46 UTC (6+ messages)
[PATCH v6 00/10] dump: Add arch section and s390x PV dump
2022-10-24 18:36 UTC (3+ messages)
` [PATCH v6 09/10] s390x: Add KVM PV dump interface
(Extra) KVM call for 2022-10-25
2022-10-24 17:48 UTC
[PATCH v9 0/5] QEMU PCIe DOE for PCIe 4.0/5.0 and CXL 2
2022-10-24 17:42 UTC (3+ messages)
` [PATCH v9 4/5] hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange
[PATCH v3 0/8] rerandomize RNG seeds on reboot and handle record&replay
2022-10-24 17:39 UTC (9+ messages)
` [PATCH v3 1/8] reset: allow registering handlers that aren't called by snapshot loading
[PATCH] target/arm: honor HCR_E2H and HCR_TGE in arm_excp_unmasked()
2022-10-24 16:37 UTC (2+ messages)
[PATCH 0/3] Performance optimizations for PPC64
2022-10-24 15:00 UTC (4+ messages)
` [PATCH 1/3] accel/tcg: Add a quicker check for breakpoints
[PATCH qemu.git] target/imx: reload cmp timer outside of the reload ptimer transaction
2022-10-19 13:09 UTC
[PATCH v6 00/14] target/arm: Implement FEAT_HAFDBS
2022-10-24 15:20 UTC (15+ messages)
` [PATCH v6 02/14] target/arm: Add ptw_idx to S1Translate
` [PATCH v6 04/14] target/arm: Extract HA and HD in aa64_va_parameters
` [PATCH v6 06/14] target/arm: Add ARMFault_UnsuppAtomicUpdate
` [PATCH v6 08/14] target/arm: Fix fault reporting in get_phys_addr_lpae
` [PATCH v6 09/14] target/arm: Don't shift attrs "
` [PATCH v6 10/14] target/arm: Consider GP an attribute "
` [PATCH v6 11/14] target/arm: Tidy merging of attributes from descriptor and table
[PATCH v2 00/17] pci: Abort if pci_add_capability fails
2022-10-24 16:17 UTC (3+ messages)
` [PATCH v2 09/17] pcie: Omit errp for pci_add_capability
[PATCH V2 0/4] hw/block/nvme: Implement ZNS finish-zone ZDC AEN
2022-10-24 15:22 UTC (2+ messages)
add qemu_fdt_setprop_strings
2022-10-24 15:18 UTC (3+ messages)
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-10-24 15:26 UTC (7+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
[PATCH v2 00/11] Refactor bdrv_try_set_aio_context using transactions
2022-10-24 14:52 UTC (7+ messages)
` [PATCH v2 02/11] block: use transactions as a replacement of ->{can_}set_aio_context()
` [PATCH v2 04/11] bdrv_child_try_change_aio_context: add transaction parameter
[PATCH v3 0/4] ui:hw: fix tab indentation
2022-10-24 15:42 UTC (4+ messages)
` [PATCH v3 2/4] hw/audio: "
[PATCH 0/4] Shadow VirtQueue event index support
2022-10-24 14:05 UTC (8+ messages)
` [PATCH 2/4] vhost: toggle device callbacks using used event idx
[PATCH] hw/mips/boston: Don't set link_up for xilinx-pcie
2022-10-24 14:35 UTC
[PATCH 0/2] hw/mips/boston: Initrd support
2022-10-24 14:36 UTC (2+ messages)
[PATCH v3 2/2] hw/ide/piix: Ignore writes of hardwired PCI command register bits
2022-10-24 13:59 UTC (3+ messages)
[OUTREACHY] Asking about contribution ideas
2022-10-24 14:08 UTC (2+ messages)
[PATCH v2] linux-user: Add guest memory layout to exception dump
2022-10-24 14:05 UTC (5+ messages)
[Bug 1994002] [NEW] [SRU] migration was active, but no RAM info was set
2022-10-24 13:37 UTC (2+ messages)
` [Bug 1994002] "
[PATCH v3 00/26] testing/next (docker, avocado, s390x, MAINTAINERS)
2022-10-24 13:06 UTC (3+ messages)
` [PATCH v3 16/26] MAINTAINERS: add features_to_c.sh to gdbstub files
[PATCH qemu.git] target/imx: reload cmp timer outside of the reload ptimer transaction
2022-10-24 12:41 UTC (3+ messages)
[PATCH v13 00/17] qapi: net: add unix socket type support to netdev backend
2022-10-24 12:29 UTC (8+ messages)
` [PATCH v13 17/17] net: stream: add QAPI events to report connection state
[PATCH v2] nbd/client: Use smarter assert
2022-10-24 11:59 UTC (2+ messages)
[PULL 00/23] 9p queue 2022-10-24
2022-10-24 11:33 UTC (18+ messages)
` [PULL 18/23] tests/9p: merge v9fs_tmkdir() and do_mkdir()
` [PULL 17/23] tests/9p: convert v9fs_tflush() to declarative arguments
` [PULL 23/23] tests/9p: remove unnecessary g_strdup() calls
` [PULL 20/23] tests/9p: merge v9fs_tsymlink() and do_symlink()
` [PULL 08/23] tests/9p: simplify callers of tattach()
` [PULL 04/23] tests/9p: merge *walk*() functions
` [PULL 16/23] tests/9p: simplify callers of twrite()
` [PULL 05/23] tests/9p: simplify callers of twalk()
` [PULL 09/23] tests/9p: convert v9fs_tgetattr() to declarative arguments
` [PULL 11/23] tests/9p: convert v9fs_treaddir() "
` [PULL 01/23] fsdev/virtfs-proxy-helper: Use g_mkdir()
` [PULL 19/23] tests/9p: merge v9fs_tlcreate() and do_lcreate()
` [PULL 06/23] tests/9p: merge v9fs_tversion() and do_version()
` [PULL 13/23] tests/9p: convert v9fs_tlopen() to declarative arguments
` [PULL 10/23] tests/9p: simplify callers of tgetattr()
` [PULL 07/23] tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()
[PATCH] treewide: Remove the unnecessary space before semicolon
2022-10-24 11:42 UTC (3+ messages)
[PATCH] ui: remove useless typecasts
2022-10-24 11:43 UTC (2+ messages)
[PATCH] accel/tcg/tcg-accel-ops-rr: fix trivial typo
2022-10-24 11:44 UTC (2+ messages)
[PATCH v7 0/5] improve error handling for module load
2022-10-24 11:29 UTC (6+ messages)
` [PATCH v7 3/5] module: add Error arguments to module_load and module_load_qom
[PATCH v2] hw/mem/nvdimm: fix error message for 'unarmed' flag
2022-10-24 10:54 UTC (2+ messages)
[PATCH v7 for-7.2 00/15] block: cleanup backing and file handling
2022-10-24 11:26 UTC (2+ messages)
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).