messages from 2020-12-08 23:24:01 to 2020-12-09 16:51:09 UTC [more...]
[PATCH v4 0/4] qcow2: don't leave partially initialized file on image creation
2020-12-09 16:44 UTC (3+ messages)
` [PATCH v4 1/4] crypto: luks: Fix tiny memory leak
` [PATCH v4 2/4] block: add bdrv_co_delete_file_noerr
[PATCH 0/8] Add RISC-V semihosting 0.2. Finish ARM semihosting 2.0
2020-12-09 16:29 UTC (4+ messages)
` [PATCH 5/8] riscv: Add semihosting support [v13]
[PATCH v12 00/19] Initial support for multi-process Qemu
2020-12-09 16:20 UTC (7+ messages)
` [PATCH v12 02/19] multi-process: add configure and usage information
` [PATCH v12 16/19] multi-process: Synchronize remote memory
[PULL 00/66] pc,pci,virtio: fixes, cleanups
2020-12-09 16:20 UTC (3+ messages)
[RFC v9 00/22] i386 cleanup
2020-12-09 16:12 UTC (77+ messages)
` [RFC v9 01/32] accel/tcg: split CpusAccel into three TCG variants
` [RFC v9 02/32] accel/tcg: split tcg_start_vcpu_thread
` [RFC v9 03/32] accel/tcg: rename tcg-cpus functions to match module name
` [RFC v9 04/32] i386: move kvm accel files into kvm/
` [RFC v9 05/32] i386: move whpx accel files into whpx/
` [RFC v9 06/32] i386: move hax accel files into hax/
` [RFC v9 07/32] i386: hvf: remove stale MAINTAINERS entry for old hvf stubs
` [RFC v9 08/32] i386: move TCG accel files into tcg/
` [RFC v9 09/32] i386: move cpu dump out of helper.c into cpu-dump.c
` [RFC v9 10/32] i386: move TCG cpu class initialization out of helper.c
` [RFC v9 11/32] tcg: cpu_exec_{enter,exit} helpers
` [RFC v9 12/32] tcg: make CPUClass.cpu_exec_* optional
` [RFC v9 13/32] tcg: Make CPUClass.debug_excp_handler optional
` [RFC v9 14/32] cpu: Remove unnecessary noop methods
` [RFC v9 15/32] cpu: Introduce TCGCpuOperations struct
` [RFC v9 17/32] accel/tcg: split TCG-only code from cpu_exec_realizefn
` [RFC v9 18/32] cpu: Move synchronize_from_tb() to tcg_ops
` [RFC v9 19/32] cpu: Move cpu_exec_* "
` [RFC v9 20/32] cpu: Move tlb_fill "
` [RFC v9 21/32] cpu: Move debug_excp_handler "
` [RFC v9 22/32] target/arm: do not use cc->do_interrupt for KVM directly
` [RFC v9 23/32] cpu: move cc->do_interrupt to tcg_ops
` [RFC v9 24/32] cpu: move cc->transaction_failed "
` [RFC v9 25/32] cpu: move do_unaligned_access "
` [RFC v9 26/32] accel: extend AccelState and AccelClass to user-mode
` [RFC v9 27/32] accel: replace struct CpusAccel with AccelOpsClass
[RFC PATCH 00/27] vDPA software assisted live migration
2020-12-09 16:08 UTC (14+ messages)
` [RFC PATCH 02/27] vhost: Add device callback in vhost_migration_log
` [RFC PATCH 04/27] vhost: add vhost_kernel_set_vring_enable
` [RFC PATCH 05/27] vhost: Add hdev->dev.sw_lm_vq_handler
[PATCH v2 00/15] RISC-V: Start to remove xlen preprocess
2020-12-09 16:07 UTC (15+ messages)
` [PATCH v2 05/15] hw/riscv: boot: Remove compile time XLEN checks
` [PATCH v2 07/15] hw/riscv: spike: "
` [PATCH v2 09/15] target/riscv: fpu_helper: Match function defs in HELPER macros
` [PATCH v2 10/15] target/riscv: Add a riscv_cpu_is_32bit() helper function
` [PATCH v2 11/15] target/riscv: Specify the XLEN for CPUs
` [PATCH v2 12/15] target/riscv: cpu: Remove compile time XLEN checks
` [PATCH v2 13/15] target/riscv: cpu_helper: "
` [PATCH v2 14/15] target/riscv: csr: "
[PATCH] ppc/translate: Fix need_access_type for non MMU_64
2020-12-09 15:38 UTC (3+ messages)
[PATCH v5 0/2] MTE support for KVM guest
2020-12-09 15:27 UTC (13+ messages)
[PATCH 00/17] target/mips: Convert MSA ASE to decodetree
2020-12-09 15:25 UTC (15+ messages)
` [PATCH 11/17] target/mips: Move msa_reset() to mod-msa_helper.c
` [PATCH 14/17] target/mips: Declare gen_msa/_branch() in 'translate.h'
` [PATCH 16/17] target/mips: Introduce decode tree bindings for MSA opcodes
` [PATCH 17/17] target/mips: Use decode_msa32() generated from decodetree
[PATCH 0/4] clock: Get rid of clock_get_ns()
2020-12-09 15:05 UTC (16+ messages)
` [PATCH 1/4] clock: Introduce clock_ticks_to_ns()
` [PATCH 2/4] target/mips: Don't use clock_get_ns() in clock period calculation
` [PATCH 3/4] clock: Remove clock_get_ns()
` [PATCH 4/4] clock: Define and use new clock_display_freq()
[PATCH 00/13] target/mips: Convert LSA/DLSA and part of the Rel6 removed opcodes
2020-12-09 14:40 UTC (28+ messages)
` [PATCH 01/13] !fixup "target/mips/translate: Add declarations for generic code"
` [PATCH 02/13] target/mips: Extract LSA/DLSA translation generators
` [PATCH 03/13] target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes
` [PATCH 04/13] target/mips: Introduce decodetree helpers for Release6 "
` [PATCH 05/13] target/mips: Remove now unreachable LSA/DLSA opcodes code
` [PATCH 06/13] target/mips: Convert Rel6 Special2 opcode to decodetree
` [PATCH 07/13] target/mips: Convert Rel6 COP1X "
` [PATCH 08/13] target/mips: Convert Rel6 CACHE/PREF opcodes "
` [PATCH 09/13] target/mips: Convert Rel6 LWL/LWR/SWL/SWR "
` [PATCH 10/13] target/mips: Convert Rel6 LWLE/LWRE/SWLE/SWRE "
` [PATCH 11/13] target/mips: Convert Rel6 LDL/LDR/SDL/SDR "
` [PATCH 12/13] target/mips: Convert Rel6 LLD/SCD "
` [PATCH 13/13] target/mips: Convert Rel6 LL/SC "
[PATCH] configure: replace --enable/disable-git-update with --with-git-submodules
2020-12-09 14:38 UTC (2+ messages)
[PATCH v3] migration: Don't allow migration if vm is in POSTMIGRATE
2020-12-09 14:20 UTC (2+ messages)
[PULL 000/113] First batch of misc (i386, kernel-doc, memory, vl.c) changes for QEMU 6.0
2020-12-09 14:16 UTC (2+ messages)
[PATCH v2 0/5] SCSI: fix transfer limits for SCSI passthrough
2020-12-09 14:04 UTC (8+ messages)
` [PATCH v2 1/5] file-posix: split hdev_refresh_limits from raw_refresh_limits
` [PATCH v2 2/5] file-posix: add sg_get_max_segments that actually works with sg
` [PATCH v2 3/5] block: add max_ioctl_transfer to BlockLimits
` [PATCH v2 4/5] block: use blk_get_max_ioctl_transfer for SCSI passthrough
` [PATCH v2 5/5] block/scsi: correctly emulate the VPD block limits page
qemu 6.0 rbd driver rewrite
2020-12-09 13:59 UTC (2+ messages)
[PATCH RFC] qemu co-mutex crash / question
2020-12-09 13:50 UTC (3+ messages)
[PATCH 1/1] /hw/scsi/vhost-scsi.c: Fix a memory leak
2020-12-09 13:32 UTC (2+ messages)
[RFC PATCH v2 0/3] vfio: Some fixes and optimizations for VFIO migration
2020-12-09 12:45 UTC (6+ messages)
` [RFC PATCH v2 1/3] vfio: Move the saving of the config space to the right place in "
` [RFC PATCH v2 2/3] vfio: Set the priority of the VFIO VM state change handler explicitly
` [RFC PATCH v2 3/3] vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration
[PATCH] bugfix: hostmem: Free host_nodes list right after visited
2020-12-09 12:38 UTC (3+ messages)
[PATCH] block/nfs: fix int overflow in nfs_client_open_qdict
2020-12-09 12:17 UTC
[PATCH 1/1] net/socket.c: Fix memory leak
2020-12-09 12:00 UTC
[PATCH] hw/block/nvme: fix bad clearing of CAP
2020-12-09 11:43 UTC (3+ messages)
[PATCH v4 0/2] hw/block/nvme: add simple copy command
2020-12-09 11:41 UTC (3+ messages)
` [PATCH v4 1/2] nvme: updated shared header for "
` [PATCH v4 2/2] hw/block/nvme: add simple "
[PATCH-for-5.2 v4 00/17] ci: Move various jobs from Travis to GitLab CI
2020-12-09 11:06 UTC (2+ messages)
[PATCH v3 0/3] docs: add qemu-storage-daemon documentation
2020-12-09 10:38 UTC (4+ messages)
` [PATCH v3 1/3] docs: generate qemu-storage-daemon-qmp-ref(7) man page
` [PATCH v3 2/3] docs: add qemu-storage-daemon(1) "
` [PATCH v3 3/3] MAINTAINERS: add Kevin Wolf as storage daemon maintainer
[PATCH v2 0/3] docs: add qemu-storage-daemon documentation
2020-12-09 10:21 UTC (4+ messages)
` [PATCH v2 1/3] docs: generate qemu-storage-daemon-qmp-ref(7) man page
[PATCH v6 0/4] migration: UFFD write-tracking migration/snapshots
2020-12-09 10:08 UTC (5+ messages)
` [PATCH v6 1/4] migration: introduce 'background-snapshot' migration capability
` [PATCH v6 2/4] migration: introduce UFFD-WP low-level interface helpers
` [PATCH v6 3/4] migration: support UFFD write fault processing in ram_save_iterate()
` [PATCH v6 4/4] migration: implementation of background snapshot thread
[PATCH v3 0/2] hw/block/nvme: add simple copy command
2020-12-09 10:08 UTC (4+ messages)
` [PATCH v3 2/2] "
[PATCH v11 00/13] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
2020-12-09 9:57 UTC (4+ messages)
` [PATCH v11 08/13] block/nvme: Make ZNS-related definitions
[PULL 00/13] Gitlab-CI and test patches
2020-12-09 9:48 UTC (14+ messages)
` [PULL 01/13] gitlab-ci: Document 'build-tcg-disabled' is a KVM X86 job
` [PULL 02/13] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)
` [PULL 03/13] gitlab-ci: Introduce 'cross_accel_build_job' template
` [PULL 04/13] gitlab-ci: Add KVM s390x cross-build jobs
` [PULL 05/13] gitlab-ci: Add Xen "
` [PULL 06/13] test-qga: fix a resource leak in test_qga_guest_get_osinfo()
` [PULL 07/13] tests/qtest/fuzz-test: Quit test_lp1878642 once done
` [PULL 08/13] fuzz: avoid double-fetches by default
` [PULL 09/13] gitlab-ci: Split CONFIGURE_ARGS one argument per line for build-disabled
` [PULL 10/13] gitlab-ci: Update 'build-disabled' to cover all configurable options
` [PULL 11/13] gitlab-ci: Move user-static test across to gitlab
` [PULL 12/13] gitlab-ci: Move coroutine tests "
` [PULL 13/13] hw/m68k/mcf5206: Don't leak IRQs in mcf5206_mbar_realize()
[PATCH 1/1] Avoid migration if guest is in postmigrated status
2020-12-09 9:55 UTC (3+ messages)
[PATCH] smbios: entry-point-type option
2020-12-09 9:42 UTC (2+ messages)
[PATCH] file-posix: detect the lock using the real file
2020-12-09 9:33 UTC (7+ messages)
` [PATCH v2] "
[Bug 1907427] [NEW] Build on sparc64 fails with "undefined reference to `fdt_check_full'"
2020-12-09 9:13 UTC
[PATCH] s390x: pv: Fence additional unavailable SCLP facilities for PV guests
2020-12-09 8:54 UTC (6+ messages)
[PATCH 1/3] net: checksum: Skip fragmented IP packets
2020-12-09 8:33 UTC (3+ messages)
` [PATCH 3/3] net: checksum: Introduce fine control over checksum type
[PATCH 0/7] Fix some memleaks caused by ptimer_init
2020-12-09 8:07 UTC (2+ messages)
[PATCH] fsdev: open brace '{' following struct go on the same line
2020-12-09 7:52 UTC (2+ messages)
[PATCH v5 0/4] migration: UFFD write-tracking migration/snapshots
2020-12-09 7:17 UTC (6+ messages)
` [PATCH v5 1/4] migration: introduce 'background-snapshot' migration capability
Implementing Custom USB HID Device
2020-12-09 4:49 UTC
[PATCH v3] qom: code hardening - have bound checking while looping with integer value
2020-12-09 4:33 UTC (5+ messages)
[PATCH v2 0/5] Fix some style problems in contrib
2020-12-09 3:04 UTC (6+ messages)
` [PATCH v2 1/5] contrib: Don't use '#' flag of printf format
` [PATCH v2 2/5] contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"
` [PATCH v2 3/5] contrib: Add spaces around operator
` [PATCH v2 4/5] contrib: space required after that ','
` [PATCH v2 5/5] contrib: Open brace '{' following struct go on the same line
[PATCH RESEND v2 0/7] some memleak trivial patchs
2020-12-09 2:48 UTC (2+ messages)
[PATCH] kvm: Take into account the unaligned section size when preparing bitmap
2020-12-09 2:33 UTC (3+ messages)
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).