qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-26 10:44:35 to 2020-03-26 20:15:02 UTC [more...]

[PATCH v8 00/74] per-CPU locks
 2020-03-26 19:31 UTC  (70+ 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 60/74] accel/tcg: "
` [PATCH v8 61/74] cpu: convert to interrupt_request
` [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 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 73/74] cpu: add async_run_on_cpu_no_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

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

[PATCH] i386/cpu: Expand MAX_FIXED_COUNTERS from 3 to 4 to for Icelake
 2020-03-26 18:48 UTC  (3+ 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

[Bug 1869241] [NEW] svn checkout fails with E000075 "Value too large for defined data type"
 2020-03-26 17:54 UTC 

[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] qemu/atomic.h: add #ifdef guards for stdatomic.h
 2020-03-26 18:05 UTC  (4+ messages)

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

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

[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  (8+ messages)
` [RFC v6 01/24] update-linux-headers: Import iommu.h
` [RFC v6 05/24] memory: Introduce IOMMU Memory Region inject_faults API
` [RFC v6 08/24] pci: introduce PCIPASIDOps to PCIDevice

[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)

[PULL 0/6] Linux user for 5.0 patches
 2020-03-26 16:43 UTC  (3+ 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  (16+ messages)
` [PATCH v1 12/22] intel_iommu: add PASID cache management infrastructure
` [PATCH v1 20/22] intel_iommu: propagate PASID-based iotlb invalidation to host

[PATCH] gdbstub: fix compiler complaining
 2020-03-26 15:14 UTC 

[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 14:48 UTC  (2+ messages)
` [Bug 1869006] "

[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  (15+ messages)
` [PATCH 1/2] block: pass BlockDriver reference to the .bdrv_co_create
` [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  (8+ messages)

[PATCH v6 0/7] reference implementation of RSS and hash report
 2020-03-26 13:35 UTC  (8+ messages)
` [PATCH v6 7/7] virtio-net: add migration support for "

[PATCH for-5.0 v2 0/4] bug fixes extracted from larger qcow2 zero bit work
 2020-03-26 13:32 UTC  (2+ messages)

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach
 2020-03-26 13:00 UTC 

[PATCH v2] block: make BlockConf.*_size properties 32-bit
 2020-03-26 13:08 UTC  (2+ messages)

[Bug 1868116] Re: QEMU monitor no longer works
 2020-03-26 12:39 UTC 

backup transaction with io-thread core dumps
 2020-03-26 12:46 UTC  (6+ messages)
` [PATCH] backup: don't acquire aio_context in backup_clean

[RFC for-5.1 0/4] Better handling of attempt NVLink2 unplug
 2020-03-26 12:27 UTC  (9+ messages)
` [RFC for-5.1 1/4] spapr: Refactor locating NVLink2 devices for device tree creation
` [RFC for-5.1 2/4] spapr: Helper to determine if a device is NVLink2 related
` [RFC for-5.1 3/4] spapr: Fix failure path for attempting to hot unplug PCI bridges
` [RFC for-5.1 4/4] spapr: Don't allow unplug of NVLink2 devices

[RFC v1] arm/virt: Add memory hot remove support
 2020-03-26 11:51 UTC  (4+ messages)

[PULL for 5.0-rc1 00/11] testing updates (+ one mttcg change)
 2020-03-26 11:46 UTC  (2+ messages)

[PATCH for-5.0] arm:virt: fix broken IPA range with KVM enabled
 2020-03-26 11:39 UTC  (2+ messages)

[PATCH qemu] vfio/spapr: Fix page size calculation
 2020-03-26 11:28 UTC  (4+ messages)

[PATCH] Refactor vhost_user_set_mem_table functions
 2020-03-26 11:26 UTC  (2+ messages)

[PATCH v7] net: tulip: check frame size and r/w data length
 2020-03-26 11:11 UTC  (2+ messages)

[PATCH 00/13] microvm: add acpi support
 2020-03-26 10:59 UTC  (6+ messages)

[PATCH for-5.0] hw/i386/amd_iommu.c: Fix corruption of log events passed to guest
 2020-03-26 10:53 UTC 

[PATCH v16 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-26 10:49 UTC  (3+ messages)
` [PATCH v16 Kernel 2/7] vfio iommu: Remove atomicity of ref_count of pinned pages

[PULL 0/9] migration queue
 2020-03-26 10:46 UTC  (2+ messages)

[PULL 000/136] Misc patches for 2020-02-25 (refactoring and Coccinelle edition)
 2020-03-26 10:43 UTC  (4+ messages)
` [PULL 006/136] vl.c: move -m parsing after memory backends has been processed


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).