qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-26 13:38:02 to 2020-03-26 22:35:04 UTC [more...]

[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-for-5.0 00/12] hw: Add missing error-propagation code
 2020-03-26 21:55 UTC  (25+ 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 v2] hw/arm/collie: Put StrongARMState* into a CollieMachineState struct
 2020-03-26 21:52 UTC  (2+ messages)

[PATCH v16 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-26 21:45 UTC  (10+ 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 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

[PATCH v16 Kernel 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking
 2020-03-26 21:39 UTC  (3+ messages)

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  (4+ 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 v8 00/74] per-CPU locks
 2020-03-26 19:31 UTC  (75+ 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] 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] i386/cpu: Expand MAX_FIXED_COUNTERS from 3 to 4 to for Icelake
 2020-03-26 18:48 UTC  (2+ messages)

[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  (5+ messages)
` [PATCH v2 1/2] Revert "mirror: Don't let an operation wait for itself"
` [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  (11+ messages)
` [PATCH v9 1/9] hw/vfio/common: Remove error print on mmio region translation by viommu
` [PATCH v9 2/9] memory: Add interface to set iommu page size mask
` [PATCH v9 4/9] virtio-iommu: set supported "
` [PATCH v9 8/9] virtio-iommu: Implement probe request

[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  (6+ messages)
` [PATCH v2 1/3] backup: don't acquire aio_context in backup_clean
` [PATCH v2 2/3] job: take each job's lock individually in job_txn_apply
` [PATCH v2 3/3] replication: acquire aio context before calling job_cancel_sync

qemu-system-aarch64 windows binary run Arm64 defconfig kernel not working
 2020-03-26 17:17 UTC  (7+ messages)

[PULL 00/10] Block patches for 5.0-rc1
 2020-03-26 16:54 UTC  (12+ messages)
` [PULL 01/10] block/mirror: fix use after free of local_err
` [PULL 02/10] block: pass BlockDriver reference to the .bdrv_co_create
` [PULL 03/10] block: trickle down the fallback image creation function use to the block drivers
` [PULL 04/10] qcow2: Comment typo fixes
` [PULL 05/10] qcow2: List autoclear bit names in header
` [PULL 06/10] qcow2: Avoid feature name extension on small cluster size
` [PULL 07/10] sheepdog: Consistently set bdrv_has_zero_init_truncate
` [PULL 08/10] qemu-img: Fix check's leak/corruption fix report
` [PULL 09/10] iotests: Add poke_file_[bl]e functions
` [PULL 10/10] iotests/138: Test leaks/corruptions fixed report

[PATCH] qemu-user: fix build with LLVM lld 10
 2020-03-26 16:56 UTC  (2+ messages)

[PATCH] s390x: protvirt: Fix stray error_report_err in s390_machine_protect
 2020-03-26 16:55 UTC  (2+ messages)

[PATCH v9 0/4] linux-user: generate syscall_nr.sh for RISC-V
 2020-03-26 16:46 UTC  (5+ messages)
` [PATCH v9 3/4] linux-user: Support futex_time64

booke206_tlb_ways() returning 0
 2020-03-26 16:44 UTC  (2+ messages)

[PATCH RFC 0/9] KVM: Dirty ring support (QEMU part)
 2020-03-26 16:10 UTC  (11+ messages)
` [PATCH RFC 8/9] KVM: Add dirty-ring-size property
` [PATCH RFC 9/9] KVM: Dirty ring support

[PATCH v1 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-03-26 15:53 UTC  (8+ messages)
` [PATCH v1 12/22] intel_iommu: add PASID cache management infrastructure

[PATCH] acpi: pcihp: fix left shift undefined behavior in acpi_pcihp_eject_slot()
 2020-03-26 13:58 UTC  (2+ messages)

[PATCH for-5.0 v2 0/3] qemu-img: Fix check's leak/corruption fix report
 2020-03-26 13:53 UTC  (2+ messages)

[PATCH 1/2] util/bufferiszero: assign length_to_accel value for each accelerator case
 2020-03-26 13:51 UTC  (6+ messages)
` [PATCH 2/2] util/bufferiszero: improve avx2 accelerator

[PATCH 0/2] Fix the generic image creation code
 2020-03-26 13:39 UTC  (8+ messages)
` [PATCH 2/2] block: trickle down the fallback image creation function use to the block drivers

acpi_pcihp_eject_slot() bug if passed 'slots == 0'
 2020-03-26 13:40 UTC  (5+ 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).