qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-18 17:12:53 to 2023-04-20 04:20:16 UTC [more...]

[PATCH 1/2] Reduce vdpa initialization / startup overhead
 2023-04-20  4:18 UTC  (4+ messages)
` [PATCH 2/2] "

[PULL 00/11] Hexagon queue
 2023-04-20  3:26 UTC  (12+ messages)
` [PULL 01/11] Hexagon (translate.c): avoid redundant PC updates on COF
` [PULL 02/11] Use f-strings in python scripts
` [PULL 03/11] Use black code style for "
` [PULL 04/11] Hexagon (target/hexagon) Remove redundant/unused macros
` [PULL 05/11] Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_stores
` [PULL 06/11] Hexagon (target/hexagon) Add overrides for count trailing zeros/ones
` [PULL 07/11] Hexagon (target/hexagon) Updates to USR should use get_result_gpr
` [PULL 08/11] Hexagon (tests/tcg/hexagon) Move HVX test infra to header file
` [PULL 09/11] Hexagon (target/hexagon) Remove unused slot variable in helpers
` [PULL 10/11] Hexagon (target/hexagon) Add overrides for cache/sync/barrier instructions
` [PULL 11/11] Hexagon (target/hexagon) Additional instructions handled by idef-parser

[PATCH v4] memory: Optimize replay of guest mapping
 2023-04-20  3:13 UTC  (4+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-04-20  0:49 UTC  (7+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
  ` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH v7 00/12] target/riscv: rework CPU extensions validation
 2023-04-19 23:37 UTC  (5+ messages)
` [PATCH v7 01/12] target/riscv/cpu.c: add riscv_cpu_validate_v()
` [PATCH v7 02/12] target/riscv/cpu.c: remove set_vext_version()

[PATCH v3] target/riscv: Fix Guest Physical Address Translation
 2023-04-19 23:33 UTC  (2+ messages)

[PATCH v2] riscv: Make sure an exception is raised if a pte is malformed
 2023-04-19 23:31 UTC  (3+ messages)

[PATCH v2 0/4] COLO: improve build options
 2023-04-19 22:52 UTC  (5+ messages)
` [PATCH v2 1/4] block/meson.build: prefer positive condition for replication
` [PATCH v2 2/4] scripts/qapi: allow optional experimental enum values
` [PATCH v2 3/4] build: move COLO under CONFIG_REPLICATION
` [PATCH v2 4/4] configure: add --disable-colo-filters option

[PATCH] replication: compile out some staff when replication is not configured
 2023-04-19 22:48 UTC  (9+ messages)

[PATCH v2] tests/vm/freebsd: Update to FreeBSD 13.2
 2023-04-19 22:20 UTC  (2+ messages)

[ANNOUNCE] QEMU 8.0.0 is now available
 2023-04-19 21:51 UTC 

Looking for QEMU integration expert
 2023-04-19 18:28 UTC 

[PATCH v3 00/12] Migration: Make more ram_counters atomic
 2023-04-19 19:54 UTC  (15+ messages)
` [PATCH v3 01/12] migration: Merge ram_counters and ram_atomic_counters
` [PATCH v3 02/12] migration: Update atomic stats out of the mutex
` [PATCH v3 03/12] migration: Make multifd_bytes atomic
` [PATCH v3 04/12] migration: Make dirty_sync_missed_zero_copy atomic
` [PATCH v3 05/12] migration: Make precopy_bytes atomic
` [PATCH v3 06/12] migration: Make downtime_bytes atomic
` [PATCH v3 07/12] migration: Make dirty_sync_count atomic
` [PATCH v3 08/12] migration: Make postcopy_requests atomic
` [PATCH v3 09/12] migration: Make dirty_pages_rate atomic
` [PATCH v3 10/12] migration: Make dirty_bytes_last_sync atomic
` [PATCH v3 11/12] migration: Rename duplicate to zero_pages
` [PATCH v3 12/12] migration: Rename normal to full_pages

[PATCH v2 0/4] migration/hostmem: Allow to fail early for postcopy on specific fs type
 2023-04-19 19:51 UTC  (11+ messages)
` [PATCH v2 1/4] util/mmap-alloc: qemu_fd_getfs()
` [PATCH v2 2/4] vl.c: Create late backends before migration object
` [PATCH v2 3/4] migration/postcopy: Detect file system on dest host
` [PATCH v2 4/4] migration: Allow postcopy_ram_supported_by_host() to report err

[PATCH v4 0/7] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-04-19 19:31 UTC  (3+ messages)
` [PATCH v4 2/7] hw/pci/pci.c: Don't leak PCIBus::irq_count[] in pci_bus_irqs()

[RFC PATCH v1 00/26] migration: File based migration with multifd and fixed-ram
 2023-04-19 19:07 UTC  (12+ messages)

[PATCH v2 00/16] block: remove aio_disable_external() API
 2023-04-19 18:51 UTC  (18+ messages)
` [PATCH v2 01/16] hw/qdev: introduce qdev_is_realized() helper
` [PATCH v2 02/16] virtio-scsi: avoid race between unplug and transport event
` [PATCH v2 03/16] virtio-scsi: stop using aio_disable_external() during unplug
` [PATCH v2 04/16] block/export: only acquire AioContext once for vhost_user_server_stop()
` [PATCH v2 05/16] util/vhost-user-server: rename refcount to in_flight counter
` [PATCH v2 06/16] block/export: wait for vhost-user-blk requests when draining
` [PATCH v2 07/16] block/export: stop using is_external in vhost-user-blk server
` [PATCH v2 08/16] hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstore
` [PATCH v2 09/16] block: add blk_in_drain() API
` [PATCH v2 10/16] block: drain from main loop thread in bdrv_co_yield_to_drain()
` [PATCH v2 11/16] xen-block: implement BlockDevOps->drained_begin()
` [PATCH v2 12/16] hw/xen: do not set is_external=true on evtchn fds
` [PATCH v2 13/16] block/export: rewrite vduse-blk drain code
` [PATCH v2 14/16] block/export: don't require AioContext lock around blk_exp_ref/unref()
` [PATCH v2 15/16] block/fuse: do not set is_external=true on FUSE fd
` [PATCH v2 16/16] virtio: make it possible to detach host notifier from any thread

[PATCH 0/2] Send all the SVQ control commands in parallel
 2023-04-19 17:42 UTC  (5+ messages)
` [PATCH 1/2] vdpa: rename vhost_vdpa_net_cvq_add()
` [PATCH 2/2] vdpa: send CVQ state load commands in parallel

[PULL 00/73] virtio,pc,pci: features, fixes
 2023-04-19 17:18 UTC  (11+ messages)
` [PULL 70/73] hw/pxb-cxl: Support passthrough HDM Decoders unless overridden

[PATCH v19 00/21] s390x: CPU Topology
 2023-04-19 17:15 UTC  (9+ messages)
` [PATCH v19 01/21] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v19 02/21] s390x/cpu topology: add topology entries on CPU hotplug

[PATCH 0/2] tests/qtest: make migraton-test faster
 2023-04-19 17:14 UTC  (4+ messages)
` [PATCH 2/2] tests/qtest: make more migration pre-copy scenarios run non-live

[RFC PATCH] vhost-vdpa: cache Virtio states
 2023-04-19 17:06 UTC  (7+ messages)
` [RFC PATCH v1 0/2] "
  ` [RFC PATCH v1 1/2] vhost-vdpa: cache device status and features
  ` [RFC PATCH v1 2/2] vhost-vdpa: cache device config

QMP (without OOB) function running in thread different from the main thread as part of aio_poll
 2023-04-19 16:59 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Juan Quintela to developer guides review
 2023-04-19 16:34 UTC 

[PATCH] MAINTAINERS: Add Leonardo and Peter as reviewers
 2023-04-19 16:29 UTC 

[RFC PATCH] plugins: force slow path when plugins instrument memory ops
 2023-04-19 16:12 UTC 

[PATCH 0/3] softmmu/ioport.c: fix use-after-free when calling portio_list_destroy()
 2023-04-19 15:16 UTC  (4+ messages)
` [PATCH 1/3] softmmu/ioport.c: allocate MemoryRegionPortioList ports on the heap
` [PATCH 2/3] softmmu/ioport.c: QOMify MemoryRegionPortioList
` [PATCH 3/3] softmmu/ioport.c: make MemoryRegionPortioList owner of portio_list MemoryRegions

[PATCH v2 0/4] hw/acpi: bump MADT to revision 5
 2023-04-19 14:59 UTC  (7+ messages)
` [PATCH v2 2/4] hw/acpi: arm: "
` [PATCH v2 3/4] hw/acpi: i386: "

[PATCH 0/3] migration/hostmem: Allow to fail early for postcopy on specific fs type
 2023-04-19 14:46 UTC  (7+ messages)
` [PATCH 1/3] hostmem: Detect and cache fs type for file hostmem
` [PATCH 2/3] vl.c: Create late backends before migration object
` [PATCH 3/3] migration/postcopy: Detect file system on dest host

[RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside
 2023-04-19 14:35 UTC  (6+ messages)

[PATCH] cpu: Remove parameter of list_cpus()
 2023-04-19 13:40 UTC  (2+ messages)

[PATCH] make: clean after distclean deletes source files
 2023-04-19 13:08 UTC 

clean after distclean gobbles source files
 2023-04-19 13:07 UTC  (5+ messages)

Performance improvement with 81f730d4
 2023-04-19 13:01 UTC  (3+ messages)

[PATCH] hw/rdma: Compile target-independent parts of the rdma code only once
 2023-04-19 11:49 UTC 

[PATCH 0/4] vhost-user-fs: Internal migration
 2023-04-19 11:24 UTC  (31+ messages)
` [PATCH 2/4] vhost-user: Interface for migration state transfer
                ` [Virtio-fs] "

[PATCH] hw/rdma: VMW_PVRDMA should depend on VMXNET3_PCI
 2023-04-19 11:13 UTC 

[RFC PATCH v2 00/44] Add LoongArch LSX instructions
 2023-04-19 11:06 UTC  (5+ messages)
` [RFC PATCH v2 18/44] target/loongarch: Implement vsat

[PATCH] hw/rdma: Remove unused macros PG_DIR_SZ and PG_TBL_SZ
 2023-04-19 10:30 UTC 

[PATCH v3] memory: Optimize replay of guest mapping
 2023-04-19  9:49 UTC  (5+ messages)

[PATCH] tests/vm/freebsd: Update to FreeBSD 13.2
 2023-04-19  9:47 UTC  (2+ messages)

[PATCH] .gitlab-ci.d/cirrus: Drop the CI job for compiling with FreeBSD 12
 2023-04-19  9:33 UTC  (5+ messages)

[PATCH v2] tests/avocado/tuxrun_baselines.py: improve code coverage for ppc64
 2023-04-19  9:22 UTC 

[PATCH] target/loongarch: Add CSR_CPUID reg in cpu_env
 2023-04-19  9:19 UTC  (4+ messages)

[Capstone] TriCore support in Capstone
 2023-04-19  9:01 UTC  (2+ messages)

[PATCH v3 00/27] Replace TARGET_TB_PCREL with CF_PCREL
 2023-04-19  8:56 UTC  (3+ messages)
` [PATCH v3 13/27] target/tricore: Replace `tb_pc()` with `tb->pc`

[PATCH] configure: Honour cross-prefix when finding ObjC compiler
 2023-04-19  8:17 UTC  (2+ messages)

KVM call minutes for 2023-04-18
 2023-04-19  7:55 UTC 

get_relocated_path: the configured paths are not looked for?
 2023-04-19  7:32 UTC 

[PATCH] tests/avocado/tuxrun_baselines.py: improve code coverage for ppc64
 2023-04-19  6:26 UTC  (3+ messages)

[Bug 1769053] Re: Ability to control phys-bits through libvirt
 2023-04-19  5:43 UTC 

[PATCH v3 0/7] target/riscv: Fix PMP related problem
 2023-04-19  5:45 UTC  (9+ messages)
` [PATCH v3 1/7] target/riscv: Update pmp_get_tlb_size()
` [PATCH v3 2/7] target/riscv: Move pmp_get_tlb_size apart from get_physical_address_pmp
` [PATCH v3 3/7] target/riscv: Flush TLB when pmpaddr is updated
` [PATCH v3 4/7] target/riscv: Flush TLB only when pmpcfg/pmpaddr really changes
` [PATCH v3 5/7] accel/tcg: Uncache the host address for instruction fetch when tlb size < 1
` [PATCH v3 6/7] target/riscv: Make the short cut really work in pmp_hart_has_privs
` [PATCH v3 7/7] target/riscv: Separate pmp_update_rule() in pmpcfg_csr_write

[PATCH v2 0/8] target/riscv: Fix PMP related problem
 2023-04-19  5:41 UTC  (4+ messages)
` [PATCH v2 6/8] accel/tcg: Uncache the host address for instruction fetch when tlb size < 1

[PATCH] hw/misc/ivshmem: Use 32-bit addressing for the memory BAR
 2023-04-19  4:39 UTC 

[PATCH 1/2] i386/acpi: fix inconsistent QEMU/OVMF device paths
 2023-04-19  2:48 UTC 

Move vhost-user SET_STATUS 0 after get vring base?
 2023-04-19  1:45 UTC  (3+ messages)

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-04-18 23:38 UTC  (2+ messages)

[RFC PATCH 0/3] QEMU ACPI generic port support
 2023-04-18 22:21 UTC  (4+ messages)
` [RFC PATCH 1/3] hw/acpi: Add support for Generic Port Affinity Structure to SRAT
` [RFC PATCH 2/3] genport: Add json support for generic port
` [RFC PATCH 3/3] acpi: add generic port device object

Status of "block: Mark drain related functions GRAPH_RDLOCK"?
 2023-04-18 20:08 UTC 

[PATCH V4] tracing: install trace events file only if necessary
 2023-04-18 19:22 UTC  (2+ messages)

[PATCH v2 0/1] SDL2: fix handling of the AltGr key on Windows again
 2023-04-18 18:14 UTC  (3+ messages)
` [PATCH v2 1/1] ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on Windows

SDL2: fix handling of the AltGr key on Windows again
 2023-04-18 18:09 UTC  (3+ messages)
` [PATCH] ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on Windows

[PATCH v4 0/4] Add emulation of MEN Chameleon Hardware
 2023-04-18 17:35 UTC  (5+ messages)
` [PATCH v4 1/4] Add MEN Chameleon Bus emulation
` [PATCH v4 2/4] Add MEN Chameleon Bus via PCI carrier
` [PATCH v4 3/4] serial-mcb: Add serial via MEN chameleon bus
` [PATCH v4 4/4] wdt_z069: Add support for MEN 16z069 Watchdog

[PATCH 0/2] Migration time prediction using calc-dirty-rate
 2023-04-18 17:21 UTC  (6+ messages)
` [PATCH 1/2] migration/calc-dirty-rate: new metrics in sampling mode

[PATCH] block/vhost-user-blk: Fix hang on boot for some odd guests
 2023-04-18 17:20 UTC  (5+ 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).