qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-06 08:09:54 to 2022-09-06 14:49:16 UTC [more...]

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

[PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits
 2022-09-06 14:19 UTC  (19+ messages)
` [PATCH v2 07/11] acpi/tests/bits: add python test that exercizes QEMU bios tables "
` [PATCH v2 10/11] pytest: add pytest to the meson build system

[PATCH v1 00/26] target/s390x: pc-relative translation
 2022-09-06 14:34 UTC  (31+ messages)
` [PATCH v1 01/26] target/s390x: Use tcg_constant_* in local contexts
` [PATCH v1 02/26] target/s390x: Use tcg_constant_* for DisasCompare
` [PATCH v1 03/26] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
` [PATCH v1 04/26] target/s390x: Use tcg_constant_* in translate_vx.c.inc
` [PATCH v1 05/26] target/s390x: Change help_goto_direct to work on displacements
` [PATCH v1 06/26] target/s390x: Introduce gen_psw_addr_disp
` [PATCH v1 07/26] target/s390x: Remove pc argument to pc_to_link_into
` [PATCH v1 08/26] target/s390x: Use gen_psw_addr_disp in pc_to_link_info
` [PATCH v1 09/26] target/s390x: Use gen_psw_addr_disp in save_link_info
` [PATCH v1 10/26] target/s390x: Use gen_psw_addr_disp in op_sam
` [PATCH v1 11/26] target/s390x: Use ilen instead in branches
` [PATCH v1 12/26] target/s390x: Move masking of psw.addr to cpu_get_tb_cpu_state
` [PATCH v1 13/26] target/s390x: Add disp argument to update_psw_addr
` [PATCH v1 14/26] target/s390x: Don't set gbea for user-only
` [PATCH v1 15/26] target/s390x: Introduce per_enabled
` [PATCH v1 16/26] target/s390x: Disable conditional branch-to-next for PER
` [PATCH v1 17/26] target/s390x: Introduce help_goto_indirect
` [PATCH v1 18/26] target/s390x: Split per_branch
` [PATCH v1 19/26] target/s390x: Simplify help_branch
` [PATCH v1 20/26] target/s390x: Split per_breaking_event from per_branch_*
` [PATCH v1 21/26] target/s390x: Remove PER check from use_goto_tb
` [PATCH v1 22/26] target/s390x: Pass original r2 register to BCR
` [PATCH v1 23/26] tcg: Pass TCGTempKind to tcg_temp_new_internal
` [PATCH v1 24/26] tcg: Introduce tcg_temp_ebb_new_*
` [PATCH v1 25/26] tcg: Introduce tcg_temp_is_normal_*
` [PATCH v1 26/26] target/s390x: Enable TARGET_TB_PCREL

[PATCH v4 0/7] tcg: pc-relative translation blocks
 2022-09-06 13:08 UTC  (12+ messages)
` [PATCH v4 1/7] accel/tcg: Use bool for page_find_alloc
` [PATCH v4 2/7] accel/tcg: Use DisasContextBase in plugin_gen_tb_start
` [PATCH v4 3/7] accel/tcg: Do not align tb->page_addr[0]
` [PATCH v4 4/7] include/hw/core: Create struct CPUJumpCache
` [PATCH v4 5/7] accel/tcg: Introduce tb_pc and tb_pc_log
` [PATCH v4 6/7] accel/tcg: Introduce TARGET_TB_PCREL
` [PATCH v4 7/7] accel/tcg: Split log_cpu_exec into inline and slow path

[PATCH v2] hw/ide/piix: Ignore writes of hardwired PCI command register bits
 2022-09-06 14:23 UTC  (3+ messages)

[PATCH 0/1] hw/ide: share bmdma read and write functions
 2022-09-06 14:26 UTC  (2+ messages)

[PATCH 0/3] improve error handling for module load
 2022-09-06 14:21 UTC  (6+ messages)
` [PATCH 1/3] module: removed unused function argument "mayfail"
` [PATCH 2/3] module: add Error arguments to module_load_one and module_load_qom_one
` [PATCH 3/3] accel: abort if we fail to load the accelerator plugin

[PATCH v2 0/8] Multiple ppc instructions fixes
 2022-09-06 12:55 UTC  (9+ messages)
` [PATCH v2 1/8] target/ppc: Remove extra space from s128 field in ppc_vsr_t
` [PATCH v2 2/8] target/ppc: Remove unused xer_* macros
` [PATCH v2 3/8] target/ppc: Zero second doubleword in DFP instructions
` [PATCH v2 4/8] target/ppc: Set result to QNaN for DENBCD when VXCVI occurs
` [PATCH v2 5/8] target/ppc: Zero second doubleword for VSX madd instructions
` [PATCH v2 6/8] target/ppc: Set OV32 when OV is set
` [PATCH v2 7/8] target/ppc: Zero second doubleword of VSR registers for FPR insns
` [PATCH v2 8/8] target/ppc: Clear fpstatus flags on helpers missing it

[PATCH 00/17] acpi:pc/q35: minor PCI refactoring/cleanups
 2022-09-06 13:10 UTC  (3+ messages)

[PULL v3 00/20] tcg patch queue
 2022-09-06 12:30 UTC  (22+ messages)
` [PULL v3 01/20] linux-user/arm: Mark the commpage executable
` [PULL v3 02/20] linux-user/hppa: Allocate page zero as a commpage
` [PULL v3 03/20] linux-user/x86_64: Allocate vsyscall page "
` [PULL v3 04/20] linux-user: Honor PT_GNU_STACK
` [PULL v3 05/20] linux-user: Clear translations on mprotect()
` [PULL v3 06/20] tests/tcg/i386: Move smc_code2 to an executable section
` [PULL v3 07/20] accel/tcg: Introduce is_same_page()
` [PULL v3 08/20] accel/tcg: Properly implement get_page_addr_code for user-only
` [PULL v3 09/20] accel/tcg: Unlock mmap_lock after longjmp
` [PULL v3 10/20] accel/tcg: Make tb_htable_lookup static
` [PULL v3 11/20] accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
` [PULL v3 12/20] accel/tcg: Use probe_access_internal for softmmu get_page_addr_code_hostp
` [PULL v3 13/20] accel/tcg: Document the faulting lookup in tb_lookup_cmp
` [PULL v3 14/20] accel/tcg: Remove translator_ldsw
` [PULL v3 15/20] accel/tcg: Add pc and host_pc params to gen_intermediate_code
` [PULL v3 16/20] accel/tcg: Add fast path for translator_ld*
` [PULL v3 17/20] target/s390x: Make translator stop before the end of a page
` [PULL v3 18/20] target/i386: "
` [PULL v3 19/20] target/riscv: Add MAX_INSN_LEN and insn_len
` [PULL v3 20/20] target/riscv: Make translator stop before the end of a page

[RFC PATCH] docs/system: clean up code escape for riscv virt platform
 2022-09-06 12:26 UTC  (3+ messages)

[PATCH v4 0/9] target/arm: pc-relative translation blocks
 2022-09-06 13:02 UTC  (14+ messages)
` [PATCH v4 1/9] target/arm: Introduce curr_insn_len
` [PATCH v4 2/9] target/arm: Change gen_goto_tb to work on displacements
` [PATCH v4 3/9] target/arm: Change gen_*set_pc_im to gen_*update_pc
` [PATCH v4 4/9] target/arm: Change gen_exception_insn* to work on displacements
` [PATCH v4 5/9] target/arm: Change gen_exception_internal "
` [PATCH v4 6/9] target/arm: Change gen_jmp* "
` [PATCH v4 7/9] target/arm: Introduce gen_pc_plus_diff for aarch64
` [PATCH v4 8/9] target/arm: Introduce gen_pc_plus_diff for aarch32
` [PATCH v4 9/9] target/arm: Enable TARGET_TB_PCREL

[PATCH 00/11] Add support for the T-Head vendor extensions
 2022-09-06 12:22 UTC  (12+ messages)
` [PATCH 01/11] riscv: Add privilege level to DisasContext
` [PATCH 02/11] RISC-V: Adding T-Head CMO instructions
` [PATCH 03/11] RISC-V: Adding T-Head SYNC instructions
` [PATCH 04/11] RISC-V: Adding T-Head Bitmanip instructions
` [PATCH 05/11] RISC-V: Adding T-Head CondMov instructions
` [PATCH 06/11] RISC-V: Adding T-Head multiply-accumulate instructions
` [PATCH 07/11] RISC-V: Adding T-Head XMAE support
` [PATCH 08/11] RISC-V: Adding T-Head MemPair extension
` [PATCH 09/11] RISC-V: Adding T-Head MemIdx extension
` [PATCH 10/11] RISC-V: Adding T-Head FMemIdx extension
` [PATCH 11/11] RISC-V: Add initial support for T-Head C906 and C910 CPUs

[PATCH V4 0/3] hw/riscv: virt: Enable booting S-mode firmware from pflash
 2022-09-06 12:32 UTC  (6+ messages)
` [PATCH V4 1/3] hw/arm, loongarch: Move load_image_to_fw_cfg() to common location
` [PATCH V4 2/3] hw/riscv: virt: Move create_fw_cfg() prior to loading kernel
` [PATCH V4 3/3] hw/riscv: virt: Enable booting S-mode firmware from pflash

[PULL 0/1] baum: better document usb-braille configuration
 2022-09-06 12:36 UTC  (2+ messages)

[PATCH] hw/xen: set pci Atomic Ops requests for passthrough device
 2022-09-06  7:40 UTC 

[PATCH] accel: print an error message and exit if plugin not loaded
 2022-09-06 12:14 UTC  (7+ messages)

[PATCH 00/51] tests/qtest: Enable running qtest on Windows
 2022-09-06 12:06 UTC  (11+ messages)
` [PATCH 49/51] io/channel-watch: Fix socket watch "

[PATCH v9 00/10] s390x: CPU Topology
 2022-09-06 11:49 UTC  (8+ messages)
` [PATCH v9 03/10] s390x/cpu topology: reporting the CPU topology to the guest
` [PATCH v9 04/10] hw/core: introducing drawer and books for s390x
` [PATCH v9 06/10] s390x/cpu_topology: resetting the Topology-Change-Report

[PATCH v2 1/2] x86: only modify setup_data if the boot protocol indicates safety
 2022-09-06 11:33 UTC  (11+ messages)
          ` [PATCH v3 "
            ` [PATCH v3 2/2] x86: re-enable rng seeding via setup_data

[PATCH] x86: only modify setup_data if the boot protocol indicates safety
 2022-09-06 10:44 UTC  (6+ messages)
    ` [PATCH v2 1/2] "
      ` [PATCH v2 2/2] x86: re-enable rng seeding via setup_data

[PATCH 00/11] crypto: improve robustness of LUKS metadata validation
 2022-09-06  9:31 UTC  (17+ messages)
` [PATCH 01/11] crypto: sanity check that LUKS header strings are NUL-terminated
` [PATCH 02/11] crypto: enforce that LUKS stripes is always a fixed value
` [PATCH 03/11] crypto: enforce that key material doesn't overlap with LUKS header
` [PATCH 04/11] crypto: validate that LUKS payload doesn't overlap with header
` [PATCH 05/11] crypto: strengthen the check for key slots overlapping with LUKS header
` [PATCH 06/11] crypto: check that LUKS PBKDF2 iterations count is non-zero
` [PATCH 07/11] crypto: split LUKS header definitions off into file
` [PATCH 08/11] crypto: split off helpers for converting LUKS header endianess
` [PATCH 09/11] crypto: quote algorithm names in error messages
` [PATCH 10/11] crypto: ensure LUKS tests run with GNUTLS crypto provider
` [PATCH 11/11] crypto: add test cases for many malformed LUKS header scenarios

[RFC] module: removed unused function argument "mayfail"
 2022-09-06  8:20 UTC  (3+ messages)

sphinx-build is really slow, any way to improve that?
 2022-09-06  8:17 UTC  (3+ messages)

[PATCH v1 0/8] migration: introduce dirtylimit capability
 2022-09-06  8:02 UTC  (7+ messages)
` [PATCH v1 3/8] migration: Introduce dirty-limit capability


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