qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-19 14:16:24 to 2022-07-20 09:23:40 UTC [more...]

[PULL V2 00/25] Net patches
 2022-07-20  9:03 UTC  (21+ messages)
` [PULL V2 01/25] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [PULL V2 02/25] virtio-net: Expose MAC_TABLE_ENTRIES
` [PULL V2 03/25] virtio-net: Expose ctrl virtqueue logic
` [PULL V2 04/25] vdpa: Avoid compiler to squash reads to used idx
` [PULL V2 05/25] vhost: Reorder vhost_svq_kick
` [PULL V2 06/25] vhost: Move vhost_svq_kick call to vhost_svq_add
` [PULL V2 07/25] vhost: Check for queue full at vhost_svq_add
` [PULL V2 08/25] vhost: Decouple vhost_svq_add from VirtQueueElement
` [PULL V2 09/25] vhost: Add SVQDescState
` [PULL V2 10/25] vhost: Track number of descs in SVQDescState
` [PULL V2 11/25] vhost: add vhost_svq_push_elem
` [PULL V2 12/25] vhost: Expose vhost_svq_add
` [PULL V2 13/25] vhost: add vhost_svq_poll
` [PULL V2 16/25] vhost-net-vdpa: add stubs for when no virtio-net device is present
` [PULL V2 17/25] vdpa: manual forward CVQ buffers
` [PULL V2 18/25] vdpa: Buffer CVQ support on shadow virtqueue
` [PULL V2 19/25] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
` [PULL V2 21/25] vdpa: Add x-svq to NetdevVhostVDPAOptions
` [PULL V2 23/25] net/colo: Fix a "double free" crash to clear the conn_list
` [PULL V2 25/25] net/colo.c: fix segmentation fault when packet is not parsed correctly

[PATCH v2] chardev: avoid use-after-free when client disconnect
 2022-07-20  9:00 UTC  (2+ messages)

[PATCH] hw/nvme: Add iothread support
 2022-07-20  9:00 UTC 

Access target TranslatorOps
 2022-07-20  8:44 UTC  (2+ messages)

[PATCH] oss-fuzz: remove binaries from qemu-bundle tree
 2022-07-20  8:40 UTC 

[PATCH] Revert "gitlab: disable accelerated zlib for s390x"
 2022-07-20  8:34 UTC  (3+ messages)

[PULL 00/29] migration queue
 2022-07-20  8:27 UTC  (34+ messages)
` [PULL 01/29] accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping
` [PULL 02/29] cpus: Introduce cpu_list_generation_id
` [PULL 03/29] migration/dirtyrate: Refactor dirty page rate calculation
` [PULL 04/29] softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
` [PULL 05/29] accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
` [PULL 06/29] softmmu/dirtylimit: Implement virtual CPU throttle
` [PULL 07/29] softmmu/dirtylimit: Implement dirty page rate limit
` [PULL 08/29] tests: Add dirty page rate limit test
` [PULL 09/29] multifd: Copy pages before compressing them with zlib
` [PULL 10/29] migration: Add postcopy-preempt capability
` [PULL 11/29] migration: Postcopy preemption preparation on channel creation
` [PULL 12/29] migration: Postcopy preemption enablement
` [PULL 13/29] migration: Postcopy recover with preempt enabled
` [PULL 14/29] migration: Create the postcopy preempt channel asynchronously
` [PULL 15/29] migration: Add property x-postcopy-preempt-break-huge
` [PULL 16/29] migration: Add helpers to detect TLS capability
` [PULL 17/29] migration: Export tls-[creds|hostname|authz] params to cmdline too
` [PULL 18/29] migration: Enable TLS for preempt channel
` [PULL 19/29] migration: Respect postcopy request order in preemption mode
` [PULL 20/29] tests: Move MigrateCommon upper
` [PULL 21/29] tests: Add postcopy tls migration test
` [PULL 22/29] tests: Add postcopy tls recovery "
` [PULL 23/29] tests: Add postcopy preempt tests
` [PULL 24/29] migration: remove unreachable code after reading data
` [PULL 25/29] QIOChannelSocket: Fix zero-copy flush returning code 1 when nothing sent
` [PULL 26/29] Add dirty-sync-missed-zero-copy migration stat
` [PULL 27/29] migration/multifd: Report to user when zerocopy not working
` [PULL 28/29] multifd: Document the locking of MultiFD{Send/Recv}Params
` [PULL 29/29] migration: Avoid false-positive on non-supported scenarios for zero-copy-send

[PATCH v2] chardev: avoid use-after-free when client disconnect
 2022-07-20  8:19 UTC  (3+ messages)

[PULL 0/3] s390x fixes
 2022-07-20  7:57 UTC  (4+ messages)
` [PULL 1/3] target/s390x: fix handling of zeroes in vfmin/vfmax
` [PULL 2/3] target/s390x: fix NaN propagation rules
` [PULL 3/3] tests/tcg/s390x: test signed vfmin/vfmax

[PATCH] accel/kvm: Avoid Coverity warning in query_stats()
 2022-07-20  7:53 UTC  (2+ messages)

[PATCH v9 00/11] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
 2022-07-20  7:39 UTC  (13+ messages)
` [PATCH v9 01/11] hw/i386: add 4g boundary start to X86MachineState
` [PATCH v9 02/11] i386/pc: create pci-host qdev prior to pc_memory_init()
` [PATCH v9 03/11] i386/pc: pass pci_hole64_size "
` [PATCH v9 04/11] i386/pc: factor out above-4g end to an helper
` [PATCH v9 05/11] i386/pc: factor out cxl range end to helper
` [PATCH v9 06/11] i386/pc: factor out cxl range start "
` [PATCH v9 07/11] i386/pc: handle unitialized mr in pc_get_cxl_range_end()
` [PATCH v9 08/11] i386/pc: factor out device_memory base/size to helper
` [PATCH v9 09/11] i386/pc: bounds check phys-bits against max used GPA
` [PATCH v9 10/11] i386/pc: relocate 4g start to 1T where applicable
` [PATCH v9 11/11] i386/pc: restrict AMD only enforcing of 1Tb hole to new machine type

[PATCH] hw/microblaze: pass random seed to fdt
 2022-07-20  7:13 UTC  (2+ messages)

[PATCH v6 00/21] vdpa net devices Rx filter change notification with Shadow VQ
 2022-07-20  6:59 UTC  (22+ messages)
` [PATCH v6 01/21] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [PATCH v6 02/21] virtio-net: Expose MAC_TABLE_ENTRIES
` [PATCH v6 03/21] virtio-net: Expose ctrl virtqueue logic
` [PATCH v6 04/21] vdpa: Avoid compiler to squash reads to used idx
` [PATCH v6 05/21] vhost: Reorder vhost_svq_kick
` [PATCH v6 06/21] vhost: Move vhost_svq_kick call to vhost_svq_add
` [PATCH v6 07/21] vhost: Check for queue full at vhost_svq_add
` [PATCH v6 08/21] vhost: Decouple vhost_svq_add from VirtQueueElement
` [PATCH v6 09/21] vhost: Add SVQDescState
` [PATCH v6 10/21] vhost: Track number of descs in SVQDescState
` [PATCH v6 11/21] vhost: add vhost_svq_push_elem
` [PATCH v6 12/21] vhost: Expose vhost_svq_add
` [PATCH v6 13/21] vhost: add vhost_svq_poll
` [PATCH v6 14/21] vhost: Add svq avail_handler callback
` [PATCH v6 15/21] vdpa: Export vhost_vdpa_dma_map and unmap calls
` [PATCH v6 16/21] vhost-net-vdpa: add stubs for when no virtio-net device is present
` [PATCH v6 17/21] vdpa: manual forward CVQ buffers
` [PATCH v6 18/21] vdpa: Buffer CVQ support on shadow virtqueue
` [PATCH v6 19/21] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
` [PATCH v6 20/21] vdpa: Add device migration blocker
` [PATCH v6 21/21] vdpa: Add x-svq to NetdevVhostVDPAOptions

[PATCH 0/4] Multiple interface support on top of Multi-FD
 2022-07-20  6:52 UTC  (4+ messages)
` [PATCH 3/4] Establishing connection between any non-default source and destination pair

[PATCH 1/1] docs: pcie: describe PCIe option ROMs
 2022-07-20  6:42 UTC 

[PATCH v2] docs: Add caveats for Windows as the build platform
 2022-07-20  6:31 UTC  (3+ messages)

[PULL 00/24] Net Patches
 2022-07-20  6:06 UTC  (5+ messages)

[PULL v2 00/31] riscv-to-apply queue
 2022-07-20  5:33 UTC  (4+ messages)
` [PULL v2 01/31] hw/ssi: Add Ibex SPI device model

[PATCH] docs: List kvm as a supported accelerator on RISC-V
 2022-07-20  5:31 UTC  (3+ messages)

[PATCH] target/riscv: Support SW update of PTE A/D bits and Ssptwad extension
 2022-07-20  5:29 UTC  (5+ messages)

[PATCH] hw/nvme: add trace events for ioeventfd
 2022-07-20  2:47 UTC  (3+ messages)

[PATCH] i386: Disable BTS and PEBS
 2022-07-20  2:35 UTC  (6+ messages)

[PULL 00/16] Misc patches for 2021-12-20
 2022-07-20  0:51 UTC  (5+ messages)
` [PULL 07/16] configure, meson: move ARCH to meson.build

[PULL 0/2] Hexagon (target/hexagon) bug fixes for mem_noshuf
 2022-07-19 23:26 UTC  (3+ messages)
` [PULL 1/2] Hexagon (target/hexagon) fix store w/mem_noshuf & predicated load
` [PULL 2/2] Hexagon (target/hexagon) fix bug in mem_noshuf load exception

[PATCH v1 1/1] migration: Avoid false-positive on non-supported scenarios for zero-copy-send
 2022-07-19 20:35 UTC  (3+ messages)

[PATCH] tests: migration-test: Allow test to run without uffd
 2022-07-19 19:53 UTC  (6+ messages)

[PULL 0/2] Hexagon (target/hexagon) bug fixes for mem_noshuf
 2022-07-19 19:48 UTC  (3+ messages)

[PATCH] virtio-gpu: update done only on the scanout associated with rect
 2022-07-19 19:39 UTC  (5+ messages)

[PULL 0/6] Kraxel 20220719 patches
 2022-07-19 19:20 UTC  (8+ messages)
` [PULL 1/6] dbus-display: fix test race when initializing p2p connection
` [PULL 2/6] microvm: turn off io reservations for pcie root ports
` [PULL 3/6] usb/hcd-xhci: check slotid in xhci_wakeup_endpoint()
` [PULL 4/6] usb: document guest-reset and guest-reset-all
` [PULL 5/6] usb: document pcap (aka usb traffic capture)
` [PULL 6/6] gtk: Add show_tabs=on|off command line option

[PATCH] target/mips: Handle lock_user() failure in UHI_plog semihosting call
 2022-07-19 19:17 UTC 

[PULL 0/3] Misc patches for QEMU 7.1 freeze
 2022-07-19 18:15 UTC  (4+ messages)

[PULL 00/21] loongarch patch queue
 2022-07-19 18:00 UTC  (22+ messages)
` [PULL 01/21] tests/docker/dockerfiles: Add debian-loongarch-cross.docker
` [PULL 02/21] target/loongarch: Fix loongarch_cpu_class_by_name
` [PULL 03/21] hw/intc/loongarch_pch_pic: Fix bugs for update_irq function
` [PULL 04/21] target/loongarch/cpu: Fix coverity errors about excp_names
` [PULL 05/21] target/loongarch/tlb_helper: Fix coverity integer overflow error
` [PULL 06/21] target/loongarch/op_helper: Fix coverity cond_at_most error
` [PULL 07/21] target/loongarch/cpu: Fix cpucfg default value
` [PULL 08/21] fpu/softfloat: Add LoongArch specializations for pickNaN*
` [PULL 09/21] target/loongarch: Fix float_convd/float_convs test failing
` [PULL 10/21] tests/tcg/loongarch64: Add float reference files
` [PULL 11/21] tests/tcg/loongarch64: Add clo related instructions test
` [PULL 12/21] tests/tcg/loongarch64: Add div and mod "
` [PULL 13/21] tests/tcg/loongarch64: Add fclass test
` [PULL 14/21] tests/tcg/loongarch64: Add fp comparison instructions test
` [PULL 15/21] tests/tcg/loongarch64: Add pcadd related "
` [PULL 16/21] hw/loongarch: Add fw_cfg table support
` [PULL 17/21] hw/loongarch: Add uefi bios loading support
` [PULL 18/21] hw/loongarch: Add linux kernel booting support
` [PULL 19/21] hw/loongarch: Add smbios support
` [PULL 20/21] hw/loongarch: Add acpi ged support
` [PULL 21/21] hw/loongarch: Add fdt support

[RFC PATCH 0/8] Refactor bdrv_try_set_aio_context using transactions
 2022-07-19 18:07 UTC  (5+ messages)
` [RFC PATCH 7/8] block: use the new _change_ API instead of _can_set_ and _set_

[PATCH v2] linux-user: Unconditionally use pipe2() syscall
 2022-07-19 17:50 UTC  (2+ messages)

[PATCH v1 0/6] Support booting bios and kernel for LoongArch
 2022-07-19 16:21 UTC  (3+ messages)

[python-qemu-qmp MR #11] first public release - v0.0.1
 2022-07-19 16:21 UTC 

[PULL 00/35] pc,pci,virtio: fixes, cleanups
 2022-07-19 16:21 UTC  (4+ messages)
` [PULL 06/35] hw/acpi: refactor acpi hp modules so that targets can just use what they need

[PULL 00/14] Testing and misc patches
 2022-07-19 16:14 UTC  (2+ messages)

[PATCH] .cirrus.yml: Change winsymlinks to 'native'
 2022-07-19 16:12 UTC 

[PATCH v9 00/14] migration: Postcopy Preemption
 2022-07-19 16:06 UTC  (7+ messages)
` [PATCH v9 02/14] migration: Postcopy preemption preparation on channel creation

[python-qemu-qmp MR #10] GitLab: Omit pages job on merge_request_event pipelines
 2022-07-19 15:03 UTC 

[PATCH 0/5] CPU: Detect put cpu register errors for migrations
 2022-07-19 14:57 UTC  (2+ messages)

[PULL 00/15] Pull migration patches
 2022-07-19 14:52 UTC  (4+ messages)
` [PULL 03/15] multifd: Make no compression operations into its own structure

[PATCH v12 00/10] vhost-vdpa: add support for configure interrupt
 2022-07-19 14:28 UTC  (2+ messages)

[PATCH v2] Loading new machines and devices from external modules
 2022-07-19 14:25 UTC  (2+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-19 14:23 UTC  (13+ messages)
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
` [PATCH v7 13/14] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v7 00/13] Migration: Transmit and detect zero pages in the multifd threads
 2022-07-19 14:34 UTC  (6+ messages)
` [PATCH v7 01/13] multifd: Document the locking of MultiFD{Send/Recv}Params
` [PATCH v7 02/13] multifd: Create page_size fields into both MultiFD{Recv, Send}Params

[PATCH] target/ppc: Implement new wait variants
 2022-07-19 14:20 UTC  (2+ messages)

[PATCH v12 09/10] virtio-mmio: add support for configure interrupt
 2022-07-19 13:46 UTC 

[PATCH v4 0/3] Zero copy improvements (QIOChannel + multifd)
 2022-07-19 14:10 UTC  (2+ messages)

[PATCH v12 05/10] vhost-vdpa: add support for config interrupt
 2022-07-19 13:46 UTC 

[PATCH] migration: remove unreachable code after reading data
 2022-07-19 13:51 UTC  (2+ messages)

[PATCH 0/3] hw/cxl, hw/machine, hw/i386: Misc minor fixes / cleanup
 2022-07-19 14:09 UTC  (2+ 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).