qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-19 18:40:34 to 2021-01-20 00:45:43 UTC [more...]

[RFC PATCH V3 0/8] hw/block/nvme: support multi-path for ctrl/ns
 2021-01-20  0:44 UTC  (13+ messages)
` [RFC PATCH V3 1/8] hw/block/nvme: introduce nvme-subsys device
` [RFC PATCH V3 2/8] hw/block/nvme: support to map controller to a subsystem
` [RFC PATCH V3 3/8] hw/block/nvme: add CMIC enum value for Identify Controller
` [RFC PATCH V3 4/8] hw/block/nvme: support for multi-controller in subsystem
` [RFC PATCH V3 5/8] hw/block/nvme: add NMIC enum value for Identify Namespace
` [RFC PATCH V3 6/8] hw/block/nvme: support for shared namespace in subsystem
` [RFC PATCH V3 7/8] hw/block/nvme: add 'detached' param not to attach namespace
` [RFC PATCH V3 8/8] hw/block/nvme: Add Identify Active Namespace ID List

[PATCH 1/1] spapr_caps.c: disable KVM specific caps when running with TCG
 2021-01-20  0:24 UTC  (2+ messages)

[PATCH v3 00/12] hw/block/nvme: misc cmb/pmr patches and bump to v1.4
 2021-01-20  0:20 UTC  (2+ messages)

[PATCH] RFC: sphinx: adopt kernel readthedoc theme
 2021-01-20  0:09 UTC  (4+ messages)

[PATCH v2 00/22] tcg: backend constraints cleanup
 2021-01-19 23:48 UTC  (25+ messages)
` [PATCH v2 02/22] tcg/i386: Move constraint type check to tcg_target_const_match
` [PATCH v2 03/22] tcg/i386: Split out target constraints to tcg-target-con-str.h
` [PATCH v2 07/22] tcg/tci: "
` [PATCH v2 08/22] tcg/mips: "
` [PATCH v2 09/22] tcg/riscv: "
` [PATCH v2 11/22] tcg/sparc: "
` [PATCH v2 13/22] tcg/i386: Split out constraint sets to tcg-target-con-set.h
` [PATCH v2 21/22] tcg/tci: "

[PATCH] roms/opensbi: Upgrade from v0.8 to v0.9
 2021-01-19 23:44 UTC 

[PATCH 0/5] tcg: Dynamically allocate temporaries
 2021-01-19 23:33 UTC  (8+ messages)
` [PATCH 1/5] tcg: Add an index to TCGTemp
` [PATCH 2/5] tcg: Introduce and use tcg_temp
` [PATCH 3/5] tcg: Make TCGTempSet expandable
` [PATCH 4/5] tcg: Adjust tcgv_*_temp/temp_tcgv_*
` [PATCH 5/5] tcg: Dynamically allocate temporaries

[RFC PATCH 0/2] hw/usb/dev-uas: Fix Clang 11 -Wgnu-variable-sized-type-not-at-end error
 2021-01-19 23:28 UTC  (5+ messages)
` [RFC PATCH 2/2] hw/usb/dev-uas: Report command additional adb length as unsupported

[PATCH] usb: Fix clang build
 2021-01-19 23:26 UTC  (3+ messages)

[PATCH v4 0/2] System Generation ID driver and VMGENID backend
 2021-01-19 22:34 UTC  (3+ messages)
` [PATCH v4 1/2] drivers/misc: sysgenid: add system generation id driver

[PATCH] target/i386/hvf: add vmware-cpuid-freq cpu feature
 2021-01-19 22:37 UTC  (5+ messages)
` [PATCH v2] "

[PATCH RFC 0/2] Add debug interface to kick/call on purpose
 2021-01-19 22:20 UTC  (6+ messages)
` [PATCH RFC 1/2] qdev: add debug interface to kick/call eventfd

What are libvhost-user locking requirements
 2021-01-19 22:18 UTC 

[PATCH 0/2] tcg: Optimize inline dup_const for MO_64
 2021-01-19 22:13 UTC  (5+ messages)
` [PATCH 1/2] qemu/compiler: Split out qemu_build_not_reached_always
` [PATCH 2/2] tcg: Optimize inline dup_const for MO_64

[PATCH v1 1/1] riscv: Pass RISCVHartArrayState by pointer
 2021-01-19 21:50 UTC  (5+ messages)

[PULL 00/45] Misc patches for 2020-12-15
 2021-01-19 21:34 UTC  (3+ messages)
` [PULL 16/45] vl: Add option to avoid stopping VM upon guest panic

[PATCH v11 0/5] UFFD write-tracking migration/snapshots
 2021-01-19 21:01 UTC  (7+ messages)
` [PATCH v11 3/5] migration: support UFFD write fault processing in ram_save_iterate()
` [PATCH v11 4/5] migration: implementation of background snapshot thread
` [PATCH v11 5/5] migration: introduce 'userfaultfd-wrlat.py' script

[PATCH 0/8] s390x/pci: Fixing s390 vfio-pci ISM support
 2021-01-19 20:44 UTC  (9+ messages)
` [PATCH 1/8] linux-headers: update against 5.11-rc4
` [PATCH 2/8] s390x/pci: Keep track of the PCI Function type
` [PATCH 3/8] s390x/pci: MSI-X isn't strictly required for passthrough
` [PATCH 4/8] s390x/pci: Introduce the ZpciOps structure
` [PATCH 5/8] s390x/pci: Handle devices that support relaxed alignment
` [PATCH 6/8] s390x/pci: PCISTB via the vfio zPCI I/O region
` [PATCH 7/8] s390x/pci: PCILG "
` [PATCH 8/8] s390x/pci: Prevent ISM device passthrough on older host kernels

[PATCH v20 00/20] Initial support for multi-process Qemu
 2021-01-19 20:28 UTC  (21+ messages)
` [PATCH v20 01/20] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v20 02/20] multi-process: add configure and usage information
` [PATCH v20 03/20] memory: alloc RAM from file at offset
` [PATCH v20 04/20] multi-process: Add config option for multi-process QEMU
` [PATCH v20 05/20] multi-process: setup PCI host bridge for remote device
` [PATCH v20 06/20] multi-process: setup a machine object for remote device process
` [PATCH v20 07/20] io: add qio_channel_writev_full_all helper
` [PATCH v20 08/20] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
` [PATCH v20 09/20] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v20 10/20] multi-process: Initialize message handler in remote device
` [PATCH v20 11/20] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v20 12/20] multi-process: setup memory manager for remote device
` [PATCH v20 13/20] multi-process: introduce proxy object
` [PATCH v20 14/20] multi-process: add proxy communication functions
` [PATCH v20 15/20] multi-process: Forward PCI config space acceses to the remote process
` [PATCH v20 16/20] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v20 17/20] multi-process: Synchronize remote memory
` [PATCH v20 18/20] multi-process: create IOHUB object to handle irq
` [PATCH v20 19/20] multi-process: Retrieve PCI info from remote process
` [PATCH v20 20/20] multi-process: perform device reset in the "

[PATCH] usb: add pcap support
 2021-01-19 21:01 UTC  (2+ messages)

[PATCH] qmp-shell: Suppress banner and prompt when stdin is not a TTY
 2021-01-19 20:02 UTC  (2+ messages)

Ask for suggestions for CVE-2019-12928
 2021-01-19 20:17 UTC 

[PATCH 0/3] Bypass specific network traffic in COLO
 2021-01-19 19:32 UTC  (3+ messages)
` [PATCH 1/3] qapi/net: Add new QMP command for COLO passthrough

[PATCH v4 00/23] backup performance: block_status + async
 2021-01-19 19:29 UTC  (4+ messages)

[PATCH v3 00/25] backup performance: block_status + async
 2021-01-19 20:21 UTC  (3+ messages)
` [PATCH v3 02/25] qapi: backup: add perf.use-copy-range parameter

[PATCH] vnc: add qmp to support reload vnc tls certificates
 2021-01-19 19:23 UTC  (2+ messages)

[PATCH v6 00/72] support vector extension v1.0
 2021-01-19 19:22 UTC  (38+ messages)
` [PATCH v6 02/72] target/riscv: Use FIELD_EX32() to extract wd field
` [PATCH v6 04/72] target/riscv: rvv-1.0: add sstatus VS field
` [PATCH v6 05/72] target/riscv: rvv-1.0: introduce writable misa.v field
` [PATCH v6 06/72] target/riscv: rvv-1.0: add translation-time vector context status
` [PATCH v6 07/72] target/riscv: rvv-1.0: remove rvv related codes from fcsr registers
` [PATCH v6 08/72] target/riscv: rvv-1.0: add vcsr register
` [PATCH v6 09/72] target/riscv: rvv-1.0: add vlenb register
` [PATCH v6 10/72] target/riscv: rvv-1.0: check MSTATUS_VS when accessing vector csr registers
` [PATCH v6 11/72] target/riscv: rvv-1.0: remove MLEN calculations
` [PATCH v6 12/72] target/riscv: rvv-1.0: add fractional LMUL
` [PATCH v6 13/72] target/riscv: rvv-1.0: add VMA and VTA
` [PATCH v6 15/72] target/riscv: introduce more imm value modes in translator functions
` [PATCH v6 16/72] target/riscv: rvv:1.0: add translation-time nan-box helper function
` [PATCH v6 17/72] target/riscv: rvv-1.0: configure instructions
` [PATCH v6 18/72] target/riscv: rvv-1.0: stride load and store instructions
` [PATCH v6 19/72] target/riscv: rvv-1.0: index "
` [PATCH v6 20/72] target/riscv: rvv-1.0: fix address index overflow bug of indexed load/store insns
` [PATCH v6 21/72] target/riscv: rvv-1.0: fault-only-first unit stride load

[PATCH] hw/misc: sifive_u_otp: Use error_report() when block operation fails
 2021-01-19 19:16 UTC  (2+ messages)

[PATCH v1 0/6] testing/next (docker binfmt tests)
 2021-01-19 18:56 UTC  (7+ messages)
` [PATCH v1 2/6] tests/docker: Fix typo in help message
` [PATCH v1 3/6] tests/docker: make _copy_with_mkdir accept missing files
` [PATCH v1 4/6] tests/docker: preserve original name when copying libs
` [PATCH v1 5/6] tests/docker: alias docker-help target for consistency
` [PATCH v1 6/6] tests/docker: add a docker-exec-copy-test

[PATCH 0/9] meson: Clarify summary
 2021-01-19 18:53 UTC  (11+ messages)
` [PATCH 1/9] meson: Summarize generic information first
` [PATCH 2/9] meson: Summarize compilation information altogether
` [PATCH 3/9] meson: Summarize host binaries altogether
` [PATCH 4/9] meson: Summarize accelerators altogether
` [PATCH 5/9] meson: Display if system emulation is selected in summary
` [PATCH 6/9] meson: Restrict system-mode specific accelerators
` [PATCH 7/9] meson: Do not configure audio if system-mode is not selected
` [PATCH 8/9] meson: Display if user-mode emulation is selected in summary
` [PATCH 9/9] meson: Summarize block layer information altogether

[PATCH v2 00/12] hw/block/nvme: misc cmb/pmr patches and bump to v1.4
 2021-01-19 18:58 UTC  (7+ messages)
` [PATCH v2 02/12] hw/block/nvme: fix 64 bit register hi/lo split writes

[PATCH] hw/usb: Convert to qdev_realize()
 2021-01-19 16:14 UTC  (2+ messages)

[RFC PATCH 0/2] x86 CPU feature +/- fiddling and +kvm-no-defaults
 2021-01-19 16:41 UTC  (8+ messages)
` [RFC PATCH 1/2] hw/i386: -cpu model, -feature, +feature should enable feature
  ` [RFC PATCH 1/2] hw/i386: -cpu model,-feature,+feature "
    ` [External] : "

[PATCH] hw/usb/hcd-xhci: Fix extraneous format-truncation error on 32-bit hosts
 2021-01-19 16:16 UTC  (2+ messages)

[PATCH v3 00/21] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-01-19 17:41 UTC  (16+ messages)
` [PATCH v3 01/21] tcg: Introduce target-specific page data for user-only
` [PATCH v3 04/21] exec: Use uintptr_t in cpu_ldst.h
` [PATCH v3 05/21] exec: Improve types for guest_addr_valid
` [PATCH v3 09/21] linux-user: Do not use guest_addr_valid for h2g_valid
` [PATCH v3 10/21] linux-user: Fix guest_addr_valid vs reserved_va
` [PATCH v3 15/21] target/arm: Split out syndrome.h from internals.h
` [PATCH v3 16/21] linux-user/aarch64: Pass syndrome to EXC_*_ABORT

[PATCH] pci: add romsize property
 2021-01-19 17:20 UTC  (7+ messages)

[PATCH v2 00/36] block: update graph permissions update
 2021-01-19 18:30 UTC  (11+ messages)
` [PATCH v2 06/36] block: BdrvChildClass: add .get_parent_aio_context handler
` [PATCH v2 11/36] block: bdrv_refresh_perms: check parents compliance
` [PATCH v2 12/36] block: refactor bdrv_child* permission functions

[PATCH v2 1/1] linux-user/signal: Decode waitid si_code
 2021-01-19 18:24 UTC 

[PATCH] hostmem: Don't report pmem attribute if unsupported
 2021-01-19 16:55 UTC  (2+ messages)

[PATCH v3 00/17] qapi: static typing conversion, pt1.5
 2021-01-19 18:02 UTC  (15+ messages)
` [PATCH v3 02/17] qapi/events: fix visit_event typing
` [PATCH v3 04/17] qapi/gen: inline _wrap_ifcond into end_if()
` [PATCH v3 05/17] qapi: pass QAPISchemaModule to visit_module instead of str
` [PATCH v3 06/17] qapi: centralize is_[user|system|builtin]_module methods
` [PATCH v3 07/17] qapi/gen: Replace ._begin_system_module()
` [PATCH v3 08/17] qapi: use explicitly internal module names
` [PATCH v3 09/17] qapi: use './builtin' as the built-in module name
` [PATCH v3 10/17] qapi/gen: Combine ._add_[user|system]_module
` [PATCH v3 11/17] qapi: centralize the built-in module name definition
` [PATCH v3 12/17] qapi/gen: write _genc/_genh access shims
` [PATCH v3 13/17] qapi/gen: Support for switching to another module temporarily
` [PATCH v3 14/17] qapi/commands: Simplify command registry generation
` [PATCH v3 16/17] qapi: type 'info' as Optional[QAPISourceInfo]
` [PATCH v3 17/17] qapi: enable strict-optional checks

[PATCH] usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPER
 2021-01-19 17:03 UTC 

[PATCH 0/2] trace: documentation improvements
 2021-01-19 16:31 UTC  (12+ messages)
` [PATCH 1/2] trace: document how to specify multiple --trace patterns

[PATCH v2 0/3] fuzz: Add 9p generic-fuzz configs
 2021-01-19 16:15 UTC  (4+ messages)
` [PATCH v2 3/3] fuzz: add virtio-9p configurations for fuzzing

[PATCHv2] configure: replace --enable/disable-git-update with --with-git-submodules
 2021-01-19 17:20 UTC 

[PATCH 0/3] 9pfs: Improve unreclaim logic
 2021-01-19 17:23 UTC  (5+ messages)
` [PATCH 2/3] 9pfs: Convert V9fsFidState::fid_list to QSIMPLEQ

[PATCH v1 1/1] linux-user/signal: Decode waitid si_code
 2021-01-19 17:34 UTC  (3+ messages)

[PATCH] target/i386/sev: add the support to query the attestation report
 2021-01-19 16:45 UTC  (2+ messages)

[PULL 0/5] Linux user for 6.0 patches
 2021-01-19 17:54 UTC  (3+ messages)
` [PULL 1/5] linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntls
` [PULL 2/5] linux-user: add missing UDP get/setsockopt option

[PATCH v2 0/1] pseries: allow CPU unplug after failed attempt
 2021-01-19 16:36 UTC  (5+ messages)
` [PATCH v2 1/1] spapr.c: always pulse guest IRQ in spapr_core_unplug_request()

[PATCH] target/riscv: Declare csr_ops[] with a known size
 2021-01-19 17:08 UTC  (3+ messages)

[PATCH] deploy docs to qemu-project.org from GitLab CI
 2021-01-19 16:39 UTC  (3+ messages)

[PULL 00/30] testing, gdbstub and semihosting
 2021-01-19 16:19 UTC  (7+ messages)
` [PULL 21/30] target/arm: use official org.gnu.gdb.aarch64.sve layout for registers

[PATCH] arm: rename xlnx-zcu102.canbusN properties
 2021-01-19 16:32 UTC  (2+ messages)

[PATCH] hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICE
 2021-01-19 16:40 UTC 

[PATCH 00/25] qemu-option, keyval, vl: switch -object/-M/-accel to keyval parsing
 2021-01-19 17:04 UTC  (4+ messages)
` [PATCH 03/25] qemu-option: warn for short-form boolean options

[PULL v2 00/29] target-arm queue
 2021-01-19 17:15 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).