qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-01 10:48:18 to 2024-03-01 23:20:14 UTC [more...]

[PATCH 00/60] linux-user and tcg patch queue
 2024-03-01 23:06 UTC  (53+ 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 45/60] tests/tcg: Extend file in linux-madvise.c
` [PATCH 47/60] cpu: Remove page_size_init
` [PATCH 48/60] accel/tcg: Disconnect TargetPageDataNode from page size
` [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 53/60] target/alpha: Enable TARGET_PAGE_BITS_VARY for user-only
` [PATCH 55/60] tcg/optimize: fix uninitialized variable
` [PATCH 57/60] linux-user/loongarch64: Remove TARGET_FORCE_SHMLBA
` [PATCH 59/60] linux-user: Rewrite target_shmat
` [PATCH 60/60] tests/tcg: Check that shmat() does not break /proc/self/maps

[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 0/8] target/arm: Implement FEAT_ECV (Enhanced Counter Virtualization)
 2024-03-01 21:58 UTC  (21+ 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] 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

[PATCH 0/4] hw/i386/pc: Trivial cleanups
 2024-03-01 20:34 UTC  (8+ 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

[RFC 0/8] virtio,vhost: Add VIRTIO_F_NOTIFICATION_DATA support
 2024-03-01 20:32 UTC  (15+ 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 3/8] virtio-mmio: Handle extra notification data
` [RFC 4/8] virtio-mmio: Lock ioeventfd state with VIRTIO_F_NOTIFICATION_DATA
` [RFC 5/8] virtio-ccw: Handle extra notification data
` [RFC 6/8] virtio-ccw: 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] Fix typo in comment (uin32_t -> uint32_t)
 2024-03-01 18:55 UTC 

[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  (4+ 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  (7+ messages)
` [PATCH v2 1/6] vhost-user-blk: simplify and fix vhost_user_blk_handle_config_change
` [PATCH v2 2/6] qdev-monitor: fix error message in find_device_state()
` [PATCH v2 3/6] qdev-monitor: add option to report GenericError from find_device_state
` [PATCH v2 4/6] qapi: introduce device-sync-config
` [PATCH v2 5/6] qapi: device-sync-config: check runstate
` [PATCH v2 6/6] qapi: introduce CONFIG_READ event

[PATCH 0/9] Introduce support for IGVM files
 2024-03-01 17:10 UTC  (11+ messages)
` [PATCH 3/9] backends/confidential-guest-support: Add functions to support IGVM
` [PATCH 4/9] backends/igvm: Implement parsing and processing of IGVM files
` [PATCH 6/9] i386/pc: Skip initialization of system FW when using IGVM
` [PATCH 7/9] i386/sev: Refactor setting of reset vector and initial CPU state
` [PATCH 9/9] docs/system: Add documentation on support for IGVM

[QEMU][PATCH v3 0/7] Xen: support grant mappings
 2024-03-01 17:10 UTC  (11+ messages)
` [QEMU][PATCH v3 1/7] softmmu: physmem: Split ram_block_add()
` [QEMU][PATCH v3 2/7] xen: add pseudo RAM region for grant mappings
` [QEMU][PATCH v3 3/7] softmmu: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
` [QEMU][PATCH v3 4/7] xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entry
` [QEMU][PATCH v3 7/7] hw: arm: Add grant mapping

[PATCH 0/7] qga/commands-posix: replace code duplicating commands with a helper
 2024-03-01 16:51 UTC  (6+ messages)
` [PATCH 1/7] qga/commands-posix: return fsinfo values directly as reported by statvfs

[PATCH] hw/misc: zynq_slcr: set SLC_RST bit in REBOOT_STATUS register
 2024-03-01 16:40 UTC  (2+ messages)

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

[PATCH] Fix unexpected Illegal instruction error on RISC-V
 2024-03-01 16:15 UTC  (3+ messages)
  `  "

[PATCH v7 0/2] acpi: report numa nodes for device memory using GI
 2024-03-01 16:13 UTC  (11+ messages)
` [PATCH v7 1/2] qom: new object to associate device to numa node

[PATCH] replay: Improve error messages about configuration conflicts
 2024-03-01 15:55 UTC  (3+ messages)
` [Spam][PATCH] "

[PATCH v9 0/1] pci hotplug tracking
 2024-03-01 15:54 UTC  (3+ messages)
` [PATCH v9 1/1] hw: add some convenient trace-events for pcie and shpc hotplug

[PULL 0/2] aspeed queue
 2024-03-01 15:48 UTC  (3+ messages)
` [PULL 2/2] aspeed: fix hardcode boot address 0

[RFC 0/4] mirror: implement incremental and bitmap modes
 2024-03-01 15:46 UTC  (10+ messages)

[PATCH v2 00/21] migration: Improve error reporting
 2024-03-01 14:52 UTC  (8+ messages)
` [PATCH v2 06/21] migration: Add Error** argument to .save_setup() handler

[PATCH] target/riscv: move ratified/frozen exts to non-experimental
 2024-03-01 14:40 UTC 

[PULL 0/6] Misc fixes (libqos vring, Kconfig, TLS io channels, ...)
 2024-03-01 14:39 UTC  (2+ messages)

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

[PATCH 00/19] Workaround Windows failing to find 64bit SMBIOS entry point with SeaBIOS
 2024-03-01 13:55 UTC  (3+ messages)

[PATCH v2 0/5] linux-user: Rewrite target_shmat
 2024-03-01 13:34 UTC  (3+ messages)
` [PATCH v2 3/5] linux-user: Add strace for shmat

[PATCH v2 0/3] qtest: migration: Add tests for introducing 'channels' argument in migrate QAPIs
 2024-03-01 13:33 UTC  (11+ messages)
` [PATCH v2 1/3] qtest: migration: Enhance qtest migration functions to support 'channels' argument

[PATCH v5 00/12] TCG Plugin inline operation enhancement
 2024-03-01 13:21 UTC  (12+ messages)
` [PATCH v5 08/12] tests/plugin/bb: migrate to new per_vcpu API
` [PATCH v5 09/12] contrib/plugins/hotblocks: "

[PATCH v2] hw/nvme/ns: Add NVMe NGUID property
 2024-03-01 13:16 UTC  (2+ messages)

[PATCH v7 0/3] string list functions
 2024-03-01 11:54 UTC  (3+ messages)

[PATCH v3 0/3] Add support for the RAPL MSRs series
 2024-03-01 11:08 UTC  (5+ messages)
` [PATCH v3 2/3] tools: build qemu-vmsr-helper

[PATCH v2 0/5] Add device DM163 (led driver, matrix colors shield & display)
 2024-03-01 10:51 UTC  (4+ messages)


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