messages from 2022-04-14 03:53:12 to 2022-04-15 13:35:05 UTC [more...]
[PATCH 00/19] block: fix coroutine_fn annotations
2022-04-15 13:19 UTC (15+ messages)
` [PATCH 01/26] block: remove incorrect "
` [PATCH 02/26] qcow2: "
` [PATCH 03/26] nbd: "
` [PATCH 04/26] coroutine: "
` [PATCH 05/26] blkdebug: add missing "
` [PATCH 06/26] blkverify: "
` [PATCH 07/26] block: "
` [PATCH 08/26] file-posix: "
` [PATCH 09/26] iscsi: "
` [PATCH 11/26] nfs: "
` [PATCH 13/26] parallels: "
` [PATCH 18/26] quorum: "
` [PATCH 24/26] 9p: "
` [PATCH 26/26] test-coroutine: "
[PATCH v1] virtio/virtio.c: include virtio prefix in error message
2022-04-15 11:10 UTC (2+ messages)
[PATCH v2 for-7.1 0/9] nbd: actually make s->state thread-safe
2022-04-15 10:12 UTC (19+ messages)
` [PATCH v2 for-7.1 1/9] nbd: safeguard against waking up invalid coroutine
` [PATCH v2 for-7.1 2/9] nbd: mark more coroutine_fns
` [PATCH v2 for-7.1 3/9] nbd: remove peppering of nbd_client_connected
` [PATCH v2 for-7.1 4/9] nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection
` [PATCH v2 for-7.1 5/9] nbd: use a QemuMutex to synchronize yanking, reconnection and coroutines
` [PATCH v2 for-7.1 6/9] nbd: code motion and function renaming
` [PATCH v2 for-7.1 7/9] nbd: move s->state under requests_lock
` [PATCH v2 for-7.1 8/9] nbd: take receive_mutex when reading requests[].receiving
` [PATCH v2 for-7.1 9/9] nbd: document what is protected by the CoMutexes
[PATCH v1 00/43] Add LoongArch softmmu support
2022-04-15 9:40 UTC (44+ messages)
` [PATCH v1 01/43] target/loongarch: Add README
` [PATCH v1 02/43] target/loongarch: Add core definition
` [PATCH v1 03/43] target/loongarch: Add main translation routines
` [PATCH v1 04/43] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v1 05/43] target/loongarch: Add fixed point shift "
` [PATCH v1 06/43] target/loongarch: Add fixed point bit "
` [PATCH v1 07/43] target/loongarch: Add fixed point load/store "
` [PATCH v1 08/43] target/loongarch: Add fixed point atomic "
` [PATCH v1 09/43] target/loongarch: Add fixed point extra "
` [PATCH v1 10/43] target/loongarch: Add floating point arithmetic "
` [PATCH v1 11/43] target/loongarch: Add floating point comparison "
` [PATCH v1 12/43] target/loongarch: Add floating point conversion "
` [PATCH v1 13/43] target/loongarch: Add floating point move "
` [PATCH v1 14/43] target/loongarch: Add floating point load/store "
` [PATCH v1 15/43] target/loongarch: Add branch "
` [PATCH v1 16/43] target/loongarch: Add disassembler
` [PATCH v1 17/43] target/loongarch: Add target build suport
` [PATCH v1 18/43] target/loongarch: Add system emulation introduction
` [PATCH v1 19/43] target/loongarch: Add CSRs definition
` [PATCH v1 20/43] target/loongarch: Add basic vmstate description of CPU
` [PATCH v1 21/43] target/loongarch: Implement qmp_query_cpu_definitions()
` [PATCH v1 22/43] target/loongarch: Add MMU support for LoongArch CPU
` [PATCH v1 23/43] target/loongarch: Add LoongArch interrupt and exception handle
` [PATCH v1 24/43] target/loongarch: Add constant timer support
` [PATCH v1 25/43] target/loongarch: Add LoongArch CSR instruction
` [PATCH v1 26/43] target/loongarch: Add LoongArch IOCSR instruction
` [PATCH v1 27/43] target/loongarch: Add TLB instruction support
` [PATCH v1 28/43] target/loongarch: Add other core instructions support
` [PATCH v1 29/43] target/loongarch: Add timer related "
` [PATCH v1 30/43] target/loongarch: Add gdb support
` [PATCH v1 31/43] hw/loongarch: Add support loongson3 virt machine type
` [PATCH v1 32/43] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [PATCH v1 33/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [PATCH v1 34/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [PATCH v1 35/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [PATCH v1 36/43] hw/loongarch: Add irq hierarchy for the system
` [PATCH v1 37/43] Enable common virtio pci support for LoongArch
` [PATCH v1 38/43] hw/loongarch: Add some devices support for 3A5000
` [PATCH v1 39/43] hw/loongarch: Add LoongArch ls7a rtc device support
` [PATCH v1 40/43] hw/loongarch: Add LoongArch boot code and load elf function
` [PATCH v1 41/43] hw/loongarch: Add LoongArch ls7a acpi device support
` [PATCH v1 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
` [PATCH v1 43/43] target/loongarch: 'make check-tcg' support
[PATCH] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
2022-04-15 9:37 UTC
[RFC 00/18] vfio: Adopt iommufd
2022-04-15 8:37 UTC (20+ messages)
` [RFC 01/18] scripts/update-linux-headers: Add iommufd.h
` [RFC 02/18] linux-headers: Import latest vfio.h and iommufd.h
` [RFC 03/18] hw/vfio/pci: fix vfio_pci_hot_reset_result trace point
` [RFC 04/18] vfio/pci: Use vbasedev local variable in vfio_realize()
` [RFC 05/18] vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mr
` [RFC 06/18] vfio/common: Split common.c into common.c, container.c and as.c
` [RFC 07/18] vfio: Add base object for VFIOContainer
` [RFC 08/18] vfio/container: Introduce vfio_[attach/detach]_device
` [RFC 09/18] vfio/platform: Use vfio_[attach/detach]_device
` [RFC 10/18] vfio/ap: "
` [RFC 11/18] vfio/ccw: "
` [RFC 12/18] vfio/container-obj: Introduce [attach/detach]_device container callbacks
` [RFC 13/18] vfio/container-obj: Introduce VFIOContainer reset callback
` [RFC 14/18] hw/iommufd: Creation
` [RFC 15/18] vfio/iommufd: Implement iommufd backend
` [RFC 16/18] vfio/iommufd: Add IOAS_COPY_DMA support
` [RFC 17/18] vfio/as: Allow the selection of a given iommu backend
` [RFC 18/18] vfio/pci: Add an iommufd option
[PATCH v2 0/5] qga: Implement shutdown/network-get-interfaces on Solaris
2022-04-15 8:14 UTC (5+ messages)
` [PATCH v2 4/5] qga/commands-posix: Log all net stats failures
` [PATCH v2 5/5] qga/commands-posix: 'guest-shutdown' for Solaris
[RFC PATCH v7 00/29] Add LoongArch softmmu support
2022-04-15 7:52 UTC (5+ messages)
` [RFC PATCH v7 14/29] hw/loongarch: Add support loongson3 virt machine type
[RFC PATCH 00/18] user-creatable cpu clusters
2022-04-15 7:42 UTC (2+ messages)
[PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
2022-04-15 7:07 UTC (3+ messages)
[PATCH v5 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
2022-04-15 6:13 UTC (26+ messages)
` [PATCH v5 1/4] qapi/machine.json: Add cluster-id
` [PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
` [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
[PATCH 0/5] Vhost-user: add Virtio RSS support
2022-04-15 5:43 UTC (6+ messages)
` [PATCH 2/5] virtio-net: prepare for variable RSS key and indir table lengths
` [PATCH 3/5] virtio-net: add RSS support for Vhost backends
[PATCH] hw/riscv: virt: fix DT property mmu-type when CPU mmu option is disabled
2022-04-15 5:27 UTC (3+ messages)
Re:
2022-04-14 22:53 UTC
[RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
2022-04-14 17:25 UTC (5+ messages)
[PATCH for-7.1 v2 00/39] Logging cleanup and per-thread logfiles
2022-04-14 17:32 UTC (53+ messages)
` [PATCH v2 14/39] accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlock
` [PATCH v2 15/39] target/nios2: Remove log_cpu_state from reset
` [PATCH v2 17/39] util/log: Drop return value from qemu_log
` [PATCH v2 18/39] util/log: Mark qemu_log_trylock as G_GNUC_WARN_UNUSED_RESULT
` [PATCH v2 19/39] util/log: Remove qemu_log_flush
` [PATCH v2 20/39] util/log: Drop call to setvbuf
` [PATCH v2 21/39] bsd-user: Expand log_page_dump inline
` [PATCH v2 22/39] linux-user: "
` [PATCH v2 23/39] tests/unit: Do not reference QemuLogFile directly
` [PATCH v2 25/39] include/qemu/log: Move entire implementation out-of-line
` [PATCH v2 26/39] sysemu/os-win32: Test for and use _lock_file/_unlock_file
` [PATCH v2 27/39] util/log: Introduce qemu_set_log_filename_flags
` [PATCH v2 28/39] bsd-user: Use qemu_set_log_filename_flags
` [PATCH v2 29/39] linux-user: "
` [PATCH v2 30/39] softmmu: "
` [PATCH v2 31/39] util/log: Remove qemu_log_close
` [PATCH v2 32/39] util/log: Rename logfilename to global_filename
` [PATCH v2 33/39] util/log: Rename qemu_logfile to global_file
` [PATCH v2 34/39] util/log: Rename qemu_logfile_mutex to global_mutex
` [PATCH v2 35/39] util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
` [PATCH v2 36/39] util/log: Combine two logfile closes
` [PATCH v2 37/39] util/log: Rename QemuLogFile to RCUCloseFILE
` [PATCH v2 38/39] util/log: Limit RCUCloseFILE to file closing
` [PATCH v2 39/39] util/log: Support per-thread log files
[RFC PATCH] tests/qtest: pass stdout/stderr down to subtests
2022-04-14 17:25 UTC (2+ messages)
[PATCH for-7.1] hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMA
2022-04-14 17:03 UTC (3+ messages)
[PATCH for-7.1 0/5] Move memory and boot to -machine
2022-04-14 16:53 UTC (6+ messages)
` [PATCH for-7.1 1/5] machine: use QAPI struct for boot configuration
` [PATCH for-7.1 2/5] machine: add boot compound property
` [PATCH for-7.1 3/5] machine: add mem "
` [PATCH for-7.1 4/5] machine: make memory-backend a link property
` [PATCH for-7.1 5/5] machine: move more memory validation to Machine object
[PATCH] hw/arm/smmuv3: Pass the real perm to returned IOMMUTLBEntry in smmuv3_translate()
2022-04-14 16:02 UTC (2+ messages)
[PATCH] tests/qtest: Move the fuzz tests to x86 only
2022-04-14 15:37 UTC (2+ messages)
[PATCH] remove -writeconfig
2022-04-14 14:57 UTC
[PATCH 1/1] qemu-img: properly list formats which have consistency check implemented
2022-04-14 14:41 UTC (2+ messages)
[PATCH] tests/qtest: Run the fuzz-sdcard-test only on i386 and x86_64
2022-04-14 12:40 UTC (2+ messages)
XIVE VFIO kernel resample failure in INTx mode under heavy load
2022-04-14 12:41 UTC (8+ messages)
Support for x86_64 on aarch64 emulation
2022-04-14 12:24 UTC (3+ messages)
[PATCH] docs: Correct the default thread-pool-size
2022-04-14 12:19 UTC (4+ messages)
[PATCH] tests/qtest: Enable more tests for the "mipsel" target
2022-04-14 11:46 UTC
[PATCH v5 0/3] qtests/libqos: Allow PCI tests to be run with virt-machine
2022-04-14 9:37 UTC (4+ messages)
` [PATCH v5 1/3] tests/qtest/libqos/pci: Introduce pio_limit
` [PATCH v5 2/3] tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggable
` [PATCH v5 3/3] tests/qtest/libqos: Add generic pci host bridge in arm-virt machine
[RFC PATCH v7 00/25] Net Control VQ support with asid in vDPA SVQ
2022-04-14 9:14 UTC (30+ messages)
` [RFC PATCH v7 03/25] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
` [RFC PATCH v7 04/25] util: Return void on iova_tree_remove
` [RFC PATCH v7 05/25] hw/virtio: Replace g_memdup() by g_memdup2()
` [RFC PATCH v7 06/25] vdpa: Send all updates in memory listener commit
` [RFC PATCH v7 07/25] vhost: Add reference counting to vhost_iova_tree
` [RFC PATCH v7 08/25] vdpa: Add x-svq to NetdevVhostVDPAOptions
` [RFC PATCH v7 09/25] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [RFC PATCH v7 10/25] vdpa: Fix index calculus at vhost_vdpa_svqs_start
` [RFC PATCH v7 16/25] vdpa: control virtqueue support on shadow virtqueue
` [RFC PATCH v7 18/25] vdpa: Add map/unmap operation callback to SVQ
` [RFC PATCH v7 19/25] vhost: Add vhost_svq_inject
` [RFC PATCH v7 20/25] vdpa: add NetClientState->start() callback
` [RFC PATCH v7 24/25] vdpa: Add asid attribute to vdpa device
` [RFC PATCH v7 25/25] vdpa: Add x-cvq-svq
[PATCH v5 0/2] Option to take screenshot with screendump as PNG
2022-04-14 8:55 UTC (2+ messages)
adding 'official' way to dump SEV VMSA
2022-04-14 8:25 UTC (3+ messages)
[RFC PATCH for-7.1] Remove the slirp submodule (and only compile with an external libslirp)
2022-04-14 7:23 UTC (6+ messages)
[PATCH v4 0/3] MSG_ZEROCOPY for multifd
2022-04-14 4:00 UTC (4+ messages)
` [PATCH v4 3/3] multifd: Implement zerocopy write in multifd migration (multifd-zerocopy)
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).