qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-01 17:13:30 to 2024-03-02 12:15:19 UTC [more...]

[PATCH 0/5] Implement port 92 in south bridges
 2024-03-02 12:14 UTC  (9+ messages)
` [PATCH 3/5] hw/isa: Embed TYPE_PORT92 in south bridges used in PC machines

[PATCH 0/8] target/arm: Implement FEAT_ECV (Enhanced Counter Virtualization)
 2024-03-02 10:59 UTC  (22+ messages)
` [PATCH 1/8] target/arm: Move some register related defines to internals.h
` [PATCH 2/8] target/arm: Timer _EL02 registers UNDEF for E2H == 0
` [PATCH 3/8] target/arm: use FIELD macro for CNTHCTL bit definitions
` [PATCH 4/8] target/arm: Don't allow RES0 CNTHCTL_EL2 bits to be written
` [PATCH 5/8] target/arm: Implement new FEAT_ECV trap bits
` [PATCH 6/8] target/arm: Define CNTPCTSS_EL0 and CNTVCTSS_EL0
` [PATCH 7/8] target/arm: Implement FEAT_ECV CNTPOFF_EL2 handling
` [PATCH 8/8] target/arm: Enable FEAT_ECV for 'max' CPU

[PATCH 0/4] hw/i386/pc: Trivial cleanups
 2024-03-02 10:03 UTC  (9+ messages)
` [PATCH 1/4] hw/i386/pc: Remove pc_compat_1_4..1.7[] left over declarations
` [PATCH 2/4] hw/i386/pc: Use generated NotifyVmexitOption_str()
` [PATCH 3/4] hw/i386/pc: Remove 'host_type' argument from pc_init1()
` [PATCH 4/4] hw/i386/pc: Have pc_init_isa() pass a NULL pci_type argument

[PATCH] Fix typo in comment (uin32_t -> uint32_t)
 2024-03-02  7:06 UTC  (2+ messages)

[PULL 00/29] testing, gdbstub and plugin updates
 2024-03-02  7:02 UTC  (7+ messages)
` [PULL 26/29] contrib/plugins: extend execlog to track register changes

[PATCH 00/41] target/sparc: Implement VIS4
 2024-03-02  5:16 UTC  (42+ messages)
` [PATCH 01/41] linux-user/sparc: Add more hwcap bits for sparc64
` [PATCH 02/41] target/sparc: Fix FEXPAND
` [PATCH 03/41] target/sparc: Fix FMUL8x16
` [PATCH 04/41] target/sparc: Fix FMUL8x16A{U,L}
` [PATCH 05/41] target/sparc: Fix FMULD8*X16
` [PATCH 06/41] target/sparc: Fix FPMERGE
` [PATCH 07/41] target/sparc: Split out do_ms16b
` [PATCH 08/41] target/sparc: Perform DFPREG/QFPREG in decodetree
` [PATCH 09/41] target/sparc: Remove gen_dest_fpr_D
` [PATCH 10/41] target/sparc: Remove cpu_fpr[]
` [PATCH 11/41] target/sparc: Use gvec for VIS1 parallel add/sub
` [PATCH 12/41] target/sparc: Implement FMAf extension
` [PATCH 13/41] target/sparc: Add feature bits for VIS 3
` [PATCH 14/41] target/sparc: Implement ADDXC, ADDXCcc
` [PATCH 15/41] target/sparc: Implement CMASK instructions
` [PATCH 16/41] target/sparc: Implement FCHKSM16
` [PATCH 17/41] target/sparc: Implement FHADD, FHSUB, FNHADD, FNADD
` [PATCH 18/41] target/sparc: Implement FNMUL
` [PATCH 19/41] target/sparc: Implement FLCMP
` [PATCH 20/41] target/sparc: Implement FMEAN16
` [PATCH 21/41] target/sparc: Implement FPADD64 FPSUB64
` [PATCH 22/41] target/sparc: Implement FPADDS, FPSUBS
` [PATCH 23/41] target/sparc: Implement FPCMPEQ8, FPCMPNE8, FPCMPULE8, FPCMPUGT8
` [PATCH 24/41] target/sparc: Implement FSLL, FSRL, FSRA, FSLAS
` [PATCH 25/41] target/sparc: Implement LDXEFSR
` [PATCH 26/41] target/sparc: Implement LZCNT
` [PATCH 27/41] target/sparc: Implement MOVsTOw, MOVdTOx, MOVwTOs, MOVxTOd
` [PATCH 28/41] target/sparc: Implement PDISTN
` [PATCH 29/41] target/sparc: Implement UMULXHI
` [PATCH 30/41] target/sparc: Implement XMULX
` [PATCH 31/41] target/sparc: Enable VIS3 feature bit
` [PATCH 32/41] target/sparc: Implement IMA extension
` [PATCH 33/41] target/sparc: Add feature bit for VIS4
` [PATCH 34/41] target/sparc: Implement FALIGNDATAi
` [PATCH 35/41] target/sparc: Implement 8-bit FPADD, FPADDS, and FPADDUS
` [PATCH 36/41] target/sparc: Implement VIS4 comparisons
` [PATCH 37/41] target/sparc: Implement FPMIN, FPMAX
` [PATCH 38/41] target/sparc: Implement SUBXC, SUBXCcc
` [PATCH 39/41] target/sparc: Implement MWAIT
` [PATCH 40/41] target/sparc: Implement monitor asis
` [PATCH 41/41] target/sparc: Enable VIS4 feature bit

[PATCH] hw/misc: zynq_slcr: set SLC_RST bit in REBOOT_STATUS register
 2024-03-01 23:55 UTC  (3+ messages)

[PATCH 00/60] linux-user and tcg patch queue
 2024-03-01 23:13 UTC  (62+ messages)
` [PATCH 01/60] linux-user/elfload: Disable core dump if getrlimit fails
` [PATCH 02/60] linux-user/elfload: Merge init_note_info and fill_note_info
` [PATCH 03/60] linux-user/elfload: Tidy fill_note_info and struct elf_note_info
` [PATCH 04/60] linux-user/elfload: Stack allocate struct mm_struct
` [PATCH 05/60] linux-user/elfload: Latch errno before cleanup in elf_core_dump
` [PATCH 06/60] linux-user/elfload: Open core file after vma_init
` [PATCH 07/60] linux-user/elfload: Truncate core file on open
` [PATCH 08/60] linux-user/elfload: Lock cpu list and mmap during elf_core_dump
` [PATCH 09/60] linux-user/elfload: Size corefile before opening
` [PATCH 10/60] linux-user/elfload: Write corefile elf header in one block
` [PATCH 11/60] linux-user/elfload: Write process memory to core file in larger chunks
` [PATCH 12/60] linux-user/elfload: Simplify vma_dump_size
` [PATCH 13/60] linux-user/elfload: Rely on walk_memory_regions for vmas
` [PATCH 14/60] linux-user/elfload: Unprotect regions before core dump
` [PATCH 15/60] tcg/aarch64: Apple does not align __int128_t in even registers
` [PATCH 16/60] accel/tcg: Set can_do_io at at start of lookup_tb_ptr helper
` [PATCH 17/60] tcg: Avoid double lock if page tables happen to be in mmio memory
` [PATCH 18/60] accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect
` [PATCH 19/60] linux-user: Adjust SVr4 NULL page mapping
` [PATCH 20/60] linux-user: Remove qemu_host_page_{size, mask} in probe_guest_base
` [PATCH 21/60] linux-user: Remove qemu_host_page_size from create_elf_tables
` [PATCH 22/60] linux-user/hppa: Simplify init_guest_commpage
` [PATCH 23/60] linux-user/nios2: Remove qemu_host_page_size from init_guest_commpage
` [PATCH 24/60] linux-user/arm: "
` [PATCH 25/60] linux-user: Remove qemu_host_page_size from elf_core_dump
` [PATCH 26/60] linux-user: Remove qemu_host_page_{size, mask} from mmap.c
` [PATCH 27/60] linux-user: Remove REAL_HOST_PAGE_ALIGN "
` [PATCH 28/60] linux-user: Remove HOST_PAGE_ALIGN "
` [PATCH 29/60] migration: Remove qemu_host_page_size
` [PATCH 30/60] hw/tpm: Remove HOST_PAGE_ALIGN from tpm_ppi_init
` [PATCH 31/60] softmmu/physmem: Remove qemu_host_page_size
` [PATCH 32/60] softmmu/physmem: Remove HOST_PAGE_ALIGN
` [PATCH 33/60] linux-user: Remove qemu_host_page_size from main
` [PATCH 34/60] linux-user: Split out target_mmap__locked
` [PATCH 35/60] linux-user: Move some mmap checks outside the lock
` [PATCH 36/60] linux-user: Fix sub-host-page mmap
` [PATCH 37/60] linux-user: Split out mmap_end
` [PATCH 38/60] linux-user: Do early mmap placement only for reserved_va
` [PATCH 39/60] linux-user: Split out do_munmap
` [PATCH 40/60] linux-user: Use do_munmap for target_mmap failure
` [PATCH 41/60] linux-user: Split out mmap_h_eq_g
` [PATCH 42/60] linux-user: Split out mmap_h_lt_g
` [PATCH 43/60] linux-user: Split out mmap_h_gt_g
` [PATCH 44/60] tests/tcg: Remove run-test-mmap-*
` [PATCH 45/60] tests/tcg: Extend file in linux-madvise.c
` [PATCH 46/60] *-user: Deprecate and disable -p pagesize
` [PATCH 47/60] cpu: Remove page_size_init
` [PATCH 48/60] accel/tcg: Disconnect TargetPageDataNode from page size
` [PATCH 49/60] linux-user: Allow TARGET_PAGE_BITS_VARY
` [PATCH 50/60] target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-only
` [PATCH 51/60] linux-user: Bound mmap_min_addr by host page size
` [PATCH 52/60] target/ppc: Enable TARGET_PAGE_BITS_VARY for user-only
` [PATCH 53/60] target/alpha: "
` [PATCH 54/60] linux-user: Remove pgb_dynamic alignment assertion
` [PATCH 55/60] tcg/optimize: fix uninitialized variable
` [PATCH 56/60] linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2, 4}
` [PATCH 57/60] linux-user/loongarch64: Remove TARGET_FORCE_SHMLBA
` [PATCH 58/60] linux-user: Add strace for shmat
` [PATCH 59/60] linux-user: Rewrite target_shmat
` [PATCH 60/60] tests/tcg: Check that shmat() does not break /proc/self/maps
` [PULL 00/60] linux-user and tcg patch queue

[PULL v2 0/1] loongarch-to-apply queue
 2024-03-02  2:31 UTC  (4+ messages)
` [PULL v2 1/1] loongarch: Change the UEFI loading mode to loongarch

[PATCH 0/3] linux-user: Implement some prctls
 2024-03-02  1:06 UTC  (4+ messages)
` [PATCH 1/3] linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPER
` [PATCH 2/3] linux-user: Implement PR_{GET,SET}_SPECULATION_CTRL
` [PATCH 3/3] linux-user: Implement PR_GET_TID_ADDRESS

[PATCH] linux-user: Add FIFREEZE and FITHAW ioctls
 2024-03-02  0:34 UTC  (2+ messages)

[PATCH v4 0/7] Introduce multifd zero page checking
 2024-03-01 22:49 UTC  (4+ messages)
` [PATCH v4 2/7] migration/multifd: Implement zero page transmission on the multifd thread
    ` [External] "

[PATCH] Make some structure static
 2024-03-01 20:47 UTC  (4+ messages)

[PATCH v3 0/6] target/arm: Do memory alignment check for device memory
 2024-03-01 20:41 UTC  (7+ messages)
` [PATCH v3 1/6] target/arm: Support 32-byte alignment in pow2_align
` [PATCH v3 2/6] exec/memattrs: Remove target_tlb_bit*
` [PATCH v3 3/6] accel/tcg: Add tlb_fill_flags to CPUTLBEntryFull
` [PATCH v3 4/6] accel/tcg: Add TLB_CHECK_ALIGNED
` [PATCH v3 5/6] target/arm: Do memory type alignment check when translation disabled
` [PATCH v3 6/6] target/arm: Do memory type alignment check when translation enabled

[RFC 0/8] virtio,vhost: Add VIRTIO_F_NOTIFICATION_DATA support
 2024-03-01 20:32 UTC  (11+ messages)
` [RFC 1/8] virtio/virtio-pci: Handle extra notification data
` [RFC 2/8] virtio-pci: Lock ioeventfd state with VIRTIO_F_NOTIFICATION_DATA
` [RFC 7/8] vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bits
` [RFC 8/8] virtio: Add VIRTIO_F_NOTIFICATION_DATA property definition

[Stable-7.2.10 v1 00/47] Patch Round-up for stable 7.2.10, freeze on 2024-03-02
 2024-03-01 19:19 UTC  (3+ messages)

[PATCH v2 0/3] target/arm: Allow compilation without CONFIG_ARM_V7M
 2024-03-01 19:12 UTC  (2+ messages)

[PATCH v2 0/6] libqos, riscv: libqos fixes, add riscv machine
 2024-03-01 18:45 UTC  (4+ messages)
` [PATCH v2 1/6] libqos/virtio.c: init all elems in qvring_indirect_desc_setup()

[PATCH v1 0/5] hw/ppc: SPI model
 2024-03-01 18:33 UTC  (4+ messages)

Intention to work on GSoC project
 2024-03-01 18:29 UTC  (4+ messages)

[PATCH] hmp: Add option to info qtree to omit details
 2024-03-01 18:05 UTC 

[PATCH] migration/multifd: Document two places for mapped-ram
 2024-03-01 17:50 UTC  (3+ messages)

[PATCH v3 00/12] plugins/execlog: add data address match and address range support
 2024-03-01 17:46 UTC  (13+ messages)
` [PATCH v3 01/12] util/log: convert debug_regions to GList
` [PATCH v3 02/12] util/log: make qemu_set_dfilter_ranges() take a GList
` [PATCH v3 03/12] util/range: move range_list_from_string() to range.c
` [PATCH v3 04/12] util/range: add range_list_free()
` [PATCH v3 05/12] util/range: use append_new_range() in range_list_from_string()
` [PATCH v3 06/12] util/range: split up range_list_from_string()
` [PATCH v3 07/12] util/range: make range_list_from_string() accept a single number
` [PATCH v3 08/12] qemu/range: add range_list_contains() function
` [PATCH v3 09/12] plugins: add API to print errors
` [PATCH v3 10/12] plugins: add range list API
` [PATCH v3 11/12] plugins/execlog: use range list api
` [PATCH v3 12/12] plugins/execlog: add data address match

QNX VM hang on Qemu
 2024-03-01 17:47 UTC  (14+ messages)

[RFC PATCH v5 00/22] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-01 17:44 UTC  (5+ messages)
` [RFC PATCH v5 12/22] target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()

[PATCH v2 0/7] qga/commands-posix: replace code duplicating commands with a helper
 2024-03-01 17:28 UTC  (8+ messages)
` [PATCH v2 1/7] qga: guest-get-fsinfo: add optional 'total-bytes-root' field
` [PATCH v2 2/7] qga: introduce ga_run_command() helper for guest cmd execution
` [PATCH v2 3/7] qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper
` [PATCH v2 4/7] qga/commands-posix: qmp_guest_set_time: "
` [PATCH v2 5/7] qga/commands-posix: execute_fsfreeze_hook: "
` [PATCH v2 6/7] qga/commands-posix: use ga_run_command helper when suspending via sysfs
` [PATCH v2 7/7] qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper

[PATCH v2 0/6] vhost-user-blk: live resize additional APIs
 2024-03-01 17:11 UTC  (4+ messages)
` [PATCH v2 1/6] vhost-user-blk: simplify and fix vhost_user_blk_handle_config_change
` [PATCH v2 3/6] qdev-monitor: add option to report GenericError from find_device_state
` [PATCH v2 5/6] qapi: device-sync-config: check runstate


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