qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-22 09:28:56 to 2022-08-22 23:59:53 UTC [more...]

[PATCH 00/14] target/i386: Use atomic operations for pte updates
 2022-08-22 23:57 UTC  (2+ messages)
` [PATCH 02/14] accel/tcg: Drop addr member from SavedIOTLB

[PATCH 00/22] target/i386: pc-relative translation
 2022-08-22 23:33 UTC  (19+ messages)
` [PATCH 01/22] target/i386: Return bool from disas_insn
` [PATCH 02/22] target/i386: Remove cur_eip argument to gen_exception
` [PATCH 03/22] target/i386: Remove cur_eip, next_eip arguments to gen_interrupt
` [PATCH 04/22] target/i386: Create gen_update_eip_cur
` [PATCH 05/22] target/i386: Create gen_update_eip_next
` [PATCH 06/22] target/i386: Introduce DISAS_EOB*
` [PATCH 07/22] target/i386: Use DISAS_EOB* in gen_movl_seg_T0
` [PATCH 08/22] target/i386: Use DISAS_EOB_NEXT
` [PATCH 09/22] target/i386: USe DISAS_EOB_ONLY
` [PATCH 10/22] target/i386: Create cur_insn_len, cur_insn_len_i32
` [PATCH 13/22] target/i386: Truncate values for lcall_real to i32
` [PATCH 14/22] target/i386: Create eip_next_*
` [PATCH 15/22] target/i386: Use DISAS_TOO_MANY to exit after gen_io_start
` [PATCH 16/22] target/i386: Create gen_jmp_rel
` [PATCH 18/22] target/i386: Use gen_jmp_rel for gen_jcc
` [PATCH 20/22] target/i386: Use gen_jmp_rel for DISAS_TOO_MANY
` [PATCH 21/22] target/i386: Create gen_eip_cur
` [PATCH 22/22] target/i386: Enable TARGET_TB_PCREL

[PATCH v3 00/17] accel/tcg + target/arm: pc-relative translation
 2022-08-22 23:23 UTC  (18+ messages)
` [PATCH v3 01/17] accel/tcg: Remove PageDesc code_bitmap
` [PATCH v3 02/17] accel/tcg: Use bool for page_find_alloc
` [PATCH v3 03/17] accel/tcg: Use DisasContextBase in plugin_gen_tb_start
` [PATCH v3 04/17] accel/tcg: Do not align tb->page_addr[0]
` [PATCH v3 05/17] include/hw/core: Create struct CPUJumpCache
` [PATCH v3 06/17] accel/tcg: Introduce tb_pc and tb_pc_log
` [PATCH v3 07/17] accel/tcg: Introduce TARGET_TB_PCREL
` [PATCH v3 08/17] accel/tcg: Split log_cpu_exec into inline and slow path
` [PATCH v3 09/17] target/arm: Introduce curr_insn_len
` [PATCH v3 10/17] target/arm: Change gen_goto_tb to work on displacements
` [PATCH v3 11/17] target/arm: Change gen_*set_pc_im to gen_*update_pc
` [PATCH v3 12/17] target/arm: Change gen_exception_insn* to work on displacements
` [PATCH v3 13/17] target/arm: Change gen_exception_internal "
` [PATCH v3 14/17] target/arm: Change gen_jmp* "
` [PATCH v3 15/17] target/arm: Introduce gen_pc_plus_diff for aarch64
` [PATCH v3 16/17] target/arm: Introduce gen_pc_plus_diff for aarch32
` [PATCH v3 17/17] target/arm: Enable TARGET_TB_PCREL

[PATCH v6 00/21] linux-user: Fix siginfo_t contents when jumping to non-readable pages
 2022-08-22 23:15 UTC  (3+ messages)
` [PATCH v6 17/21] accel/tcg: Add fast path for translator_ld*

[PATCH v7 0/8] Add support for zoned device
 2022-08-22 23:05 UTC  (3+ messages)
` [PATCH v7 2/8] file-posix: introduce get_sysfs_str_val for device zoned model

[PATCH 0/9] QOM'ify VT82xx devices
 2022-08-22 22:43 UTC  (10+ messages)
` [PATCH 1/9] hw/isa/vt82c686: QOM'ify Super I/O creation
` [PATCH 2/9] hw/isa/vt82c686: Resolve unneeded attribute
` [PATCH 3/9] hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()
` [PATCH 4/9] hw/isa/vt82c686: QOM'ify via-ide creation
` [PATCH 5/9] hw/isa/vt82c686: QOM'ify vt82c686b-usb-uhci creation
` [PATCH 6/9] hw/isa/vt82c686: QOM'ify pm creation
` [PATCH 7/9] hw/isa/vt82c686: QOM'ify ac97 and mc97 creation
` [PATCH 8/9] hw/isa/vt82c686: QOM'ify RTC creation
` [PATCH 9/9] hw/isa/vt82c686: Reuse errp

[PATCH 0/6] target/i386: Host vector ops for high-usage SSE
 2022-08-22 22:37 UTC  (7+ messages)
` [PATCH 1/6] target/i386: Define XMMReg and access macros
` [PATCH 2/6] target/i386: Use tcg gvec for gen_op_movo
` [PATCH 3/6] target/i386: Use tcg gvec for pcmp{eq,gt}*
` [PATCH 4/6] target/i386: Use tcg gvec for p{add,sub}*
` [PATCH 5/6] target/i386: Use tcg gvec for pand, pandn, por, pxor
` [PATCH 6/6] target/i386: Use tcg gvec ops for pmovmskb

[RFC v4 00/11] blkio: add libblkio BlockDriver
 2022-08-22 22:24 UTC  (12+ messages)
` [RFC v4 01/11] blkio: add libblkio block driver
` [RFC v4 02/11] numa: call ->ram_block_removed() in ram_block_notifer_remove()
` [RFC v4 03/11] block: pass size to bdrv_unregister_buf()
` [RFC v4 04/11] block: use BdrvRequestFlags type for supported flag fields
` [RFC v4 05/11] block: add BDRV_REQ_REGISTERED_BUF request flag
` [RFC v4 06/11] block: return errors from bdrv_register_buf()
` [RFC v4 07/11] block: add BlockRAMRegistrar
` [RFC v4 08/11] exec/cpu-common: add qemu_ram_get_fd()
` [RFC v4 09/11] stubs: add qemu_ram_block_from_host() and qemu_ram_get_fd()
` [RFC v4 10/11] blkio: implement BDRV_REQ_REGISTERED_BUF optimization
` [RFC v4 11/11] virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint

[PATCH v2 0/7] Allow semihosting from user mode
 2022-08-22 21:43 UTC  (10+ messages)
` [PATCH v2 1/7] semihosting: Allow optional use of semihosting from userspace
` [PATCH v2 2/7] target/arm: Honour -semihosting-config userspace=on
` [PATCH v2 3/7] target/m68k: "
` [PATCH v2 4/7] target/mips: "
` [PATCH v2 5/7] target/nios2: "
` [PATCH v2 6/7] target/xtensa: "
` [PATCH v2 7/7] target/riscv: Honour -semihosting-config userspace=on and enable=on

[PATCH v7 00/12] Migration: Transmit and detect zero pages in the multifd threads
 2022-08-22 21:35 UTC  (6+ messages)
` [PATCH v7 05/12] migration: Make ram_save_target_page() a pointer

[PATCH for 7.1 v1 0/6] testing fixes and doc tweak pre-PR
 2022-08-22 21:26 UTC  (10+ messages)
` [PATCH v1 1/6] tests/avocado: push default timeout to QemuBaseTest
` [PATCH v1 2/6] tests/qtest/migration-test: Only wait for serial output where migration succeeds
` [PATCH v1 3/6] tests/migration/aarch64: Speed up the aarch64 migration test
` [PATCH v1 4/6] tests/migration/i386: Speed up the i386 migration test (when using TCG)
` [PATCH v1 5/6] tests/qtest/migration-test: Remove duplicated test_postcopy from the test plan
` [PATCH v1 6/6] qemu-options: try and clarify preferred block semantics

[PATCH v2 00/10] target/arm: Implement FEAT_PMUv3p5
 2022-08-22 16:15 UTC  (12+ messages)
` [PATCH v2 01/10] target/arm: Don't corrupt high half of PMOVSR when cycle counter overflows
` [PATCH v2 02/10] target/arm: Correct value returned by pmu_counter_mask()
` [PATCH v2 03/10] target/arm: Don't mishandle count when enabling or disabling PMU counters
` [PATCH v2 04/10] target/arm: Ignore PMCR.D when PMCR.LC is set
` [PATCH v2 05/10] target/arm: Honour MDCR_EL2.HPMD in Secure EL2
` [PATCH v2 06/10] target/arm: Detect overflow when calculating next PMU interrupt
` [PATCH v2 07/10] target/arm: Rename pmu_8_n feature test functions
` [PATCH v2 08/10] target/arm: Implement FEAT_PMUv3p5 cycle counter disable bits
` [PATCH v2 09/10] target/arm: Support 64-bit event counters for FEAT_PMUv3p5
` [PATCH v2 10/10] target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'

[RFC PATCH] tests/vm: Remove obsolete Fedora VM test
 2022-08-22 17:53 UTC 

[PATCH v2 00/66] target/arm: Implement FEAT_HAFDBS
 2022-08-22 15:27 UTC  (67+ messages)
` [PATCH v2 01/66] target/arm: Create GetPhysAddrResult
` [PATCH v2 02/66] target/arm: Fix ipa_secure in get_phys_addr
` [PATCH v2 03/66] target/arm: Use GetPhysAddrResult in get_phys_addr_lpae
` [PATCH v2 04/66] target/arm: Use GetPhysAddrResult in get_phys_addr_v6
` [PATCH v2 05/66] target/arm: Use GetPhysAddrResult in get_phys_addr_v5
` [PATCH v2 06/66] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav5
` [PATCH v2 07/66] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav7
` [PATCH v2 08/66] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav8
` [PATCH v2 09/66] target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookup
` [PATCH v2 10/66] target/arm: Remove is_subpage argument to pmsav8_mpu_lookup
` [PATCH v2 11/66] target/arm: Add is_secure parameter to v8m_security_lookup
` [PATCH v2 12/66] target/arm: Add secure parameter to pmsav8_mpu_lookup
` [PATCH v2 13/66] target/arm: Add is_secure parameter to get_phys_addr_v5
` [PATCH v2 14/66] target/arm: Add is_secure parameter to get_phys_addr_v6
` [PATCH v2 15/66] target/arm: Add secure parameter to get_phys_addr_pmsav8
` [PATCH v2 16/66] target/arm: Add is_secure parameter to pmsav7_use_background_region
` [PATCH v2 17/66] target/arm: Add is_secure parameter to get_phys_addr_lpae
` [PATCH v2 18/66] target/arm: Add secure parameter to get_phys_addr_pmsav7
` [PATCH v2 19/66] target/arm: Add is_secure parameter to regime_translation_disabled
` [PATCH v2 20/66] target/arm: Add is_secure parameter to get_phys_addr_pmsav5
` [PATCH v2 21/66] target/arm: Split out get_phys_addr_with_secure
` [PATCH v2 22/66] target/arm: Add is_secure parameter to v7m_read_half_insn
` [PATCH v2 23/66] target/arm: Add TBFLAG_M32.SECURE
` [PATCH v2 24/66] target/arm: Merge regime_is_secure into get_phys_addr
` [PATCH v2 25/66] target/arm: Add is_secure parameter to do_ats_write
` [PATCH v2 26/66] target/arm: Fold secure and non-secure a-profile mmu indexes
` [PATCH v2 27/66] target/arm: Reorg regime_translation_disabled
` [PATCH v2 28/66] target/arm: Drop secure check for HCR.TGE vs SCTLR_EL1.M
` [PATCH v2 29/66] target/arm: Introduce arm_hcr_el2_eff_secstate
` [PATCH v2 30/66] target/arm: Hoist read of *is_secure in S1_ptw_translate
` [PATCH v2 31/66] target/arm: Fix S2 disabled check "
` [PATCH v2 32/66] target/arm: Remove env argument from combined_attrs_fwb
` [PATCH v2 33/66] target/arm: Pass HCR to attribute subroutines
` [PATCH v2 34/66] target/arm: Fix ATS12NSO* from S PL1
` [PATCH v2 35/66] target/arm: Split out get_phys_addr_disabled
` [PATCH v2 36/66] target/arm: Reorg get_phys_addr_disabled
` [PATCH v2 37/66] accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
` [PATCH v2 38/66] accel/tcg: Drop addr member from SavedIOTLB
` [PATCH v2 39/66] accel/tcg: Suppress auto-invalidate in probe_access_internal
` [PATCH v2 40/66] accel/tcg: Introduce probe_access_full
` [PATCH v2 41/66] accel/tcg: Introduce tlb_set_page_full
` [PATCH v2 42/66] target/arm: Use tlb_set_page_full
` [PATCH v2 43/66] include/exec: Introduce TARGET_PAGE_ENTRY_EXTRA
` [PATCH v2 44/66] target/arm: Enable TARGET_PAGE_ENTRY_EXTRA
` [PATCH v2 45/66] target/arm: Use probe_access_full for MTE
` [PATCH v2 46/66] target/arm: Use probe_access_full for BTI
` [PATCH v2 47/66] include/exec: Remove target_tlb_bitN from MemTxAttrs
` [PATCH v2 48/66] target/arm: Add ARMMMUIdx_Phys_{S,NS}
` [PATCH v2 49/66] target/arm: Move ARMMMUIdx_Stage2 to a real tlb mmu_idx
` [PATCH v2 50/66] target/arm: Use softmmu tlbs for page table walking
` [PATCH v2 51/66] target/arm: Hoist check for disabled stage2 translation
` [PATCH v2 52/66] target/arm: Split out get_phys_addr_twostage
` [PATCH v2 53/66] target/arm: Use bool consistently for get_phys_addr subroutines
` [PATCH v2 54/66] target/arm: Only use ARMMMUIdx_Stage1* for two-stage translation
` [PATCH v2 55/66] target/arm: Add ptw_idx argument to S1_ptw_translate
` [PATCH v2 56/66] target/arm: Add isar predicates for FEAT_HAFDBS
` [PATCH v2 57/66] target/arm: Extract HA and HD in aa64_va_parameters
` [PATCH v2 58/66] target/arm: Split out S1TranslateResult type
` [PATCH v2 59/66] target/arm: Move be test for regime into S1TranslateResult
` [PATCH v2 60/66] target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptw
` [PATCH v2 61/66] target/arm: Add ARMFault_UnsuppAtomicUpdate
` [PATCH v2 62/66] target/arm: Remove loop from get_phys_addr_lpae
` [PATCH v2 63/66] target/arm: Fix fault reporting in get_phys_addr_lpae
` [PATCH v2 64/66] target/arm: Don't shift attrs "
` [PATCH v2 65/66] target/arm: Consider GP an attribute "
` [PATCH v2 66/66] target/arm: Implement FEAT_HAFDBS

[PATCH 0/4] Speed up migration tests
 2022-08-22 15:32 UTC  (8+ messages)
` [PATCH 2/4] tests/migration/aarch64: Speed up the aarch64 migration test
` [PATCH 3/4] tests/migration/i386: Speed up the i386 migration test (when using TCG)
` [PATCH 4/4] tests/qtest/migration-test: Remove duplicated test_postcopy from the test plan

[PATCH v5 0/3] Enable notify VM exit
 2022-08-22 15:00 UTC  (3+ messages)
` [PATCH v5 1/3] Update linux headers to 6.0-rc1

[PATCH v2] ci: Upgrade msys2 release to 20220603
 2022-08-22 14:39 UTC  (6+ messages)

[RFC PATCH 0/2] accel/kvm: extend kvm memory listener to support
 2022-08-22 14:10 UTC  (6+ messages)
` [RFC PATCH 2/2] kvm/kvm-all.c: listener should delay kvm_vm_ioctl to the commit phase

[RFC 0/2] Virtio in order feature support for virtio-net device
 2022-08-22 14:08 UTC  (3+ messages)
` [RFC 1/2] virtio: expose used buffers

[PATCH] audio: exit(1) if audio backend failed to be found or initialized
 2022-08-22 13:10 UTC 

[PATCH] target/s390x: Fix CLFIT and CLGIT immediate size
 2022-08-22 13:09 UTC  (2+ messages)

Support for Gaisler multicore LEONx SoCs
 2022-08-22 13:08 UTC  (6+ messages)

[PATCH for-7.1?] scsi-generic: Fix emulated block limits VPD page
 2022-08-22 12:53 UTC 

[PATCH v3 0/2] block: add missed block_acct_setup with new block device init procedure
 2022-08-22 12:38 UTC  (5+ messages)
` [PATCH 1/2] target/hppa: Fix proberi instruction emulation for linux-user
` [PATCH 2/2] block: pass OnOffAuto instead of bool to block_acct_setup()

[PATCH] tests/qtest/migration-test: Only wait for serial output where migration succeeds
 2022-08-22 10:56 UTC  (4+ messages)

[RFC PATCH] qemu-options: try and clarify preferred block semantics
 2022-08-22 10:42 UTC  (4+ messages)

[PATCH for-7.2 v2 00/20] QMP/HMP: add 'dumpdtb' and 'info fdt' commands
 2022-08-22 10:30 UTC  (7+ messages)
` [PATCH for-7.2 v2 10/20] hw/ppc: set machine->fdt in spapr machine

[PATCH 0/3] Set runstate to RUN_STATE_RESTORE_VM when started with "-loadvm"
 2022-08-22 10:11 UTC  (3+ messages)
` [PATCH 2/3] vl: on -loadvm set run state to "restore-vm"

[PATCH v3] Loading new machines and devices from external modules
 2022-08-22  9:22 UTC  (2+ messages)

[PATCH 0/4] enable ATS per pcie root port, not globally
 2022-08-22  9:08 UTC  (2+ messages)
` [PATCH 1/4] hw/acpi: allow changes to DSDT and DMAR tables

[PATCH v5 0/9] parallels: Refactor the code of images checks and fix a bug
 2022-08-22  9:05 UTC  (3+ messages)
` [PATCH v5 2/9] parallels: Fix data_end field value in parallels_co_check()
` [PATCH v5 7/9] parallels: Move check of leaks to a separate function


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