qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-28 08:21:50 to 2023-01-30 05:51:05 UTC [more...]

[PATCH v1 0/2] virtio: fix for assertion failure: virtio_net_get_subqueue(nc)->async_tx.elem failed
 2023-01-30  5:50 UTC  (24+ messages)
` [PATCH v1 1/2] virtio: struct VirtQueue introduce reset
` [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset

[PATCH RFC 00/21] migration: Support hugetlb doublemaps
 2023-01-30  5:45 UTC  (29+ messages)
` [PATCH RFC 02/21] util: Include osdep.h first in util/mmap-alloc.c
` [PATCH RFC 03/21] physmem: Add qemu_ram_is_hugetlb()
` [PATCH RFC 04/21] madvise: Include linux/mman.h under linux-headers/
` [PATCH RFC 05/21] madvise: Add QEMU_MADV_SPLIT
` [PATCH RFC 06/21] madvise: Add QEMU_MADV_COLLAPSE
` [PATCH RFC 07/21] ramblock: Cache file offset for file-backed ramblocks
` [PATCH RFC 08/21] ramblock: Cache the length to do file mmap() on ramblocks
` [PATCH RFC 09/21] ramblock: Add RAM_READONLY
` [PATCH RFC 10/21] ramblock: Add ramblock_file_map()
` [PATCH RFC 11/21] migration: Add hugetlb-doublemap cap
` [PATCH RFC 12/21] migration: Introduce page size for-migration-only
` [PATCH RFC 13/21] migration: Add migration_ram_pagesize_largest()
` [PATCH RFC 14/21] migration: Map hugetlbfs ramblocks twice, and pre-allocate
` [PATCH RFC 15/21] migration: Teach qemu about minor faults and doublemap

[PATCH v3 00/14] Add support for the T-Head vendor extensions
 2023-01-30  5:43 UTC  (5+ messages)
` [PATCH v3 08/14] RISC-V: Adding T-Head MemPair extension

[PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
 2023-01-30  5:26 UTC  (2+ messages)

[PATCH 0/2] MAINTAINERS: Small potatos
 2023-01-30  4:49 UTC  (6+ messages)
` [PATCH 1/2] MAINTAINERS: Cover userfaultfd
` [PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h

[PATCH v3 00/11] tests/qtest: Allow running boot-serial / migration with TCG disabled
 2023-01-30  4:49 UTC  (15+ messages)
` [PATCH v3 05/11] tests/qtest/migration-test: Inverse #ifdef'ry ladders
` [PATCH v3 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope
` [PATCH v3 07/11] tests/qtest/migration-test: Build command line using GString API (1/4)
` [PATCH v3 08/11] tests/qtest/migration-test: Build command line using GString API (2/4)
` [PATCH v3 09/11] tests/qtest/migration-test: Build command line using GString API (3/4)
` [PATCH v3 10/11] tests/qtest/migration-test: Build command line using GString API (4/4)
` [PATCH v3 11/11] tests/qtest/migration-test: Only use available accelerators

[PATCH] migration: Fix migration crash when target psize larger than host
 2023-01-30  4:38 UTC  (2+ messages)

[PATCH v8 0/5] riscv: Allow user to set the satp mode
 2023-01-30  4:30 UTC  (11+ messages)
` [PATCH v8 1/5] riscv: Pass Object to register_cpu_props instead of DeviceState
` [PATCH v8 2/5] riscv: Change type of valid_vm_1_10_[32|64] to bool
` [PATCH v8 3/5] riscv: Allow user to set the satp mode
` [PATCH v8 4/5] riscv: Introduce satp mode hw capabilities
` [PATCH v8 5/5] riscv: Correctly set the device-tree entry 'mmu-type'

[RFC PATCH 0/3] migration: support query migration thread information
 2023-01-30  4:28 UTC  (7+ messages)
` [PATCH 1/3] migration: report migration thread name to libvirt
` [PATCH 2/3] migration: implement query migration threadinfo by name
` [PATCH 3/3] migration: save/delete migration thread info

[PATCH v4 00/19] Clean up includes
 2023-01-30  4:16 UTC  (18+ messages)
` [PATCH v4 01/19] scripts/clean-includes: Fully skip / ignore files
` [PATCH v4 04/19] bsd-user: Clean up includes
` [PATCH v4 10/19] migration: "
` [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
` [PATCH v4 19/19] Drop duplicate #include

[RFC v2 0/2] spice: Add an option to forward the dmabuf directly to the encoder (v2)
 2023-01-30  2:24 UTC  (6+ messages)
` [RFC v2 2/2] "

[PATCH v4 0/3] hw/riscv: misc cleanups
 2023-01-30  1:46 UTC  (2+ messages)

[XEN PATCH 0/3] Configure qemu upstream correctly by default for igd-passthru
 2023-01-30  0:38 UTC  (4+ messages)
  ` [XEN PATCH v2 "

[PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
 2023-01-29 23:18 UTC  (5+ messages)

[PATCH v7 0/3] hw/riscv: clear kernel_entry high bits with 32bit CPUs
 2023-01-29 22:50 UTC  (6+ messages)
` [PATCH v7 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()

[PATCH: fix for virt instr exception] target/riscv: fix for virtual instr exception
 2023-01-29 22:49 UTC  (3+ messages)

[PATCH] linux-user,bsd-user: re-exec with G_SLICE=always-malloc
 2023-01-11  4:01 UTC  (4+ messages)

[PATCH 0/2] fix for #285
 2023-01-29 22:38 UTC  (10+ messages)
` [PATCH 1/2] util: import GTree as QTree
` [PATCH 2/2] tcg: use QTree instead of GTree

[PATCH v2 00/15] Add support for the T-Head vendor extensions
 2023-01-29 22:40 UTC  (6+ messages)
` [PATCH v2 01/15] RISC-V: Adding XTheadCmo ISA extension

virtio-sound Google Summer of Code project?
 2023-01-29 22:10 UTC 

[PATCH 0/3] VIA PM Improvements
 2023-01-29 21:34 UTC  (4+ messages)
` [PATCH 1/3] hw/isa/vt82c686: Fix SCI routing
` [PATCH 2/3] hw/isa/vt82c686: Allow PM controller to switch to ACPI mode
` [PATCH 3/3] hw/isa/vt82c686: Implement ACPI powerdown

[PATCH v2 0/9] Various win32 fixes & teach 'getfd' QMP command to import sockets
 2023-01-29 18:24 UTC  (10+ messages)
` [PATCH v2 1/9] tests: fix path separator, use g_build_filename()
` [PATCH v2 2/9] tests: fix test-io-channel-command on win32
` [PATCH v2 3/9] tests/docker: fix a win32 error due to portability
` [PATCH v2 4/9] osdep: implement qemu_socketpair() for win32
` [PATCH v2 5/9] qmp: 'add_client' actually expects sockets
` [PATCH v2 6/9] qapi: implement conditional command arguments
` [PATCH v2 7/9] qmp: teach 'getfd' to import sockets on win32
` [PATCH v2 8/9] libqtest: make qtest_qmp_add_client work "
` [PATCH v2 9/9] qtest: enable vnc-display test "

[PATCH 0/7] ACPI controller cleanup
 2023-01-29 15:19 UTC  (12+ messages)
` [PATCH 2/7] hw/acpi/ich9: Remove unneeded assignments
` [PATCH 3/7] hw/acpi/{ich9, piix4}: Resolve redundant io_base address attributes
  ` [PATCH 3/7] hw/acpi/{ich9,piix4}: "
` [PATCH 5/7] hw/acpi/piix4: Fix offset of GPE0 registers

Please review a important patch abort fix setting of CPUX86State::gdt::base
 2023-01-29 15:04 UTC  (2+ messages)

[PATCH 0/7] PC cleanups
 2023-01-29 14:37 UTC  (8+ messages)
` [PATCH 4/7] hw/i386/pc_q35: Resolve redundant q35_host variable
` [PATCH 6/7] hw/i386/pc_{q35, piix}: Minimize usage of get_system_memory()

[PATCH v6 0/3] block/rbd: Add support for layered encryption
 2023-01-29 11:31 UTC 

[PATCH] hw/usb/core: fix inconsistent ep and pid (UBS_TOKEN_SETUP)
 2023-01-29 10:54 UTC 

[RFC v6 0/4] Add zoned storage emulation to virtio-blk driver
 2023-01-29 10:39 UTC  (5+ messages)
` [RFC v6 1/4] include: update virtio_blk headers
` [RFC v6 2/4] virtio-blk: add zoned storage emulation for zoned devices
` [RFC v6 3/4] block: add accounting for zone append operation
` [RFC v6 4/4] virtio-blk: add some trace events for zoned emulation

[PATCH v15 0/8] Add support for zoned device
 2023-01-29 10:28 UTC  (9+ messages)
` [PATCH v15 1/8] include: add zoned device structs
` [PATCH v15 2/8] file-posix: introduce helper functions for sysfs attributes
` [PATCH v15 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PATCH v15 4/8] raw-format: add zone operations to pass through requests
` [PATCH v15 5/8] config: add check to block layer
` [PATCH v15 6/8] qemu-iotests: test new zone operations
` [PATCH v15 7/8] block: add some trace events for new block layer APIs
` [PATCH v15 8/8] docs/zoned-storage: add zoned device documentation

[PATCH 0/9] igb: add missing feature set from
 2023-01-29  9:15 UTC  (16+ messages)
` [PATCH 1/9] MAINTAINERS: Add Sriram Yagnaraman as a igb reviewer
` [PATCH 2/9] igb: handle PF/VF reset properly
` [PATCH 3/9] igb: implement VFRE and VFTE registers
` [PATCH 4/9] igb: check oversized packets for VMDq
` [PATCH 5/9] igb: respect E1000_VMOLR_RSSE
` [PATCH 6/9] igb: add ICR_RXDW
` [PATCH 7/9] igb: implement VF Tx and Rx stats
` [PATCH 8/9] igb: respect VT_CTL ignore MAC field
` [PATCH 9/9] igb: respect VMVIR and VMOLR for VLAN

[PATCH] linux-user: move target_flat.h to target subdirs
 2023-01-29  5:46 UTC  (2+ messages)

[PATCH v4 0/3] riscv_load_fdt() semantics change
 2023-01-29  5:45 UTC  (8+ messages)
` [PATCH v4 1/3] hw/riscv/boot.c: calculate fdt size after fdt_pack()
` [PATCH v4 2/3] hw/riscv: split fdt address calculation from fdt load
` [PATCH v4 3/3] hw/riscv: change riscv_compute_fdt_addr() semantics

[PATCH] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
 2023-01-29  5:43 UTC  (3+ messages)

[PATCH 0/3] Fix UNMAP notifier for intel-iommu
 2023-01-29  5:43 UTC  (5+ messages)

[PATCH v7] tests/qtest: netdev: test stream and dgram backends
 2023-01-29  4:44 UTC  (3+ messages)

[PATCH v4] net: stream: add a new option to automatically reconnect
 2023-01-29  4:44 UTC  (2+ messages)

[PATCH] pci: add enforce_slot_reserved_mask_manual property
 2023-01-29  3:00 UTC  (9+ messages)

[PATCH v4 00/12] Refactor cryptodev
 2023-01-29  2:57 UTC  (13+ messages)
` [PATCH v4 01/12] cryptodev: Introduce cryptodev.json
` [PATCH v4 02/12] cryptodev: Remove 'name' & 'model' fields
` [PATCH v4 03/12] cryptodev: Introduce cryptodev alg type in QAPI
` [PATCH v4 04/12] cryptodev: Introduce server "
` [PATCH v4 05/12] cryptodev: Introduce 'query-cryptodev' QMP command
` [PATCH v4 06/12] cryptodev-builtin: Detect akcipher capability
` [PATCH v4 07/12] hmp: add cryptodev info command
` [PATCH v4 08/12] cryptodev: Use CryptoDevBackendOpInfo for operation
` [PATCH v4 09/12] cryptodev: Account statistics
` [PATCH v4 10/12] cryptodev: support QoS
` [PATCH v4 11/12] cryptodev: Support query-stats QMP command
` [PATCH v4 12/12] MAINTAINERS: add myself as the maintainer for cryptodev

[PATCH 0/3] Misc sm501 clean ups
 2023-01-29  2:43 UTC  (3+ messages)

[PATCH 00/23] target/arm: Implement FEAT_FGT fine-grained traps
 2023-01-29  0:07 UTC  (22+ messages)
` [PATCH 06/23] target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1
` [PATCH 15/23] target/arm: Mark up sysregs for HDFGRTR bits 12..63
` [PATCH 16/23] target/arm: Mark up sysregs for HFGITR bits 0..11
` [PATCH 17/23] target/arm: Mark up sysregs for HFGITR bits 12..17
` [PATCH 18/23] target/arm: Mark up sysregs for HFGITR bits 18..47
` [PATCH 19/23] target/arm: Mark up sysregs for HFGITR bits 48..63
` [PATCH 20/23] target/arm: Implement the HFGITR_EL2.ERET trap
` [PATCH 21/23] target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 traps
` [PATCH 22/23] target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC traps
` [PATCH 23/23] target/arm: Enable FEAT_FGT on '-cpu max'

[PATCH 0/4] E500 cleanups and enhancements
 2023-01-28 23:33 UTC  (2+ messages)

[PATCH 0/4] PCI-related cleanup for ppc/powernv
 2023-01-28 23:32 UTC  (2+ messages)

[PATCH v2] hvf: arm: Add support for GICv3
 2023-01-28 22:44 UTC 

[PATCH] hvf: arm: Add support for GICv3
 2023-01-28 22:32 UTC  (3+ messages)

[PATCH 00/17] audio: improve callback interface for audio frontends
 2023-01-28 22:01 UTC  (5+ messages)

[PATCH v2 00/13] Introduce igb
 2023-01-28 20:57 UTC  (7+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-28 14:00 UTC  (7+ messages)
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v4] Emulate dip switch language layout settings on SUN keyboard
 2023-01-28 13:08 UTC  (4+ messages)
` [PATCH v5] "

[PATCH v3 00/12] Refactor cryptodev
 2023-01-28 12:50 UTC  (6+ messages)
` [PATCH v3 05/12] cryptodev: Introduce 'query-cryptodev' QMP command
    `  "
  ` Re: [PATCH v3 00/12] Refactor cryptodev

[PATCH 0/3] virtio: fix for assertion failure: virtio_net_get_subqueue(nc)->async_tx.elem failed
 2023-01-28 11:19 UTC  (8+ messages)
` [PATCH 1/3] virtio: move struct VirtQueue to include file
` [PATCH 2/3] virtio: struct VirtQueue introduce reset

[PATCH qemu v2] x86: don't let decompressed kernel image clobber setup_data
 2023-01-28 11:15 UTC  (8+ messages)
` [PATCH qemu v3] "

[PATCH v9 00/58] Xen HVM support under KVM
 2023-01-28  8:11 UTC  (10+ messages)
` [PATCH v9 03/58] xen: Add XEN_DISABLED mode and make it default
` [PATCH v9 10/58] i386/xen: implement HYPERVISOR_xen_version
` [PATCH v9 13/58] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v9 23/58] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v9 29/58] hw/xen: Implement EVTCHNOP_close
` [PATCH v9 41/58] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v9 43/58] hw/xen: Support mapping grant frames
` [PATCH v9 50/58] hw/xen: Add xen_xenstore device for xenstore emulation
` [PATCH v9 58/58] kvm/i386: Add xen-evtchn-max-pirq property


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