messages from 2023-04-19 16:11:16 to 2023-04-20 08:40:38 UTC [more...]
[PATCH v2 0/4] COLO: improve build options
2023-04-20 8:39 UTC (7+ 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 0/3] softmmu/ioport.c: fix use-after-free when calling portio_list_destroy()
2023-04-20 8:37 UTC (3+ messages)
` [PATCH 1/3] softmmu/ioport.c: allocate MemoryRegionPortioList ports on the heap
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2023-04-20 8:35 UTC (8+ 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 0/2] Send all the SVQ control commands in parallel
2023-04-20 8:32 UTC (5+ messages)
` [PATCH 2/2] vdpa: send CVQ state load "
[PATCH v2] migration: Handle block device inactivation failures better
2023-04-20 8:28 UTC (2+ messages)
[PATCH] MAINTAINERS: Add Juan Quintela to developer guides review
2023-04-20 8:21 UTC (2+ messages)
[PATCH v2 00/16] block: remove aio_disable_external() API
2023-04-20 8:18 UTC (21+ 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 1/2] Reduce vdpa initialization / startup overhead
2023-04-20 8:14 UTC (5+ messages)
[RFC PATCH v3 00/44] Add LoongArch LSX instructions
2023-04-20 8:07 UTC (45+ messages)
` [RFC PATCH v3 01/44] target/loongarch: Add LSX data type VReg
` [RFC PATCH v3 02/44] target/loongarch: meson.build support build LSX
` [RFC PATCH v3 03/44] target/loongarch: Add CHECK_SXE maccro for check LSX enable
` [RFC PATCH v3 04/44] target/loongarch: Implement vadd/vsub
` [RFC PATCH v3 05/44] target/loongarch: Implement vaddi/vsubi
` [RFC PATCH v3 06/44] target/loongarch: Implement vneg
` [RFC PATCH v3 07/44] target/loongarch: Implement vsadd/vssub
` [RFC PATCH v3 08/44] target/loongarch: Implement vhaddw/vhsubw
` [RFC PATCH v3 09/44] target/loongarch: Implement vaddw/vsubw
` [RFC PATCH v3 10/44] target/loongarch: Implement vavg/vavgr
` [RFC PATCH v3 11/44] target/loongarch: Implement vabsd
` [RFC PATCH v3 12/44] target/loongarch: Implement vadda
` [RFC PATCH v3 13/44] target/loongarch: Implement vmax/vmin
` [RFC PATCH v3 14/44] target/loongarch: Implement vmul/vmuh/vmulw{ev/od}
` [RFC PATCH v3 15/44] target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od}
` [RFC PATCH v3 16/44] target/loongarch: Implement vdiv/vmod
` [RFC PATCH v3 17/44] target/loongarch: Implement vsat
` [RFC PATCH v3 18/44] target/loongarch: Implement vexth
` [RFC PATCH v3 19/44] target/loongarch: Implement vsigncov
` [RFC PATCH v3 20/44] target/loongarch: Implement vmskltz/vmskgez/vmsknz
` [RFC PATCH v3 21/44] target/loongarch: Implement LSX logic instructions
` [RFC PATCH v3 22/44] target/loongarch: Implement vsll vsrl vsra vrotr
` [RFC PATCH v3 23/44] target/loongarch: Implement vsllwil vextl
` [RFC PATCH v3 24/44] target/loongarch: Implement vsrlr vsrar
` [RFC PATCH v3 25/44] target/loongarch: Implement vsrln vsran
` [RFC PATCH v3 26/44] target/loongarch: Implement vsrlrn vsrarn
` [RFC PATCH v3 27/44] target/loongarch: Implement vssrln vssran
` [RFC PATCH v3 28/44] target/loongarch: Implement vssrlrn vssrarn
` [RFC PATCH v3 29/44] target/loongarch: Implement vclo vclz
` [RFC PATCH v3 30/44] target/loongarch: Implement vpcnt
` [RFC PATCH v3 31/44] target/loongarch: Implement vbitclr vbitset vbitrev
` [RFC PATCH v3 32/44] target/loongarch: Implement vfrstp
` [RFC PATCH v3 33/44] target/loongarch: Implement LSX fpu arith instructions
` [RFC PATCH v3 34/44] target/loongarch: Implement LSX fpu fcvt instructions
` [RFC PATCH v3 35/44] target/loongarch: Implement vseq vsle vslt
` [RFC PATCH v3 36/44] target/loongarch: Implement vfcmp
` [RFC PATCH v3 37/44] target/loongarch: Implement vbitsel vset
` [RFC PATCH v3 38/44] target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vr
` [RFC PATCH v3 39/44] target/loongarch: Implement vreplve vpack vpick
` [RFC PATCH v3 40/44] target/loongarch: Implement vilvl vilvh vextrins vshuf
` [RFC PATCH v3 41/44] target/loongarch: Implement vld vst
` [RFC PATCH v3 42/44] target/loongarch: Implement vldi
` [RFC PATCH v3 43/44] target/loongarch: Use {set/get}_gpr replace to cpu_fpr
` [RFC PATCH v3 44/44] target/loongarch: CPUCFG support LSX
[PATCH v2] tests/avocado/tuxrun_baselines.py: improve code coverage for ppc64
2023-04-20 8:12 UTC (4+ messages)
[PATCH v2 0/4] hw/acpi: bump MADT to revision 5
2023-04-20 8:05 UTC (3+ messages)
` [PATCH v2 3/4] hw/acpi: i386: "
[PATCH v2] hw/acpi: limit warning on acpi table size to pc machines older than version 2.3
2023-04-20 7:48 UTC (3+ messages)
[PATCH] Add my old and new work email mapping and use work email to support biosbits
2023-04-20 7:48 UTC (2+ messages)
[PATCH] vhost: fix possible wrap in SVQ descriptor ring
2023-04-20 7:41 UTC
[PATCH v2 00/41] igb: Fix for DPDK
2023-04-20 7:23 UTC (43+ messages)
` [PATCH v2 01/41] hw/net/net_tx_pkt: Decouple implementation from PCI
` [PATCH v2 02/41] hw/net/net_tx_pkt: Decouple interface "
` [PATCH v2 03/41] e1000x: Fix BPRC and MPRC
` [PATCH v2 04/41] igb: Fix Rx packet type encoding
` [PATCH v2 05/41] igb: Do not require CTRL.VME for tx VLAN tagging
` [PATCH v2 06/41] net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()
` [PATCH v2 07/41] e1000e: Always copy ethernet header
` [PATCH v2 08/41] igb: "
` [PATCH v2 09/41] Fix references to igb Avocado test
` [PATCH v2 10/41] tests/avocado: Remove unused imports
` [PATCH v2 11/41] tests/avocado: Remove test_igb_nomsi_kvm
` [PATCH v2 12/41] hw/net/net_tx_pkt: Remove net_rx_pkt_get_l4_info
` [PATCH v2 13/41] net/eth: Rename eth_setup_vlan_headers_ex
` [PATCH v2 14/41] e1000x: Share more Rx filtering logic
` [PATCH v2 15/41] e1000x: Take CRC into consideration for size check
` [PATCH v2 16/41] e1000x: Rename TcpIpv6 into TcpIpv6Ex
` [PATCH v2 17/41] e1000e: Always log status after building rx metadata
` [PATCH v2 18/41] igb: "
` [PATCH v2 19/41] igb: Remove goto
` [PATCH v2 20/41] igb: Read DCMD.VLE of the first Tx descriptor
` [PATCH v2 21/41] e1000e: Reset packet state after emptying Tx queue
` [PATCH v2 22/41] vmxnet3: "
` [PATCH v2 23/41] igb: Add more definitions for Tx descriptor
` [PATCH v2 24/41] igb: Share common VF constants
` [PATCH v2 25/41] igb: Fix igb_mac_reg_init coding style alignment
` [PATCH v2 26/41] net/eth: Use void pointers
` [PATCH v2 27/41] net/eth: Always add VLAN tag
` [PATCH v2 28/41] hw/net/net_rx_pkt: Enforce alignment for eth_header
` [PATCH v2 29/41] tests/qtest/libqos/igb: Set GPIE.Multiple_MSIX
` [PATCH v2 30/41] igb: Implement MSI-X single vector mode
` [PATCH v2 31/41] igb: Use UDP for RSS hash
` [PATCH v2 32/41] igb: Implement Rx SCTP CSO
` [PATCH v2 33/41] igb: Implement Tx "
` [PATCH v2 34/41] igb: Strip the second VLAN tag for extended VLAN
` [PATCH v2 35/41] igb: Filter with "
` [PATCH v2 36/41] igb: Implement igb-specific oversize check
` [PATCH v2 37/41] igb: Implement Rx PTP2 timestamp
` [PATCH v2 38/41] igb: Implement Tx timestamp
` [PATCH v2 39/41] vmxnet3: Do not depend on PC
` [PATCH v2 40/41] MAINTAINERS: Add a reviewer for network packet abstractions
` [PATCH v2 41/41] docs/system/devices/igb: Note igb is tested for DPDK
QMP (without OOB) function running in thread different from the main thread as part of aio_poll
2023-04-20 6:55 UTC (4+ messages)
[PATCH v12] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-04-20 6:00 UTC (2+ messages)
get_relocated_path: the configured paths are not looked for?
2023-04-20 5:29 UTC (2+ messages)
[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 (3+ messages)
[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] 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)
[PULL 00/73] virtio,pc,pci: features, fixes
2023-04-19 17:18 UTC (7+ 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 (4+ messages)
` [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 v1 0/2] vhost-vdpa: cache Virtio states
2023-04-19 17:06 UTC (3+ messages)
` [RFC PATCH v1 2/2] vhost-vdpa: cache device config
[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
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).