qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-13 16:52:31 to 2022-04-15 09:54:13 UTC [more...]

[PATCH v1 00/43] Add LoongArch softmmu support
 2022-04-15  9:40 UTC  (12+ 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 08/43] target/loongarch: Add fixed point atomic "
` [PATCH v1 09/43] target/loongarch: Add fixed point extra "
` [PATCH v1 19/43] target/loongarch: Add CSRs definition
` [PATCH v1 27/43] target/loongarch: Add TLB instruction support
` [PATCH v1 31/43] hw/loongarch: Add support loongson3 virt machine type

[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  (8+ messages)
` [PATCH v2 1/5] qga/commands-posix: Use getifaddrs when available
` [PATCH v2 2/5] qga/commands-posix: Fix iface hw address detection
` [PATCH v2 3/5] qga/commands-posix: Fix listing ifaces for Solaris
` [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 v2 for-7.1 0/9] nbd: actually make s->state thread-safe
 2022-04-14 19:42 UTC  (17+ 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 for-7.1 v2 00/39] Logging cleanup and per-thread logfiles
 2022-04-14 17:32 UTC  (55+ messages)
` [PATCH v2 13/39] exec/log: Remove log_disas and log_target_disas
` [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 v1] virtio/virtio.c: include virtio prefix in error message
 2022-04-14 11:29 UTC 

[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  (35+ messages)
` [RFC PATCH v7 01/25] vhost: Track descriptor chain in private at SVQ
` [RFC PATCH v7 02/25] vdpa: Add missing tracing to batch mapping functions
` [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 23/25] vhost: Make possible to check for device exclusive vq group
` [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)

[RFC PATCH v5 00/23] Net Control VQ support with asid in vDPA SVQ
 2022-04-14  3:42 UTC  (13+ messages)
` [RFC PATCH v5 01/23] vdpa: Add missing tracing to batch mapping functions
` [RFC PATCH v5 02/23] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
` [RFC PATCH v5 03/23] util: Return void on iova_tree_remove
` [RFC PATCH v5 04/23] hw/virtio: Replace g_memdup() by g_memdup2()
` [RFC PATCH v5 05/23] vhost: Fix bad return of descriptors to SVQ
` [RFC PATCH v5 06/23] vdpa: Add x-svq to NetdevVhostVDPAOptions

[PATCH V2 0/4] COLO net and runstate bugfix/optimization
 2022-04-14  3:24 UTC  (4+ messages)

[PATCH v9 00/14] support subsets of scalar crypto extension
 2022-04-14  2:17 UTC  (5+ messages)
` [PATCH v9 12/14] target/riscv: rvk: add CSR support for Zkr

fwcfg: Wrong callback behaviour after fw_cfg_modify_bytes_read
 2022-04-13 21:48 UTC 

[PULL v2 00/35] riscv-to-apply queue
 2022-04-13 23:59 UTC  (4+ messages)
` [PULL v2 29/35] hw/intc: Add RISC-V AIA APLIC device emulation

[PATCH] target/riscv/pmp: fix NAPOT range computation overflow
 2022-04-13 23:42 UTC  (2+ messages)

[PATCH] hw/arm/virt: impact of gic-version on max CPUs
 2022-04-13 23:14 UTC 

[PATCH v7 00/17] vfio-user server in QEMU
 2022-04-13 21:59 UTC  (5+ messages)
` [PATCH v7 12/17] vfio-user: IOMMU support for remote device

[PATCH for-7.1 0/8] nbd: actually make s->state thread-safe
 2022-04-13 21:22 UTC  (14+ messages)
` [PATCH for-7.1 2/8] nbd: mark more coroutine_fns
` [PATCH for-7.1 5/8] nbd: use a QemuMutex to synchronize reconnection with coroutines
` [PATCH for-7.1 6/8] nbd: move s->state under requests_lock
` [PATCH for-7.1 7/8] nbd: take receive_mutex when reading requests[].receiving
` [PATCH for-7.1 8/8] nbd: document what is protected by the CoMutexes

[RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
 2022-04-13 20:46 UTC  (15+ messages)

[PATCH] target/i386: do not access beyond the low 128 bits of SSE registers
 2022-04-13 20:11 UTC  (3+ messages)

[PATCH v7 12/17] vfio-user: IOMMU support for remote device
 2022-04-13 19:08 UTC  (11+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-13 17:52 UTC  (9+ messages)
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK

[PATCH v2] Warn user if the vga flag is passed but no vga device is created
 2022-04-13 17:22 UTC 


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