qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-22 18:12:46 to 2021-12-23 13:01:36 UTC [more...]

[PATCH v3 kvm/queue 00/16] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-12-23 12:30 UTC  (14+ messages)
` [PATCH v3 kvm/queue 01/16] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v3 kvm/queue 02/16] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v3 kvm/queue 03/16] mm/memfd: Introduce MEMFD_OPS
` [PATCH v3 kvm/queue 05/16] KVM: Maintain ofs_tree for fast memslot lookup by file offset
` [PATCH v3 kvm/queue 06/16] KVM: Implement fd-based memory using MEMFD_OPS interfaces
` [PATCH v3 kvm/queue 08/16] KVM: Special handling for fd-based memory invalidation
` [PATCH v3 kvm/queue 09/16] KVM: Split out common memory invalidation code
` [PATCH v3 kvm/queue 11/16] KVM: Add kvm_map_gfn_range
` [PATCH v3 kvm/queue 12/16] KVM: Implement fd-based memory fallocation
` [PATCH v3 kvm/queue 13/16] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v3 kvm/queue 14/16] KVM: Handle page fault for private memory
` [PATCH v3 kvm/queue 15/16] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v3 kvm/queue 16/16] KVM: Register/unregister private memory slot to memfd

[PATCH v4 00/19] iotests: support zstd
 2021-12-23 12:44 UTC  (5+ messages)
` [PATCH v4 18/19] iotests.py: implement unsupported_imgopts
` [PATCH v4 19/19] iotests: specify some unsupported_imgopts for python iotests

[PATCH v2 00/23] hw: Have DMA APIs take MemTxAttrs arg & propagate MemTxResult (full)
 2021-12-23 11:55 UTC  (24+ messages)
` [PATCH v2 01/23] dma: Let dma_memory_valid() take MemTxAttrs argument
` [PATCH v2 02/23] dma: Let dma_memory_set() "
` [PATCH v2 03/23] dma: Let dma_memory_rw_relaxed() "
` [PATCH v2 04/23] dma: Let dma_memory_rw() "
` [PATCH v2 05/23] dma: Let dma_memory_read/write() "
` [PATCH v2 06/23] dma: Let dma_memory_map() "
` [PATCH v2 07/23] dma: Have dma_buf_rw() take a void pointer
` [PATCH v2 08/23] dma: Have dma_buf_read() / dma_buf_write() "
` [PATCH v2 09/23] dma: Let pci_dma_rw() take MemTxAttrs argument
` [PATCH v2 10/23] dma: Let dma_buf_rw() "
` [PATCH v2 11/23] dma: Let dma_buf_write() "
` [PATCH v2 12/23] dma: Let dma_buf_read() "
` [PATCH v2 13/23] dma: Let dma_buf_rw() propagate MemTxResult
` [PATCH v2 14/23] dma: Let dma_buf_read() / dma_buf_write() "
` [PATCH v2 15/23] dma: Let st*_dma() take MemTxAttrs argument
` [PATCH v2 16/23] dma: Let ld*_dma() "
` [PATCH v2 17/23] dma: Let st*_dma() propagate MemTxResult
` [PATCH v2 18/23] dma: Let ld*_dma() "
` [PATCH v2 19/23] hw/scsi/megasas: Use uint32_t for reply queue head/tail values
` [PATCH v2 20/23] pci: Let st*_pci_dma() take MemTxAttrs argument
` [PATCH v2 21/23] pci: Let ld*_pci_dma() "
` [PATCH v2 22/23] pci: Let st*_pci_dma() propagate MemTxResult
` [PATCH v2 23/23] pci: Let ld*_pci_dma() "

[PULL 00/15] Build system and KVM changes for 2021-12-23
 2021-12-23 11:51 UTC  (16+ messages)
` [PULL 01/15] docker: include bison in debian-tricore-cross
` [PULL 02/15] meson: reuse common_user_inc when building files specific to user-mode emulators
` [PULL 03/15] user: move common-user includes to a subdirectory of {bsd, linux}-user/
` [PULL 04/15] meson: cleanup common-user/ build
` [PULL 05/15] block/file-posix: Simplify the XFS_IOC_DIOINFO handling
` [PULL 06/15] configure: simplify creation of plugin symbol list
` [PULL 07/15] configure: do not set bsd_user/linux_user early
` [PULL 08/15] configure, makefile: remove traces of really old files
` [PULL 09/15] configure: parse --enable/--disable-strip automatically, flip default
` [PULL 10/15] configure: move non-command-line variables away from command-line parsing section
` [PULL 11/15] meson: build contrib/ executables after generated headers
` [PULL 12/15] configure, meson: move config-poison.h to meson
` [PULL 13/15] meson: add comments in the target-specific flags section
` [PULL 14/15] KVM: use KVM_{GET|SET}_SREGS2 when supported
` [PULL 15/15] KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGS

[RFC PATCH v2 00/14] job: replace AioContext lock with job_mutex
 2021-12-23 11:37 UTC  (9+ messages)
` [RFC PATCH v2 05/14] block/mirror.c: use of job helpers in drivers to avoid TOC/TOU
` [RFC PATCH v2 11/14] block_job_query: remove atomic read

[PATCH v10 0/3] support dirty restraint on vCPU
 2021-12-23 11:12 UTC  (3+ messages)
` [PATCH v10 1/3] migration/dirtyrate: implement vCPU dirtyrate calculation periodically

[PATCH qemu] s390x/css: fix PMCW invalid mask
 2021-12-23 11:12 UTC  (4+ messages)

[PATCH v2 0/4] trace qmp commands
 2021-12-23 11:07 UTC  (5+ messages)
` [PATCH v2 1/4] jobs: drop qmp_ trace points
` [PATCH v2 2/4] scripts/qapi/commands: gen_commands(): add add_trace_points argument
` [PATCH v2 3/4] scripts/qapi-gen.py: add --add-trace-points option
` [PATCH v2 4/4] meson: generate trace points for qmp commands

[RFC PATCH v3 00/27] Add LoongArch softmmu support
 2021-12-23 10:52 UTC  (9+ messages)
` [RFC PATCH v3 18/27] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [RFC PATCH v3 22/27] hw/loongarch: Add some devices support for 3A5000

[PATCH RFC 0/3] trace qmp commands
 2021-12-23 10:41 UTC  (9+ messages)
` [PATCH 1/3] scripts/qapi/commands: gen_commands(): add add_trace_points argument
` [PATCH 2/3] scripts/qapi-gen.py: add --add-trace-points option
` [PATCH 3/3] meson: generate trace points for qmp commands

[PATCH 0/3] block: misc fixes & improvements for SSH block driver key fingerprints
 2021-12-23 10:18 UTC  (8+ messages)
` [PATCH 1/3] block: better document SSH host key fingerprint checking
` [PATCH 2/3] block: support sha256 fingerprint with pre-blockdev options
` [PATCH 3/3] block: print the server key type and fingerprint on failure

[PULL 0/1] "make check" switch to meson test harness
 2021-12-23 10:17 UTC  (2+ messages)
` [PULL 1/1] build: use "meson test" as the "

[PATCH v2 0/2] block: Minor vhost-user-blk fixes
 2021-12-23 10:14 UTC  (3+ messages)
` [PATCH v2 1/2] qemu-storage-daemon: Add vhost-user-blk help
` [PATCH v2 2/2] qapi/block: Restrict vhost-user-blk to CONFIG_VHOST_USER_BLK_SERVER

[PATCH] acpi: validate hotplug selector on access
 2021-12-23  9:58 UTC  (6+ messages)

Building QEMU as a shared library
 2021-12-23  9:49 UTC  (3+ messages)

[PATCH for-6.1?] iotest: Further enhance qemu-img-bitmaps
 2021-12-23  9:24 UTC  (2+ messages)

[PATCH qemu master] hw/misc/aspeed_pwm: fix typo
 2021-12-23  9:19 UTC  (3+ messages)

[PULL v2 0/7] NBD patches
 2021-12-23  8:53 UTC  (2+ messages)
` [PULL v2 4/7] iotests.py: add qemu_tool_popen()

[PATCH v2 0/5] hw/qdev: Clarify qdev_connect_gpio_out() documentation
 2021-12-23  7:01 UTC  (2+ messages)

[PATCH 00/15] ppc/ppc405: decade cleanup
 2021-12-23  6:55 UTC  (3+ messages)
` [PATCH 02/15] ppc: Mark the 'taihu' machine as deprecated

[PATCH] Adding Cédric's repos in MAINTAINERS file
 2021-12-23  8:32 UTC  (2+ messages)

[PATCH v4 0/3] tpm: Add missing ACPI device identification objects
 2021-12-23  7:15 UTC  (7+ messages)
` [PATCH v4 1/3] tests: acpi: prepare for updated TPM related tables
` [PATCH v4 2/3] acpi: tpm: Add missing device identification objects
` [PATCH v4 3/3] tests: acpi: Add updated TPM related tables

[PATCH] pci: Skip power-off reset when pending unplug
 2021-12-23  7:11 UTC  (8+ messages)

[PATCH v3 00/12] Add riscv kvm accel support
 2021-12-23  6:06 UTC  (8+ messages)
` [PATCH v3 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH v3 07/12] target/riscv: Support setting external interrupt "
` [PATCH v3 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer

[PATCH 0/8] ppc/ppc405: Fixes
 2021-12-23  4:26 UTC  (5+ messages)
` [PATCH 1/8] target/ppc: Print out literal exception names in logs
` [PATCH 2/8] ppc/ppc4xx: Convert printfs()

check-python-tox failures
 2021-12-23  4:11 UTC 

[PULL 0/7] NBD patches
 2021-12-23  4:05 UTC  (9+ messages)
` [PULL 1/7] nbd: allow reconnect on open, with corresponding new options
` [PULL 2/7] nbd/client-connection: nbd_co_establish_connection(): return real error
` [PULL 3/7] nbd/client-connection: improve error message of cancelled attempt
` [PULL 4/7] iotests.py: add qemu_tool_popen()
` [PULL 5/7] iotests.py: add and use qemu_io_wrap_args()
` [PULL 6/7] iotests.py: add qemu_io_popen()
` [PULL 7/7] iotests: add nbd-reconnect-on-open test

[PATCH 0/3] Reorg ppc64 pmu insn counting
 2021-12-23  3:01 UTC  (4+ messages)
` [PATCH 1/3] target/ppc: Cache per-pmc insn and cycle count settings
` [PATCH 2/3] target/ppc: Rewrite pmu_increment_insns
` [PATCH 3/3] target/ppc: Use env->pnc_cyc_cnt

[PATCH 0/8] Re-write PPC64 PMU instruction count using TCG Ops
 2021-12-23  2:43 UTC  (5+ messages)
` [PATCH 1/8] target/ppc: introduce power8-pmu-insn-cnt.c.inc

[PULL 0/3] Block patches
 2021-12-23  2:33 UTC  (2+ messages)

[PATCH v11 00/31] LoongArch64 port of QEMU TCG
 2021-12-23  2:00 UTC  (5+ messages)

[PATCH v7 00/13] target/hexagon: introduce idef-parser
 2021-12-23  1:53 UTC  (12+ messages)
` [PATCH v7 02/13] target/hexagon: import README for idef-parser
` [PATCH v7 03/13] target/hexagon: make slot number an unsigned
` [PATCH v7 05/13] target/hexagon: introduce new helper functions
` [PATCH v7 07/13] target/hexagon: prepare input for the idef-parser
` [PATCH v7 11/13] target/hexagon: call idef-parser functions

[PATCH V7 00/29] Live Update
 2021-12-22 23:15 UTC  (32+ messages)
` [PATCH V7 01/29] memory: qemu_check_ram_volatile
` [PATCH V7 02/29] migration: fix populate_vfio_info
` [PATCH V7 03/29] migration: qemu file wrappers
` [PATCH V7 04/29] migration: simplify savevm
` [PATCH V7 05/29] vl: start on wakeup request
` [PATCH V7 06/29] cpr: reboot mode
` [PATCH V7 07/29] cpr: reboot HMP interfaces
` [PATCH V7 08/29] memory: flat section iterator
` [PATCH V7 09/29] oslib: qemu_clear_cloexec
` [PATCH V7 10/29] machine: memfd-alloc option
` [PATCH V7 11/29] qapi: list utility functions
` [PATCH V7 12/29] vl: helper to request re-exec
` [PATCH V7 13/29] cpr: preserve extra state
` [PATCH V7 14/29] cpr: restart mode
` [PATCH V7 15/29] cpr: restart HMP interfaces
` [PATCH V7 16/29] hostmem-memfd: cpr for memory-backend-memfd
` [PATCH V7 17/29] pci: export functions for cpr
` [PATCH V7 18/29] vfio-pci: refactor "
` [PATCH V7 19/29] vfio-pci: cpr part 1 (fd and dma)
` [PATCH V7 20/29] vfio-pci: cpr part 2 (msi)
` [PATCH V7 21/29] vfio-pci: cpr part 3 (intx)
` [PATCH V7 22/29] vfio-pci: recover from unmap-all-vaddr failure
` [PATCH V7 23/29] vhost: reset vhost devices for cpr
` [PATCH V7 24/29] loader: suppress rom_reset during cpr
` [PATCH V7 25/29] chardev: cpr framework
` [PATCH V7 26/29] chardev: cpr for simple devices
` [PATCH V7 27/29] chardev: cpr for pty
` [PATCH V7 28/29] chardev: cpr for sockets
` [PATCH V7 29/29] cpr: only-cpr-capable option

[PATCH v3 0/5] Add horizontal mouse scroll support
 2021-12-22 22:56 UTC  (6+ messages)
` [PATCH v3 1/5] ps2: Initial horizontal "
` [PATCH v3 2/5] ui/cocoa: pass horizontal scroll information to the device code
` [PATCH v3 3/5] ui/gtk: "
` [PATCH v3 4/5] ui/sdl2: "
` [PATCH v3 5/5] ui/input-legacy: pass horizontal scroll information

[PATCH] target/riscv/pmp: fix no pmp illegal intrs
 2021-12-22 22:15 UTC  (3+ messages)

[PATCH 0/3] build: some cleanups for common-user/ infrastructure
 2021-12-22 22:05 UTC  (4+ messages)
` [PATCH 3/3] meson: cleanup common-user/ build

[PATCH 0/6] linux-user: prctl improvements
 2021-12-22 20:56 UTC  (8+ messages)
` [PATCH 1/6] linux-user: Split out do_prctl and subroutines
` [PATCH 2/6] linux-user: Disable more prctl subcodes
` [PATCH 3/6] linux-user: Add code for PR_GET/SET_UNALIGN

[PATCH v2 0/7] linux-user: nios2 fixes
 2021-12-22 20:20 UTC  (7+ messages)
` [PATCH v2 1/7] linux-user/nios2: Properly emulate EXCP_TRAP
` [PATCH v2 4/7] linux-user/nios2: Map a real kuser page
` [PATCH v2 5/7] linux-user/nios2: Fix EA vs PC confusion

[PATCH v2 1/5] ps2: Initial horizontal scroll support
 2021-12-22 19:50 UTC  (4+ messages)

[PATCH v2 0/3] qapi/ui: add change-vnc-listen
 2021-12-22 19:17 UTC  (4+ messages)
` [PATCH v2 1/3] ui/vnc: refactor arrays of addresses to SocketAddressList
` [PATCH v2 2/3] qapi/ui: introduce change-vnc-listen
` [PATCH v2 3/3] avocado/vnc: add test_change_listen

[PATCH] ui/dbus: fix buffer-overflow detected by ASAN
 2021-12-22 19:11 UTC  (2+ messages)

[PATCH 0/2] block: Minor vhost-user-blk fixes
 2021-12-22 18:27 UTC  (4+ messages)
` [PATCH 2/2] qapi/block: Restrict vhost-user-blk to CONFIG_VHOST_USER_BLK_SERVER

[PATCH 0/5] ppc/pnv: Preliminary cleanups before user created PHBs
 2021-12-22 18:16 UTC  (12+ messages)
` [PATCH 1/5] ppc/pnv: Change the maximum of PHB3 devices for Power8NVL
` [PATCH 2/5] ppc/pnv: Remove PHB4 reset handler
` [PATCH 3/5] ppc/pnv: Remove the PHB4 "device-id" property
` [PATCH 4/5] ppc/pnv: Attach PHB3 root port device when defaults are enabled
` [PATCH 5/5] ppc/pnv: Attach PHB4 "

[RFC PATCH 0/2] accel/tcg: replace phys_pc with asid in TB htable key
 2021-12-22 16:50 UTC  (3+ messages)
` [RFC PATCH 1/2] target/arm: move regime_ttbr helper
` [RFC PATCH 2/2] accel/tcg: replace phys_pc with asid in TB htable key

[PULL 0/9] qtest fixes and improvements
 2021-12-22 18:00 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).