messages from 2022-09-05 20:29:03 to 2022-09-06 12:43:28 UTC [more...]
[PATCH v2 1/2] x86: only modify setup_data if the boot protocol indicates safety
2022-09-06 11:27 UTC (8+ messages)
` [PATCH v3 "
[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 V4 0/3] hw/riscv: virt: Enable booting S-mode firmware from pflash
2022-09-06 10:41 UTC (5+ 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
[PATCH] accel: print an error message and exit if plugin not loaded
2022-09-06 11:59 UTC (6+ messages)
[PATCH v1 00/26] target/s390x: pc-relative translation
2022-09-06 10:17 UTC (27+ 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 v2 00/23] target/i386: pc-relative translation blocks
2022-09-06 10:09 UTC (24+ 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 v4 0/9] target/arm: pc-relative translation blocks
2022-09-06 10:05 UTC (10+ 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 v4 0/7] tcg: pc-relative translation blocks
2022-09-06 9:29 UTC (10+ 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 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
[PATCH v9 00/10] s390x: CPU Topology
2022-09-06 8:59 UTC (9+ messages)
` [PATCH v9 02/10] s390x/cpu topology: core_id sets s390x CPU topology
` [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
[PULL v3 00/20] tcg patch queue
2022-09-06 8:38 UTC (21+ 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] module: removed unused function argument "mayfail"
2022-09-06 8:20 UTC (3+ messages)
[PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits
2022-09-06 8:19 UTC (5+ messages)
sphinx-build is really slow, any way to improve that?
2022-09-06 8:17 UTC (4+ messages)
[PATCH 00/51] tests/qtest: Enable running qtest on Windows
2022-09-06 8:14 UTC (10+ messages)
` [PATCH 49/51] io/channel-watch: Fix socket watch "
[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
[PATCH v3 0/6] tcg: Introduce CPUTLBEntryFull
2022-09-06 7:42 UTC (12+ messages)
` [PATCH v3 1/6] accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
` [PATCH v3 2/6] accel/tcg: Drop addr member from SavedIOTLB
` [PATCH v3 4/6] accel/tcg: Introduce probe_access_full
` [PATCH v3 5/6] accel/tcg: Introduce tlb_set_page_full
` [PATCH v3 6/6] include/exec: Introduce TARGET_PAGE_ENTRY_EXTRA
[PATCH v2 0/7] Allow semihosting from user mode
2022-09-06 7:50 UTC (2+ messages)
[RFC PATCH] hw/acpi: do not let OSPM set pcie native hotplug when acpi hotplug is enabled
2022-09-06 7:45 UTC (6+ messages)
[PATCH v3 0/5] linux-user: Passthrough MADV_DONTNEED for certain file mappings
2022-09-06 7:35 UTC (7+ messages)
` [PATCH v3 1/5] linux-user: Provide MADV_* definitions
` [PATCH v3 2/5] linux-user: Fix madvise(MADV_DONTNEED) on alpha
` [PATCH v3 3/5] linux-user: Implement stracing madvise()
` [PATCH v3 4/5] linux-user: Passthrough MADV_DONTNEED for certain file mappings
` [PATCH v3 5/5] tests/tcg/linux-test: Add linux-madvise test
[PATCH v3 0/5] vhost-user-blk: dynamically resize config space based on features
2022-09-06 7:31 UTC (6+ messages)
` [PATCH v3 1/5] virtio: introduce VirtIOConfigSizeParams & virtio_get_config_size
` [PATCH v3 2/5] virtio-blk: move config size params to virtio-blk-common
` [PATCH v3 3/5] vhost-user-blk: make it possible to disable write-zeroes/discard
` [PATCH v3 4/5] vhost-user-blk: make 'config_wce' part of 'host_features'
` [PATCH v3 5/5] vhost-user-blk: dynamically resize config space based on features
[PATCH V3 0/3] hw/riscv: virt: Enable booting S-mode firmware from pflash
2022-09-06 7:20 UTC (7+ messages)
` [PATCH V3 1/3] hw/arm, loongarch: Move load_image_to_fw_cfg() to common location
` [PATCH V3 1/3] hw/arm,loongarch: "
` [PATCH V3 2/3] hw/riscv: virt: Move create_fw_cfg() prior to loading kernel
` [PATCH V3 3/3] hw/riscv: virt: Enable booting S-mode firmware from pflash
[PULL v2 00/20] tcg patch queue
2022-09-06 6:44 UTC (3+ messages)
[PATCH] tests: unit: add NULL-pointer check
2022-09-06 6:07 UTC (3+ messages)
[PATCH] tests: unit: simplify test-visitor-serialization list tests
2022-09-06 5:39 UTC (3+ messages)
[PATCH v3 00/15] Support VIRTIO_F_RING_RESET for virtio-net, vhost-net kernel in virtio pci-modern
2022-09-06 5:37 UTC (10+ messages)
` [PATCH v3 10/15] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()
` [PATCH v3 13/15] virtio-net: support queue reset
qemu-system-aach64: A deadloop in aio_poll
2022-09-06 3:18 UTC
[PATCH V2 0/3] hw/riscv: virt: Enable booting S-mode firmware from pflash
2022-09-06 4:20 UTC (4+ messages)
` [PATCH V2 1/3] hw/arm, loongarch: Move load_image_to_fw_cfg() to common location
` [PATCH V2 1/3] hw/arm,loongarch: "
[PATCH v2 0/4] hw/arm/virt: Improve address assignment for high memory regions
2022-09-06 2:39 UTC (4+ messages)
[PATCH] tests/vm: update NetBSD to 9.3
2022-09-06 1:04 UTC
[PULL 00/11] OpenRISC updates for 7.2.0
2022-09-05 23:40 UTC (2+ messages)
[PATCH v2] linux-user: Implement stracing madvise()
2022-09-05 22:51 UTC (2+ messages)
[PULL 0/1] baum: better document usb-braille configuration
2022-09-05 22:18 UTC (2+ messages)
` [PULL 1/1] usb-braille: Better explain that one also has to create a chardev backend
[PATCH v2] kvm: fix memory leak on failure to read stats descriptors
2022-09-05 21:32 UTC (2+ messages)
[PATCH v2] smbios: sanitize type from external type before checking have_fields_bitmap
2022-09-05 21:31 UTC (2+ messages)
[PATCH] build: Regenerate meson-buildoptions.sh
2022-09-05 21:06 UTC (3+ messages)
[PATCH] linux-user: fix bug about missing signum convert of sigqueue
2022-09-05 21:00 UTC (2+ messages)
[RFC v4 00/11] blkio: add libblkio BlockDriver
2022-09-05 20:50 UTC (8+ messages)
` [RFC v4 11/11] virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint
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).