qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-26 17:09:33 to 2020-03-27 00:59:53 UTC [more...]

[RFC for-5.1 0/4] Better handling of attempt NVLink2 unplug
 2020-03-26 23:55 UTC  (7+ messages)
` [RFC for-5.1 1/4] spapr: Refactor locating NVLink2 devices for device tree creation
` [RFC for-5.1 3/4] spapr: Fix failure path for attempting to hot unplug PCI bridges

[PATCH v16 Kernel 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking
 2020-03-27  0:30 UTC  (4+ messages)

[PATCH v16 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-27  0:04 UTC  (11+ messages)
` [PATCH v16 Kernel 1/7] vfio: KABI for migration interface for device state
` [PATCH v16 Kernel 2/7] vfio iommu: Remove atomicity of ref_count of pinned pages
` [PATCH v16 Kernel 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap

[PATCH for 5.0 v1 0/2] RISC-V: Fix Hypervisor guest user space
 2020-03-27  0:00 UTC  (7+ messages)
` [PATCH for 5.0 v1 1/2] riscv: Don't use stage-2 PTE lookup protection flags
` [PATCH for 5.0 v1 2/2] riscv: AND stage-1 and stage-2 "

[PATCH] i386/cpu: Expand MAX_FIXED_COUNTERS from 3 to 4 to for Icelake
 2020-03-26 23:56 UTC  (3+ messages)

[PATCH for-5.1 00/31] target/arm: SVE2, part 1
 2020-03-26 23:08 UTC  (32+ messages)
` [PATCH 01/31] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
` [PATCH 02/31] target/arm: Implement SVE2 Integer Multiply - Unpredicated
` [PATCH 03/31] target/arm: Implement SVE2 integer pairwise add and accumulate long
` [PATCH 04/31] target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32
` [PATCH 05/31] target/arm: Implement SVE2 integer unary operations (predicated)
` [PATCH 06/31] target/arm: Split out saturating/rounding shifts from neon
` [PATCH 07/31] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PATCH 08/31] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PATCH 09/31] target/arm: Implement SVE2 integer pairwise arithmetic
` [PATCH 10/31] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PATCH 11/31] target/arm: Implement SVE2 integer add/subtract long
` [PATCH 12/31] target/arm: Implement SVE2 integer add/subtract interleaved long
` [PATCH 13/31] target/arm: Implement SVE2 integer add/subtract wide
` [PATCH 14/31] target/arm: Implement SVE2 integer multiply long
` [PATCH 15/31] target/arm: Implement PMULLB and PMULLT
` [PATCH 16/31] target/arm: Tidy SVE tszimm shift formats
` [PATCH 17/31] target/arm: Implement SVE2 bitwise shift left long
` [PATCH 18/31] target/arm: Implement SVE2 bitwise exclusive-or interleaved
` [PATCH 19/31] target/arm: Implement SVE2 bitwise permute
` [PATCH 20/31] target/arm: Implement SVE2 complex integer add
` [PATCH 21/31] target/arm: Implement SVE2 integer absolute difference and accumulate long
` [PATCH 22/31] target/arm: Implement SVE2 integer add/subtract long with carry
` [PATCH 23/31] target/arm: Create arm_gen_gvec_[us]sra
` [PATCH 24/31] target/arm: Create arm_gen_gvec_{u,s}{rshr,rsra}
` [PATCH 25/31] target/arm: Implement SVE2 bitwise shift right and accumulate
` [PATCH 26/31] target/arm: Create arm_gen_gvec_{sri,sli}
` [PATCH 27/31] target/arm: Tidy handle_vec_simd_shri
` [PATCH 28/31] target/arm: Implement SVE2 bitwise shift and insert
` [PATCH 29/31] target/arm: Vectorize SABD/UABD
` [PATCH 30/31] target/arm: Vectorize SABA/UABA
` [PATCH 31/31] target/arm: Implement SVE2 integer absolute difference and accumulate

[PATCH 0/3] target/mips: Add loongson gs464 core
 2020-03-26 23:02 UTC  (2+ messages)

[PATCH v8 00/74] per-CPU locks
 2020-03-26 22:58 UTC  (76+ messages)
` [PATCH v8 01/74] cpu: convert queued work to a QSIMPLEQ
` [PATCH v8 02/74] cpu: rename cpu->work_mutex to cpu->lock
` [PATCH v8 03/74] cpu: introduce cpu_mutex_lock/unlock
` [PATCH v8 04/74] cpu: make qemu_work_cond per-cpu
` [PATCH v8 05/74] cpu: move run_on_cpu to cpus-common
` [PATCH v8 06/74] cpu: introduce process_queued_cpu_work_locked
` [PATCH v8 07/74] cpu: make per-CPU locks an alias of the BQL in TCG rr mode
` [PATCH v8 08/74] tcg-runtime: define helper_cpu_halted_set
` [PATCH v8 09/74] ppc: convert to helper_cpu_halted_set
` [PATCH v8 10/74] cris: "
` [PATCH v8 11/74] hppa: "
` [PATCH v8 12/74] m68k: "
` [PATCH v8 13/74] alpha: "
` [PATCH v8 14/74] microblaze: "
` [PATCH v8 15/74] cpu: define cpu_halted helpers
` [PATCH v8 16/74] tcg-runtime: convert to cpu_halted_set
` [PATCH v8 17/74] hw/semihosting: "
` [PATCH v8 18/74] arm: convert to cpu_halted
` [PATCH v8 19/74] ppc: "
` [PATCH v8 20/74] sh4: "
` [PATCH v8 21/74] i386: "
` [PATCH v8 22/74] lm32: "
` [PATCH v8 23/74] m68k: "
` [PATCH v8 24/74] mips: "
` [PATCH v8 25/74] riscv: "
` [PATCH v8 26/74] s390x: "
` [PATCH v8 27/74] sparc: "
` [PATCH v8 28/74] xtensa: "
` [PATCH v8 29/74] gdbstub: "
` [PATCH v8 30/74] openrisc: "
` [PATCH v8 31/74] cpu-exec: "
` [PATCH v8 32/74] cpu: "
` [PATCH v8 33/74] cpu: define cpu_interrupt_request helpers
` [PATCH v8 34/74] ppc: use cpu_reset_interrupt
` [PATCH v8 35/74] exec: "
` [PATCH v8 36/74] i386: "
` [PATCH v8 37/74] s390x: "
` [PATCH v8 38/74] openrisc: "
` [PATCH v8 39/74] arm: convert to cpu_interrupt_request
` [PATCH v8 40/74] i386: "
` [PATCH v8 41/74] i386/kvm: "
` [PATCH v8 42/74] i386/hax-all: "
` [PATCH v8 43/74] i386/whpx-all: "
` [PATCH v8 44/74] i386/hvf: convert to cpu_request_interrupt
` [PATCH v8 45/74] ppc: convert to cpu_interrupt_request
` [PATCH v8 46/74] sh4: "
` [PATCH v8 47/74] cris: "
` [PATCH v8 48/74] hppa: "
` [PATCH v8 49/74] lm32: "
` [PATCH v8 50/74] m68k: "
` [PATCH v8 51/74] mips: "
` [PATCH v8 52/74] nios: "
` [PATCH v8 53/74] s390x: "
` [PATCH v8 54/74] alpha: "
` [PATCH v8 55/74] moxie: "
` [PATCH v8 56/74] sparc: "
` [PATCH v8 57/74] openrisc: "
` [PATCH v8 58/74] unicore32: "
` [PATCH v8 59/74] microblaze: "
` [PATCH v8 60/74] accel/tcg: "
` [PATCH v8 61/74] cpu: convert to interrupt_request
` [PATCH v8 62/74] cpu: call .cpu_has_work with the CPU lock held
` [PATCH v8 63/74] cpu: introduce cpu_has_work_with_iothread_lock
` [PATCH v8 64/74] ppc: convert to cpu_has_work_with_iothread_lock
` [PATCH v8 65/74] mips: "
` [PATCH v8 66/74] s390x: "
` [PATCH v8 67/74] riscv: "
` [PATCH v8 68/74] sparc: "
` [PATCH v8 69/74] xtensa: "
` [PATCH v8 70/74] cpu: rename all_cpu_threads_idle to qemu_tcg_rr_all_cpu_threads_idle
` [PATCH v8 71/74] cpu: protect CPU state with cpu->lock instead of the BQL
` [PATCH v8 72/74] cpus-common: release BQL earlier in run_on_cpu
` [PATCH v8 73/74] cpu: add async_run_on_cpu_no_bql
` [PATCH v8 74/74] cputlb: queue async flush jobs without the BQL

[PATCH-for-5.0 00/12] hw: Add missing error-propagation code
 2020-03-26 22:50 UTC  (28+ messages)
` [PATCH-for-5.0 01/12] scripts/coccinelle: Add script to catch missing error_propagate() calls
` [PATCH-for-5.0 02/12] hw/arm/bcm2835_peripherals: Add missing error-propagation code
` [PATCH-for-5.0 03/12] hw/arm/fsl-imx: "
` [PATCH-for-5.0 04/12] hw/arm/stm32fx05_soc: "
` [PATCH-for-5.0 05/12] hw/i386/x86: "
` [PATCH-for-5.0 06/12] hw/dma/xilinx_axidma: "
` [PATCH-for-5.0 07/12] hw/mips/cps: "
` [PATCH-for-5.0 08/12] hw/mips/boston: "
` [PATCH-for-5.0 09/12] hw/mips/mips_malta: "
` [PATCH-for-5.0 10/12] hw/misc/macio/macio: "
` [PATCH-for-5.0 11/12] hw/net/xilinx_axienet: "
` [PATCH-for-5.0 12/12] hw/riscv/sifive_u: "

[PATCH v5 0/6] 9pfs: readdir optimization
 2020-03-26 21:28 UTC  (7+ messages)
` [PATCH v5 1/6] tests/virtio-9p: added split readdir tests
` [PATCH v5 2/6] 9pfs readdir: rename max_count -> maxsize
` [PATCH v5 3/6] 9pfs: make v9fs_readdir_response_size() public
` [PATCH v5 4/6] 9pfs: add new function v9fs_co_readdir_many()
` [PATCH v5 5/6] 9pfs: T_readdir latency optimization
` [PATCH v5 6/6] 9pfs: clarify latency of v9fs_co_run_in_worker()

[PULL 0/6] Linux user for 5.0 patches
 2020-03-26 21:58 UTC  (4+ messages)

[PATCH v2] hw/arm/collie: Put StrongARMState* into a CollieMachineState struct
 2020-03-26 21:52 UTC  (2+ messages)

[PATCH v15 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-26 21:39 UTC  (4+ messages)
` [PATCH v15 Kernel 1/7] vfio: KABI for migration interface for device state

Qemu TCG Plugins - how to access guest registers
 2020-03-26 21:32 UTC 

[PATCH v6 0/8] gpio: Add GPIO Aggregator
 2020-03-26 21:26 UTC  (7+ messages)
` [PATCH v6 1/8] ARM: integrator: impd1: Use GPIO_LOOKUP() helper macro
  ` [PATCH v6 4/8] gpiolib: Add support for GPIO lookup by line name
  ` [PATCH v6 5/8] gpiolib: Introduce gpiod_set_config()

[Qemu-devel] [Bug 1693050] [NEW] xhci HCIVERSION register read emulation incorrectly handled
 2020-03-26 21:16 UTC  (3+ messages)
` [Bug 1693050] "

[PATCH] hw/arm/collie: Put StrongARMState* into a CollieMachineState struct
 2020-03-26 21:22 UTC  (4+ messages)

[PATCH] hw/net/i82596.c: Avoid reading off end of buffer in i82596_receive()
 2020-03-26 21:11 UTC  (3+ messages)

[PATCH v2] hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirror address
 2020-03-26 21:01 UTC  (2+ messages)

[Bug 1869006] [NEW] PCIe cards passthrough to TCG guest works on 2GB of guest memory but fails on 4GB (vfio_dma_map invalid arg)
 2020-03-26 20:51 UTC  (3+ messages)
` [Bug 1869006] "

[PATCH 1/2] hw/arm/orangepi: check for potential NULL pointer when calling blk_is_available
 2020-03-26 20:59 UTC  (2+ messages)

[Bug 1868116] Re: QEMU monitor no longer works
 2020-03-26 20:22 UTC  (2+ messages)

[Qemu-devel] [Bug 1805913] [NEW] readdir() returns NULL (errno=EOVERFLOW) for 32-bit user-static qemu on 64-bit host
 2020-03-26 20:16 UTC  (2+ messages)
` [Bug 1805913] "

[Bug 1869241] [NEW] svn checkout fails with E000075 "Value too large for defined data type"
 2020-03-26 20:15 UTC  (2+ messages)
` [Bug 1869241] "

[PATCH] qemu/atomic.h: add #ifdef guards for stdatomic.h
 2020-03-26 20:19 UTC  (7+ messages)

[Bug 1869073] [NEW] qemu-arm-static crashes "segmentation fault" when running "git clone -s"
 2020-03-26 20:09 UTC  (3+ messages)
` [Bug 1869073] "

[PATCH] gdbstub: fix compiler complaining
 2020-03-26 19:50 UTC  (2+ messages)

[PATCH] vfio/migration: fix dirty pages lost bug for ram beyond 3G
 2020-03-26 20:11 UTC  (3+ messages)

[PATCH v16 QEMU 00/16] Add migration support for VFIO devices
 2020-03-26 19:46 UTC  (12+ messages)
` [PATCH v16 QEMU 04/16] vfio: Add save and load functions for VFIO PCI devices
` [PATCH v16 QEMU 05/16] vfio: Add migration region initialization and finalize function
` [PATCH v16 QEMU 13/16] vfio: Add function to start and stop dirty pages tracking
` [PATCH v16 QEMU 14/16] vfio: Add vfio_listener_log_sync to mark dirty pages

[PATCH] qcow2: Remove unused fields from BDRVQcow2State
 2020-03-26 18:36 UTC  (3+ messages)

[PATCH v2 0/2] mirror: Fix hang (operation waiting for itself/circular dependency)
 2020-03-26 18:27 UTC  (3+ messages)
` [PATCH v2 2/2] mirror: Wait only for in-flight operations

[PATCH v6 00/61] target/riscv: support vector extension v0.7.1
 2020-03-26 17:57 UTC  (3+ messages)
` [PATCH v6 23/61] target/riscv: vector integer merge and move instructions

[PATCH v4 0/2] Replaced locks with lock guard macros
 2020-03-26 18:01 UTC  (8+ messages)

[PATCH v9 0/9] virtio-iommu: VFIO integration
 2020-03-26 17:53 UTC  (5+ messages)
` [PATCH v9 1/9] hw/vfio/common: Remove error print on mmio region translation by viommu

[RFC v6 00/24] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2020-03-26 17:51 UTC  (4+ messages)
` [RFC v6 01/24] update-linux-headers: Import iommu.h

[PATCH v2 0/3] Fix some AIO context locking in jobs
 2020-03-26 17:18 UTC  (3+ messages)

qemu-system-aarch64 windows binary run Arm64 defconfig kernel not working
 2020-03-26 17:17 UTC  (7+ 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).