qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-30 16:55:14 to 2022-10-02 23:14:31 UTC [more...]

[PATCH v1 0/7] contrib/gitdm updates
 2022-10-02 23:13 UTC  (3+ messages)
` [PATCH v1 1/7] contrib/gitdm: add Simon to individual contributors

[PATCH v3 1/3] util/main-loop: Fix maximum number of wait objects for win32
 2022-10-02 22:21 UTC  (4+ messages)

[PATCH] RISC-V: Add support for Ztso
 2022-10-02 21:20 UTC  (2+ messages)

[PATCH v2 0/9] target/i386: Use atomic operations for pte updates
 2022-10-02 17:29 UTC  (10+ messages)
` [PATCH v2 1/9] target/i386: Use MMUAccessType across excp_helper.c
` [PATCH v2 2/9] target/i386: Direct call get_hphys from mmu_translate
` [PATCH v2 3/9] target/i386: Introduce structures for mmu_translate
` [PATCH v2 4/9] target/i386: Reorg GET_HPHYS
` [PATCH v2 5/9] target/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDX
` [PATCH v2 6/9] target/i386: Use MMU_NESTED_IDX for vmload/vmsave
` [PATCH v2 7/9] target/i386: Combine 5 sets of variables in mmu_translate
` [PATCH v2 8/9] target/i386: Use atomic operations for pte updates
` [PATCH v2 9/9] target/i386: Use probe_access_full for final stage2 translation

[PATCH v2] target/sh4: Fix TB_FLAG_UNALIGN
 2022-10-02 17:23 UTC  (3+ messages)

access guest address from within instruction
 2022-10-02 17:13 UTC  (10+ messages)

Commit 'iomap: add support for dma aligned direct-io' causes qemu/KVM boot failures
 2022-10-02 13:56 UTC  (8+ messages)

[PATCH] net: print a more actionable error when slirp is not found
 2022-10-02 13:49 UTC  (3+ messages)

[PATCH] m68k: write bootinfo as rom section and re-randomize on reboot
 2022-10-02 10:37 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5 1/2] block: Ignore close() failure in get_tmp_filename()
 2022-10-02  9:38 UTC  (4+ messages)
` [PATCH v5 2/2] block: Refactor get_tmp_filename()

[PATCH v1 0/8] migration: introduce dirtylimit capability
 2022-10-02  1:13 UTC  (6+ messages)
` [PATCH v1 5/8] migration: Export dirty-limit time info

[PATCH for 7.1] linux-user: fix compat with glibc >= 2.36 sys/mount.h
 2022-10-01 21:34 UTC  (2+ messages)

[PATCH qemu] mips/malta: pass RNG seed to to kernel via env var
 2022-10-01 21:33 UTC  (4+ messages)

[PATCH v3 00/26] target/i386: pc-relative translation blocks
 2022-10-01 20:59 UTC  (28+ messages)
` [PATCH v3 01/26] target/i386: Remove pc_start
` [PATCH v3 02/26] target/i386: Return bool from disas_insn
` [PATCH v3 03/26] target/i386: Remove cur_eip argument to gen_exception
` [PATCH v3 04/26] target/i386: Remove cur_eip, next_eip arguments to gen_interrupt
` [PATCH v3 05/26] target/i386: Create gen_update_eip_cur
` [PATCH v3 06/26] target/i386: Create gen_update_eip_next
` [PATCH v3 07/26] target/i386: Introduce DISAS_EOB*
` [PATCH v3 08/26] target/i386: Use DISAS_EOB* in gen_movl_seg_T0
` [PATCH v3 09/26] target/i386: Use DISAS_EOB_NEXT
` [PATCH v3 10/26] target/i386: USe DISAS_EOB_ONLY
` [PATCH v3 11/26] target/i386: Create cur_insn_len, cur_insn_len_i32
` [PATCH v3 12/26] target/i386: Remove cur_eip, next_eip arguments to gen_repz*
` [PATCH v3 13/26] target/i386: Introduce DISAS_JUMP
` [PATCH v3 14/26] target/i386: Truncate values for lcall_real to i32
` [PATCH v3 15/26] target/i386: Create eip_next_*
` [PATCH v3 16/26] target/i386: Use DISAS_TOO_MANY to exit after gen_io_start
` [PATCH v3 17/26] target/i386: Create gen_jmp_rel
` [PATCH v3 18/26] target/i386: Use gen_jmp_rel for loop, repz, jecxz insns
` [PATCH v3 19/26] target/i386: Use gen_jmp_rel for gen_jcc
` [PATCH v3 20/26] target/i386: Use gen_jmp_rel for DISAS_TOO_MANY
` [PATCH v3 21/26] target/i386: Remove MemOp argument to gen_op_j*_ecx
` [PATCH v3 22/26] target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_rel
` [PATCH v3 23/26] target/i386: Create eip_cur_tl
` [PATCH v3 24/26] target/i386: Add cpu_eip
` [PATCH v3 25/26] target/i386: Inline gen_jmp_im
` [PATCH v3 26/26] target/i386: Enable TARGET_TB_PCREL

[PATCH] tests/avocado: Add missing require_netdev('user') checks
 2022-10-01 19:52 UTC 

[PULL v2 00/15] x86 + misc changes for 2022-09-29
 2022-10-01 19:24 UTC  (3+ messages)

[PATCH v3 00/42] target/arm: Implement FEAT_HAFDBS
 2022-10-01 16:23 UTC  (43+ messages)
` [PATCH v3 01/42] target/arm: Split s2walk_secure from ipa_secure in get_phys_addr
` [PATCH v3 02/42] target/arm: Add is_secure parameter to get_phys_addr_lpae
` [PATCH v3 03/42] target/arm: Fix S2 disabled check in S1_ptw_translate
` [PATCH v3 04/42] target/arm: Add is_secure parameter to regime_translation_disabled
` [PATCH v3 05/42] target/arm: Split out get_phys_addr_with_secure
` [PATCH v3 06/42] target/arm: Add is_secure parameter to v7m_read_half_insn
` [PATCH v3 07/42] target/arm: Add TBFLAG_M32.SECURE
` [PATCH v3 08/42] target/arm: Merge regime_is_secure into get_phys_addr
` [PATCH v3 09/42] target/arm: Add is_secure parameter to do_ats_write
` [PATCH v3 10/42] target/arm: Fold secure and non-secure a-profile mmu indexes
` [PATCH v3 11/42] target/arm: Reorg regime_translation_disabled
` [PATCH v3 12/42] target/arm: Drop secure check for HCR.TGE vs SCTLR_EL1.M
` [PATCH v3 13/42] target/arm: Introduce arm_hcr_el2_eff_secstate
` [PATCH v3 14/42] target/arm: Hoist read of *is_secure in S1_ptw_translate
` [PATCH v3 15/42] target/arm: Remove env argument from combined_attrs_fwb
` [PATCH v3 16/42] target/arm: Pass HCR to attribute subroutines
` [PATCH v3 17/42] target/arm: Fix ATS12NSO* from S PL1
` [PATCH v3 18/42] target/arm: Split out get_phys_addr_disabled
` [PATCH v3 19/42] target/arm: Fix cacheattr in get_phys_addr_disabled
` [PATCH v3 20/42] target/arm: Use tlb_set_page_full
` [PATCH v3 21/42] target/arm: Enable TARGET_PAGE_ENTRY_EXTRA
` [PATCH v3 22/42] target/arm: Use probe_access_full for MTE
` [PATCH v3 23/42] target/arm: Use probe_access_full for BTI
` [PATCH v3 24/42] target/arm: Add ARMMMUIdx_Phys_{S,NS}
` [PATCH v3 25/42] target/arm: Move ARMMMUIdx_Stage2 to a real tlb mmu_idx
` [PATCH v3 26/42] target/arm: Plumb debug into S1_ptw_translate
` [PATCH v3 27/42] target/arm: Use softmmu tlbs for page table walking
` [PATCH v3 28/42] target/arm: Split out get_phys_addr_twostage
` [PATCH v3 29/42] target/arm: Use bool consistently for get_phys_addr subroutines
` [PATCH v3 30/42] target/arm: Add ptw_idx argument to S1_ptw_translate
` [PATCH v3 31/42] target/arm: Add isar predicates for FEAT_HAFDBS
` [PATCH v3 32/42] target/arm: Extract HA and HD in aa64_va_parameters
` [PATCH v3 33/42] target/arm: Split out S1TranslateResult type
` [PATCH v3 34/42] target/arm: Move be test for regime into S1TranslateResult
` [PATCH v3 35/42] target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptw
` [PATCH v3 36/42] target/arm: Add ARMFault_UnsuppAtomicUpdate
` [PATCH v3 37/42] target/arm: Remove loop from get_phys_addr_lpae
` [PATCH v3 38/42] target/arm: Fix fault reporting in get_phys_addr_lpae
` [PATCH v3 39/42] target/arm: Don't shift attrs "
` [PATCH v3 40/42] target/arm: Consider GP an attribute "
` [PATCH v3 41/42] target/arm: Implement FEAT_HAFDBS
` [PATCH v3 42/42] target/arm: Use the max page size in a 2-stage ptw

[PATCH v9 0/4] RISC-V Smstateen support
 2022-10-01 13:58 UTC  (8+ messages)
` [PATCH v9 1/4] target/riscv: Add smstateen support
` [PATCH v9 3/4] target/riscv: smstateen check for fcsr

[PATCH v2 00/23] target/i386: pc-relative translation blocks
 2022-10-01 13:58 UTC  (13+ messages)
` [PATCH v2 17/23] target/i386: Create gen_jmp_rel
` [PATCH v2 19/23] target/i386: Use gen_jmp_rel for gen_jcc
` [PATCH v2 23/23] target/i386: Enable TARGET_TB_PCREL

[PATCH 1/6] device-tree: add re-randomization helper function
 2022-10-01 13:13 UTC  (3+ messages)
` [PATCH 5/6] rx: re-randomize rng-seed on reboot

[PATCH v4 00/54] tests/qtest: Enable running qtest on Windows
 2022-10-01 12:12 UTC  (14+ messages)
` [PATCH v4 02/54] semihosting/arm-compat-semi: Avoid using hardcoded /tmp
` [PATCH v4 03/54] tcg: "
` [PATCH v4 04/54] util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary files
` [PATCH v4 25/54] block/vvfat: Unify the mkdir() call
` [PATCH v4 26/54] fsdev/virtfs-proxy-helper: Use g_mkdir()
` [PATCH v4 27/54] hw/usb: dev-mtp: "

[PATCH 00/12] audio: misc. improvements and bug fixes
 2022-10-01 12:08 UTC  (4+ messages)
` [PATCH 11/12] audio: fix sw->buf size for audio recording

[PATCH v2] tests/9p: split virtio-9p-test.c into tests and 9p client part
 2022-10-01 12:08 UTC  (2+ messages)

Question about RISC-V brom register a1 set value
 2022-09-30 23:48 UTC 

[PATCH v5 0/9] target/arm: pc-relative translation blocks
 2022-09-30 22:03 UTC  (10+ messages)
` [PATCH v5 1/9] target/arm: Introduce curr_insn_len
` [PATCH v5 2/9] target/arm: Change gen_goto_tb to work on displacements
` [PATCH v5 3/9] target/arm: Change gen_*set_pc_im to gen_*update_pc
` [PATCH v5 4/9] target/arm: Change gen_exception_insn* to work on displacements
` [PATCH v5 5/9] target/arm: Remove gen_exception_internal_insn pc argument
` [PATCH v5 6/9] target/arm: Change gen_jmp* to work on displacements
` [PATCH v5 7/9] target/arm: Introduce gen_pc_plus_diff for aarch64
` [PATCH v5 8/9] target/arm: Introduce gen_pc_plus_diff for aarch32
` [PATCH v5 9/9] target/arm: Enable TARGET_TB_PCREL

[PATCH v6 00/18] tcg: CPUTLBEntryFull and TARGET_TB_PCREL
 2022-09-30 21:56 UTC  (21+ messages)
` [PATCH v6 01/18] cpu: cache CPUClass in CPUState for hot code paths
` [PATCH v6 02/18] hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrs
` [PATCH v6 03/18] cputlb: used cached CPUClass in our hot-paths
` [PATCH v6 04/18] accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
` [PATCH v6 05/18] accel/tcg: Drop addr member from SavedIOTLB
` [PATCH v6 06/18] accel/tcg: Suppress auto-invalidate in probe_access_internal
` [PATCH v6 07/18] accel/tcg: Introduce probe_access_full
` [PATCH v6 08/18] accel/tcg: Introduce tlb_set_page_full
` [PATCH v6 09/18] include/exec: Introduce TARGET_PAGE_ENTRY_EXTRA
` [PATCH v6 10/18] accel/tcg: Remove PageDesc code_bitmap
` [PATCH v6 11/18] accel/tcg: Use bool for page_find_alloc
` [PATCH v6 12/18] accel/tcg: Use DisasContextBase in plugin_gen_tb_start
` [PATCH v6 13/18] accel/tcg: Do not align tb->page_addr[0]
` [PATCH v6 14/18] accel/tcg: Inline tb_flush_jmp_cache
` [PATCH v6 15/18] include/hw/core: Create struct CPUJumpCache
` [PATCH v6 16/18] hw/core: Add CPUClass.get_pc
` [PATCH v6 17/18] accel/tcg: Introduce tb_pc and log_pc
` [PATCH v6 18/18] accel/tcg: Introduce TARGET_TB_PCREL

[PATCH] Hexagon (gen_tcg_funcs.py): avoid duplicated tcg code on A_CVI_NEW
 2022-09-30 21:52 UTC  (3+ messages)

[PATCH 0/2] target/arm: Enforce implemented granule size limits
 2022-09-30 20:15 UTC  (5+ messages)
` [PATCH 1/2] target/arm: Don't allow guest to use unimplemented granule sizes
` [PATCH 2/2] docs/system/arm/emulation.rst: Report FEAT_GTG support

[PULL 0/8] Trivial branch for 7.2 patches
 2022-09-30 20:21 UTC  (2+ messages)
` [PULL 1/8] hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"

[PULL v2 0/3] Hexagon (target/hexagon) improve store handling
 2022-09-30 18:41 UTC  (4+ messages)
` [PULL v2 1/3] Hexagon (target/hexagon) add instruction attributes from archlib
` [PULL v2 2/3] Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]
` [PULL v2 3/3] Hexagon (target/hexagon) move store size tracking to translation

[RFC PATCH v2 00/29] PowerPC interrupt rework
 2022-09-30 18:38 UTC  (5+ messages)
` [RFC PATCH v2 09/29] target/ppc: remove generic architecture checks from p9_deliver_interrupt
` [RFC PATCH v2 11/29] target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_interrupt

[PATCH v5 00/17] tcg: CPUTLBEntryFull and TARGET_TB_PCREL
 2022-09-30 17:35 UTC  (6+ messages)
` [PATCH v5 16/17] accel/tcg: Introduce TARGET_TB_PCREL

[PATCH v2 for-7.2 0/6] Drop libslirp submodule
 2022-09-30 17:27 UTC  (3+ messages)

[PULL 00/10] QAPI patches patches for 2022-09-07
 2022-09-30 17:20 UTC  (7+ messages)

[PATCH] Revert "qapi: fix examples of blockdev-add with qcow2"
 2022-09-30 17:19 UTC 

[PULL 00/18] Block layer patches
 2022-09-30 16:52 UTC  (18+ messages)
` [PULL 01/18] qcow2: fix memory leak in qcow2_read_extensions
` [PULL 03/18] qemu-img: Wean documentation and help output off '?' for help
` [PULL 04/18] block: pass OnOffAuto instead of bool to block_acct_setup()
` [PULL 05/18] block: add missed block_acct_setup with new block device init procedure
` [PULL 06/18] block: use bdrv_is_sg() helper instead of raw bs->sg reading
` [PULL 07/18] block: make serializing requests functions 'void'
` [PULL 08/18] gluster: stop using .bdrv_needs_filename
` [PULL 09/18] block/qcow2: Keep auto_backing_file if possible
` [PULL 10/18] block/qed: "
` [PULL 11/18] iotests/backing-file-invalidation: Add new test
` [PULL 12/18] block: move bdrv_qiov_is_aligned to file-posix
` [PULL 13/18] block: use the request length for iov alignment
` [PULL 14/18] piix_ide_reset: Use pci_set_* functions instead of direct access
` [PULL 15/18] tests/qtest/ide-test.c: Create disk image for use as a secondary
` [PULL 16/18] hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTIC
` [PULL 17/18] tests/qtest/ide-test: Verify that DIAGNOSTIC clears DEV to zero
` [PULL 18/18] hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS command


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