QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-10 18:46:50 to 2022-08-11 17:07:23 UTC [more...]

[PATCH v4 0/5] linux-user: Fix siginfo_t contents when jumping to non-readable pages
 2022-08-11 16:59 UTC  (9+ messages)
` [PATCH v4 1/5] accel/tcg: Invalidate translations when clearing PAGE_EXEC
` [PATCH v4 2/5] accel/tcg: Introduce is_same_page()
` [PATCH v4 3/5] target/s390x: Make translator stop before the end of a page
` [PATCH v4 4/5] target/i386: "
` [PATCH v4 5/5] tests/tcg: Test siginfo_t contents when jumping to non-readable pages

[PATCH] gluster: stop using .bdrv_needs_filename
 2022-08-11 16:49 UTC 

[RFC PATCH] pnv/chiptod: Add basic P9 chiptod model
 2022-08-11 16:40 UTC 

[PATCH] pci/pci_expander_bridge: migrate state of pxb/pxb-pcie devices
 2022-08-11 16:49 UTC 

[RFC v3 0/8] blkio: add libblkio BlockDriver
 2022-08-11 16:51 UTC  (4+ messages)
` [RFC v3 1/8] blkio: add io_uring block driver using libblkio

[PATCH for-7.2 v4 00/11] enable pnv-phb user created devices
 2022-08-11 16:39 UTC  (12+ messages)
` [PATCH for-7.2 v4 01/11] ppc/pnv: add phb-id/chip-id PnvPHB3RootBus properties
` [PATCH for-7.2 v4 02/11] ppc/pnv: add phb-id/chip-id PnvPHB4RootBus properties
` [PATCH for-7.2 v4 03/11] ppc/pnv: set root port chassis and slot using Bus properties
` [PATCH for-7.2 v4 04/11] ppc/pnv: add helpers for pnv-phb user devices
` [PATCH for-7.2 v4 05/11] ppc/pnv: turn chip8->phbs[] into a PnvPHB* array
` [PATCH for-7.2 v4 06/11] ppc/pnv: enable user created pnv-phb for powernv8
` [PATCH for-7.2 v4 07/11] ppc/pnv: add PHB4 helpers for user created pnv-phb
` [PATCH for-7.2 v4 08/11] ppc/pnv: enable user created pnv-phb for powernv9
` [PATCH for-7.2 v4 09/11] ppc/pnv: change pnv_phb4_get_pec() to also retrieve chip10->pecs
` [PATCH for-7.2 v4 10/11] ppc/pnv: user creatable pnv-phb for powernv10
` [PATCH for-7.2 v4 11/11] ppc/pnv: fix QOM parenting of user creatable root ports

[PATCH v5 00/18] dump: Add arch section and s390x PV dump
 2022-08-11 16:51 UTC  (21+ messages)
` [PATCH v5 01/18] dump: Replace opaque DumpState pointer with a typed one
` [PATCH v5 02/18] dump: Rename write_elf_loads to write_elf_phdr_loads
` [PATCH v5 03/18] dump: Refactor dump_iterate and introduce dump_filter_memblock_*()
` [PATCH v5 04/18] dump: Rework get_start_block
` [PATCH v5 05/18] dump: Rework filter area variables
` [PATCH v5 06/18] dump: Rework dump_calculate_size function
` [PATCH v5 07/18] dump: Split elf header functions into prepare and write
` [PATCH v5 08/18] dump: Rename write_elf*_phdr_note to prepare_elf*_phdr_note
` [PATCH v5 09/18] dump: Use a buffer for ELF section data and headers
` [PATCH v5 10/18] dump: Reorder struct DumpState
` [PATCH v5 11/18] dump: Swap segment and section header locations
` [PATCH v5 12/18] dump/dump: Add section string table support
` [PATCH v5 13/18] dump/dump: Add arch section support
` [PATCH v5 14/18] DRAFT: linux header sync
` [PATCH v5 15/18] s390x: Add protected dump cap
` [PATCH v5 16/18] s390x: Introduce PV query interface
` [PATCH v5 17/18] s390x: Add KVM PV dump interface
` [PATCH v5 18/18] s390x: pv: Add dump support

[PATCH v5 2/2] target/s390x: support SHA-512 extensions
 2022-08-11 16:37 UTC  (6+ messages)
` [PATCH v6 1/2] target/s390x: support PRNO_TRNG instruction
  ` [PATCH v6 2/2] target/s390x: support SHA-512 extensions

[RFC] Testing 7.1.0-rc2, qemu-ppc does not give valid disassembly
 2022-08-11 15:46 UTC  (2+ messages)

[PATCH v3 0/4] linux-user: Fix siginfo_t contents when jumping to non-readable pages
 2022-08-11 15:42 UTC  (10+ messages)
` [PATCH v3 1/4] accel/tcg: Invalidate translations when clearing PAGE_EXEC
` [PATCH v3 2/4] target/s390x: Make translator stop before the end of a page
` [PATCH v3 3/4] target/i386: "

[PATCH 0/4] hw/nvme: add irqfd support
 2022-08-11 15:37 UTC  (5+ messages)
` [PATCH 1/4] hw/nvme: avoid unnecessary call to irq (de)assertion functions
` [PATCH 2/4] hw/nvme: add option to (de)assert irq with eventfd
` [PATCH 3/4] hw/nvme: use irqfd to send interrupts
` [PATCH 4/4] hw/nvme: add MSI-x mask handlers for irqfd

[PATCH for 7.1 v1 0/8] memory leaks and speed tweaks
 2022-08-11 15:30 UTC  (10+ messages)
` [PATCH v1 1/8] linux-user: un-parent OBJECT(cpu) when closing thread
` [PATCH v1 2/8] cpu: cache CPUClass in CPUState for hot code paths
` [PATCH v1 3/8] hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrs
` [PATCH v1 4/8] cputlb: used cached CPUClass in our hot-paths
` [PATCH v1 5/8] ssi: cache SSIPeripheralClass to avoid GET_CLASS()
` [PATCH v1 6/8] tests/avocado: add timeout to the aspeed tests
` [PATCH v1 7/8] tests/avocado: apply a band aid to aspeed-evb login
` [PATCH v1 8/8] accel/tcg: remove trace_vcpu_dstate TB checking

Migrating NVME device
 2022-08-11 15:22 UTC 

[PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
 2022-08-11 15:18 UTC  (8+ messages)

[PATCH v2 0/8] parallels: Refactor the code of images checks and fix a bug
 2022-08-11 15:00 UTC  (9+ messages)
` [PATCH v2 1/8] parallels: Out of image offset in BAT leads to image inflation
` [PATCH v2 2/8] parallels: Move BAT entry setting to a separate function
` [PATCH v2 3/8] parallels: Replace bdrv_co_pwrite_sync by bdrv_co_flush for BAT flushing
` [PATCH v2 4/8] parallels: Move check of unclean image to a separate function
` [PATCH v2 5/8] parallels: Move check of cluster outside "
` [PATCH v2 6/8] parallels: Move check of leaks "
` [PATCH v2 7/8] parallels: Move statistic collection "
` [PATCH v2 8/8] parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD

[RFC PATCH] tests/avocado: apply a band aid to aspeed-evb login
 2022-08-11 14:30 UTC  (6+ messages)

[PATCH 1/3] hw/ssi: fixup typos in ibex_spi_host
 2022-08-11 14:24 UTC  (7+ messages)
` [PATCH 2/3] hw/ssi: fixup coverity issue
` [PATCH 3/3] hw/ssi: fixup/add rw1c functionality

towards a workable O_DIRECT outmigration to a file
 2022-08-11 14:10 UTC  (2+ messages)

[PATCH v3 1/1] os-posix: asynchronous teardown for shutdown on Linux
 2022-08-11 14:02 UTC  (7+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-11 13:39 UTC  (16+ messages)
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag

[PATCH v2 00/15] Preliminary patches for subproject split
 2022-08-11 13:35 UTC  (13+ messages)
` [PATCH v2 11/15] qemu-common: move scripts/qapi

problem with qemu-system-loongarch64
 2022-08-11 13:24 UTC 

[PATCH for-7.1] target/arm: Don't report Statistical Profiling Extension in ID registers
 2022-08-11 13:11 UTC 

[PATCH v15 0/6] hmp,qmp: Add commands to introspect virtio devices
 2022-08-11 12:24 UTC  (7+ messages)
` [PATCH v15 1/6] qmp: add QMP command x-query-virtio
` [PATCH v15 2/6] qmp: add QMP command x-query-virtio-status
` [PATCH v15 3/6] qmp: decode feature & status bits in virtio-status
` [PATCH v15 4/6] qmp: add QMP commands for virtio/vhost queue-status
` [PATCH v15 5/6] qmp: add QMP command x-query-virtio-queue-element
` [PATCH v15 6/6] hmp: add virtio commands

[PATCH] tests/qtest: misc tweaks to readconfig
 2022-08-11 12:52 UTC  (2+ messages)

[PULL 0/5] Misc QEMU 7.1 fixes for 2002-08-08
 2022-08-11 12:49 UTC  (3+ messages)

[PATCH RFC 0/7] hostmem: NUMA-aware memory preallocation using ThreadContext
 2022-08-11 10:50 UTC  (4+ messages)

[PATCH v4 00/24] ppc: QOM'ify 405 board
 2022-08-11 12:20 UTC  (14+ messages)
` [PATCH v4 08/24] ppc/ppc4xx: Introduce a DCR device model
` [PATCH v4 18/24] ppc/ppc405: QOM'ify MAL

[PATCH v2 1/2] util/main-loop: Fix maximum number of wait objects for win32
 2022-08-11 12:03 UTC  (5+ messages)

[PATCH v2] linux-user: Passthrough MADV_DONTNEED for certain file mappings
 2022-08-11 10:28 UTC  (2+ messages)
` [PING] "

[PATCH v2] ppc/pnv: Add initial P9/10 SBE model
 2022-08-11  9:37 UTC 

[PATCH v7 00/12] Migration: Transmit and detect zero pages in the multifd threads
 2022-08-11  9:31 UTC  (19+ messages)
` [PATCH v7 01/12] multifd: Create page_size fields into both MultiFD{Recv, Send}Params
  ` [PATCH v7 01/12] multifd: Create page_size fields into both MultiFD{Recv,Send}Params
` [PATCH v7 02/12] multifd: Create page_count fields into both MultiFD{Recv, Send}Params
  ` [PATCH v7 02/12] multifd: Create page_count fields into both MultiFD{Recv,Send}Params
` [PATCH v7 03/12] migration: Export ram_transferred_ram()
` [PATCH v7 04/12] multifd: Count the number of bytes sent correctly
` [PATCH v7 05/12] migration: Make ram_save_target_page() a pointer
` [PATCH v7 06/12] multifd: Make flags field thread local
` [PATCH v7 07/12] multifd: Prepare to send a packet without the mutex held
` [PATCH v7 08/12] multifd: Add capability to enable/disable zero_page
` [PATCH v7 09/12] migration: Export ram_release_page()

[PATCH] ppc/pnv: Add initial P9/10 SBE model
 2022-08-11  8:04 UTC  (2+ messages)

[PATCH 0/2] hw/arm/virt: Improve address assignment for highmem IO regions
 2022-08-11  7:37 UTC  (9+ messages)
` [PATCH 1/2] "

[PATCH v3 0/2] This patch updates runtime check of AVX512
 2022-08-11  7:23 UTC  (6+ messages)
` [PATCH v3 1/2] Update AVX512 support for xbzrle_encode_buffer function

[PATCH v6 00/24] target/arm: Cleanups, new features, new cpus
 2022-08-11  7:08 UTC  (5+ messages)
` [PATCH v6 24/24] target/arm: Define neoverse-n1

[PATCH v8 00/12] NIC vhost-vdpa state restore via Shadow CVQ
 2022-08-11  6:56 UTC  (5+ messages)
` [PATCH v8 11/12] vdpa: Add virtio-net mac address via CVQ at start

[PATCH for-7.2 v2 00/20] QMP/HMP: add 'dumpdtb' and 'info fdt' commands
 2022-08-11  4:09 UTC  (9+ messages)
` [PATCH for-7.2 v2 09/20] hw/ppc: set machine->fdt in pnv_reset()
` [PATCH for-7.2 v2 16/20] device_tree.c: support string props in fdt_format_node()

[BUG] cxl can not create region
 2022-08-11  3:10 UTC  (5+ messages)

[PATCH v1 0/6] Add funtions for LoongArch virt machine
 2022-08-11  3:09 UTC  (7+ messages)
` [PATCH v1 1/6] hw/loongarch: Remove vga device when loongarch init
` [PATCH v1 2/6] hw/loongarch: Support fw_cfg dma function
` [PATCH v1 3/6] hw/loongarch: Add interrupt information to FDT table
` [PATCH v1 4/6] hw/loongarch: Add platform bus support
` [PATCH v1 5/6] hw/loongarch: Add hotplug handler for machine
` [PATCH v1 6/6] hw/loongarch: Add RAMFB to dynamic_sysbus_devices list

[PATCH v9 0/3] Implement Sstc extension
 2022-08-11  0:10 UTC  (5+ messages)
` [PATCH v9 1/3] hw/intc: Move mtimer/mtimecmp to aclint
` [PATCH v9 2/3] target/riscv: Add stimecmp support
` [PATCH v9 3/3] target/riscv: Add vstimecmp support

Missing dll
 2022-08-10 21:42 UTC 

add qemu_fdt_setprop_strings() and use it in most places
 2022-08-10 22:07 UTC  (9+ messages)
` [PATCH v4 2/6] hw/core: don't check return on qemu_fdt_setprop_string_array()
` [PATCH v4 3/6] hw/riscv: use qemu_fdt_setprop_strings() for string arrays
` [PATCH v4 4/6] hw/core: use qemu_fdt_setprop_strings()
` [PATCH v4 5/6] hw/mips: "

[ANNOUNCE] QEMU 7.1.0-rc2 is now available
 2022-08-10 22:02 UTC 

[PATCH v3] pc: hide linuxboot RNG seed behind a machine property
 2022-08-10 21:09 UTC  (4+ messages)

[PULL 0/1] Linux user for 7.1 patches
 2022-08-10 19:14 UTC  (2+ messages)

AST2600 support in QEMU
 2022-08-10 19:11 UTC  (4+ messages)

[PATCH v3 0/4] QEMU: Fix RISC-V virt & spike machines' dtbs
 2022-08-10 18:46 UTC  (5+ messages)
` [PATCH v3 1/4] hw/riscv: virt: fix uart node name
` [PATCH v3 2/4] hw/riscv: virt: fix the plic's address cells
` [PATCH v3 3/4] hw/riscv: virt: fix syscon subnode paths
` [PATCH v3 4/4] hw/core: fix platform bus node name

[PATCH 00/62] target/arm: Implement FEAT_HAFDBS
 2022-08-10 18:46 UTC  (5+ messages)
` [PATCH 22/62] target/arm: Add secure parameter to get_phys_addr_pmsav8

[RFC 0/8] Dinamycally switch to vhost shadow virtqueues at vdpa net migration
 2022-08-10 18:42 UTC  (6+ messages)
` [RFC 1/8] [NOTMERGE] Update linux headers
` [RFC 3/8] vhost: expose memory listener priority
` [RFC 6/8] vdpa: Negotiate _F_SUSPEND feature
` [RFC 7/8] vdpa: Add feature_log member to vhost_vdpa
` [RFC 8/8] vdpa: Conditionally expose _F_LOG in vhost_net devices


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 read-only IMAP folder(s) and NNTP newsgroup(s).