qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-11 18:46:58 to 2020-02-12 13:13:30 UTC [more...]

[PATCH v30 00/22] Add RX archtecture support
 2020-02-12 13:03 UTC  (19+ messages)
` [PATCH v30 01/22] MAINTAINERS: Add RX
` [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 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 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 22/22] qemu-doc.texi: Add RX section

[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 v5 00/26] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2020-02-12 12:39 UTC  (53+ 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] 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  (29+ 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 09/13] target/arm: Implement ARMv8.1-PMU extension
` [PATCH 10/13] target/arm: Implement ARMv8.4-PMU extension
` [PATCH 11/13] target/arm: Provide ARMv8.4-PMU in '-cpu max'
` [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  (32+ 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] nbd-client: Support leading / in NBD URI
 2020-02-12  2:31 UTC 

[PATCH] target/i386: check for availability of MSR_IA32_UCODE_REV as an emulated MSR
 2020-02-11 23:42 UTC  (2+ messages)

[PATCH v2 0/2] target/arm: kvm: Support for KVM DABT without valid ISS
 2020-02-11 23:10 UTC  (6+ messages)
` [PATCH v2 2/2] target/arm: kvm: Handle DABT with no "

[PATCH] linux-user: un-register threads from RCU before exit
 2020-02-11 21:58 UTC  (3+ messages)

docs: Update vhost-user spec regarding backend program conventions
 2020-02-11 21:24 UTC  (2+ messages)

should we have a new 'tools' manual?
 2020-02-11 21:15 UTC 

[PATCH v9 00/23] Add virtual device fuzzing support
 2020-02-11 20:35 UTC  (24+ messages)
` [PATCH v9 01/23] checkpatch: replace vl.c in the top of repo check
` [PATCH v9 02/23] softmmu: move vl.c to softmmu/
` [PATCH v9 03/23] softmmu: split off vl.c:main() into main.c
` [PATCH v9 04/23] module: check module wasn't already initialized
` [PATCH v9 05/23] fuzz: add FUZZ_TARGET module type
` [PATCH v9 06/23] qtest: add qtest_server_send abstraction
` [PATCH v9 07/23] libqtest: add a layer of abstraction to send/recv
` [PATCH v9 08/23] libqtest: make bufwrite rely on the TransportOps
` [PATCH v9 09/23] qtest: add in-process incoming command handler
` [PATCH v9 10/23] libqos: rename i2c_send and i2c_recv
` [PATCH v9 11/23] libqos: split qos-test and libqos makefile vars
` [PATCH v9 12/23] libqos: move useful qos-test funcs to qos_external
` [PATCH v9 13/23] fuzz: add fuzzer skeleton
` [PATCH v9 14/23] exec: keep ram block across fork when using qtest
` [PATCH v9 15/23] main: keep rcu_atfork callback enabled for qtest
` [PATCH v9 16/23] fuzz: support for fork-based fuzzing
` [PATCH v9 17/23] fuzz: add support for qos-assisted fuzz targets
` [PATCH v9 18/23] fuzz: add target/fuzz makefile rules
` [PATCH v9 19/23] fuzz: add configure flag --enable-fuzzing
` [PATCH v9 20/23] fuzz: add i440fx fuzz targets
` [PATCH v9 21/23] fuzz: add virtio-net fuzz target
` [PATCH v9 22/23] fuzz: add virtio-scsi "
` [PATCH v9 23/23] fuzz: add documentation to docs/devel/

[PATCH v5 0/8] Multifd Migration Compression
 2020-02-11 20:11 UTC  (12+ messages)
` [PATCH v5 1/8] multifd: Add multifd-method parameter
` [PATCH v5 4/8] multifd: Add multifd-zlib-level parameter
` [PATCH v5 6/8] configure: Enable test and libs for zstd
` [PATCH v5 7/8] multifd: Add multifd-zstd-level parameter
` [PATCH v5 8/8] multifd: Add zstd compression multifd support

[PATCH v2 0/2] target/arm: Reduce aa64_va_parameter overhead
 2020-02-11 19:42 UTC  (3+ messages)
` [PATCH v2 1/2] target/arm: Fix select for aa64_va_parameters_both
` [PATCH v2 2/2] target/arm: Split out aa64_va_parameter_tbi, aa64_va_parameter_tbid

[PATCH v2] hw/arm: ast2600: Wire up EHCI controllers
 2020-02-11 19:33 UTC  (6+ 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).