qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-11 23:43:22 to 2020-02-12 14:05:04 UTC [more...]

Making QEMU easier for management tools and applications
 2020-02-12 14:03 UTC  (6+ messages)
` Summary of "

[PATCH] tests: Fix a bug with count variables
 2020-02-12 13:59 UTC  (2+ messages)

[PATCH v30 00/22] Add RX archtecture support
 2020-02-12 13:55 UTC  (26+ messages)
` [PATCH v30 01/22] MAINTAINERS: Add RX
` [PATCH v30 02/22] qemu/bitops.h: Add extract8 and extract16
` [PATCH v30 03/22] hw/registerfields.h: Add 8bit and 16bit register macros
` [PATCH v30 04/22] target/rx: TCG translation
` [PATCH v30 05/22] target/rx: TCG helper
` [PATCH v30 06/22] target/rx: CPU definition
` [PATCH v30 07/22] target/rx: RX disassembler
` [PATCH v30 08/22] target/rx: Disassemble rx_index_addr into a string
` [PATCH v30 09/22] target/rx: Replace operand with prt_ldmi in disassembler
` [PATCH v30 10/22] target/rx: Use prt_ldmi for XCHG_mr disassembly
` [PATCH v30 11/22] target/rx: Emit all disassembly in one prt()
` [PATCH v30 12/22] target/rx: Collect all bytes during disassembly
` [PATCH v30 13/22] target/rx: Dump bytes for each insn "
` [PATCH v30 14/22] hw/intc: RX62N interrupt controller (ICUa)
` [PATCH v30 15/22] hw/timer: RX62N internal timer modules
` [PATCH v30 16/22] hw/char: RX62N serial communication interface (SCI)
` [PATCH v30 17/22] hw/rx: RX Target hardware definition
` [PATCH v30 18/22] hw/rx: Honor -accel qtest
` [PATCH v30 19/22] hw/rx: Restrict the RX62N microcontroller to the RX62N CPU core
` [PATCH v30 20/22] Add rx-softmmu
` [PATCH v30 21/22] BootLinuxConsoleTest: Test the RX-Virt machine
` [PATCH v30 22/22] qemu-doc.texi: Add RX section

[RFC 0/9] Add an interVM memory sharing device
 2020-02-12 13:57 UTC  (8+ messages)

[PATCH v2 fixed 00/16] Ram blocks with resizable anonymous allocations under POSIX
 2020-02-12 13:42 UTC  (17+ messages)
` [PATCH v2 fixed 01/16] util: vfio-helpers: Factor out and fix processing of existing ram blocks
` [PATCH v2 fixed 02/16] util: vfio-helpers: Fix qemu_vfio_close()
` [PATCH v2 fixed 03/16] util: vfio-helpers: Remove Error parameter from qemu_vfio_undo_mapping()
` [PATCH v2 fixed 04/16] util: vfio-helpers: Factor out removal "
` [PATCH v2 fixed 05/16] exec: Factor out setting ram settings (madvise ...) into qemu_ram_apply_settings()
` [PATCH v2 fixed 06/16] exec: Reuse qemu_ram_apply_settings() in qemu_ram_remap()
` [PATCH v2 fixed 07/16] exec: Drop "shared" parameter from ram_block_add()
` [PATCH v2 fixed 08/16] util/mmap-alloc: Factor out calculation of pagesize to mmap_pagesize()
` [PATCH v2 fixed 09/16] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PATCH v2 fixed 10/16] util/mmap-alloc: Factor out populating of memory to mmap_populate()
` [PATCH v2 fixed 11/16] util/mmap-alloc: Prepare for resizable mmaps
` [PATCH v2 fixed 12/16] util/mmap-alloc: Implement "
` [PATCH v2 fixed 13/16] numa: Teach ram block notifiers about resizable ram blocks
` [PATCH v2 fixed 14/16] util: vfio-helpers: Implement ram_block_resized()
` [PATCH v2 fixed 15/16] util: oslib: Resizable anonymous allocations under POSIX
` [PATCH v2 fixed 16/16] exec: Ram blocks with resizable "

[PATCH] nbd-client: Support leading / in NBD URI
 2020-02-12 13:42 UTC  (4+ messages)

[PATCH v2 00/16] Ram blocks with resizable anonymous allocations under POSIX
 2020-02-12 13:40 UTC  (18+ messages)
` [PATCH v2 01/16] virtio-mem: Prototype
` [PATCH v2 02/16] virtio-pci: Proxy for virtio-mem
` [PATCH v2 03/16] hmp: Handle virtio-mem when printing memory device infos
` [PATCH v2 04/16] numa: Handle virtio-mem in NUMA stats
` [PATCH v2 05/16] pc: Support for virtio-mem-pci
` [PATCH v2 06/16] exec: Provide owner when resizing memory region
` [PATCH v2 07/16] memory: Add memory_region_max_size() and memory_region_is_resizable()
` [PATCH v2 08/16] memory: Disallow resizing to 0
` [PATCH v2 09/16] memory-device: properly deal with resizable memory regions
` [PATCH v2 10/16] hostmem: Factor out applying settings
` [PATCH v2 11/16] hostmem: Factor out common checks into host_memory_backend_validate()
` [PATCH v2 12/16] hostmem: Introduce "managed-size" for memory-backend-ram
` [PATCH v2 13/16] qmp/hmp: Expose "managed-size" for memory backends
` [PATCH v2 14/16] virtio-mem: Support for resizable memory regions
` [PATCH v2 15/16] memory: Add region_resize() callback to memory notifier
` [PATCH v2 16/16] kvm: Implement region_resize() for atomic memory section resizes

[PATCH v5 00/26] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2020-02-12 13:17 UTC  (55+ messages)
  ` [PATCH v5 01/26] nvme: rename trace events to nvme_dev
  ` [PATCH v5 02/26] nvme: remove superfluous breaks
  ` [PATCH v5 03/26] nvme: move device parameters to separate struct
  ` [PATCH v5 04/26] nvme: add missing fields in the identify data structures
  ` [PATCH v5 05/26] nvme: populate the mandatory subnqn and ver fields
  ` [PATCH v5 06/26] nvme: refactor nvme_addr_read
  ` [PATCH v5 07/26] nvme: add support for the abort command
  ` [PATCH v5 08/26] nvme: refactor device realization
  ` [PATCH v5 09/26] nvme: add temperature threshold feature
  ` [PATCH v5 10/26] nvme: add support for the get log page command
  ` [PATCH v5 11/26] nvme: add support for the asynchronous event request command
  ` [PATCH v5 12/26] nvme: add missing mandatory features
  ` [PATCH v5 13/26] nvme: additional tracing
  ` [PATCH v5 14/26] nvme: make sure ncqr and nsqr is valid
  ` [PATCH v5 15/26] nvme: bump supported specification to 1.3
  ` [PATCH v5 16/26] nvme: refactor prp mapping
  ` [PATCH v5 17/26] nvme: allow multiple aios per command
  ` [PATCH v5 18/26] nvme: use preallocated qsg/iov in nvme_dma_prp
  ` [PATCH v5 20/26] nvme: handle dma errors
  ` [PATCH v5 21/26] nvme: add support for scatter gather lists
  ` [PATCH v5 22/26] nvme: support multiple namespaces
  ` [PATCH v5 23/26] pci: allocate pci id for nvme
  ` [PATCH v5 24/26] nvme: change controller pci id
  ` [PATCH v5 25/26] nvme: remove redundant NvmeCmd pointer parameter
  ` [PATCH v5 26/26] nvme: make lba data size configurable

[PATCH] docs: Fix virtiofsd.1 location
 2020-02-12 13:16 UTC 

[PATCH] qapi: Expand documentation for LostTickPolicy
 2020-02-12 13:02 UTC  (2+ messages)

[PATCH v3 0/4] linux-user: fix use of SIGRTMIN
 2020-02-12 12:56 UTC  (5+ messages)
` [PATCH v3 1/4] linux-user: add missing TARGET_SIGRTMIN for hppa
` [PATCH v3 2/4] linux-user: cleanup signal.c
` [PATCH v3 3/4] linux-user: fix TARGET_NSIG and _NSIG uses
` [PATCH v3 4/4] linux-user: fix use of SIGRTMIN

[Bug 1857811] [NEW] qemu user static binary seems to lack support for network namespace
 2020-02-12 12:47 UTC  (4+ messages)
` [Bug 1857811] "

Cross-project NBD extension proposal: NBD_INFO_INIT_STATE
 2020-02-12 12:47 UTC  (8+ messages)

[PATCH] console: make QMP screendump use coroutine
 2020-02-12 12:29 UTC  (2+ messages)

[PATCH] ui/cocoa: Drop workarounds for pre-10.12 OSX
 2020-02-12 12:26 UTC  (2+ messages)

[PATCH v2 0/2] ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realized
 2020-02-12 12:23 UTC  (2+ messages)

[PATCH] nbd: Fix regression with multiple meta contexts
 2020-02-12 12:13 UTC  (4+ messages)

[PATCH v3 0/7] ui: rework -show-cursor option
 2020-02-12 11:57 UTC  (4+ messages)
` [PATCH v3 5/7] ui/gtk: implement show-cursor option

[RFC PATCH v3 0/2] Cross-device resource sharing
 2020-02-12 11:50 UTC  (3+ messages)
` [RFC PATCH v3 2/2] virtio-gpu: add the ability to export resources

[Bug 1859656] Re: [2.6] Unable to reboot s390x KVM machine after initial deploy
 2020-02-12 11:27 UTC 

[PATCH v4 0/4] qmp: Optionally run handlers in coroutines
 2020-02-12 11:40 UTC  (3+ messages)

[RESEND RFC PATCH v2 1/2] target/arm: Allow to inject SError interrupt
 2020-02-12 11:34 UTC  (3+ messages)

[PATCH 00/13] arm: Implement ARMv8.1-PMU and ARMv8.4-PMU
 2020-02-12 11:32 UTC  (21+ messages)
` [PATCH 01/13] target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registers
` [PATCH 02/13] target/arm: Add isar_feature_any_fp16 and document naming/usage conventions
` [PATCH 03/13] target/arm: Define and use any_predinv isar_feature test
` [PATCH 04/13] target/arm: Factor out PMU register definitions
` [PATCH 05/13] target/arm: Add and use FIELD definitions for ID_AA64DFR0_EL1
` [PATCH 06/13] target/arm: Use FIELD macros for clearing ID_DFR0 PERFMON field
` [PATCH 08/13] target/arm: Add _aa64_ and _any_ versions of pmu_8_1 isar checks
` [PATCH 12/13] target/arm: Correct definition of PMCRDP
` [PATCH 13/13] target/arm: Correct handling of PMCR_EL0.LC bit

[PATCH v2 2/4] virtio-scsi: default num_queues to -smp N
 2020-02-12 11:18 UTC  (11+ messages)

[PATCH 0/2] target/arm: Pass arguments by value for sve FMLA/FCMLA
 2020-02-12 10:50 UTC  (7+ messages)
` [PATCH 1/2] tcg: Add tcg_gen_gvec_5_ptr
` [PATCH 2/2] target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLA

[PULL 0/5] Tracing patches
 2020-02-12 10:45 UTC  (4+ messages)
` [PULL 5/5] qemu_set_log_filename: filename argument may be NULL

[PATCH v3 0/5] vhost-user block device backend implementation
 2020-02-12  9:51 UTC  (6+ messages)
` [PATCH v3 1/5] extend libvhost to support IOThread and coroutine
` [PATCH v3 2/5] generic vhost user server
` [PATCH v3 3/5] vhost-user block device backend server
` [PATCH v3 4/5] a standone-alone tool to directly share disk image file via vhost-user protocol
` [PATCH v3 5/5] new qTest case to test the vhost-user-blk-server

[PATCH v2 0/5] virtio mmio specification enhancement
 2020-02-12  9:55 UTC  (31+ messages)
` [PATCH v2 1/5] virtio-mmio: add notify feature for per-queue
` [PATCH v2 2/5] virtio-mmio: refactor common functionality
    ` [virtio-dev] "
` [PATCH v2 3/5] virtio-mmio: create a generic MSI irq domain
` [PATCH v2 4/5] virtio-mmio: add MSI interrupt feature support
    ` [virtio-dev] "

[PATCH] i.MX: Fix inverted register bits in wdt code
 2020-02-12  9:10 UTC  (3+ messages)

[PATCH 1/2] NetRxPkt: Introduce support for additional hash types
 2020-02-12  9:01 UTC  (4+ messages)

[PATCH v3 0/4] Add extra information to versioned CPU models
 2020-02-12  9:00 UTC  (6+ messages)
` [PATCH v3 1/4] target/i386: Add Denverton-v2 (no MPX) CPU model
` [PATCH v3 2/4] target/i386: Remove monitor from some CPU models
` [PATCH v3 3/4] target/i386: Add new property note to versioned "
` [PATCH v3 4/4] target/i386: Add notes for "

[PATCH v3 0/5] target/riscv: support vector extension part 2
 2020-02-12  8:55 UTC  (4+ messages)
` [PATCH v3 1/5] target/riscv: add vector unit stride load and store instructions

[RFC v3 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-02-12  8:37 UTC  (31+ messages)
` [RFC v3 02/25] hw/iommu: introduce DualStageIOMMUObject
` [RFC v3 03/25] hw/iommu: introduce IOMMUContext
` [RFC v3 09/25] vfio: check VFIO_TYPE1_NESTING_IOMMU support
` [RFC v3 11/25] vfio: get stage-1 pasid formats from Kernel
` [RFC v3 12/25] vfio/common: add pasid_alloc/free support
` [RFC v3 13/25] intel_iommu: modify x-scalable-mode to be string option
` [RFC v3 14/25] intel_iommu: add virtual command capability support
` [RFC v3 15/25] intel_iommu: process pasid cache invalidation
` [RFC v3 16/25] intel_iommu: add PASID cache management infrastructure

The issues about architecture of the COLO checkpoint
 2020-02-12  8:37 UTC  (5+ messages)

[PATCH v4 0/4]target-riscv: support vector extension part 1
 2020-02-12  8:09 UTC  (13+ messages)
` [PATCH v4 1/4] target/riscv: add vector extension field in CPURISCVState
` [PATCH v4 2/4] target/riscv: configure and turn on vector extension from command line
` [PATCH v4 3/4] target/riscv: support vector extension csr
` [PATCH v4 4/4] target/riscv: add vector configure instruction

[PATCH] hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_init
 2020-02-12  7:39 UTC  (4+ messages)

[Bug 1862887] [NEW] qemu does not load pulseaudio modules properly
 2020-02-12  6:50 UTC 

[PATCH] target/arm: Implement ARMv8.1-VMID16 extension
 2020-02-12  6:33 UTC  (2+ messages)

[PATCH qemu v6 0/6] spapr: Kill SLOF
 2020-02-12  5:43 UTC  (3+ messages)
` [PATCH qemu v6 1/6] ppc: Start CPU in the default mode which is big-endian 32bit

[PATCH v6 0/4] ppc: spapr: virtual NVDIMM support
 2020-02-12  5:23 UTC  (2+ messages)

[Bug 1853826] [NEW] ELF loader fails to load shared object on ThunderX2 running RHEL7
 2020-02-12  4:17 UTC  (2+ messages)
` [Bug 1853826] "

[Bug 1862874] [NEW] java may stuck for a long time in system mode with "-cpu max"
 2020-02-12  3:54 UTC 

[PATCH V4 0/5] Introduce Advanced Watch Dog module
 2020-02-12  2:56 UTC  (6+ messages)

[PATCH] target/i386: check for availability of MSR_IA32_UCODE_REV as an emulated MSR
 2020-02-11 23:42 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).