qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-16 10:03:18 to 2020-06-16 15:05:02 UTC [more...]

[PATCH 00/78] Patch Round-up for stable 4.2.1, freeze on 2020-06-22
 2020-06-16 14:15 UTC  (74+ messages)
` [PATCH 01/78] block/nbd: extract the common cleanup code
` [PATCH 02/78] block/nbd: fix memory leak in nbd_open()
` [PATCH 03/78] i386: Resolve CPU models to v1 by default
` [PATCH 04/78] qapi: better document NVMe blockdev @device parameter
` [PATCH 05/78] target/arm: ensure we use current exception state after SCR update
` [PATCH 06/78] block: Activate recursively even for already active nodes
` [PATCH 07/78] virtio-blk: fix out-of-bounds access to bitmap in notify_guest_bh
` [PATCH 08/78] numa: remove not needed check
` [PATCH 09/78] numa: properly check if numa is supported
` [PATCH 10/78] backup-top: Begin drain earlier
` [PATCH 11/78] arm/arm-powerctl: set NSACR.{CP11, CP10} bits in arm_set_cpu_on()
` [PATCH 12/78] arm/arm-powerctl: rebuild hflags after setting CP15 "
` [PATCH 13/78] hw/i386/pc: fix regression in parsing vga cmdline parameter
` [PATCH 14/78] tests/ide-test: Create a single unit-test covering more PRDT cases
` [PATCH 15/78] ide: Fix incorrect handling of some PRDTs in ide_dma_cb()
` [PATCH 16/78] target/arm: Set ISSIs16Bit in make_issinfo
` [PATCH 17/78] virtio: update queue size on guest write
` [PATCH 18/78] virtio-mmio: "
` [PATCH 19/78] virtio: add ability to delete vq through a pointer
` [PATCH 20/78] virtio: make virtio_delete_queue idempotent
` [PATCH 21/78] virtio: reset region cache when on queue deletion
` [PATCH 22/78] virtio-net: delete also control queue when TX/RX deleted
` [PATCH 23/78] intel_iommu: a fix to vtd_find_as_from_bus_num()
` [PATCH 24/78] intel_iommu: add present bit check for pasid table entries
` [PATCH 25/78] vfio/pci: Don't remove irqchip notifier if not registered
` [PATCH 26/78] qcow2-bitmaps: fix qcow2_can_store_new_dirty_bitmap
` [PATCH 27/78] dp8393x: Mask EOL bit from descriptor addresses
` [PATCH 28/78] dp8393x: Always use 32-bit accesses
` [PATCH 29/78] dp8393x: Clean up endianness hacks
` [PATCH 30/78] dp8393x: Have dp8393x_receive() return the packet size
` [PATCH 31/78] dp8393x: Update LLFA and CRDA registers from rx descriptor
` [PATCH 32/78] dp8393x: Clear RRRA command register bit only when appropriate
` [PATCH 33/78] dp8393x: Implement packet size limit and RBAE interrupt
` [PATCH 34/78] dp8393x: Don't clobber packet checksum
` [PATCH 35/78] dp8393x: Use long-word-aligned RRA pointers in 32-bit mode
` [PATCH 36/78] dp8393x: Pad frames to word or long word boundary
` [PATCH 37/78] dp8393x: Clear descriptor in_use field to release packet
` [PATCH 38/78] dp8393x: Always update RRA pointers and sequence numbers
` [PATCH 39/78] dp8393x: Don't reset Silicon Revision register
` [PATCH 40/78] dp8393x: Don't stop reception upon RBE interrupt assertion
` [PATCH 41/78] s390/sclp: improve special wait psw logic
` [PATCH 42/78] plugins/core: add missing break in cb_to_tcg_flags
` [PATCH 43/78] tcg: save vaddr temp for plugin usage
` [PATCH 44/78] qcow2: update_refcount(): Reset old_table_index after qcow2_cache_put()
` [PATCH 45/78] qcow2: Fix qcow2_alloc_cluster_abort() for external data file
` [PATCH 46/78] iotests: Test copy offloading with "
` [PATCH 47/78] qcow2: Fix alloc_cluster_abort() for pre-existing clusters
` [PATCH 48/78] iotests/026: Test EIO on preallocated zero cluster
` [PATCH 49/78] iotests/026: Test EIO on allocation in a data-file
` [PATCH 50/78] virtio: gracefully handle invalid region caches
` [PATCH 51/78] scsi/qemu-pr-helper: Fix out-of-bounds access to trnptid_list[]
` [PATCH 52/78] block/qcow2-threads: fix qcow2_decompress
` [PATCH 53/78] job: refactor progress to separate object
` [PATCH 54/78] block/block-copy: fix progress calculation
` [PATCH 55/78] target/ppc: Fix rlwinm on ppc64
` [PATCH 56/78] block/io: fix bdrv_co_do_copy_on_readv
` [PATCH 57/78] compat: disable edid on correct virtio-gpu device
` [PATCH 58/78] qga: Installer: Wait for installation to finish
` [PATCH 59/78] qga-win: Handle VSS_E_PROVIDER_ALREADY_REGISTERED error
` [PATCH 60/78] qga-win: prevent crash when executing guest-file-read with large count
` [PATCH 61/78] qga: Fix undefined C behavior
` [PATCH 62/78] qemu-ga: document vsock-listen in the man page
` [PATCH 63/78] hw/i386/amd_iommu.c: Fix corruption of log events passed to guest
` [PATCH 64/78] tcg/i386: Fix INDEX_op_dup2_vec
` [PATCH 65/78] dump: Fix writing of ELF section
` [PATCH 66/78] xen-block: Fix double qlist remove and request leak
` [PATCH 67/78] vhost-user-gpu: Release memory returned by vu_queue_pop() with free()
` [PATCH 68/78] target/ppc: Fix mtmsr(d) L=1 variant that loses interrupts
` [PATCH 71/78] qemu-nbd: Close inherited stderr
` [PATCH 74/78] nbd/server: Avoid long error message assertions CVE-2020-10761
` [PATCH 75/78] virtio-balloon: fix free page hinting without an iothread
` [PATCH 76/78] virtio-balloon: fix free page hinting check on unrealize
` [PATCH 77/78] virtio-balloon: unref the iothread when unrealizing

[PATCH v2 0/5] tpm: Enable usage of TPM TIS with interrupts
 2020-06-16 14:36 UTC  (15+ messages)
` [PATCH v2 1/5] tpm_tis: Allow lowering of IRQ also when locality is not active
` [PATCH v2 2/5] tpm: Extend TPMIfClass with get_irqnum() function
` [PATCH v2 3/5] tests: Temporarily ignore DSDT table differences
` [PATCH v2 4/5] acpi: Enable TPM IRQ

[PATCH] .gitignore: Ignore storage-daemon files
 2020-06-16 15:01 UTC  (2+ messages)

[PATCH v4 0/4] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-06-16 14:44 UTC  (3+ messages)
` [PATCH v4 2/4] block/nbd.c: Add yank feature

[PULL 00/21] testing and plugin updates (tsan, plugins, cross-builds)
 2020-06-16 14:43 UTC  (25+ messages)
` [PULL 01/21] tests/docker: bump fedora to 32
` [PULL 02/21] Makefile: dtc: update, build the libfdt target
` [PULL 03/21] Makefile: remove old compatibility gunks
` [PULL 04/21] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext
` [PULL 05/21] cpu: convert queued work to a QSIMPLEQ
` [PULL 06/21] thread: add qemu_spin_destroy
` [PULL 07/21] cputlb: destroy CPUTLB with tlb_destroy
` [PULL 08/21] qht: call qemu_spin_destroy for head buckets
` [PULL 09/21] tcg: call qemu_spin_destroy for tb->jmp_lock
` [PULL 10/21] translate-all: call qemu_spin_destroy for PageDesc
` [PULL 11/21] thread: add tsan annotations to QemuSpin
` [PULL 12/21] tests/docker: Added docker build support for TSan
` [PULL 13/21] include/qemu: Added tsan.h for annotations
` [PULL 14/21] util: Added tsan annotate for thread name
` [PULL 15/21] docs: Added details on TSan to testing.rst
` [PULL 16/21] tests: Disable select tests under TSan, which hit TSan issue
` [PULL 17/21] Revert ".shippable: temporaily disable some cross builds"
` [PULL 18/21] cirrus.yml: serialise make check
` [PULL 19/21] tests/tcg: build plugin list from contents of src directory
` [PULL 20/21] tests/tcg: ensure -cpu max also used for plugin run
` [PULL 21/21] plugins: new lockstep plugin for debugging TCG changes

[RFC v5 0/4] QEMU cpus.c refactoring
 2020-06-16 14:16 UTC  (9+ messages)
` [RFC v5 1/4] softmmu: move softmmu only files from root
` [RFC v5 2/4] cpu-throttle: new module, extracted from cpus.c
` [RFC v5 3/4] cpu-timers, icount: new modules
` [RFC v5 4/4] cpus: extract out accel-specific code to each accel

[PULL 00/23] target-arm queue
 2020-06-16 14:15 UTC  (18+ messages)
` [PULL 05/23] target/arm: Convert Neon 3-reg-diff long multiplies
` [PULL 06/23] target/arm: Convert Neon 3-reg-diff saturating doubling multiplies
` [PULL 07/23] target/arm: Convert Neon 3-reg-diff polynomial VMULL
` [PULL 11/23] target/arm: Convert Neon 2-reg-scalar float multiplies to decodetree
` [PULL 13/23] target/arm: Convert Neon 2-reg-scalar VQRDMLAH, VQRDMLSH "
` [PULL 14/23] target/arm: Convert Neon 2-reg-scalar long multiplies "
` [PULL 15/23] target/arm: Convert Neon VEXT "
` [PULL 16/23] target/arm: Convert Neon VTBL, VTBX "
` [PULL 17/23] target/arm: Convert Neon VDUP (scalar) "
` [PULL 18/23] hw/misc/imx6ul_ccm: Implement non writable bits in CCM registers
` [PULL 19/23] Implement configurable descriptor size in ftgmac100
` [PULL 20/23] target/arm/cpu: adjust virtual time for all KVM arm cpus
` [PULL 21/23] hw/net/imx_fec: Convert debug fprintf() to trace events
` [PULL 22/23] sd: sdhci: Implement basic vendor specific register support
` [PULL 23/23] hw: arm: Set vendor property for IMX SDHCI emulations

[PATCH v4 0/5] vTPM/aarch64 ACPI support
 2020-06-16 14:11 UTC  (7+ messages)
` [PATCH v4 1/5] acpi: Convert build_tpm2() to build_append* API

[PATCH] hw/arm/virt: Add 5.0 HW compat props
 2020-06-16 14:08 UTC 

[PATCH v8 00/14] LUKS: encryption slot management using amend interface
 2020-06-16 13:57 UTC  (6+ messages)
` [PATCH v8 05/14] block/amend: refactor qcow2 amend options
` [PATCH v8 07/14] block/crypto: implement the encryption key management

[PATCH v5 00/11] Mac Old World ROM experiment
 2020-06-16 13:47 UTC  (12+ messages)
` [PATCH v5 05/11] grackle: Set revision in PCI config to match hardware
` [PATCH v5 09/11] macio: Add dummy screamer register area
` [PATCH v5 08/11] mac_oldworld: Add machine ID register
` [PATCH v5 10/11] WIP macio/cuda: Attempt to add i2c support
` [PATCH v5 06/11] mac_oldworld: Rename ppc_heathrow_reset to ppc_heathrow_cpu_reset
` [PATCH v5 07/11] mac_oldworld: Map macio to expected address at reset
` [PATCH v5 02/11] mac_newworld: Allow loading binary ROM image
` [PATCH v5 11/11] mac_oldworld: Add SPD data to cover RAM
` [PATCH v5 01/11] mac_oldworld: Allow loading binary ROM image
` [PATCH v5 04/11] mac_oldworld: Drop some variables
` [PATCH v5 03/11] mac_oldworld: Drop a variable, use get_system_memory() directly

[PULL v2 00/21] testing and plugin updates (tsan, pluginsm cross-builds)
 2020-06-16 13:51 UTC 

[PATCH V3] Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridge
 2020-06-16 13:47 UTC  (5+ messages)

[PATCH v4 0/7] sh4: Add 'Renesas peripherals' entry in MAINTAINERS + trivial fixes
 2020-06-16 13:34 UTC  (3+ messages)
` [PATCH v4 1/7] MAINTAINERS: Cover 'hw/sh4/sh_intc.h' with the R2D machine

[PATCH] tests: disassemble-asm.sh: generate AML in readable format
 2020-06-16 13:29 UTC  (2+ messages)

[PATCH 0/2] iotests: Make _filter_img_create more active
 2020-06-16 13:17 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iotests: filter few more luks specific create options

QEMU | Pipeline #156667089 has failed for master | 53550e81
 2020-06-16  9:55 UTC 

[PATCH V2] Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridge
 2020-06-16 12:32 UTC  (3+ messages)

[PATCH 0/7] mps2: Add few more peripherals
 2020-06-16 12:33 UTC  (20+ messages)
` [PATCH 1/7] hw/arm/mps2: Rename CMSDK AHB peripheral region
` [PATCH 2/7] hw/arm/mps2: Rename dualtimer as apb-dualtimer
` [PATCH 3/7] hw/arm/mps2: Add CMSDK APB watchdog as unimplemented device
` [PATCH 4/7] hw/arm/mps2: Add CMSDK AHB GPIO peripherals as unimplemented devices
` [PATCH 5/7] hw/arm/mps2: Add I2C busses on FPGA APB
` [PATCH 6/7] hw/arm/mps2: Map the FPGA I/O block
` [PATCH 7/7] hw/misc/mps2-fpgaio: Implement push-buttons

[PULL 00/33] Net patches
 2020-06-16 12:32 UTC  (2+ messages)

[PULL 00/84] QOM patches for 2020-06-15
 2020-06-16 12:26 UTC  (2+ messages)

[RFC v3 0/8] vDPA support in qemu
 2020-06-16 12:22 UTC  (7+ messages)
` [RFC v3 3/8] virtio-bus: introduce queue_enabled method
` [RFC v3 5/8] vhost: introduce vhost_set_vring_ready method

[PATCH v2 0/2] A pair of HMAT docs fixes
 2020-06-16 12:01 UTC  (5+ messages)
` [PATCH v2 1/2] qemu-options.hx: Mark all hmat-cache attributes required
` [PATCH v2 2/2] qemu-options.hx: Document hmat-lb and hmat-cache order

[PATCH v2 0/2] target/mips: Add two groups of loongson-ext instructions
 2020-06-16 11:36 UTC  (3+ messages)

[PATCH v2] migration: Count new_dirty instead of real_dirty
 2020-06-16 11:20 UTC  (5+ messages)

[PATCH v4 00/21] virtio-mem: Paravirtualized memory hot(un)plug
 2020-06-16 11:17 UTC  (7+ messages)
` [PATCH v4 02/21] vfio: Convert to ram_block_discard_disable()
` [PATCH v4 04/21] s390x/pv: "
` [PATCH v4 05/21] virtio-balloon: Rip out qemu_balloon_inhibit()

[PATCH 0/2] Fix couple of issues with AMD topology
 2020-06-16 10:59 UTC  (3+ messages)
` [PATCH 1/2] hw/386: Fix uninitialized memory with -device and CPU hotplug

[PATCH v2 0/2] Add strace support for printing arguments for ioctls
 2020-06-16 10:51 UTC  (3+ messages)
` [PATCH v2 1/2] linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNS
` [PATCH v2 2/2] linux-user: Add strace support for printing arguments of ioctl()

[PULL v2 00/18] MIPS + misc queue for June 15th, 2020
 2020-06-16 10:48 UTC  (2+ messages)

[PATCH v4 0/6] Add strace support for printing arguments of selected syscalls
 2020-06-16 10:39 UTC  (7+ messages)
` [PATCH v4 1/6] linux-user: Extend strace support to enable argument printing after syscall execution
` [PATCH v4 2/6] linux-user: Add strace support for a group of syscalls
` [PATCH v4 3/6] linux-user: Add strace support for printing argument of syscalls used for extended attributes
` [PATCH v4 4/6] linux-user: Add strace support for printing arguments of lseek()
` [PATCH v4 5/6] linux-user: Add strace support for printing arguments of chown()/lchown()
` [PATCH v4 6/6] linux-user: Add strace support for printing arguments of fallocate()

[PATCH 00/22] ADB: fix autopoll issues and rework mac_via state machine
 2020-06-16 10:24 UTC  (2+ messages)

[PULL 0/7] fuzzing and other test-related patches
 2020-06-16 10:00 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).