messages from 2020-05-18 12:20:18 to 2020-05-18 18:40:55 UTC [more...]
[RISU 0/9] risu cleanups and improvements
2020-05-18 18:39 UTC (13+ messages)
` [RISU 1/9] Use bool for tracing variables
` [RISU 2/9] Unify master_fd and apprentice_fd to comm_fd
` [RISU 3/9] Hoist trace file opening
` [RISU 4/9] Adjust tracefile open for write
` [RISU 5/9] Use EXIT_FAILURE, EXIT_SUCCESS
[PATCH 0/3] iotests: enable logging prior to notrun() invocation
2020-05-18 18:33 UTC (3+ messages)
[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
2020-05-18 18:21 UTC (3+ messages)
` [Bug 1856335] "
[PATCH v10 00/14] iotests: use python logging
2020-05-18 18:29 UTC (8+ messages)
` [PATCH v10 14/14] iotests: use python logging for iotests.log()
[PATCH] hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer
2020-05-18 18:26 UTC (4+ messages)
[PATCH RFC 00/32] python/qemu: refactor as installable package
2020-05-18 18:23 UTC (6+ messages)
` [PATCH RFC 01/32] python/qemu: create qemu.lib module
[PATCH v2 0/9] block/io: safer inc/dec in_flight sections
2020-05-18 18:21 UTC (4+ messages)
` [PATCH v2 5/9] block/io: expand in_flight inc/dec section: simple cases
[RFC v2] migration: Add migrate-set-bitmap-node-mapping
2020-05-18 18:20 UTC (4+ messages)
sharing intention for developing per-target, dynamically loadable accelerator modules
2020-05-18 18:18 UTC (2+ messages)
[PATCH] linux-user/mmap.c: fix integer underflow in target_mremap
2020-05-18 18:13 UTC (4+ messages)
[PATCH v3 0/2] net: Drop legacy "name" from -net and remove NetLegacy
2020-05-18 18:01 UTC (3+ messages)
` [PATCH v3 1/2] net: Drop the legacy "name" parameter from the -net option
` [PATCH v3 2/2] net: Drop the NetLegacy structure, always use Netdev instead
[PATCH v24 QEMU 0/3] virtio-balloon: add support for page poison reporting and free page reporting
2020-05-18 17:57 UTC (3+ messages)
` [PATCH v24 QEMU 3/3] virtio-balloon: Provide an interface for "
[PATCH v1 0/3] virtio-balloon: free page hinting fixes
2020-05-18 17:55 UTC (12+ messages)
` [PATCH v1 1/3] virtio-balloon: fix free page hinting without an iothread
` [PATCH v1 2/3] virtio-balloon: fix free page hinting check on unrealize
` [PATCH v1 3/3] virtio-balloon: unref the iothread when unrealizing
[PATCH v2 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
2020-05-18 17:51 UTC (3+ messages)
[PATCH v2] hw/display/edid: Add missing 'qdev-properties.h' header
2020-05-18 17:45 UTC
[PATCH v2 0/2] hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()
2020-05-18 17:38 UTC (3+ messages)
` [PATCH v2 1/2] hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bit
` [PATCH v2 2/2] hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()
[PATCH v4 0/9] Rework iotests/check
2020-05-18 17:33 UTC (4+ messages)
` [PATCH v4 9/9] iotests: rename and move 169 and 199 tests
[PATCH v2 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
2020-05-18 17:31 UTC (15+ messages)
` [PATCH v2 1/8] s390/sclp: get machine once during read scp/cpu info
` [PATCH v2 2/8] s390/sclp: check sccb len before filling in data
` [PATCH v2 3/8] s390/sclp: rework sclp boundary and length checks
` [PATCH v2 6/8] s390/sclp: add extended-length sccb support for kvm guest
[PATCH] hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()
2020-05-18 17:24 UTC (6+ messages)
[PATCH v2] 9p: Lock directory streams with a CoMutex
2020-05-18 17:19 UTC (3+ messages)
[PATCH 00/24] Fixes around device realization
2020-05-18 17:03 UTC (23+ messages)
` [PATCH 01/24] arm/stm32f405: Fix realization of "stm32f2xx-adc" devices
` [PATCH 02/24] display/xlnx_dp: Fix to realize "i2c-ddc" and "aux-to-i2c-bridge"
` [PATCH 04/24] aspeed: Don't create unwanted "ftgmac100", "aspeed-mmi" devices
` [PATCH 05/24] aspeed: Don't create unwanted "cortex-a7-arm-cpu" devices
` [PATCH 11/24] pnv/phb4: Bury unwanted "pnv-phb4-pec-stack" devices
` [PATCH 13/24] ppc4xx: Drop redundant device realization
` [PATCH 16/24] ppc/pnv: Put "*-pnv-chip" and "pnv-xive" on the main system bus
` [PATCH 17/24] pnv/psi: Correct the pnv-psi* devices not to be sysbus devices
` [PATCH 19/24] riscv: Fix to put "riscv.hart_array" devices on sysbus
` [PATCH 20/24] riscv: Fix type of SiFive[EU]SocState, member parent_obj
` [PATCH 22/24] qdev: Assert devices are plugged into a bus that can take them
[PULL v2 00/52] Block layer patches
2020-05-18 17:06 UTC
[PATCH 0/8] decodetree: Add non-overlapping groups
2020-05-18 16:56 UTC (14+ messages)
` [PATCH 1/8] decodetree: Remove python 3.4 check
` [PATCH 2/8] decodetree: Tidy error_with_file
` [PATCH 3/8] decodetree: Rename MultiPattern to IncMultiPattern
` [PATCH 4/8] decodetree: Split out MultiPattern from IncMultiPattern
` [PATCH 5/8] decodetree: Allow group covering the entire insn space
` [PATCH 6/8] decodetree: Move semantic propagation into classes
` [PATCH 7/8] decodetree: Implement non-overlapping groups
` [PATCH 8/8] target/arm: Use a non-overlapping group for misc control
[PATCH v2 0/4] hw/arm: Replace hw_error() by qemu_log_mask()
2020-05-18 16:44 UTC (9+ messages)
` [PATCH v2 1/4] hw/arm/integratorcp: "
` [PATCH v2 2/4] hw/arm/pxa2xx: "
` [PATCH v2 3/4] hw/char/xilinx_uartlite: "
` [PATCH v2 4/4] hw/timer/exynos4210_mct: "
[PATCH v3 00/10] tcg vector rotate operations
2020-05-18 16:48 UTC (2+ messages)
[PATCH v3 0/1] s390x: css: pong, channel subsystem test device
2020-05-18 16:43 UTC (2+ messages)
` [PATCH v3 1/1] "
[PATCH v2 00/10] accel: Allow targets to use Kconfig, disable semihosting by default
2020-05-18 16:46 UTC (3+ messages)
` [PATCH v2 05/10] Makefile: Remove dangerous EOL trailing backslash
[PULL 0/6] NBD patches for 2020-05-18
2020-05-18 16:32 UTC (7+ messages)
` [PULL 1/6] qemu-nbd: Close inherited stderr
` [PULL 2/6] qemu_img: add cvtnum_full to print error reports
` [PULL 3/6] qemu-img: validate image length in img_map
` [PULL 4/6] qemu-img: refactor dump_map_entry JSON format output
` [PULL 5/6] qemu-img: Add --start-offset and --max-length to map
` [PULL 6/6] iotests: Enhance 223 to cover qemu-img map improvements
[PATCH v2] tests/tcg: fix invocation of the memory record/replay tests
2020-05-18 16:29 UTC
[PATCH v2 0/7] exec/memory: Enforce checking MemTxResult values
2020-05-18 16:25 UTC (14+ messages)
` [PATCH v2 1/7] exec: Let address_space_read/write_cached() propagate MemTxResult
` [PATCH v2 2/7] exec: Propagate cpu_memory_rw_debug() error
` [PATCH v2 3/7] disas: Let disas::read_memory() handler return EIO on error
` [PATCH v2 4/7] hw/elf_ops: Do not ignore write failures when loading ELF
` [PATCH v2 5/7] hw/arm/boot: Abort if set_kernel_args() fails
` [RFC PATCH v2 6/7] accel/kvm: Let KVM_EXIT_MMIO return error
` [RFC PATCH v2 7/7] hw/core/loader: Assert loading ROM regions succeeds at reset
KVM call for agenda for 2020-05-19
2020-05-18 16:21 UTC (2+ messages)
[PATCH] icount: fix shift=auto for record/replay
2020-05-18 16:14 UTC (2+ messages)
[PATCH v5 0/2] Makefile: libfdt: build only the strict necessary
2020-05-18 16:03 UTC (3+ messages)
` [PATCH v5 1/2] Makefile: dtc: update, build the libfdt target
` [PATCH v5 2/2] Makefile: remove old compatibility gunks
[PATCH] replay: implement fair mutex
2020-05-18 16:07 UTC (2+ messages)
[PATCH v5 0/2] Makefile: libfdt: build only the strict necessary
2020-05-18 16:02 UTC (3+ messages)
` [PATCH v5 1/2] Makefile: dtc: update, build the libfdt target
` [PATCH v5 2/2] Makefile: remove old compatibility gunks
[PATCH] replay: synchronize on every virtual timer callback
2020-05-18 15:56 UTC (3+ messages)
[PATCH v7 00/14] LUKS: encryption slot management using amend interface
2020-05-18 15:50 UTC (16+ messages)
` [PATCH v7 01/14] qcrypto/core: add generic infrastructure for crypto options amendment
` [PATCH v7 02/14] qcrypto/luks: implement encryption key management
` [PATCH v7 03/14] block/amend: add 'force' option
` [PATCH v7 04/14] block/amend: separate amend and create options for qemu-img
` [PATCH v7 05/14] block/amend: refactor qcow2 amend options
` [PATCH v7 06/14] block/crypto: rename two functions
` [PATCH v7 07/14] block/crypto: implement the encryption key management
` [PATCH v7 08/14] block/qcow2: extend qemu-img amend interface with crypto options
` [PATCH v7 09/14] iotests: filter few more luks specific create options
` [PATCH v7 10/14] iotests: qemu-img tests for luks key management
` [PATCH v7 11/14] block/core: add generic infrastructure for x-blockdev-amend qmp command
` [PATCH v7 12/14] block/crypto: implement blockdev-amend
` [PATCH v7 13/14] block/qcow2: "
` [PATCH v7 14/14] iotests: add tests for blockdev-amend
[PATCH RISU] arm.risu, thumb.risu: Add v8.2 DP and FHM insns
2020-05-18 15:47 UTC
[PATCH v5 0/7] dwc-hsotg (aka dwc2) USB host controller emulation
2020-05-18 15:39 UTC (6+ messages)
` [PATCH v5 1/7] raspi: add BCM2835 SOC MPHI emulation
` [PATCH v5 4/7] dwc-hsotg (dwc2) USB host controller emulation
[PATCH] target/arm: Allow user-mode code to write CPSR.E via MSR
2020-05-18 15:37 UTC (4+ messages)
[PATCH] tests/tcg: fix invocation of the memory record/replay tests
2020-05-18 15:30 UTC
[PULL 0/8] Vga 20200518 patches
2020-05-18 15:12 UTC (9+ messages)
` [PULL 1/8] ati-vga: Do not allow unaligned access via index register
` [PULL 2/8] hw/display: Include local 'framebuffer.h'
` [PULL 3/8] Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"
` [PULL 4/8] Revert "hw/display/ramfb: lock guest resolution after it's set"
` [PULL 5/8] ramfb: drop leftover debug message
` [PULL 6/8] ramfb: don't update RAMFBState on errors
` [PULL 7/8] ramfb: add sanity checks to ramfb_create_display_surface
` [PULL 8/8] ramfb: fix size calculation
[RESEND PATCH 1/1] vfio/nvlink: Remove exec permission to avoid SELinux AVCs
2020-05-18 15:05 UTC
[PATCH v3] tests/acceptance: Add a test for the canon-a1100 machine
2020-05-18 15:01 UTC (2+ messages)
[PATCH 0/4] linux-user/arm: Fix BKPT, SVC immediate handling
2020-05-18 15:00 UTC (3+ messages)
[PATCH v2 0/1] vfio-ccw: Enable transparent CCW IPL from DASD [QEMU]
2020-05-18 14:56 UTC (7+ messages)
` [PATCH v2 1/1] vfio-ccw: allow non-prefetch ORBs
[PATCH RFC v2 0/5] block: add block-dirty-bitmap-populate job
2020-05-18 14:52 UTC (2+ messages)
[PATCH v6 00/42] target/arm: Implement ARMv8.5-MemTag, system mode
2020-05-18 14:46 UTC (2+ messages)
[PATCH v4 0/9] qemu-img: Add convert --bitmaps
2020-05-18 14:43 UTC (7+ messages)
` [PATCH v4 7/9] qcow2: Expose bitmaps' size during measure
` [PATCH v4 8/9] qemu-img: Add convert --bitmaps option
` [PATCH v4 9/9] iotests: Add test 291 to for qemu-img bitmap coverage
[PATCH] linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32
2020-05-18 14:30 UTC
[PATCH v2] target/arm: Allow user-mode code to write CPSR.E via MSR
2020-05-18 14:28 UTC
[PATCH v1 00/17] virtio-mem: Paravirtualized memory hot(un)plug
2020-05-18 14:23 UTC (15+ messages)
` [PATCH v1 07/17] migration/rdma: Use ram_block_discard_set_broken()
` [PATCH v1 10/17] virtio-mem: Paravirtualized memory hot(un)plug
` [PATCH v1 11/17] virtio-pci: Proxy for virtio-mem
[PATCH] target/arm: Allow user-mode code to write CPSR.E via MSR
2020-05-18 14:13 UTC
[PATCH] semihosting: remove the pthread include which seems unused
2020-05-18 13:50 UTC (2+ messages)
[PATCH] hw: Use QEMU_IS_ALIGNED() on parallel flash block size
2020-05-18 13:46 UTC (4+ messages)
[PATCH v8 00/74] per-CPU locks
2020-05-18 13:46 UTC (5+ messages)
` [PATCH v8 74/74] cputlb: queue async flush jobs without the BQL
[PATCH 0/2] hw/display: Trivial include cleanups
2020-05-18 13:41 UTC (3+ messages)
` [PATCH 1/2] hw/display: Include local 'framebuffer.h'
[PATCH] ati-vga: Do not allow unaligned access via index register
2020-05-18 13:37 UTC (7+ messages)
[PATCH v2 00/13] audio: deprecate -soundhw
2020-05-18 13:27 UTC (9+ messages)
` [PATCH v2 11/13] audio: deprecate -soundhw pcspk
[Bug 1877384] [NEW] 9pfs file create with mapped-xattr can fail on overlayfs
2020-05-18 13:15 UTC (3+ messages)
` [Bug 1877384] "
[PATCH v3 0/3] various: Remove unnecessary casts
2020-05-18 13:21 UTC (5+ messages)
[PATCH v3 0/2] Add pathin option to -chardev file
2020-05-18 13:17 UTC (4+ messages)
` [PATCH v3 1/2] chardev: enable distinct input for "
tst-arm-mte bug: PSTATE.TCO is cleared on exceptions
2020-05-18 12:59 UTC (7+ messages)
[PATCH v4 00/19] target/mips: FPU and other cleanups and improvements
2020-05-18 11:01 UTC (2+ messages)
[PATCH 0/4] hw/arm: Replace hw_error() by qemu_log_mask()
2020-05-18 13:01 UTC (3+ messages)
[PATCH] .mailmap: Update Fred Konrad email address
2020-05-18 12:58 UTC (2+ messages)
[PATCH v2 0/9] pc-bios: s390x: Cleanup part 1
2020-05-18 12:47 UTC (9+ messages)
` [PATCH v2 2/9] pc-bios: s390x: Consolidate timing functions into time.h
` [PATCH v2 3/9] pc-bios: s390x: Get rid of magic offsets into the lowcore
` [PATCH v2 8/9] pc-bios: s390x: Replace 0x00 with 0x0 or 0
[PATCH] travis.yml: Use clang++ in the Clang tests
2020-05-18 12:44 UTC (2+ messages)
[PATCH 0/2] exec/memory: Enforce checking MemTxResult values
2020-05-18 12:33 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).